2021-06-13 |
Eric Haszlakiewicz | If inttypes.h is present, use it, even on Windows. |
commit | commitdiff | tree | snapshot |
2021-06-02 |
Eric Haszlakiewicz | Issue #709: adjust some include guards to be a bit... |
commit | commitdiff | tree | snapshot |
2021-05-15 |
Eric Hawicz | Merge pull request #706 from davidjmccann/master |
commit | commitdiff | tree | snapshot |
2021-05-13 |
David McCann | Merge branch 'json-c:master' into master |
commit | commitdiff | tree | snapshot |
2021-05-13 |
David McCann | Check __STDC_VERSION__ is defined before checking its... |
commit | commitdiff | tree | snapshot |
2021-05-01 |
Eric Hawicz | Merge pull request #696 from ssrlive/master |
commit | commitdiff | tree | snapshot |
2021-04-17 |
Eric Hawicz | Merge pull request #701 from commodo/configurable-opts |
commit | commitdiff | tree | snapshot |
2021-04-16 |
Alexandru Ardelean | json_pointer: allow the feature to be disabled |
commit | commitdiff | tree | snapshot |
2021-04-16 |
Alexandru Ardelean | tests: CMakeLists.txt: move test names to variable |
commit | commitdiff | tree | snapshot |
2021-04-15 |
Eric Hawicz | Merge pull request #700 from Philosoph228/werror-fix |
commit | commitdiff | tree | snapshot |
2021-04-13 |
Philosoph228 | random_seed: fix unused variable for win32 build |
commit | commitdiff | tree | snapshot |
2021-03-02 |
ssrlive | To avoid target exe file export JSON functions. |
commit | commitdiff | tree | snapshot |
2021-02-15 |
Eric Haszlakiewicz | Add a DISABLE_EXTRA_LIBS option to skip using libbsd... |
commit | commitdiff | tree | snapshot |
2021-02-13 |
Eric Haszlakiewicz | If arc4random is used, don't bother compiling in the... |
commit | commitdiff | tree | snapshot |
2021-02-06 |
Eric Hawicz | Merge pull request #694 from ihsinme/patch-1 |
commit | commitdiff | tree | snapshot |
2021-02-05 |
ihsinme | Update json_object.c |
commit | commitdiff | tree | snapshot |
2021-01-13 |
Eric Haszlakiewicz | Iesue #692: use arc4random() if it's available (in... |
commit | commitdiff | tree | snapshot |
2021-01-13 |
Eric Haszlakiewicz | Keep the doc directory in the nodoc release tarball... |
commit | commitdiff | tree | snapshot |
2021-01-13 |
Eric Hawicz | Merge pull request #674 from ploxiln/random_seed_err_co... |
commit | commitdiff | tree | snapshot |
2020-12-19 |
Eric Hawicz | Merge pull request #689 from neheb/patch-1 |
commit | commitdiff | tree | snapshot |
2020-12-18 |
Rosen Penev | fix compilation with clang |
commit | commitdiff | tree | snapshot |
2020-10-07 |
Pierce Lopez | random_seed: on error, continue to next method |
commit | commitdiff | tree | snapshot |
2020-09-12 |
Eric Hawicz | Merge pull request #667 from stoeckmann/regression |
commit | commitdiff | tree | snapshot |
2020-09-11 |
Tobias Stoeckmann | Fixed test1 regression. |
commit | commitdiff | tree | snapshot |
2020-08-24 |
Eric Hawicz | Merge pull request #665 from stoeckmann/tokener |
commit | commitdiff | tree | snapshot |
2020-08-24 |
Eric Hawicz | Merge pull request #660 from stoeckmann/arraylist |
commit | commitdiff | tree | snapshot |
2020-08-24 |
Tobias Stoeckmann | Validate size arguments in arraylist functions. |
commit | commitdiff | tree | snapshot |
2020-08-23 |
Eric Hawicz | Merge pull request #664 from stoeckmann/string |
commit | commitdiff | tree | snapshot |
2020-08-23 |
Eric Hawicz | Merge pull request #663 from stoeckmann/strerror |
commit | commitdiff | tree | snapshot |
2020-08-23 |
Eric Hawicz | Merge pull request #662 from stoeckmann/random |
commit | commitdiff | tree | snapshot |
2020-08-22 |
Tobias Stoeckmann | Prevent signed overflow in get_time_seed |
commit | commitdiff | tree | snapshot |
2020-08-22 |
Tobias Stoeckmann | Handle allocation failure in json_tokener_new_ex |
commit | commitdiff | tree | snapshot |
2020-08-22 |
Tobias Stoeckmann | Cap string length at INT_MAX. |
commit | commitdiff | tree | snapshot |
2020-08-22 |
Tobias Stoeckmann | Aligned comment in _json_object_new_string |
commit | commitdiff | tree | snapshot |
2020-08-22 |
Tobias Stoeckmann | Properly format errnos in _json_c_strerror |
commit | commitdiff | tree | snapshot |
2020-08-17 |
Eric Haszlakiewicz | Fix json_object_get_boolean() doc for the object and... |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Eric Hawicz | Merge pull request #657 from stoeckmann/getrandom |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Tobias Stoeckmann | Use GRND_NONBLOCK with getrandom. |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Eric Hawicz | Merge pull request #656 from pogaram/fix-warnings |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Aram Poghosyan | Fixed warnings |
commit | commitdiff | tree | snapshot |
2020-08-07 |
Eric Hawicz | Merge pull request #655 from MarcT512/issue654 |
commit | commitdiff | tree | snapshot |
2020-08-07 |
Marc | Fix read past end of buffer |
commit | commitdiff | tree | snapshot |
2020-08-02 |
Eric Hawicz | Merge pull request #653 from lamby/966657-json-c-please... |
commit | commitdiff | tree | snapshot |
2020-08-01 |
Chris Lamb | Make the documentation build reproducibly |
commit | commitdiff | tree | snapshot |
2020-08-01 |
Eric Hawicz | Merge pull request #651 from alanc/getrandom |
commit | commitdiff | tree | snapshot |
2020-07-31 |
Alan Coopersmith | Use getrandom() if available in json_c_get_random_seed |
commit | commitdiff | tree | snapshot |
2020-07-28 |
Eric Haszlakiewicz | Issue #649: Drop the generated doc/Doxyfile when creati... |
commit | commitdiff | tree | snapshot |
2020-07-27 |
Eric Hawicz | Merge pull request #650 from sartura/readme-update |
commit | commitdiff | tree | snapshot |
2020-07-27 |
Jakov Smolic | README: fix spelling errors |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Eric Haszlakiewicz | Include updating the json-c-current-releaes gh-pages... |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Eric Haszlakiewicz | Update the master branch to version 0.15.99 |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Eric Haszlakiewicz | Update AUTHORS, add issues_closed_for_0.15.md, tweak... |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Eric Hawicz | Merge pull request #648 from MarcT512/rbf |
commit | commitdiff | tree | snapshot |
2020-07-23 |
Marc | Fix "may be used uninitialized" Release build failure |
commit | commitdiff | tree | snapshot |
2020-07-22 |
Eric Haszlakiewicz | Issue #594 - provide an OVERRIDE_GET_RANDOM_SEED cmake... |
commit | commitdiff | tree | snapshot |
2020-07-22 |
Eric Hawicz | Merge pull request #646 from pascal-cuoq/fix_645 |
commit | commitdiff | tree | snapshot |
2020-07-21 |
Pascal Cuoq | Fixes #645 |
commit | commitdiff | tree | snapshot |
2020-07-20 |
Eric Haszlakiewicz | Update the ChangeLog with recent changes, in preparatio... |
commit | commitdiff | tree | snapshot |
2020-07-17 |
Eric Haszlakiewicz | Remove the obsolete config.h.win32 |
commit | commitdiff | tree | snapshot |
2020-07-17 |
Eric Haszlakiewicz | Fix a number of things with the generated docs, includi... |
commit | commitdiff | tree | snapshot |
2020-07-17 |
Eric Haszlakiewicz | Add some more detail about how to use json-c in README.md. |
commit | commitdiff | tree | snapshot |
2020-07-17 |
Eric Haszlakiewicz | Remove the THIS_FUNCTION_IS_DEPRECATED define, we stopp... |
commit | commitdiff | tree | snapshot |
2020-07-12 |
Eric Haszlakiewicz | Remove the obsolete README.json_object-split.md, and... |
commit | commitdiff | tree | snapshot |
2020-07-12 |
Eric Haszlakiewicz | Issue #642: improve the docs for json_object_put()... |
commit | commitdiff | tree | snapshot |
2020-07-12 |
Eric Haszlakiewicz | Expand the doc for json_object_array_get_idx() to expla... |
commit | commitdiff | tree | snapshot |
2020-07-11 |
Eric Haszlakiewicz | Issue #641: Add a cast to void * to address some theore... |
commit | commitdiff | tree | snapshot |
2020-07-11 |
Eric Haszlakiewicz | Issue #642: improve docs for json_tokener.h and json_ob... |
commit | commitdiff | tree | snapshot |
2020-07-04 |
Eric Haszlakiewicz | Don't export json-c symbols starting with an underscore... |
commit | commitdiff | tree | snapshot |
2020-07-04 |
Eric Haszlakiewicz | Change the strerror_override handling to check $_JSON_C... |
commit | commitdiff | tree | snapshot |
2020-07-04 |
Eric Hawicz | Merge pull request #639 from smcv/symbol-versions |
commit | commitdiff | tree | snapshot |
2020-07-01 |
Simon McVittie | build: Add symbol versions to all exported symbols |
commit | commitdiff | tree | snapshot |
2020-07-01 |
Eric Haszlakiewicz | Use constants referring to the signed integer types... |
commit | commitdiff | tree | snapshot |
2020-06-29 |
Eric Haszlakiewicz | Replace one call to json_object_new_array() with json_o... |
commit | commitdiff | tree | snapshot |
2020-06-29 |
Eric Haszlakiewicz | Add doc comment for json_object_new_array_ext(). |
commit | commitdiff | tree | snapshot |
2020-06-29 |
Eric Haszlakiewicz | Fix code formatting |
commit | commitdiff | tree | snapshot |
2020-06-29 |
Eric Haszlakiewicz | Make sure TEST_PARSE_CHUNKSIZE is valid if it's set. |
commit | commitdiff | tree | snapshot |
2020-06-29 |
Eric Haszlakiewicz | In the json_tokener_state_number case, explicitly adjus... |
commit | commitdiff | tree | snapshot |
2020-06-27 |
Eric Haszlakiewicz | Fix incremental parsing of invalid numbers with exponen... |
commit | commitdiff | tree | snapshot |
2020-06-23 |
Eric Haszlakiewicz | Issue #635: Fix "expression has no effect" warning... |
commit | commitdiff | tree | snapshot |
2020-06-22 |
Eric Haszlakiewicz | Fix memory leak in test_parse's single_incremental_parse(). |
commit | commitdiff | tree | snapshot |
2020-06-21 |
Eric Haszlakiewicz | Drop extra blank lines from arraylist.h |
commit | commitdiff | tree | snapshot |
2020-06-21 |
Eric Haszlakiewicz | Issue #616: Change the parsing of surrogate pairs in... |
commit | commitdiff | tree | snapshot |
2020-06-21 |
Eric Haszlakiewicz | In test_parse, fix lengths passed during a couple of... |
commit | commitdiff | tree | snapshot |
2020-06-21 |
Eric Haszlakiewicz | Rearrange the json_tokener_state_escape_unicode case... |
commit | commitdiff | tree | snapshot |
2020-06-21 |
Eric Haszlakiewicz | Update the json_tokener_parse_ex() docs to clarify... |
commit | commitdiff | tree | snapshot |
2020-06-21 |
Eric Hawicz | Merge pull request #633 from dota17/issue616 |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Eric Haszlakiewicz | Add json_object_array_shrink() (and array_list_shrink... |
commit | commitdiff | tree | snapshot |
2020-06-20 |
Eric Hawicz | Merge pull request #632 from json-c/json_object-split |
commit | commitdiff | tree | snapshot |
2020-06-16 |
Eric Haszlakiewicz | Reformat the json_object-split branch with clang-format json_object-split |
commit | commitdiff | tree | snapshot |
2020-06-14 |
Eric Hawicz | Merge pull request #634 from micahsnyder/json-c-fPIC |
commit | commitdiff | tree | snapshot |
2020-06-14 |
Micah Snyder | Issue #508: `-fPIC` to link libjson-c.a with libs |
commit | commitdiff | tree | snapshot |
2020-06-14 |
Eric Haszlakiewicz | Include unistd.h to fix the build on OSX |
commit | commitdiff | tree | snapshot |
2020-06-13 |
Eric Haszlakiewicz | Drop the _delete field from struct json_object and... |
commit | commitdiff | tree | snapshot |
2020-06-13 |
Eric Haszlakiewicz | Drop the useless "char data[1]" from struct json_object... |
commit | commitdiff | tree | snapshot |
2020-06-08 |
dota17 | fix issue 616: support the surrogate pair in split... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | Eliminate unnecessary cast that was added to test_doubl... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | Summarize the changes from the json_object-split branch... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | Move the ssize_t typedef from json_inttypes.h to json_o... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | The split of json_object into type-specific sub-structu... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | More fixes for old MSVC builds. |
commit | commitdiff | tree | snapshot |
next |