2023-02-23 |
Eric Haszlakiewicz | Bump up the minimum cmake version to 3.9. master |
commit | commitdiff | tree | snapshot |
2023-01-05 |
Eric Haszlakiewicz | Issue #570: note brief instructions for building on... |
commit | commitdiff | tree | snapshot |
2022-12-27 |
Eric Hawicz | Merge pull request #804 from yrashk/cmp-0042 |
commit | commitdiff | tree | snapshot |
2022-12-27 |
Eric Hawicz | Merge pull request #803 from yrashk/patch-2 |
commit | commitdiff | tree | snapshot |
2022-12-27 |
Eric Hawicz | Merge pull request #802 from yrashk/patch-1 |
commit | commitdiff | tree | snapshot |
2022-12-23 |
Yurii Rashkovskii | Problem: cmake 3.25.1 warns about CMP0042 not being set |
commit | commitdiff | tree | snapshot |
2022-12-23 |
Yurii Rashkovskii | Problem: confusing error message in snprintf_compat.h |
commit | commitdiff | tree | snapshot |
2022-12-23 |
Yurii Rashkovskii | Problem: modern CMake warns about version 2.8 |
commit | commitdiff | tree | snapshot |
2022-11-17 |
Eric Hawicz | Merge pull request #796 from fedefrancescon/test-add... |
commit | commitdiff | tree | snapshot |
2022-11-16 |
Federico Francescon | Fixed `test_int_get` expected output |
commit | commitdiff | tree | snapshot |
2022-11-15 |
Federico Francescon | Added basic tests for `json_object_get_int`, `json_obje... |
commit | commitdiff | tree | snapshot |
2022-10-30 |
Eric Haszlakiewicz | Update expected output for test_parse, missed in the... |
commit | commitdiff | tree | snapshot |
2022-10-30 |
Eric Haszlakiewicz | Explicitly check for integer overflow/underflow when... |
commit | commitdiff | tree | snapshot |
2022-10-30 |
Eric Haszlakiewicz | Apply same EINVAL handling to json_parse_uint64() as... |
commit | commitdiff | tree | snapshot |
2022-10-26 |
Eric Haszlakiewicz | Issue #792 - set errno=EINVAL if parsing the string... |
commit | commitdiff | tree | snapshot |
2022-09-14 |
Eric Hawicz | Merge pull request #790 from Sarcares/patch-1 |
commit | commitdiff | tree | snapshot |
2022-09-12 |
Luca Mannella | Small update to README file |
commit | commitdiff | tree | snapshot |
2022-08-16 |
Eric Hawicz | Merge pull request #784 from rouault/get_time_seed_cove... |
commit | commitdiff | tree | snapshot |
2022-08-16 |
Even Rouault | get_time_seed(): silence warning emitted by Coverity... |
commit | commitdiff | tree | snapshot |
2022-08-14 |
Eric Hawicz | Merge pull request #783 from kraj/master |
commit | commitdiff | tree | snapshot |
2022-08-14 |
Khem Raj | json_pointer.c: Move idx_val declaration to top of... |
commit | commitdiff | tree | snapshot |
2022-08-14 |
Khem Raj | json_inttypes.h: Define ssize_t on windows platforms |
commit | commitdiff | tree | snapshot |
2022-08-14 |
Khem Raj | Fix build with clang-15+ |
commit | commitdiff | tree | snapshot |
2022-08-13 |
Eric Hawicz | Merge pull request #782 from DimitriPapadopoulos/codespell |
commit | commitdiff | tree | snapshot |
2022-08-13 |
Dimitri Papadopoulos | Fix typos found by codespell |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Eric Haszlakiewicz | Apply some of the fixes from PR #740, although by using... |
commit | commitdiff | tree | snapshot |
2022-07-31 |
Eric Hawicz | Merge pull request #757 from c3h2-ctf/big |
commit | commitdiff | tree | snapshot |
2022-07-30 |
Eric Haszlakiewicz | Issue #705: disable locale handling when building for... |
commit | commitdiff | tree | snapshot |
2022-07-30 |
Eric Haszlakiewicz | When serializing with JSON_C_TO_STRING_PRETTY set,... |
commit | commitdiff | tree | snapshot |
2022-07-26 |
Eric Haszlakiewicz | Update Travis links to point at travis-ci.com instead... |
commit | commitdiff | tree | snapshot |
2022-07-26 |
Eric Haszlakiewicz | Entirely drop mode bits from open(O_RDONLY) to avoid... |
commit | commitdiff | tree | snapshot |
2022-07-24 |
Eric Haszlakiewicz | Trim a few travis builds, update others to more recent... |
commit | commitdiff | tree | snapshot |
2022-07-24 |
Eric Haszlakiewicz | Fix the expected output for test_set_serializer. |
commit | commitdiff | tree | snapshot |
2022-07-24 |
Eric Haszlakiewicz | Add test to check for the memory leak mentioned in... |
commit | commitdiff | tree | snapshot |
2022-07-24 |
Eric Hawicz | Merge pull request #781 from dddaniel/master |
commit | commitdiff | tree | snapshot |
2022-07-24 |
Daniel Danzberger | Fix memory leak with emtpy strings in json_object_set_s... |
commit | commitdiff | tree | snapshot |
2022-06-27 |
Eric Haszlakiewicz | Fix issue #775 - use a loop instead of list(TRANSFORM... |
commit | commitdiff | tree | snapshot |
2022-06-22 |
Eric Hawicz | Merge pull request #776 from stoeckmann/typo |
commit | commitdiff | tree | snapshot |
2022-06-21 |
Tobias Stoeckmann | Fix typo |
commit | commitdiff | tree | snapshot |
2022-06-13 |
Eric Haszlakiewicz | Fix #771/#768 by marking usage() as "noreturn" instead... |
commit | commitdiff | tree | snapshot |
2022-06-04 |
Eric Hawicz | Merge pull request #769 from An7ar35/issue-768 |
commit | commitdiff | tree | snapshot |
2022-06-01 |
An7ar35 | missing 'FALLTHRU' added to sort out error messages... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Eric Haszlakiewicz | Unset NDEBUG so assert() is enabled in all tests. ... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Eric Haszlakiewicz | Specify dependent libraries, including -lbsd, in a... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Eric Haszlakiewicz | Include the tests and apps directories at the _end_... |
commit | commitdiff | tree | snapshot |
2022-05-30 |
Eric Haszlakiewicz | Add --disable-static and --disable-dynamic options... |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Eric Haszlakiewicz | Note the DSIABLE_JSON_POINTER and DISABLE_EXTRA_LIBS... |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Eric Haszlakiewicz | Add a "Getting Help" section to the README. |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Eric Haszlakiewicz | Update the master branch to version 16.99 |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Eric Haszlakiewicz | Clarify how to set the uploaded release tarballs to... |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Eric Haszlakiewicz | Update the ChangeLog with recent changes, in preparatio... |
commit | commitdiff | tree | snapshot |
2022-04-14 |
Eric Haszlakiewicz | Add new authors since the 0.15 release, tweak instructi... |
commit | commitdiff | tree | snapshot |
2022-04-13 |
Eric Hawicz | Merge pull request #765 from jvoisin/patch-1 |
commit | commitdiff | tree | snapshot |
2022-04-13 |
Julien Voisin | Improve a bit the coverage of the fuzzer |
commit | commitdiff | tree | snapshot |
2022-04-08 |
Eric Haszlakiewicz | Fix issue #764: adjust test_util_file to match new... |
commit | commitdiff | tree | snapshot |
2022-04-04 |
Eric Hawicz | Merge pull request #758 from c3h2-ctf/context |
commit | commitdiff | tree | snapshot |
2022-04-04 |
Eric Hawicz | Update issue templates |
commit | commitdiff | tree | snapshot |
2022-03-31 |
Tobias Stoeckmann | Preserve context if out of memory |
commit | commitdiff | tree | snapshot |
2022-03-25 |
Eric Haszlakiewicz | Remove single quote from #error line. Fixes issue... |
commit | commitdiff | tree | snapshot |
2022-03-23 |
Eric Hawicz | Merge pull request #760 from BonsaiYi/error |
commit | commitdiff | tree | snapshot |
2022-03-21 |
BonsaY | Code style removed unneeded double-quotes |
commit | commitdiff | tree | snapshot |
2022-03-20 |
Tobias Stoeckmann | json_object_from_fd_ex: fail if file is too large |
commit | commitdiff | tree | snapshot |
2022-03-19 |
Eric Hawicz | Merge pull request #755 from c3h2-ctf/error |
commit | commitdiff | tree | snapshot |
2022-03-19 |
Eric Hawicz | Merge pull request #754 from c3h2-ctf/doc |
commit | commitdiff | tree | snapshot |
2022-03-19 |
Tobias Stoeckmann | Fix error messages |
commit | commitdiff | tree | snapshot |
2022-03-19 |
Tobias Stoeckmann | Fix typos in comments |
commit | commitdiff | tree | snapshot |
2022-03-19 |
Tobias Stoeckmann | Adjusted URLs |
commit | commitdiff | tree | snapshot |
2022-03-07 |
Eric Hawicz | Merge pull request #748 from c3h2-ctf/printbuf |
commit | commitdiff | tree | snapshot |
2022-03-07 |
Eric Hawicz | Merge pull request #752 from c3h2-ctf/typos |
commit | commitdiff | tree | snapshot |
2022-03-06 |
Tobias Stoeckmann | Fix typos |
commit | commitdiff | tree | snapshot |
2022-03-06 |
Tobias Stoeckmann | sprintbuf(): test for all vsnprintf error values |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Eric Hawicz | Merge pull request #749 from c3h2-ctf/sprintbuf |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Eric Hawicz | Merge pull request #750 from c3h2-ctf/clearmem |
commit | commitdiff | tree | snapshot |
2022-03-04 |
Eric Hawicz | Merge pull request #751 from c3h2-ctf/arguments |
commit | commitdiff | tree | snapshot |
2022-03-03 |
Tobias Stoeckmann | sprintbuf(): handle printbuf_memappend errors |
commit | commitdiff | tree | snapshot |
2022-03-03 |
Tobias Stoeckmann | printbuf_memset(): set gaps to zero |
commit | commitdiff | tree | snapshot |
2022-03-03 |
Tobias Stoeckmann | printbuf: do not allow invalid arguments |
commit | commitdiff | tree | snapshot |
2022-02-27 |
Eric Hawicz | Merge pull request #745 from c3h2-ctf/vasprintf |
commit | commitdiff | tree | snapshot |
2022-02-27 |
Eric Hawicz | Merge pull request #746 from rouault/typo_fixes |
commit | commitdiff | tree | snapshot |
2022-02-24 |
Even Rouault | Fix typos in code comments and ChangeLog |
commit | commitdiff | tree | snapshot |
2022-02-24 |
Tobias Stoeckmann | vasprintf(): avoid out of memory accesses |
commit | commitdiff | tree | snapshot |
2022-02-19 |
Eric Hawicz | Merge pull request #739 from rouault/avoid_unsigned_int... |
commit | commitdiff | tree | snapshot |
2022-02-19 |
Eric Hawicz | Merge pull request #741 from rouault/json_type_to_name_... |
commit | commitdiff | tree | snapshot |
2022-02-19 |
Eric Hawicz | Merge pull request #742 from rouault/json_object_copy_s... |
commit | commitdiff | tree | snapshot |
2022-02-19 |
Eric Hawicz | Merge pull request #744 from Kizuna-Meraki/close-random |
commit | commitdiff | tree | snapshot |
2022-02-17 |
Kizuna-Meraki | Close file on error path. |
commit | commitdiff | tree | snapshot |
2022-01-30 |
Even Rouault | json_type_to_name(): use correct printf() formatter |
commit | commitdiff | tree | snapshot |
2022-01-16 |
Even Rouault | json_object_copy_serializer_data(): add assertion |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Even Rouault | json_escape_str(): avoid harmless unsigned integer... |
commit | commitdiff | tree | snapshot |
2022-01-12 |
Eric Hawicz | Merge pull request #737 from tniessen/patch-1 |
commit | commitdiff | tree | snapshot |
2022-01-09 |
Tobias Nießen | Fix typo in README |
commit | commitdiff | tree | snapshot |
2021-12-22 |
Eric Haszlakiewicz | Cause the cmake include dirs to also have ${CMAKE_INSTA... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Eric Haszlakiewicz | Add linkhash accessor functions (lh_table_head(), lh_en... |
commit | commitdiff | tree | snapshot |
2021-11-30 |
Eric Haszlakiewicz | Drop the REFCOUNT_DEBUG code, it hasn't been used in... |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Eric Hawicz | Merge pull request #734 from json-c/newer-appveyor |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Eric Haszlakiewicz | Put the most recent image first in appveyor builds. newer-appveyor |
commit | commitdiff | tree | snapshot |
2021-11-29 |
Eric Haszlakiewicz | Skip most "Release" builds. s/b_config/CONFIGURATION... |
commit | commitdiff | tree | snapshot |
2021-11-27 |
Eric Haszlakiewicz | There doesn't seem to be a way to extend the appveyor... |
commit | commitdiff | tree | snapshot |
2021-11-27 |
Eric Haszlakiewicz | Use the newer appveyor images to build for VS2017 and... |
commit | commitdiff | tree | snapshot |
2021-11-26 |
Eric Haszlakiewicz | Note the need to also set CTEST_OUTPUT_ON_FAILURE to... |
commit | commitdiff | tree | snapshot |
next |