jansson/src
2017-10-03 11:42:07 +02:00
..
dump.c json_dump_file API returns success even when fclose fails (consider disk full case). API should check the return value of fclose before returning success to its caller. fwrite may not write anything into the file, it simply returns the number of bytes written into the buffer. When disk is full and fclose is called, it results in truncation of the file (resulting in zero sized file). Since, API is returning success, its caller can't take any remedial action on its failure. 2017-08-05 23:52:49 +05:30
error.c Use last byte of error text as numeric error code 2017-10-03 11:42:07 +02:00
hashtable.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
hashtable.h Update copyrights for 2016 2016-09-18 14:17:03 +03:00
hashtable_seed.c part of conditional expression is always true (!done), found with pvs-studio 2016-10-19 16:39:26 +02:00
jansson.def Implement json_dumpfd() and json_loadfd() 2017-01-27 09:15:18 +01:00
jansson.h Use last byte of error text as numeric error code 2017-10-03 11:42:07 +02:00
jansson_config.h.in Update copyrights for 2016 2016-09-18 14:17:03 +03:00
jansson_private.h Use last byte of error text as numeric error code 2017-10-03 11:42:07 +02:00
load.c Use last byte of error text as numeric error code 2017-10-03 11:42:07 +02:00
lookup3.h Work around gcc's -Wimplicit-fallthrough 2017-08-19 21:09:32 +03:00
Makefile.am jansson 2.10 2017-03-02 20:49:42 +02:00
memory.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
pack_unpack.c Use last byte of error text as numeric error code 2017-10-03 11:42:07 +02:00
strbuffer.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
strbuffer.h Update copyrights for 2016 2016-09-18 14:17:03 +03:00
strconv.c Fix subnormal number parsing on mingw32 2016-05-17 11:31:55 +03:00
utf.c Update copyrights for 2016 2016-09-18 14:17:03 +03:00
utf.h Update copyrights for 2016 2016-09-18 14:17:03 +03:00
value.c Make json_equal() const-correct 2017-08-19 21:10:17 +03:00