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.h
Commit message (
Expand
)
Author
Age
*
changed jsmnerr_t type to int
Serge A. Zaitsev
2015-10-17
*
json token type enum doesn't start with zero value anymore, fixes #24
Serge A. Zaitsev
2015-10-17
*
including stddef.h in the jsmn.h, fixed issue #28
Serge A. Zaitsev
2014-11-17
*
jsmn.h:28:22: warning: commas at the end of enumerator lists are a C99-specif...
Wizard Tai
2014-08-23
*
Added "extern C" to use it with CPP.
Gabriel Gritsch
2014-02-21
*
Integrate changes made by Serge Zaitsev.
Gabriel Gritsch
2014-02-21
*
- Added possibility to specify the lenght of the input buffer (if not null-te...
Gabriel Gritsch
2014-02-16
*
- Added possibility to specify the lenght of the input buffer (if not null-te...
Gabriel Gritsch
2014-02-12
*
a proper fix for signed comparison
Serge A. Zaitsev
2014-02-09
*
fixed typo
Serge A. Zaitsev
2012-10-01
*
added optional parent token pointer support. Increases parsing speed
Serge A. Zaitsev
2012-09-26
*
fixed: superior node size is now an index, not a pointer (safe to realloc)
Serge A. Zaitsev
2012-02-02
*
tested partial parser for strings, added primitive string parser test, fixed ...
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
*
Complex types (objects and arrays) now have also size - number of child elements
Serge A. Zaitsev
2010-12-28
*
All objects renamed using jsmn prefix to keep consistency and not be mixed wi...
Serge A. Zaitsev
2010-12-27
*
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
*
Fix: errpos has got a correct type now
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