Add spec file
[jansson.git] / src /
2009-12-21 Petri LehtinenRemove const qualifier from the json_t parameter in...
2009-12-21 Petri LehtinenMerge branch '1.1'
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-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-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-10-29 Petri Lehtinenload: Parse a badly put - sign correctly
2009-10-27 Petri Lehtinenjson_load_file: Initialize the error struct properly
2009-10-20 Petri Lehtinenjansson 1.1 v1.1
2009-10-19 raoulhAdd C++ guards to jansson.h
2009-10-16 Petri LehtinenFix indentation
2009-10-15 Petri LehtinenEnhance handling of circular references
2009-10-15 Petri Lehtinenjson_dumps: Close the strbuffer if dumping fails
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 LehtinenExtend object API
2009-10-10 Petri LehtinenCheck json_object_set_new arguments
2009-10-06 Petri LehtinenFix a few more compilation issues
2009-10-01 Petri LehtinenMake it compile on platforms where char is unsigned
2009-09-29 Petri LehtinenExtend array API
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-13 Petri Lehtinenload: Check for integer and real overlfows and underflows
2009-09-13 Petri LehtinenUse unsigned long instead of uint32_t
2009-09-08 Petri LehtinenMerge branch '1.0' into HEAD
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-06 Petri LehtinenBetter argument validation
2009-09-06 Petri LehtinenDon't include unistd.h
2009-09-06 Petri LehtinenMerge branch '1.0'
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 LehtinenAdd reference stealing functions for inserting values...
2009-08-24 Petri LehtinenDetect garbage near EOF in json_loadf() and json_load_f...
2009-08-23 Petri Lehtinenarray: Fix a few checks and a leak
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
2009-07-28 Petri LehtinenFix some memory leaks and invalid memory references
2009-07-16 Petri LehtinenImplement support for \u escapes
2009-07-16 Petri LehtinenShow the whole UTF-8 sequence in error message, not...
2009-07-13 Petri LehtinenReport errors from lexical and stream level in parser
2009-07-13 Petri LehtinenGet rid of JSON_SORT_KEYS dump flag
2009-07-13 Petri LehtinenDecode and check for correct UTF-8
2009-07-13 Petri LehtinenStreamify the loader
2009-07-13 Petri LehtinenGet rid of json_dumpfd and json_loadfd
2009-07-13 Petri LehtinenLittle clean-up in parser
2009-07-13 Petri LehtinenUnify naming in parser
2009-07-13 Petri LehtinenMake the lexer not depend on locale
2009-07-09 Petri LehtinenDon't dump extra spaces when indenting
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 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 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