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 |
2020-06-07 |
Eric Haszlakiewicz | Fix typo in previous commit to check for SSIZE_T on... |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | Change CMakeLists.txt to look for SSIZE_T on MSVC too. |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | On MSVC, add a ssize_t typedef using SSIZE_T from BaseTsd.h |
commit | commitdiff | tree | snapshot |
2020-06-07 |
Eric Haszlakiewicz | Kick json_type_string out of struct json_object. |
commit | commitdiff | tree | snapshot |
2020-06-04 |
Eric Hawicz | Merge pull request #628 from clamwin/compat-fixes-master |
commit | commitdiff | tree | snapshot |
2020-06-03 |
Gianluigi Tiesi | get_cryptgenrandom_seed: compat with old windows +... |
commit | commitdiff | tree | snapshot |
2020-05-31 |
Eric Haszlakiewicz | Apply the fix from @pointbre in issue #626 to skip... |
commit | commitdiff | tree | snapshot |
2020-05-30 |
Eric Haszlakiewicz | Issue #626: Restore compatibility with cmake 2.8 by... |
commit | commitdiff | tree | snapshot |
2020-05-26 |
Eric Haszlakiewicz | Kick json_type_int and json_type_double out of struct... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
Eric Haszlakiewicz | Declare variables earlier, to appease Visual Studio... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
Eric Haszlakiewicz | Kick json_type_boolean out of struct json_object. |
commit | commitdiff | tree | snapshot |
2020-05-25 |
Eric Haszlakiewicz | Add some backwards compat for Visual Studio 2013. |
commit | commitdiff | tree | snapshot |
2020-05-25 |
Eric Haszlakiewicz | Kick json_type_array out of struct json_object; re... |
commit | commitdiff | tree | snapshot |
2020-05-25 |
Eric Haszlakiewicz | Start splitting struct json_object into multiple sub... |
commit | commitdiff | tree | snapshot |
2020-05-24 |
Eric Haszlakiewicz | In arraylist, use malloc instead of calloc, avoid clear... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Eric Hawicz | Merge pull request #622 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | CMake: Fix grammar: written -> wrote. |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | doc: Move Doxyfile into doc subdir |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Eric Haszlakiewicz | With the change in cc80203, Doxyfile no longer needs... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Eric Hawicz | Merge pull request #619 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Eric Hawicz | Merge pull request #618 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | CMake: Fix out-of-tree build for Doxygen documentation. |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | test_deep_copy: Fix assertion value. |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Eric Hawicz | Merge pull request #617 from besser82/topic/besser82... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | README: Update configuration options for CMake. |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | CMake: Re-format config-option block and re-order it... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | CMake: Add an option to disable the use of thread-local... |
commit | commitdiff | tree | snapshot |
2020-05-18 |
Björn Esser | tests: Fix test_double_serializer without thread-local... |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Eric Hawicz | Merge pull request #614 from stoeckmann/format |
commit | commitdiff | tree | snapshot |
2020-05-17 |
Eric Hawicz | Update issue templates |
commit | commitdiff | tree | snapshot |
2020-05-16 |
Tobias Stoeckmann | Prevent truncation on custom double formatters. |
commit | commitdiff | tree | snapshot |
2020-05-16 |
Eric Haszlakiewicz | Revert part of PR#606 and use isnan/isinf again, but... |
commit | commitdiff | tree | snapshot |
2020-05-16 |
Eric Hawicz | Merge pull request #606 from davidjmccann/master |
commit | commitdiff | tree | snapshot |
2020-05-14 |
David McCann | Improved support for IBM operating systems |
commit | commitdiff | tree | snapshot |
2020-05-13 |
Eric Haszlakiewicz | Issue #604: add check for __MINGW32__ in snprintf_compat.h |
commit | commitdiff | tree | snapshot |
2020-05-11 |
Eric Haszlakiewicz | Display a bit of info about what exactly we're benchmar... |
commit | commitdiff | tree | snapshot |
2020-05-11 |
Eric Haszlakiewicz | Ignore the bench/work and bench/data directories. |
commit | commitdiff | tree | snapshot |
2020-05-11 |
Eric Hawicz | Merge pull request #602 from ploxiln/parse_uint64_errno |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Pierce Lopez | fix json_parse_uint64() usage of errno |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Eric Haszlakiewicz | Fix snprintf on windows problem for test4. |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Eric Haszlakiewicz | Issue #600: don't rename the static library on Windows... |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Eric Haszlakiewicz | Re-format after recent change to fix linkhash. |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Eric Haszlakiewicz | Issue #598: avoid building static libraries twice. |
commit | commitdiff | tree | snapshot |
2020-05-10 |
Eric Haszlakiewicz | Issue #599: Fix the backwards check in lh_table_insert_... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Eric Hawicz | Merge branch 'master' of https://github.com/json-c... |
commit | commitdiff | tree | snapshot |
2020-05-09 |
Eric Hawicz | Merge pull request #597 from ploxiln/json_parse_usage |
commit | commitdiff | tree | snapshot |
2020-05-08 |
Pierce Lopez | json_parse demo: fix and use usage() function |
commit | commitdiff | tree | snapshot |
2020-05-08 |
Eric Hawicz | Merge pull request #595 from dota17/static_shared |
commit | commitdiff | tree | snapshot |
2020-05-07 |
hofnarr | cmake-configure: fix enable-static option |
commit | commitdiff | tree | snapshot |
2020-05-07 |
hofnarr | cmake: change variable name |
commit | commitdiff | tree | snapshot |
2020-05-07 |
hofnarr | cmake: add list for build targets |
commit | commitdiff | tree | snapshot |
2020-05-07 |
dota17 | update |
commit | commitdiff | tree | snapshot |
2020-05-07 |
Eric Hawicz | Merge pull request #592 from stoeckmann/oob |
commit | commitdiff | tree | snapshot |
2020-05-06 |
Tobias Stoeckmann | Fix integer overflows. |
commit | commitdiff | tree | snapshot |
2020-05-06 |
dota17 | support to build both static and shared libraries |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Tobias Stoeckmann | Prevent division by zero in linkhash. |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Tobias Stoeckmann | Protect array_list_del_idx against size_t overflow. |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Haszlakiewicz | Make the benchmark work with pre-cmake versions of... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Haszlakiewicz | In jc-bench.sh, decode the --before and --after args... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Haszlakiewicz | Issue #589: drop the rdrand test loops to just 3, tweak... |
commit | commitdiff | tree | snapshot |
2020-05-04 |
Eric Hawicz | Merge pull request #589 from Xyene/detect-broken-rdrand |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Tudor Brindus | Detect broken RDRAND during initialization |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Eric Hawicz | Fix printf format issues in apps/json_parse, and actual... |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Eric Hawicz | Merge pull request #590 from Xyene/fix-cpuid-segfault |
commit | commitdiff | tree | snapshot |
2020-05-03 |
Tudor Brindus | Fix segmentation fault in CPUID check |
commit | commitdiff | tree | snapshot |
next |