jansson/src
2013-10-15 08:44:04 +03:00
..
dump.c dump \u sequences as upper case for readability (just like error messages) 2013-09-27 17:32:25 -07:00
error.c Support building on Windows 2012-04-29 22:09:29 +03:00
hashtable.c Avoid integer overflows with very long strings 2013-10-15 08:44:04 +03:00
hashtable.h Update copyrights for 2013 2013-07-23 13:20:06 +03:00
jansson_config.h.in Update copyrights for 2013 2013-07-23 13:20:06 +03:00
jansson_private.h Support \u0000 - add size_t string lengths to API, load and dump \u000, etc. 2013-09-27 17:32:06 -07:00
jansson.def add new public functions to jansson.def 2013-09-29 16:57:23 -07:00
jansson.h Add JSON_ALLOW_NUL decoding flag for enabling NUL byte support 2013-09-30 10:45:02 +03:00
load.c Add JSON_ALLOW_NUL decoding flag for enabling NUL byte support 2013-09-30 10:45:02 +03:00
Makefile.am jansson 2.5 2013-09-19 21:26:46 +03:00
memory.c Support \u0000 - add size_t string lengths to API, load and dump \u000, etc. 2013-09-27 17:32:06 -07:00
pack_unpack.c Support \u0000 - add size_t string lengths to API, load and dump \u000, etc. 2013-09-27 17:32:06 -07:00
strbuffer.c pack: Add format specifiers s#, + and +# 2013-08-14 21:54:11 +03:00
strbuffer.h pack: Add format specifiers s#, + and +# 2013-08-14 21:54:11 +03:00
strconv.c Add CMake build system. 2013-03-07 16:06:01 +01:00
utf.c Avoid integer overflows with very long strings 2013-10-15 08:44:04 +03:00
utf.h fix type mismatch anywhere int != int32 (Vorne) 2013-09-30 16:56:01 -07:00
value.c paper bag bug: json_string_set* functions should set the length too 2013-10-03 19:07:20 -07:00