jansson.git
2009-07-09 Petri LehtinenAdd some tests
2009-07-09 Petri LehtinenFix dumping of Unicode control codes
2009-07-04 Petri LehtinenFix number tokenizer
2009-07-04 Petri LehtinenFix empty array dumping
2009-07-04 Petri Lehtinenstrbuffer: Optimize string termination
2009-07-04 Petri LehtinenSeparate integers and real numbers
2009-06-30 Petri LehtinenUse -Werror
2009-06-30 Petri LehtinenFix json_loadf and json_loadfd with empty input
2009-06-30 Petri LehtinenPrint correct error message on premature end of array
2009-06-15 Petri LehtinenFix json_set_error
2009-06-15 Petri LehtinenDon't use AM_MAINTAINER_MODE
2009-06-15 Petri LehtinenAdd TODO
2009-06-15 Petri LehtinenFix a few memory leaks in json_parse_object()
2009-06-15 Petri LehtinenImplement json_load, json_loadf and json_loadfd
2009-06-13 Petri Lehtinenstrbuffer_value: Return a read-only pointer rather...
2009-06-13 Petri Lehtinenstrbuffer: Allocate enough space for value initially
2009-06-11 Petri LehtinenImplement strbuffer
2009-06-11 Petri LehtinenMove max() to util.h
2009-06-09 Petri LehtinenImplement json_dump and json_dumps
2009-05-16 Petri LehtinenAdd autotools generated files to .gitignore
2009-05-16 Petri LehtinenImplement dumping to an fd
2009-05-13 Petri LehtinenRefactor error reporting
2009-05-12 Petri LehtinenUse autoconf, automake & libtool
2009-05-12 Petri LehtinenFix json_object_get
2009-05-12 Petri LehtinenGet rid of include/
2009-05-12 Petri LehtinenParse an empty object correctly
2009-05-12 Petri LehtinenImplement dumping to file
2009-05-12 Petri LehtinenBump hashtable, allocate object->hashtable statically
2009-05-12 Petri LehtinenAdd support for iterating over objects
2009-05-12 Petri LehtinenInitial import