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 |
2012-04-02 |
Eric Haszlakiewicz | Split the json_tokener_parse tests off from test1 into... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Eric Haszlakiewicz | For the prototype for json_tokener_error_desc(). |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Eric Haszlakiewicz | Mention json_type_to_name() in the docs for json_object... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Eric Haszlakiewicz | Define a LH_LOAD_FACTOR constant and note the range... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Eric Haszlakiewicz | Adjust json_object_is_type and json_object_get_type... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Eric Haszlakiewicz | Ignore several more files, include .o's, .lo's, etc... |
commit | commitdiff | tree | snapshot |
2012-04-02 |
Eric Haszlakiewicz | Perform better error checking in json_tokener_parse_ver... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Eric Haszlakiewicz | Direct people to send bug reports to the json-c google... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Eric Haszlakiewicz | Remove a few more things in the distclean target to... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Eric Haszlakiewicz | Fix a bug in json_tokener_parse_ex when re-using the... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Eric Haszlakiewicz | Split the json_tokener_parse tests off from test1 into... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Eric Haszlakiewicz | For the prototype for json_tokener_error_desc(). |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Eric Haszlakiewicz | Mention json_type_to_name() in the docs for json_object... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Eric Haszlakiewicz | Define a LH_LOAD_FACTOR constant and note the range... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Eric Haszlakiewicz | Adjust json_object_is_type and json_object_get_type... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Eric Haszlakiewicz | Merge pull request #16 from kdopen/master |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Eric Haszlakiewicz | Ignore several more files, include .o's, .lo's, etc... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Eric Haszlakiewicz | Perform better error checking in json_tokener_parse_ver... |
commit | commitdiff | tree | snapshot |
2012-03-26 |
Keith Derrick | Rename boolean type to json_bool |
commit | commitdiff | tree | snapshot |
2012-02-22 |
Eric Haszlakiewicz | Add json_tokener_get_error() and json_tokener_error_des... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eric Haszlakiewicz | Include json_inttypes.h in json_object.h since we use... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eric Haszlakiewicz | Merge branch 'master' of https://github.com/json-c... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eric Haszlakiewicz | Issue#10: add some const qualifiers so test1 compiles... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Eric Haszlakiewicz | Merge pull request #12 from jameinel/win32-project |
commit | commitdiff | tree | snapshot |
2012-02-01 |
John Arbash... | Some updates to make the code compatible with VC 9... |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Eric Haszlakiewicz | Merge pull request #11 from deweerdt/master |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Frederik Deweerdt | json_tokener_parse(): avoid possible NULL deref |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Eric Haszlakiewicz | Merge pull request #7 from federicoculloca/master |
commit | commitdiff | tree | snapshot |
2011-12-09 |
Eric Haszlakiewicz | Merge pull request #8 from mstorsjo/mingw |
commit | commitdiff | tree | snapshot |
2011-11-25 |
Martin Storsjo | Add -no-undefined to the libtool flags |
commit | commitdiff | tree | snapshot |
2011-10-30 |
Federico Culloca | Added capitalized charaters to json_hex_chars |
commit | commitdiff | tree | snapshot |
2011-10-13 |
Eric Haszlakiewicz | Merge pull request #4 from deweerdt/master |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Frederik Deweerdt | Add new json_object_array_sort function |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Eric Haszlakiewicz | Add an initial (incomplete) release checklist. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Eric Haszlakiewicz | Add Jehiah and myself to the list of authors. |
commit | commitdiff | tree | snapshot |
2011-06-14 |
Michael Clark | Update README files with pointers to new github repo... |
commit | commitdiff | tree | snapshot |
2011-05-26 |
Jehiah Czebotar | handle NULL passed to json_objct_object_get |
commit | commitdiff | tree | snapshot |
2011-05-25 |
Jehiah Czebotar | move definition of json_object_iter to public header... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Eric Haszlakiewicz | Set the svn:executable property so running the test_nul... |
commit | commitdiff | tree | snapshot |
2011-05-03 |
Eric Haszlakiewicz | Note the json-c home page in the README file. |
commit | commitdiff | tree | snapshot |
next |