jansson 2.3.1
[jansson.git] / doc /
2012-04-20 Petri Lehtinenjansson 2.3.1
2012-04-18 Petri LehtinenFix tutorial to use Github API v3
2012-03-20 Petri LehtinenUpdate copyright notices for 2012
2012-02-02 Petri Lehtinendoc: Fix the names of library version constants
2012-01-27 Petri Lehtinenjansson 2.3
2012-01-26 Petri LehtinenAdd support for optional object keys for json_unpack...
2012-01-24 Petri LehtinenAdd json_object_update_{existing,missing}
2012-01-24 Petri LehtinenImplement json_object_foreach()
2012-01-23 Petri LehtinenWrite number of bytes read to error position on success...
2011-11-14 Petri LehtinenMerge branch '2.2'
2011-11-14 Petri LehtinenMerge branch '2.2'
2011-11-14 Petri LehtinenUpdate the documentation of JSON_DECODE_ANY
2011-11-14 Andrea MarchesiniJSON_DECODE_ANY
2011-11-14 Petri Lehtinendoc: The same JSON values must not be encoded in parallel
2011-11-02 Petri Lehtinendoc: The configure script can be used on MinGW
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 LehtinenDocumentation fixes
2011-10-03 Petri Lehtinendoc: Add project status to introduction, add portabilit...
2011-10-02 Petri LehtinenMake real number encoding and decoding work under all...
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 Petri Lehtinendoc: Fix several typos and other little errors
2011-06-17 Petri Lehtinendoc: Clarify that removing from containers decrements...
2011-06-10 Petri Lehtinenjansson 2.1 v2.1
2011-05-29 Petri LehtinenAdd JSON_DISABLE_EOF_CHECK decoding flag
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-10 Petri LehtinenAdd json_loadb() for decoding possibly non null-termina...
2011-04-05 Petri LehtinenMerge branch '2.0'
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-27 Petri LehtinenMerge branch '2.0'
2011-03-27 Petri LehtinenSet JANSSON_MICRO_VERSION to 255 (0xFF) for git master
2011-03-10 Petri LehtinenDistribute doc/upgrading.rst
2011-02-28 Petri Lehtinenjansson 2.0 v2.0
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 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 LehtinenRefactor decoder input stream
2011-02-17 Petri LehtinenAdd custom memory allocation
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-22 Petri LehtinenUpdate copyright notices for 2011
2010-12-20 Petri LehtinenEmphasize the constness of the return value of json_str...
2010-12-19 Petri LehtinenDocument the version info constants
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-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-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-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-13 Petri Lehtinenjansson 1.3 v1.3
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenClarify the documentation on reference stealing
2010-05-07 Petri LehtinenMerge branch '1.2'
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-26 Petri Lehtinendoc: Add chapter on RFC conformance
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenUpdate CHANGES, change version to 1.2+
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-02-01 Petri LehtinenAdd functions json_object_iter_{at,set,set_new}
2010-01-28 Petri LehtinenMerge branch '1.2'
2010-01-26 Petri Lehtinendoc/Makefile.am: Don't remove changes.rst in clean
2010-01-21 Petri LehtinenMerge branch 'c++-api'
2010-01-21 Petri Lehtinenjansson 1.2 v1.2
next