projects
/
profile
/
ivi
/
jansson.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
C++: Rename jansson-impl.hpp to jansson.ipp
2009-09-06
Petri Lehtinen
Better argument validation
commit
|
commitdiff
|
tree
2009-09-06
Petri Lehtinen
Don't include unistd.h
commit
|
commitdiff
|
tree
2009-09-06
Petri Lehtinen
doc apiref: json_incref() returns its argument
commit
|
commitdiff
|
tree
2009-09-06
Petri Lehtinen
Expand test coverage
commit
|
commitdiff
|
tree
2009-09-06
Petri Lehtinen
Merge branch '1.0'
commit
|
commitdiff
|
tree
2009-09-06
Petri Lehtinen
Add CHANGES
commit
|
commitdiff
|
tree
2009-09-04
Petri Lehtinen
jansson 1.0.1
commit
|
commitdiff
|
tree
2009-09-04
Petri Lehtinen
jansson.h: Fix typo
commit
|
commitdiff
|
tree
2009-09-04
Petri Lehtinen
dump: Optimize indenting
commit
|
commitdiff
|
tree
2009-09-04
Petri Lehtinen
load: Factor out an unneeded strdup
commit
|
commitdiff
|
tree
2009-09-04
Petri Lehtinen
Don't define -std=c99 in AM_CFLAGS
commit
|
commitdiff
|
tree
2009-09-04
Petri Lehtinen
doc: Fix typo
commit
|
commitdiff
|
tree
2009-09-04
Petri Lehtinen
Add reference stealing functions for inserting values...
commit
|
commitdiff
|
tree
2009-09-02
Petri Lehtinen
Change the version to 1.0+
commit
|
commitdiff
|
tree
2009-08-25
Petri Lehtinen
jansson 1.0
commit
|
commitdiff
|
tree
2009-08-25
Petri Lehtinen
Distribute appropriate files
commit
|
commitdiff
|
tree
2009-08-25
Petri Lehtinen
test: Add Makefile.am to test/testprogs
commit
|
commitdiff
|
tree
2009-08-25
Petri Lehtinen
Add some missing copyright notices
commit
|
commitdiff
|
tree
2009-08-24
Petri Lehtinen
Detect garbage near EOF in json_loadf() and json_load_file()
commit
|
commitdiff
|
tree
2009-08-24
Petri Lehtinen
Add test for numbers
commit
|
commitdiff
|
tree
2009-08-23
Petri Lehtinen
Expand value test coverage
commit
|
commitdiff
|
tree
2009-08-23
Petri Lehtinen
array: Fix a few checks and a leak
commit
|
commitdiff
|
tree
2009-08-23
Petri Lehtinen
run-test: Don't remove all testlogs when starting a...
commit
|
commitdiff
|
tree
2009-08-13
Petri Lehtinen
Add README and API reference
commit
|
commitdiff
|
tree
2009-08-04
Petri Lehtinen
Refuse to dump other types than array and object as...
commit
|
commitdiff
|
tree
2009-07-30
Petri Lehtinen
Remove unimplemented json_clone()
commit
|
commitdiff
|
tree
2009-07-30
Petri Lehtinen
Add macro json_is_boolean
commit
|
commitdiff
|
tree
2009-07-30
Petri Lehtinen
Add LICENSE and a copyright note to all sources
commit
|
commitdiff
|
tree
2009-07-28
Petri Lehtinen
Rename json_{load,dump} to json_{load,dump}_file
commit
|
commitdiff
|
tree
2009-07-28
Petri Lehtinen
Fix some memory leaks and invalid memory references
commit
|
commitdiff
|
tree
2009-07-28
Petri Lehtinen
Enhance test system
commit
|
commitdiff
|
tree
2009-07-26
Petri Lehtinen
Expand encoder test coverage
commit
|
commitdiff
|
tree
2009-07-26
Petri Lehtinen
Expand parser and Unicode test coverage
commit
|
commitdiff
|
tree
2009-07-16
Petri Lehtinen
Implement support for \u escapes
commit
|
commitdiff
|
tree
2009-07-16
Petri Lehtinen
Show the whole UTF-8 sequence in error message, not...
commit
|
commitdiff
|
tree
2009-07-16
Petri Lehtinen
Remove TODO
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Report errors from lexical and stream level in parser
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Get rid of JSON_SORT_KEYS dump flag
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Decode and check for correct UTF-8
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Streamify the loader
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Get rid of json_dumpfd and json_loadfd
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Little clean-up in parser
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Unify naming in parser
commit
|
commitdiff
|
tree
2009-07-13
Petri Lehtinen
Make the lexer not depend on locale
commit
|
commitdiff
|
tree
2009-07-09
Petri Lehtinen
Don't dump extra spaces when indenting
commit
|
commitdiff
|
tree
2009-07-09
Petri Lehtinen
Add some tests
commit
|
commitdiff
|
tree
2009-07-09
Petri Lehtinen
Fix dumping of Unicode control codes
commit
|
commitdiff
|
tree
2009-07-04
Petri Lehtinen
Fix number tokenizer
commit
|
commitdiff
|
tree
2009-07-04
Petri Lehtinen
Fix empty array dumping
commit
|
commitdiff
|
tree
2009-07-04
Petri Lehtinen
strbuffer: Optimize string termination
commit
|
commitdiff
|
tree
2009-07-04
Petri Lehtinen
Separate integers and real numbers
commit
|
commitdiff
|
tree
2009-06-30
Petri Lehtinen
Use -Werror
commit
|
commitdiff
|
tree
2009-06-30
Petri Lehtinen
Fix json_loadf and json_loadfd with empty input
commit
|
commitdiff
|
tree
2009-06-30
Petri Lehtinen
Print correct error message on premature end of array
commit
|
commitdiff
|
tree
2009-06-15
Petri Lehtinen
Fix json_set_error
commit
|
commitdiff
|
tree
2009-06-15
Petri Lehtinen
Don't use AM_MAINTAINER_MODE
commit
|
commitdiff
|
tree
2009-06-15
Petri Lehtinen
Add TODO
commit
|
commitdiff
|
tree
2009-06-15
Petri Lehtinen
Fix a few memory leaks in json_parse_object()
commit
|
commitdiff
|
tree
2009-06-15
Petri Lehtinen
Implement json_load, json_loadf and json_loadfd
commit
|
commitdiff
|
tree
2009-06-13
Petri Lehtinen
strbuffer_value: Return a read-only pointer rather...
commit
|
commitdiff
|
tree
2009-06-13
Petri Lehtinen
strbuffer: Allocate enough space for value initially
commit
|
commitdiff
|
tree
2009-06-11
Petri Lehtinen
Implement strbuffer
commit
|
commitdiff
|
tree
2009-06-11
Petri Lehtinen
Move max() to util.h
commit
|
commitdiff
|
tree
2009-06-09
Petri Lehtinen
Implement json_dump and json_dumps
commit
|
commitdiff
|
tree
2009-05-16
Petri Lehtinen
Add autotools generated files to .gitignore
commit
|
commitdiff
|
tree
2009-05-16
Petri Lehtinen
Implement dumping to an fd
commit
|
commitdiff
|
tree
2009-05-13
Petri Lehtinen
Refactor error reporting
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Use autoconf, automake & libtool
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Fix json_object_get
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Get rid of include/
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Parse an empty object correctly
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Implement dumping to file
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Bump hashtable, allocate object->hashtable statically
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Add support for iterating over objects
commit
|
commitdiff
|
tree
2009-05-12
Petri Lehtinen
Initial import
commit
|
commitdiff
|
tree