aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * added tests for primitive types, primitive types now can be stored outside ↵Serge A. Zaitsev2012-02-01
| | | | | | | | the objects without braces
| * removed JSON string and token array from parser internals, because they must ↵Serge A. Zaitsev2012-02-01
| | | | | | | | not be saved between parse() calls
| * changed API: parse now is more flexible, but init jsut resets the parser; ↵Serge A. Zaitsev2012-02-01
| | | | | | | | added new test macro to compate strings, fixed Makefile
| * switched to C unit-tests instead of bashSerge A. Zaitsev2012-02-01
| |
| * renamed: get_token to alloc_tokenSerge A. Zaitsev2012-02-01
| |
| * using system AR program, build options are moved to config.mkSerge A. Zaitsev2012-01-30
| |
| * added download links in READMESerge A. Zaitsev2011-09-15
| |
| * fixed: issue #1, thanks to m_einman for his patchSerge A. Zaitsev2011-03-28
| |
| * README updatedSerge A. Zaitsev2010-12-28
| |
| * Complex types (objects and arrays) now have also size - number of child elementsSerge A. Zaitsev2010-12-28
| |
| * Some comments added in json.cSerge A. Zaitsev2010-12-27
| |
| * All objects renamed using jsmn prefix to keep consistency and not be mixed ↵Serge A. Zaitsev2010-12-27
| | | | | | | | with other json libraries. Demo is now called just demo.
| * Fix: check if no tokens lefs, return error in that caseSerge Zaitsev2010-12-26
| |
| * Typo in tests fixed. Argument variable quotedSerge Zaitsev2010-12-26
| |
| * Removed useless argument from printfSerge A. Zaitsev2010-11-29
| |
| * README changed. Now it is a template for the official web pageSerge A. Zaitsev2010-11-29
| |
| * Added test for a large number of tokensSerge A. Zaitsev2010-11-24
| |
| * Test framework implementedSerge Zaitsev2010-11-24
| |
| * Simplified demo output formatSerge Zaitsev2010-11-24
| |
| * Demo: option added to specify buffer size when readingSerge A. Zaitsev2010-11-22
| |
| * jsmn: strings start from the first char after quotesSerge A. Zaitsev2010-11-22
| |
| * Demo: declarations moved to the top of functions.Serge A. Zaitsev2010-11-17
| |
| * Token manipulation functions changes. size_t replaced with unsigned int.Serge A. Zaitsev2010-11-17
| |
| * Demo: options added. Number of tokens can be specified now.Serge A. Zaitsev2010-11-17
| |
| * Demo: can now read from stdinSerge A. Zaitsev2010-11-17
| |
| * Design: primitive type implemented as a replacement to boolean/number/null. ↵Serge A. Zaitsev2010-11-17
| | | | | | | | String tokens point to the unquoted string
| * Design: rewritten using parser structureSerge A. Zaitsev2010-11-16
| |
| * Design: some error codes addedSerge A. Zaitsev2010-11-16
| |
| * Feature: make difference between numbers and other primitivesSerge A. Zaitsev2010-11-16
| |
| * Design: added assert macro and return macro.Serge A. Zaitsev2010-11-16
| |
| * Design: Added asserts in parser. Increased number of tokens in demo.Serge A. Zaitsev2010-11-16
| |
| * Fix: errpos has got a correct type nowSerge A. Zaitsev2010-11-15
| |
| * Design: objects and arrays are different types nowSerge A. Zaitsev2010-11-15
| |
| * Design: unrolled reference tables. Nested functions moved outside. Got ↵Serge A. Zaitsev2010-11-15
| | | | | | | | smaller code.
| * Demo: changed to read from '.js' fileSerge A. Zaitsev2010-11-15
| |
| * Fix: error position is an offset, not a pointerSerge A. Zaitsev2010-11-15
| |
| * Demo separated from the jsmn code. Makefile changed. Some comments addedSerge A. Zaitsev2010-11-15
| |
| * README and LICENSE added. MIT license choosen.Serge A. Zaitsev2010-11-15
| |
| * Initial commit. Demo program is included in the jsmn.c code. Ugly names and ↵Serge A. Zaitsev2010-11-15
| | | | no comments. Please, don't read this changeset
* Re-Cloned JSMN as subtree.Toni Uhlig2020-11-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Renamed misleading "contrib" subfolder to "dependencies".Toni Uhlig2020-11-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Finished unfinished nDPIsrvd.h helper functionality.Toni Uhlig2020-11-13
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed `make help' printout issues.Toni Uhlig2020-11-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* More detailed `nanosleep() before close()' description.Toni Uhlig2020-11-11
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved default capture device handling if none set via `-i'.Toni Uhlig2020-11-08
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Make sure that DAEMON_EVENT_SHUTDOWN gets transmitted before close() (hacky, ↵Toni Uhlig2020-11-08
| | | | | | but works). Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* forced --prefix for travis-ciToni Uhlig2020-11-04
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added json-c to package dependencies required for libndpi unit tests.Toni Uhlig2020-10-28
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* build go example only if GOCC setToni Uhlig2020-10-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* cosmetics, exception verbosityToni Uhlig2020-10-17
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>