jansson.git
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 ...
2009-09-08 Petri LehtinenAdd stripped unit tests for decoder
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
2009-09-08 Petri LehtinenDistribute CHANGES
2009-09-08 Petri Lehtinenjansson 1.0.2 v1.0.2
2009-09-08 Petri Lehtinenload: Handle EOF correctly
2009-09-07 Petri LehtinenDon't perform reference counting on true, false and...
2009-09-07 Petri Lehtinentest/.gitignore: Add testprogs/test_simple
2009-09-07 Petri Lehtinendoc apiref: Enhancements
2009-09-06 Petri LehtinenBetter argument validation
2009-09-06 Petri LehtinenDon't include unistd.h
2009-09-06 Petri Lehtinendoc apiref: json_incref() returns its argument
2009-09-06 Petri LehtinenExpand test coverage
2009-09-06 Petri LehtinenMerge branch '1.0'
2009-09-06 Petri LehtinenAdd CHANGES
2009-09-04 Petri Lehtinenjansson 1.0.1 v1.0.1
2009-09-04 Petri Lehtinenjansson.h: Fix typo
2009-09-04 Petri Lehtinendump: Optimize indenting
2009-09-04 Petri Lehtinenload: Factor out an unneeded strdup
2009-09-04 Petri LehtinenDon't define -std=c99 in AM_CFLAGS
2009-09-04 Petri Lehtinendoc: Fix typo
2009-09-04 Petri LehtinenAdd reference stealing functions for inserting values...
2009-09-02 Petri LehtinenChange the version to 1.0+
2009-08-25 Petri Lehtinenjansson 1.0 v1.0
2009-08-25 Petri LehtinenDistribute appropriate files
2009-08-25 Petri Lehtinentest: Add Makefile.am to test/testprogs
2009-08-25 Petri LehtinenAdd some missing copyright notices
2009-08-24 Petri LehtinenDetect garbage near EOF in json_loadf() and json_load_f...
2009-08-24 Petri LehtinenAdd test for numbers
2009-08-23 Petri LehtinenExpand value test coverage
2009-08-23 Petri Lehtinenarray: Fix a few checks and a leak
2009-08-23 Petri Lehtinenrun-test: Don't remove all testlogs when starting a...
2009-08-13 Petri LehtinenAdd README and API reference
2009-08-04 Petri LehtinenRefuse to dump other types than array and object as...
2009-07-30 Petri LehtinenRemove unimplemented json_clone()
2009-07-30 Petri LehtinenAdd macro json_is_boolean
2009-07-30 Petri LehtinenAdd LICENSE and a copyright note to all sources
2009-07-28 Petri LehtinenRename json_{load,dump} to json_{load,dump}_file
next