jansson.git
2011-10-10 Sam hartmanAdd spec file moonshot
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-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.
2010-10-14 Petri LehtinenRemove all "Added in version 1.x" info from documentation
2010-10-14 Petri LehtinenMake json_error_t opaque
2010-09-06 Petri LehtinenMerge branch '1.3'
2010-09-06 Petri LehtinenRun Sphinx without the -W flag when building documentation origin/1.3
2010-09-05 Petri LehtinenUse Sphinx 1.0, change the HTML theme
2010-09-05 Petri LehtinenAdd a section describing how to build on Windows
2010-09-05 Petri LehtinenOn Windows, typedef int to int32_t
2010-09-05 Petri LehtinenAdd jansson_config.h.win32
2010-09-05 Petri LehtinenMove max() to jansson_private.h, define only if not...
2010-09-05 Petri LehtinenDon't use designated struct initializers
2010-09-05 Petri LehtinenUse config.h only if it exists
2010-09-05 Petri LehtinenReplace all occurences of inline with JSON_INLINE
2010-08-14 Petri LehtinenMerge branch '1.3'
2010-08-14 Petri LehtinenSet the version number to 2.0pre
2010-08-14 Petri LehtinenClarify and document the integer type configuration
2010-08-14 Petri LehtinenAdd a flags parameter to all decoding functions for...
2010-08-13 Petri LehtinenChange the maximum indentation size to 32 spaces in...
2010-08-13 Petri LehtinenChange the underlying type of JSON integer from long...
2010-08-12 Petri LehtinenMake object_key_t portable
2010-08-12 Petri LehtinenBeautify the container_of macro
2010-08-12 Petri LehtinenReplace inline with JSON_INLINE in json_object_iter_set...
2010-08-12 Petri LehtinenCheck for gcc before setting gcc specific CFLAGS
2010-08-10 Petri LehtinenMove site configuration to jansson_config.h
2010-08-10 Petri LehtinenChange JSON integer's underlying type from int to long
2010-06-16 Petri LehtinenClarify the documentation
2010-06-15 Petri LehtinenUnify unsigned integer usage in the API
2010-06-14 Petri Lehtinenconfigure.ac: Remove unneeded AC_PROG_CXX
2010-06-14 Petri LehtinenAdd a few missing changes to CHANGES for v1.3
2010-06-13 Petri Lehtinenjansson 1.3 v1.3
2010-06-12 Petri LehtinenRemove the C++ interface
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-06-10 Petri LehtinenFix a few memory leaks in tests origin/1.2
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenClarify the documentation on reference stealing
2010-05-14 Petri LehtinenZero the visited flag after an encoding error
2010-05-14 Petri LehtinenZero the visited flag after encoding an empty array...
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-05-07 Petri Lehtinenload.c: Make stream_init() static
2010-04-03 Petri LehtinenMerge branch '1.2'
2010-04-03 Petri Lehtinenjansson 1.2.1 v1.2.1
2010-04-03 Petri Lehtinendoc: Distribute conformance.rst
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenRequire autoconf 2.60
2010-03-28 Petri LehtinenSupport compilers that don't have the "inline" keyword
2010-03-26 Petri Lehtinendoc: Add chapter on RFC conformance
2010-03-26 Petri LehtinenEstimate real number underflows with 0.0
2010-03-26 Petri LehtinenEnhance tests for null byte
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-03-23 Petri LehtinenFix reference counting on true, false and null
2010-03-19 Petri LehtinenIgnore temporary files *~
next