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.c
Commit message (
Expand
)
Author
Age
*
changed API: parse now is more flexible, but init jsut resets the parser; add...
Serge A. Zaitsev
2012-02-01
*
renamed: get_token to alloc_token
Serge A. Zaitsev
2012-02-01
*
fixed: issue #1, thanks to m_einman for his patch
Serge A. Zaitsev
2011-03-28
*
Complex types (objects and arrays) now have also size - number of child elements
Serge A. Zaitsev
2010-12-28
*
Some comments added in json.c
Serge A. Zaitsev
2010-12-27
*
All objects renamed using jsmn prefix to keep consistency and not be mixed wi...
Serge A. Zaitsev
2010-12-27
*
Fix: check if no tokens lefs, return error in that case
Serge Zaitsev
2010-12-26
*
jsmn: strings start from the first char after quotes
Serge A. Zaitsev
2010-11-22
*
Token manipulation functions changes. size_t replaced with unsigned int.
Serge A. Zaitsev
2010-11-17
*
Design: primitive type implemented as a replacement to boolean/number/null. S...
Serge A. Zaitsev
2010-11-17
*
Design: rewritten using parser structure
Serge A. Zaitsev
2010-11-16
*
Design: some error codes added
Serge A. Zaitsev
2010-11-16
*
Feature: make difference between numbers and other primitives
Serge A. Zaitsev
2010-11-16
*
Design: added assert macro and return macro.
Serge A. Zaitsev
2010-11-16
*
Design: Added asserts in parser. Increased number of tokens in demo.
Serge A. Zaitsev
2010-11-16
*
Fix: errpos has got a correct type now
Serge A. Zaitsev
2010-11-15
*
Design: objects and arrays are different types now
Serge A. Zaitsev
2010-11-15
*
Design: unrolled reference tables. Nested functions moved outside. Got smalle...
Serge A. Zaitsev
2010-11-15
*
Fix: error position is an offset, not a pointer
Serge A. Zaitsev
2010-11-15
*
Demo separated from the jsmn code. Makefile changed. Some comments added
Serge A. Zaitsev
2010-11-15
*
Initial commit. Demo program is included in the jsmn.c code. Ugly names and n...
Serge A. Zaitsev
2010-11-15