jansson/src
2011-06-30 21:47:12 +03:00
..
dump.c new typedef json_dump_callback_t, function json_dump_callback 2011-06-30 21:47:12 +03:00
error.c Fix a declaration after statement 2011-03-10 21:28:53 +02:00
hashtable.c Fix a few malloc() and free() calls 2011-03-31 16:37:43 +03:00
hashtable.h Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
jansson.h new typedef json_dump_callback_t, function json_dump_callback 2011-06-30 21:47:12 +03:00
jansson_config.h.in Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
jansson_config.h.win32 Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
jansson_private.h Fix invalid object key hashing in json_unpack() strict checking mode 2011-03-30 12:57:48 +03:00
load.c Add JSON_DISABLE_EOF_CHECK decoding flag 2011-05-29 21:27:15 +03:00
Makefile.am jansson 2.1 2011-06-10 21:30:11 +03:00
memory.c Add custom memory allocation 2011-02-17 10:10:53 +02:00
pack_unpack.c Fix invalid object key hashing in json_unpack() strict checking mode 2011-03-30 12:57:48 +03:00
strbuffer.c use size_t for strbuffer writes, and avoid integer overflow 2011-06-30 20:45:18 +03:00
strbuffer.h use size_t for strbuffer writes, and avoid integer overflow 2011-06-30 20:45:18 +03:00
utf.c Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
utf.h Update copyright notices for 2011 2011-01-22 13:43:14 +02:00
value.c Check that target is string and value is not NULL in json_string_set() 2011-06-17 21:42:19 +03:00