jansson.git
2010-06-10 Petri LehtinenFix a few memory leaks in tests origin/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 Lehtinenload.c: Make stream_init() static
2010-04-03 Petri Lehtinenjansson 1.2.1 v1.2.1
2010-04-03 Petri Lehtinendoc: Distribute conformance.rst
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 LehtinenFix reference counting on true, false and null
2010-03-18 Petri LehtinenDon't include stdint.h anywhere
2010-02-06 Petri LehtinenMake int32_t available on all systems
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-01-28 Petri Lehtinentest/suites/api/test_object.c: Enhance tests for iterators
2010-01-28 Petri Lehtinentest/suites/api: Fail when a test fails
2010-01-28 Petri Lehtinenrun-tests.sh: Print the test name correctly when VERBOSE=1
2010-01-26 Petri Lehtinendoc/Makefile.am: Don't remove changes.rst in clean
2010-01-21 Petri Lehtinenjansson 1.2 v1.2
2010-01-21 Petri Lehtinentest/run-suites: Be less picky when searching for tests
2010-01-21 Petri LehtinenDistribute some missing files
2010-01-21 Petri LehtinenRemove CHANGES preprocessing, as it didn't work with...
2010-01-19 Petri LehtinenCHANGES: Update for v1.2
2010-01-17 Petri LehtinenMerge branch '1.1'
2010-01-14 Petri Lehtinendoc: Convert CHANGES to reStructuredText and add it...
2010-01-12 Petri LehtinenUpdate documentation
2010-01-10 Petri LehtinenFix memory leaks in json_equal() tests
2010-01-10 Petri LehtinenFix memory leaks in json_*_deep_copy()
2010-01-10 Petri LehtinenEnable Valgrind support in the API suite
2010-01-10 Petri LehtinenUse _nocheck functions internally for speed
2010-01-07 Petri LehtinenAdd pkg-config support origin/1.1
2009-12-31 Petri LehtinenAdd functions for shallow and deep copying JSON values
2009-12-31 Petri LehtinenAdd equality test for JSON values
2009-12-23 Petri LehtinenAdd check-exports test
2009-12-23 Petri LehtinenAdd _nocheck functions
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenRemove const qualifier from the json_t parameter in...
2009-12-21 Petri LehtinenFix tests for real
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenEnhance tests
2009-12-18 Petri Lehtinenjansson 1.1.3 v1.1.3
2009-12-17 Petri LehtinenEncode reals correctly
2009-12-16 Petri LehtinenImplement JSON_SORT_KEYS encoding flag
2009-12-16 Petri LehtinenRefactor the test system
2009-12-05 Petri LehtinenImplement JSON_ENSURE_ASCII encoding flag
2009-12-02 Petri LehtinenUse int32_t instead of plain int with Unicode code...
2009-11-29 Petri LehtinenOnly export symbols starting with "json_" in libjansson.la
2009-11-29 Petri LehtinenMake parse_json static
2009-11-28 Petri Lehtinendoc/github_commits.c Add copyright notice
2009-11-08 Petri LehtinenMerge branch '1.1'
2009-11-08 Petri Lehtinenjansson 1.1.2 v1.1.2
2009-11-07 Petri LehtinenDon't include stdint.h in jansson.h
2009-11-04 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri Lehtinendump: Revise whitespace usage
2009-11-03 Petri LehtinenBuild documentation in make html target
2009-10-29 Petri Lehtinenload: Parse a badly put - sign correctly
2009-10-27 Petri Lehtinenjson_load_file: Initialize the error struct properly
2009-10-26 Petri LehtinenMerge branch '1.1'
2009-10-26 Petri Lehtinenjansson 1.1.1 v1.1.1
2009-10-24 Petri LehtinenBuild documentation in distcheck-hook
2009-10-24 Petri LehtinenReally distribute all the docs
2009-10-24 Petri LehtinenDistribute all the docs
2009-10-24 Petri LehtinenFix version 1.1 release date in CHANGES
2009-10-21 Petri LehtinenFix version 1.1 release date in CHANGES
2009-10-21 Petri LehtinenSet the version number to 1.1+
2009-10-20 Petri Lehtinenjansson 1.1 v1.1
2009-10-20 Petri LehtinenDistribute stripped unit test data
2009-10-19 Petri LehtinenEnhance documentation
2009-10-19 raoulhAdd C++ guards to jansson.h
2009-10-17 Petri Lehtinendoc: Add tutorial
2009-10-16 Petri LehtinenFix indentation
2009-10-15 Petri Lehtinenjson_dumpf: Document the output shortage on error
2009-10-15 Petri LehtinenEnhance handling of circular references
2009-10-15 Petri Lehtinenjson_dumps: Close the strbuffer if dumping fails
2009-10-15 Petri Lehtinendoc: Fix a small typo in apiref
2009-10-14 Petri Lehtinendoc/Makefile.am: Remove *.pyc in clean
2009-10-14 Petri LehtinenMake integer, real and string mutable
2009-10-13 Petri LehtinenDon't use non-portable asprintf()
2009-10-11 Petri LehtinenMerge branch '1.0'
2009-10-11 Petri Lehtinenjansson 1.0.4 origin/1.0 v1.0.4
2009-10-11 Petri LehtinenFix API tests for object
2009-10-11 Petri LehtinenRemove config.h.in
2009-10-11 Petri LehtinenExtend object API
2009-10-10 Petri LehtinenFix API tests for object
2009-10-10 Petri LehtinenCheck json_object_set_new arguments
2009-10-10 Petri LehtinenRemove config.h.in
2009-10-06 Petri LehtinenFix a few more compilation issues
2009-10-01 Petri LehtinenMake it compile on platforms where char is unsigned
2009-10-01 Petri LehtinenRelax Autoconf version prereq
2009-09-29 Petri LehtinenExtend array API
2009-09-20 Petri Lehtinendoc: Add getting started guide
2009-09-14 Petri LehtinenMerge branch '1.0'
2009-09-14 Petri Lehtinenjansson 1.0.3 v1.0.3
2009-09-14 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-14 Petri Lehtinentest/json-compare.py: Use json module from Python ...
2009-09-13 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-13 Petri LehtinenUse unsigned long instead of uint32_t
2009-09-11 Petri Lehtinentest/json-compare.py: Use json module from Python ...
next