projects
/
json-c
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
json-c
2012-12-19
Alexander Klauer
Fixed memory leak in testReplaceExisting
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Alexander Klauer
Make macro json_object_object_foreach multiple-use...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Alexander Klauer
Remove and ignore autogenerated installation instructions
commit
|
commitdiff
|
tree
|
snapshot
2012-12-19
Alexander Klauer
Ignore editor swap files
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Alexander Klauer
Ignore doc dir for now
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Alexander Klauer
Library is now called libjson-c
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Alexander Klauer
Need to explicitly remove include/json-c directory
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Alexander Klauer
-d test is useless as symlinks are dereferenced
commit
|
commitdiff
|
tree
|
snapshot
2012-12-18
Alexander Klauer
Ignore valgrind output files
commit
|
commitdiff
|
tree
|
snapshot
2012-12-09
Eric Haszlakiewicz
Fix issue #53 - ensure explicit length string are still...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-09
Eric Haszlakiewicz
Remove configure as part of maintainer-clean instead...
commit
|
commitdiff
|
tree
|
snapshot
2012-12-09
Eric Haszlakiewicz
Add PACKAGE_URL to config.h.in
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eric Haszlakiewicz
Add a missing json_object_get() so we don't try to...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eric Haszlakiewicz
Fix a memory leak in the test_printbuf test.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-29
Eric Haszlakiewicz
Include json_object_iterator.c in the list of sources.
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Eric Haszlakiewicz
Make it safe to delete keys while iterating with the...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-21
Eric Haszlakiewicz
Reformat the json_object_object_foreach macro so it...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eric Haszlakiewicz
Reformat json_object_object_get() and json_object_objec...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eric Haszlakiewicz
Fix json_object_object_get() so it returns NULL if...
commit
|
commitdiff
|
tree
|
snapshot
2012-10-18
Eric Haszlakiewicz
Change json_object_put to return 1 if the object passed...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Eric Haszlakiewicz
Fix a memory leak in test1 with respect to how json_obj...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-17
Eric Haszlakiewicz
Reformat the test sources. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Eric Haszlakiewicz
Fix the home page in the README, and add a list of...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Eric Haszlakiewicz
Merge pull request #44 from lastquestion/fix_gnu_macosx
commit
|
commitdiff
|
tree
|
snapshot
2012-09-10
Lin Xu
Add an autoconf test to test whether the .section ...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-09
Eric Haszlakiewicz
Update the set_serializer test to match the actual...
commit
|
commitdiff
|
tree
|
snapshot
2012-09-02
Eric Haszlakiewicz
Add a json_set_serializer() function to allow the strin...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-30
Eric Haszlakiewicz
Add my copyright.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-30
Eric Haszlakiewicz
Ignore the tests/testReplaceExisting binary.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Note the rename in the ChangeLog, and update the instru...
kdopen-rename_library
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Take a guess as to the rename changes changes needed...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Re-add the "json" pkg-config file as a compatibility...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Bump the version of the new library since programs...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Add a compatibility symlink json->json-c in the include...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Add a --disable-oldname-compat option to configure...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Ignore a couple more generated files.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Fix the Libs line in json-uninstalled.pc to use -ljson-c
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Create an additional libjson.so library that simply...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Check for the sys/cdefs.h header which on some systems...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Remove test_parse from the top level directory. (accid...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Merge branch 'rename_library' of https://github.com...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Handle the \f escape sequence (the two characters:...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Default autogen.sh to not running configure, unless...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Initialize errno before calling sscanf in json_parse_in...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-29
Eric Haszlakiewicz
Merge pull request #37 from cgwalters/master
commit
|
commitdiff
|
tree
|
snapshot
2012-07-25
Eric Haszlakiewicz
Rewrite json_object_object_add to replace just the...
commit
|
commitdiff
|
tree
|
snapshot
2012-07-11
Colin Walters
autogen.sh: Add /bin/sh interpreter, honor NOCONFIGURE=1
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Eric Haszlakiewicz
Merge pull request #26 from ford-prefect/master
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Eric Haszlakiewicz
Add json_object_iterator.h to installed headers.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Eric Haszlakiewicz
Fix git commands for tagging a release.
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Eric Haszlakiewicz
Remove unnecessary comment from json_util.c
commit
|
commitdiff
|
tree
|
snapshot
2012-07-09
Eric Haszlakiewicz
Merge pull request #33 from mloskot/master
commit
|
commitdiff
|
tree
|
snapshot
2012-06-19
Mateusz Loskot
Added a bunch of missing HAVE_* defines tested with...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Eric Haszlakiewicz
Merge pull request #27 from OBI-1/master
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Eric Haszlakiewicz
Merge pull request #29 from mloskot/msvc-port
commit
|
commitdiff
|
tree
|
snapshot
2012-05-31
Eric Haszlakiewicz
Use "nodoc", not "doc", for the name of the tarball...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-22
Mateusz Loskot
Missing explicit casts from void* to specific pointers...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-21
Mateusz Loskot
Replaced #if HAVE_X with #ifdef HAVE_X as the former...
commit
|
commitdiff
|
tree
|
snapshot
2012-05-09
OBI-1
array_list_expand_internal needs length, not index.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-29
Eric Haszlakiewicz
Update the ChangeLog with the rest of the changes that...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-29
Eric Haszlakiewicz
Fill in the missing pieces of the release checklist.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-29
Eric Haszlakiewicz
Change the format used for sprintbuf (but not scanf...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-28
Eric Haszlakiewicz
Ignore the new test1Formatted and test2Formatted execut...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-28
Eric Haszlakiewicz
Extend test1 and test2 to run using json_object_to_json...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-28
Eric Haszlakiewicz
Add a json_object_to_json_string_ext() function to...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Arun Raghavan
Add an Android-friendly build system
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Arun Raghavan
Run configure in the autogen.sh script
commit
|
commitdiff
|
tree
|
snapshot
2012-04-26
Arun Raghavan
Add a pkgconfig file for uninstalled builds
commit
|
commitdiff
|
tree
|
snapshot
2012-04-25
Eric Haszlakiewicz
Fixed parsing numbers in E notation. `
commit
|
commitdiff
|
tree
|
snapshot
2012-04-25
Eric Haszlakiewicz
Since we already use a local json_bool type, replace...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-24
Eric Haszlakiewicz
Merge pull request #25 from kdopen/doc_cleanup
commit
|
commitdiff
|
tree
|
snapshot
2012-04-23
Keith Derrick
Clean up documentation and correct sample code
commit
|
commitdiff
|
tree
|
snapshot
2012-04-23
Eric Haszlakiewicz
Merge pull request #23 from mloskot/mloskot-msvc-fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-04-23
Mateusz Loskot
Fix missing inttypes.h definitions for Visual Studio...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-23
Eric Haszlakiewicz
Merge pull request #21 from kdopen/add_iterator
commit
|
commitdiff
|
tree
|
snapshot
2012-04-22
Eric Haszlakiewicz
Merge branch 'master' of https://github.com/json-c...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-22
Eric Haszlakiewicz
Actually save the expected output for the test_printbuf...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-22
Eric Haszlakiewicz
Update the list of files to ignore.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-22
Eric Haszlakiewicz
Add a test for the printbuf functions.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-22
Eric Haszlakiewicz
Use a different variable when referring to the json...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-22
Eric Haszlakiewicz
Move the rest of the tests into the tests subdirectory.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-22
Eric Haszlakiewicz
Create a tests subdirectory and move one of the test...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-20
Eric Haszlakiewicz
Merge pull request #20 from kdopen/master
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Keith Derrick
Add alternative iterator implementation
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Keith Derrick
Add NULL-safe get object method
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Keith Derrick
Add NULL-safe lookup function
commit
|
commitdiff
|
tree
|
snapshot
2012-04-12
Keith Derrick
Add JASSERT macro to guarantee aborts
commit
|
commitdiff
|
tree
|
snapshot
2012-04-06
Keith Derrick
Added explanatory notes to documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-06
Keith Derrick
Ignoring additional build products
commit
|
commitdiff
|
tree
|
snapshot
2012-04-06
Keith Derrick
Modify install names for library and include files
commit
|
commitdiff
|
tree
|
snapshot
2012-04-06
Keith Derrick
Added explanatory notes to documentation.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Eric Haszlakiewicz
Fix some bugs with how buffer sizes were being calcuate...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Eric Haszlakiewicz
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Eric Haszlakiewicz
Add a printbuf_memset() function to provide an effecien...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
Eric Haszlakiewicz
Fix some bugs with how buffer sizes were being calcuate...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
Eric Haszlakiewicz
Remove the "#undef PRINTBUF_DEBUG" from printbuf.h...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Eric Haszlakiewicz
Add a printbuf_memset() function to provide an effecien...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Eric Haszlakiewicz
Direct people to send bug reports to the json-c google...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Eric Haszlakiewicz
Remove a few more things in the distclean target to...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Eric Haszlakiewicz
Fix a bug in json_tokener_parse_ex when re-using the...
commit
|
commitdiff
|
tree
|
snapshot
next