summaryrefslogtreecommitdiffstats
path: root/sinksh/syntax_modules/sink_inspect.cpp
Commit message (Collapse)AuthorAge
* Fix pipelinetest + remove useless commented linesMinijackson2018-07-04
|
* Move Key API into own files + some fixesMinijackson2018-07-04
|
* [Storage] Implement Key APIMinijackson2018-07-04
|
* Fixed unused argumentChristian Mollekopf2018-02-22
|
* Added some fulltext index inspectionChristian Mollekopf2018-02-13
|
* sinksh improvementsChristian Mollekopf2018-01-30
|
* Parse uidsChristian Mollekopf2018-01-30
|
* Inspect outputChristian Mollekopf2018-01-30
|
* inspect outputChristian Mollekopf2018-01-25
|
* Dump key and value sizes on inspectChristian Mollekopf2017-11-17
|
* Say something if things are okayChristian Mollekopf2017-08-18
|
* Only count every uid once.Christian Mollekopf2017-08-14
| | | | The previous code would fail on the second revision with the same uid.
* More compact changesetChristian Mollekopf2017-08-13
|
* Inspection to validate all ridsChristian Mollekopf2017-08-13
|
* Some metadata for inspectChristian Mollekopf2017-08-11
|
* Move type implementations in one placeChristian Mollekopf2017-03-21
| | | | | | | Having them separated is rather pointless (since we need one for every type, and all types are the interface of sink, as one), and caused quite a bit of friction when adding new types. This will also make it easier to change things for all types.
* Inspect internalsChristian Mollekopf2017-02-24
|
* Print value in inspectionChristian Mollekopf2017-02-09
|
* sinksh inspectChristian Mollekopf2017-02-08