Commit Graph

  • e23f558007
    Merge pull request #628 from neheb/patch-1 master origin/master origin/HEAD Petri Lehtinen 2022-08-24 17:10:48 +0300
  • 1894366598
    hashtable: change to ifdef Rosen Penev 2022-08-22 18:13:57 -0700
  • 7e04530916 Remove the confusing vcpkg ad from README Petri Lehtinen 2022-08-09 22:24:04 +0300
  • 011e625769
    Merge pull request #626 from akheron/fix-example Petri Lehtinen 2022-08-09 22:05:05 +0300
  • de5f2963ab Add a missing json_decref in the example Petri Lehtinen 2022-08-09 22:00:45 +0300
  • 128e9c5f37
    Merge pull request #610 from Thomas1664/master Petri Lehtinen 2022-05-03 05:48:09 +0300
  • fe6e8eec7e Fix overwriting linker flags Thomas Heinrichs 2022-04-28 17:36:54 +0200
  • addeeef408 Add some links to README Petri Lehtinen 2021-11-22 16:30:12 +0200
  • d82b436b2f
    Merge pull request #598 from Mephistophiles/remove_internal_strlen Petri Lehtinen 2021-11-21 07:38:59 +0200
  • 586b4461e6 tests: add some cases in fixed size test Maxim Zhukov 2021-11-20 22:57:10 +0300
  • 78418c84f1 value, pack: use key length from json_object iternals Maxim Zhukov 2021-11-20 21:34:07 +0300
  • eb81670881
    Create CONTRIBUTING.md Petri Lehtinen 2021-09-12 18:37:43 +0300
  • 0677666f65 Fix the check-exports tests for versioned symbols Petri Lehtinen 2021-09-09 21:53:11 +0300
  • 684e18c927 jansson 2.14 v2.14 Petri Lehtinen 2021-09-09 20:45:05 +0300
  • e950e57e13 fix --version-script for good Tomasz Paweł Gajc 2021-09-06 17:20:57 +0200
  • 0dffb4284e use --version-script in case of linkers that does not support --default-symver tpgxyz 2021-02-16 15:44:13 +0100
  • 2de2c3d5fc Fix and simplify coveralls reporting Petri Lehtinen 2021-01-26 21:59:23 +0200
  • 2cd3126651
    Add name to the fuzz tests workflow Petri Lehtinen 2021-01-26 20:03:12 +0200
  • bde3cab216 Fix GitHub actions workflow syntax Petri Lehtinen 2021-01-26 19:33:16 +0200
  • f7aee00928 Use cifuzz actions Petri Lehtinen 2021-01-25 22:00:53 +0200
  • aa52a60ca8 README: Update build badge Petri Lehtinen 2021-01-14 18:11:43 +0200
  • d8aedd3682 Delete Travis CI config Petri Lehtinen 2021-01-14 17:56:58 +0200
  • 0441ccd3c6 Also build on Visual Studio 2019 on AppVeyor Petri Lehtinen 2021-01-14 17:56:17 +0200
  • 0bc4325222 GitHub Actions Petri Lehtinen 2020-12-14 20:36:03 +0200
  • fd3e9e3051 doc: Hoist a section Petri Lehtinen 2020-11-19 17:31:13 +0200
  • 55ea6d44dd doc: Rename "Portability" to "Thread-safety" Petri Lehtinen 2020-11-19 17:26:06 +0200
  • 9a0fc069bf
    Merge pull request #520 from Mephistophiles/getn Petri Lehtinen 2020-11-19 17:21:12 +0200
  • cc318fc042
    Merge pull request #555 from kiyolee/size_t-warnings Petri Lehtinen 2020-11-15 06:32:29 +0200
  • 638449c43d C11 %zd is bit overkill here. Especially requiring conditional compile. Kelvin Lee 2020-11-06 15:51:14 +1100
  • 38c4b80ab7 Fix hashsize() should return size_t. Kelvin Lee 2020-11-06 08:40:20 +1100
  • ec1b6318e4 Use size_t to receive result from fread()/ftell(). Kelvin Lee 2020-11-05 22:06:38 +1100
  • 1d8201c656 Print size_t properly with C11 %zd support. Kelvin Lee 2020-11-05 22:05:54 +1100
  • 0758caaac0 reuse key len from loop check for better performance Maxim Zhukov 2020-08-06 20:33:54 +0300
  • 16a3899a9e conformance: remove U+0000 restriction for object keys Maxim Zhukov 2020-08-06 18:02:57 +0300
  • ca6775dee4 introduce new fixed-size key API Maxim Zhukov 2020-01-09 22:18:41 +0300
  • ba4503804b pass length of the key to internal API Maxim Zhukov 2020-01-09 20:40:47 +0300
  • 966f9cc20a sort tests by alpha order Maxim Zhukov 2020-08-10 21:40:21 +0300
  • a740f15c17
    Merge pull request #546 from i-ky/patch-1 Petri Lehtinen 2020-08-09 10:28:12 +0300
  • 601b568b8d
    Fix couple of typos i-ky 2020-08-09 00:19:39 +0300
  • 1112580f4a
    Merge pull request #544 from i-ky/patch-1 Petri Lehtinen 2020-08-08 20:25:37 +0300
  • d9c5b1d4df
    Lift "Depth of nested values" to a higher level i-ky 2020-08-08 14:10:16 +0300
  • a154389827
    Merge pull request #543 from ploxiln/sphinx3 Petri Lehtinen 2020-08-08 13:15:23 +0300
  • c329fd7bc8 doc: add return types for function-like macros Pierce Lopez 2020-08-07 02:28:39 -0400
  • 94318890c0 doc: do not use references for standard C types or file names Pierce Lopez 2020-08-07 02:27:37 -0400
  • 798d40c3f3 doc: convert refcounting directive to a class Pierce Lopez 2020-08-07 01:54:45 -0400
  • 73ccec0601
    Merge pull request #540 from smcv/default-symver Petri Lehtinen 2020-07-20 13:01:34 +0300
  • ca80d5127e build: Add a symbol version to all exported symbols for glibc Simon McVittie 2020-06-29 18:28:38 +0100
  • 52dfc3dd4a
    Merge pull request #537 from stoeckmann/vsnprintf Petri Lehtinen 2020-05-23 20:42:25 +0300
  • 38b001edbd Handle vsnprintf corner cases. Tobias Stoeckmann 2020-05-23 12:34:40 +0200
  • e9ebfa7e77 jansson 2.13.1 v2.13.1 origin/2.13 Petri Lehtinen 2020-05-07 21:38:59 +0300
  • 3f4d948652
    Merge pull request #535 from xry111/clang-format-check-dist-fix Petri Lehtinen 2020-05-07 21:29:30 +0300
  • a839d3cad6
    Merge pull request #534 from xry111/shared_lib_interface_fix Petri Lehtinen 2020-05-07 21:28:47 +0300
  • 2d2efde34a add scripts directory to EXTRA_DIST Xℹ Ruoyao 2020-05-06 18:01:19 +0800
  • bcb6b6f3fd add jansson_* to shared library exports Xℹ Ruoyao 2020-05-06 17:31:48 +0800
  • 2882ead5bb jansson 2.13 v2.13 Petri Lehtinen 2020-05-05 07:02:56 +0300
  • 4c9018cc4c
    Merge pull request #521 from NanXiao/patch-1 Petri Lehtinen 2020-01-21 10:15:01 +0200
  • e15fd861e1
    Update apiref.rst Nan Xiao 2020-01-21 14:27:52 +0800
  • ca88677bdd
    Merge pull request #510 from AllenX2018/improve-build-doc Petri Lehtinen 2019-10-24 11:23:00 +0300
  • 6e211b24fe
    Fix the length of a section heading Petri Lehtinen 2019-10-24 11:22:46 +0300
  • 50c9623e37
    Merge pull request #509 from AllenX2018/update-CHANGES Petri Lehtinen 2019-10-24 11:19:52 +0300
  • 3704e1cd78
    Small modifications to CHANGES Petri Lehtinen 2019-10-24 11:19:34 +0300
  • 67900c85d3 add changes since v2.12 allen 2019-10-22 17:43:21 +0800
  • d288cc157e
    Merge pull request #508 from akheron/clang-format Petri Lehtinen 2019-10-21 11:07:53 +0300
  • 5b8ff675b3 add MinGW build guideline, add new version of Visual Studio AllenX2018 2019-10-21 15:53:33 +0800
  • 78da35682a Set autoconf bug-report param to point to github issues Petri Lehtinen 2019-10-21 07:33:30 +0300
  • bb4f99e919 Fix clang-format version checking Petri Lehtinen 2019-10-21 07:33:12 +0300
  • f912430cda Run clang-format with make check Petri Lehtinen 2019-10-19 20:46:34 +0300
  • a8f5fa5f5a Tweak clang-format configuration a bit Petri Lehtinen 2019-10-19 20:35:28 +0300
  • 7c0297abe8 Support running a specific clang-format version in CI Petri Lehtinen 2019-10-17 11:41:16 +0300
  • 1a95a60f80 Run clang-format in CI, fail the build if everything's not formatted Petri Lehtinen 2019-10-17 11:13:00 +0300
  • be0fca914e Add scripts for running clang-format Petri Lehtinen 2019-10-17 09:30:31 +0300
  • 79fe8c3435 Run clang-format on *.c, *.h Petri Lehtinen 2019-10-17 09:08:51 +0300
  • 7dc463ee4e Add clang-format configuration Petri Lehtinen 2019-10-17 09:08:38 +0300
  • 79075d5393
    Merge pull request #498 from AllenX2018/fix-issue441 Petri Lehtinen 2019-10-21 08:51:36 +0300
  • c3958a326c remove undef __NO_ISOCEXT for strtod compatiblity willson-chen 2019-10-21 11:13:39 +0800
  • f75dc840e4
    Merge pull request #499 from AllenX2018/fix-issue281 Petri Lehtinen 2019-10-18 16:18:28 +0300
  • 25e706cce7
    Merge branch 'master' into fix-issue281 Petri Lehtinen 2019-10-17 13:37:33 +0300
  • 8b022dad76
    Merge pull request #505 from AllenX2018/recursive_object_update Petri Lehtinen 2019-10-17 08:36:28 +0300
  • 0eec0327be
    Merge pull request #500 from AllenX2018/fix-issue426 Petri Lehtinen 2019-10-17 08:12:42 +0300
  • e7bed4c109
    Merge pull request #501 from AllenX2018/fix-issue481 Petri Lehtinen 2019-10-17 08:11:19 +0300
  • 355aa42b48
    Merge pull request #502 from AllenX2018/fix-issue453 Petri Lehtinen 2019-10-17 08:09:20 +0300
  • 92873e9d27
    Merge pull request #503 from AllenX2018/loadfd-doc Petri Lehtinen 2019-10-17 08:07:02 +0300
  • 9e1c37c889
    Merge pull request #506 from AllenX2018/add-json_equal-test-case Petri Lehtinen 2019-10-17 07:33:36 +0300
  • 010092c7bd fix typo & add negative test case for test_equal_complex allen 2019-10-15 17:13:12 +0800
  • fb602f331b update the test case of json_object_update_recursive allen 2019-10-14 17:32:24 +0800
  • 00d2d274bc add loop check for json_object_update_recursive function allen 2019-10-12 15:36:05 +0800
  • b403bbba8d modify some words allen 2019-10-12 10:56:23 +0800
  • cb4727c4a9 Add json_object_update_recursive() Henrique Cabral 2019-01-11 12:50:37 +0000
  • a585a2778e add note for non-blocking file descriptor used for json_loadfd allen 2019-10-10 19:43:17 +0800
  • 4f26548e3a fix issue #453 AllenX2018 2019-10-10 16:16:10 +0800
  • 1f889c4b60 fix issue #481 allen 2019-10-09 17:12:04 +0800
  • 8682f2aab3 fix issue #281 allen 2019-10-08 20:32:27 +0800
  • 4f3305c506 fix issue #441 It already has "strtod" function in stdlib.h and because __USE_MINGW_ANSI_STDIO is desperated AllenX2018 2019-10-08 19:16:50 +0800
  • 78ea35c8e9 fix issue #426 AllenX2018 2019-10-08 16:19:40 +0800
  • c436bec682
    Merge pull request #496 from grdowns/vcpkg-instructions Petri Lehtinen 2019-09-27 15:08:00 +0300
  • f5c0afecdb Add vcpkg installation instructions grdowns 2019-09-26 16:54:02 -0700
  • 5371816480
    Merge pull request #494 from luzpaz/typos Petri Lehtinen 2019-09-23 11:31:23 +0300
  • 09e455275c
    Merge pull request #490 from AllenX2018/master Petri Lehtinen 2019-09-23 11:30:33 +0300
  • 3adf3e6a5a Fix various typos luz.paz 2019-09-20 13:35:56 -0400
  • 672b6df474
    Update apiref.rst Allen 2019-09-18 16:18:51 +0800