jansson.git
2011-10-06 Petri Lehtinenjansson 2.2.1 origin/2.2 origin/HEAD origin/master v2.2.1
2011-10-06 Petri LehtinenDistribute doc/portability.rst
2011-10-04 Petri Lehtinenjson_load_file: Open the input file in rb mode
2011-10-04 Petri LehtinenDocumentation fixes
2011-10-03 Petri Lehtinendoc: Add project status to introduction, add portabilit...
2011-10-03 Petri LehtinenMake identifier decoding work under all locales
2011-10-03 Petri LehtinenUse strchr() when searching for a single character
2011-10-02 Petri LehtinenMake real number encoding and decoding work under all...
2011-09-24 Petri LehtinenImplement all other encoding functions using json_dump_...
2011-09-20 Petri LehtinenMerge pull request #33 from bakulf/master
2011-09-20 Andrea Marchesiniscope error. result points to a out-of-score variable.
2011-09-20 Andrea Marchesiniunsed static variable removed
2011-09-12 Petri Lehtinendoc: Clarify the result of 's' format of json_unpack()
2011-09-02 Petri Lehtinenjansson 2.2 v2.2
2011-09-02 Petri Lehtinendoc: json_dump_callback was added in v2.2
2011-08-08 Petri LehtinenMerge branch '2.1'
2011-08-08 Petri Lehtinendoc: Explain the non-constness of the first parameter... origin/2.1
2011-06-30 Petri LehtinenMerge branch '2.1'
2011-06-30 Petri LehtinenMerge branch 'issue-29'
2011-06-30 Petri Lehtinendoc: Add documentation for json_dump_callback()
2011-06-30 JKLtest file for new json_dump_callback function
2011-06-30 JKLnew typedef json_dump_callback_t, function json_dump_ca...
2011-06-30 Petri Lehtinendoc: Fix several typos and other little errors
2011-06-30 JKLuse size_t for strbuffer writes, and avoid integer...
2011-06-17 Petri LehtinenCheck that target is string and value is not NULL in...
2011-06-17 Petri Lehtinendoc: Clarify that removing from containers decrements...
2011-06-10 Petri LehtinenCHANGES: Fix v2.1 release date
2011-06-10 Petri Lehtinenjansson 2.1 v2.1
2011-06-07 Petri LehtinenUse ``literal`` syntax with macro and flag names in...
2011-06-07 Petri LehtinenPrepare for relase: Add CHANGES entry for v2.1
2011-05-29 Petri LehtinenAdd JSON_DISABLE_EOF_CHECK decoding flag
2011-05-29 Petri LehtinenReduce code duplication in the decoder
2011-05-24 Petri LehtinenClear errno before calling strtod()
2011-05-15 Petri LehtinenAdd JSON_REJECT_DUPLICATES decoding flag
2011-05-15 Petri Lehtinendoc: Clarify that Unicode normalization or comparison...
2011-05-14 Petri Lehtinendoc: Add "New in version 2.1" notes to new features
2011-05-14 Petri Lehtinendocs: Add a note that object iteration doesn't give...
2011-05-14 Petri LehtinenAdd JSON_ENCODE_ANY flag to allow encoding any JSON...
2011-04-21 Petri LehtinenMerge branch '2.0'
2011-04-21 Petri LehtinenFix a leak when memory allocation fails in json_object_... origin/2.0
2011-04-10 Petri LehtinenAdd json_loadb() for decoding possibly non null-termina...
2011-04-05 Petri LehtinenMerge branch '2.0'
2011-04-05 Jim MeyeringAvoid set-but-not-used warning/error in a test
2011-03-31 Petri LehtinenMerge branch '2.0'
2011-03-31 Petri Lehtinenjansson 2.0.1 v2.0.1
2011-03-31 Petri LehtinenMerge branch '2.0'
2011-03-31 Petri LehtinenFix a few malloc() and free() calls
2011-03-30 Petri LehtinenFix invalid object key hashing in json_unpack() strict...
2011-03-27 Petri LehtinenMerge branch '2.0'
2011-03-27 Petri LehtinenSet JANSSON_MICRO_VERSION to 255 (0xFF) for git master
2011-03-27 Petri LehtinenUse the correct number of parens in JANSSON_VERSION_HEX...
2011-03-27 Petri LehtinenTest framework enhancements, fix the check_exports...
2011-03-23 Petri LehtinenUse the correct number of parens in JANSSON_VERSION_HEX...
2011-03-21 Petri LehtinenANSI C requires struct initializers to be constant...
2011-03-21 Petri LehtinenFix json_object_size() return value
2011-03-20 Petri LehtinenEnhance portability of va_copy()
2011-03-10 Petri LehtinenFix a declaration after statement
2011-03-10 Petri LehtinenDistribute doc/upgrading.rst
2011-03-10 Petri LehtinenCheck documentation in make distcheck
2011-02-28 Petri Lehtinenjansson 2.0 v2.0
2011-02-27 Petri LehtinenFix packing of invalid UTF-8 strings
2011-02-27 Petri LehtinenUpdate README
2011-02-25 Petri Lehtinentests: Add missing json_decref() calls to suites/api...
2011-02-25 Petri LehtinenRemove invalid subdirs from test/suites/Makefile.am
2011-02-25 Petri Lehtinendoc: Change the title of the upgrading section
2011-02-24 Petri LehtinenSmall documentation tweaks
2011-02-24 Petri LehtinenAdd "Upgrading from older releases" to docs, tweak...
2011-02-22 Petri LehtinenAdd a CHANGES entry for version 2.0
2011-02-22 Petri LehtinenAdd lots of tests for pack/unpack code, fix bugs found
2011-02-22 Petri LehtinenMove json_error_t documentation to its own section
2011-02-22 Petri LehtinenTruncate error source from start, not end, if it's...
2011-02-22 Petri LehtinenRefactor decoder input stream
2011-02-19 Petri Lehtinentests: Use "make STOP=1 check" to stop on first failure
2011-02-17 Petri LehtinenAdd custom memory allocation
2011-02-03 Graeme SmecherResolve __va_list_tag ** -> va_list * type errors with...
2011-01-30 Petri LehtinenFix an unpack example in the docs
2011-01-29 Petri LehtinenTweak the default validation behaviour of the unpack API
2011-01-26 Petri LehtinenUse the Sphinx default theme again for documentation
2011-01-26 Petri LehtinenDocumentation for pack and unpack functions
2011-01-25 Petri LehtinenAdd the 'I' format for both pack and unpack
2011-01-25 Petri LehtinenUse 'f' for real and 'F' for number (real or integer...
2011-01-25 Petri Lehtinenunpack: Unify and enhance error messages
2011-01-25 Petri LehtinenExpand the pack/unpack API, implement unpack flags
2011-01-25 Petri LehtinenAdd validation features to json_unpack()
2011-01-25 Petri LehtinenRename variadic.c to pack_unpack.c
2011-01-25 Petri LehtinenRefactor json_unpack()
2011-01-24 Petri LehtinenRefactor json_pack()
2011-01-24 Petri LehtinenUnify style
2011-01-22 Petri LehtinenUpdate copyright notices for 2011
2011-01-17 Petri LehtinenBuild cleanly with gcc's -Werror=declaration-after...
2011-01-15 Graeme SmecherRemove debugging printf
2011-01-14 Graeme SmecherMake json_pack/json_unpack() recursive
2010-12-20 Petri LehtinenEmphasize the constness of the return value of json_str...
2010-12-19 Petri LehtinenDocument the version info constants
2010-12-18 Petri LehtinenMake int32_t available when the configure script is...
2010-12-14 Petri LehtinenAdd version info to jansson.h
2010-10-27 Petri LehtinenEnhance error reporting
2010-10-26 Petri LehtinenMove and enhance documentation on json_error_t
2010-10-26 Petri LehtinenMake json_error_t transparent again
2010-10-26 Graeme SmecherAdds json_pack / json_unpack variadic functions.
next