index
:
ndpi-daemon.git
add/PF_RING
add/apple-bsd-port
add/config-file-support
add/event-io-abstraction
add/nDPId-UDP-endpoint
add/tls-proxy-support
add/tunnel-decoding
add/udp-aes256-gcm
main
ndpi-example-proposal
tmp
Tiny nDPI based deep packet inspection daemons / toolkit.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsmn_test.c
Commit message (
Expand
)
Author
Age
*
fixed indentation and comments style after merge
Serge A. Zaitsev
2014-01-27
*
Adds checking to unicode characters that are \uXXXX where X is a hexidecimal ...
del6597
2013-07-19
*
fixed: invalid object/arrays were passed successfully in tree mode; added tes...
Serge A. Zaitsev
2012-10-22
*
fixed tests: missing jsmn_init() before parsing; added tests for empty arrays...
Serge A. Zaitsev
2012-10-01
*
fixed strict mode: space symbols are allowed after primitives; added some new...
Serge A. Zaitsev
2012-09-26
*
tokens array items are now being initialized during allocation, removed redun...
Serge A. Zaitsev
2012-09-23
*
fixed: superior node size is now an index, not a pointer (safe to realloc)
Serge A. Zaitsev
2012-02-02
*
added reading with small number of tokens test, fixed NOMEM issue #2
Serge A. Zaitsev
2012-02-02
*
added test for partial array reading
Serge A. Zaitsev
2012-02-02
*
fixed typo, added JSMN_STRICT mode
Serge A. Zaitsev
2012-02-01
*
added one more test case for partial string parser
Serge A. Zaitsev
2012-02-01
*
tested partial parser for strings, added primitive string parser test, fixed ...
Serge A. Zaitsev
2012-02-01
*
added tests for primitive types, primitive types now can be stored outside th...
Serge A. Zaitsev
2012-02-01
*
removed JSON string and token array from parser internals, because they must ...
Serge A. Zaitsev
2012-02-01
*
changed API: parse now is more flexible, but init jsut resets the parser; add...
Serge A. Zaitsev
2012-02-01
*
switched to C unit-tests instead of bash
Serge A. Zaitsev
2012-02-01