Commit Graph

  • 1e3b41e8ea initial commit of janssonxx.h Sean Middleditch 2010-01-12 01:10:09 -0800
  • 7f8684828d Fix memory leaks in json_equal() tests Petri Lehtinen 2010-01-10 21:01:59 +0200
  • 93ac06c902 Fix memory leaks in json_*_deep_copy() Petri Lehtinen 2010-01-10 21:01:07 +0200
  • b21f07b35c Enable Valgrind support in the API suite Petri Lehtinen 2010-01-10 16:18:45 +0200
  • 508873de9b Use _nocheck functions internally for speed Petri Lehtinen 2010-01-10 14:39:04 +0200
  • aeb5b481c9 Add pkg-config support origin/1.1 Petri Lehtinen 2010-01-07 19:28:00 +0200
  • 9db34dc31a Add functions for shallow and deep copying JSON values Petri Lehtinen 2009-12-31 15:56:28 +0200
  • 95a468cebb Add equality test for JSON values Petri Lehtinen 2009-12-31 17:39:36 +0200
  • 22173c1d8b Add check-exports test Petri Lehtinen 2009-12-21 14:00:57 +0200
  • dd2fe1ebe8 Add _nocheck functions Petri Lehtinen 2009-12-21 14:00:40 +0200
  • 6637b976ed Merge branch '1.1' Petri Lehtinen 2009-12-21 14:13:05 +0200
  • f5202bedef Remove const qualifier from the json_t parameter in json_*_set() functions. Petri Lehtinen 2009-12-21 14:01:59 +0200
  • 2db2f2cfb6 Fix tests for real Petri Lehtinen 2009-12-18 00:03:38 +0200
  • e7a5dc58e6 Merge branch '1.1' Petri Lehtinen 2009-12-20 21:18:27 +0200
  • 3889af476b Enhance tests Petri Lehtinen 2009-12-16 22:05:55 +0200
  • 34fb97998c jansson 1.1.3 v1.1.3 Petri Lehtinen 2009-12-18 21:43:12 +0200
  • ec96cbf016 Encode reals correctly Petri Lehtinen 2009-12-17 23:42:13 +0200
  • 19a606d736 Implement JSON_SORT_KEYS encoding flag Petri Lehtinen 2009-12-07 13:16:45 +0200
  • 3add1cf361 Refactor the test system Petri Lehtinen 2009-12-14 23:01:36 +0200
  • 50031440a3 Implement JSON_ENSURE_ASCII encoding flag Petri Lehtinen 2009-12-05 22:55:30 +0200
  • d67aeb9739 Use int32_t instead of plain int with Unicode code points Petri Lehtinen 2009-12-02 23:48:50 +0200
  • 7c707a73a2 Only export symbols starting with "json_" in libjansson.la Petri Lehtinen 2009-11-29 13:04:00 +0200
  • 330e892ff6 Make parse_json static Petri Lehtinen 2009-11-29 13:00:47 +0200
  • d857fd08a5 doc/github_commits.c Add copyright notice Petri Lehtinen 2009-11-28 13:39:06 +0200
  • e0a88d19d1 Merge branch '1.1' Petri Lehtinen 2009-11-08 22:01:02 +0200
  • 842bc2128b jansson 1.1.2 v1.1.2 Petri Lehtinen 2009-11-08 14:13:32 +0200
  • ca6d26a1c2 Don't include stdint.h in jansson.h Petri Lehtinen 2009-11-07 14:45:45 +0200
  • 17d913307e Merge branch '1.1' Petri Lehtinen 2009-11-04 22:10:46 +0200
  • f236c14dc5 dump: Revise whitespace usage Petri Lehtinen 2009-11-04 21:24:22 +0200
  • bf01067a8a Build documentation in make html target Petri Lehtinen 2009-11-03 23:07:43 +0200
  • d3959a8ce7 load: Parse a badly put - sign correctly Petri Lehtinen 2009-10-29 15:42:05 +0200
  • f243930b68 json_load_file: Initialize the error struct properly Petri Lehtinen 2009-10-27 17:46:57 +0200
  • d1b07171cc Merge branch '1.1' Petri Lehtinen 2009-10-26 21:33:03 +0200
  • 15d992cb6a jansson 1.1.1 v1.1.1 Petri Lehtinen 2009-10-26 21:27:10 +0200
  • 59c58ea26c Build documentation in distcheck-hook Petri Lehtinen 2009-10-25 00:18:03 +0300
  • f95bb423a3 Really distribute all the docs Petri Lehtinen 2009-10-25 00:17:16 +0300
  • 9448ed3ef7 Distribute all the docs Petri Lehtinen 2009-10-24 13:41:39 +0300
  • 7c7a1ed01e Fix version 1.1 release date in CHANGES Petri Lehtinen 2009-10-21 08:52:34 +0300
  • 5ff8ae8052 Fix version 1.1 release date in CHANGES Petri Lehtinen 2009-10-21 08:52:34 +0300
  • 8d53f447bf Set the version number to 1.1+ Petri Lehtinen 2009-10-21 08:51:43 +0300
  • 325101e525 jansson 1.1 v1.1 Petri Lehtinen 2009-10-20 21:29:16 +0300
  • 1b02f3546c Distribute stripped unit test data Petri Lehtinen 2009-10-20 21:23:06 +0300
  • cd96049d10 Enhance documentation Petri Lehtinen 2009-10-19 21:55:21 +0300
  • a83cd30c31 Add C++ guards to jansson.h raoulh 2009-10-19 02:14:38 -0700
  • a00988f663 doc: Add tutorial Petri Lehtinen 2009-10-17 14:18:40 +0300
  • 86dc1d629b Fix indentation Petri Lehtinen 2009-10-16 21:20:38 +0300
  • b67e130fda json_dumpf: Document the output shortage on error Petri Lehtinen 2009-10-15 21:06:59 +0300
  • 4cd777712b Enhance handling of circular references Petri Lehtinen 2009-10-15 21:02:27 +0300
  • 79009e62c1 json_dumps: Close the strbuffer if dumping fails Petri Lehtinen 2009-10-15 20:54:32 +0300
  • 76999799ed doc: Fix a small typo in apiref Petri Lehtinen 2009-10-15 17:39:49 +0300
  • 22af193a51 doc/Makefile.am: Remove *.pyc in clean Petri Lehtinen 2009-10-14 22:09:14 +0300
  • 951d091f07 Make integer, real and string mutable Petri Lehtinen 2009-10-13 22:51:04 +0300
  • 185e107d24 Don't use non-portable asprintf() Petri Lehtinen 2009-10-13 15:40:26 +0300
  • ca7703fbd1 Merge branch '1.0' Petri Lehtinen 2009-10-11 21:51:54 +0300
  • 12cd4e8c09 jansson 1.0.4 v1.0.4 origin/1.0 Petri Lehtinen 2009-10-11 21:30:12 +0300
  • bad16ea52a Fix API tests for object Petri Lehtinen 2009-10-10 22:54:05 +0300
  • 30015bde90 Remove config.h.in Petri Lehtinen 2009-10-10 21:16:13 +0300
  • 1e00cd58a5 Extend object API Petri Lehtinen 2009-10-11 20:42:43 +0300
  • 40bb7bf437 Fix API tests for object Petri Lehtinen 2009-10-10 22:54:05 +0300
  • 9d648a87cb Check json_object_set_new arguments Petri Lehtinen 2009-10-10 22:53:36 +0300
  • 8de850be95 Remove config.h.in Petri Lehtinen 2009-10-10 21:16:13 +0300
  • 19588c2d69 Fix a few more compilation issues Petri Lehtinen 2009-10-06 13:22:26 +0300
  • 9c5a8430db Make it compile on platforms where char is unsigned Petri Lehtinen 2009-10-01 21:52:12 +0300
  • afc9c1a23a Relax Autoconf version prereq Petri Lehtinen 2009-10-01 20:59:59 +0300
  • cbacac5975 Extend array API Petri Lehtinen 2009-09-29 21:19:55 +0300
  • b3e1fe2ec5 doc: Add getting started guide Petri Lehtinen 2009-09-13 21:56:19 +0300
  • 7728716759 Merge branch '1.0' Petri Lehtinen 2009-09-14 15:06:06 +0300
  • b7bf96996f jansson 1.0.3 v1.0.3 Petri Lehtinen 2009-09-14 14:32:41 +0300
  • 6d8c287032 load: Check for integer and real overlfows and underflows Petri Lehtinen 2009-09-13 13:15:34 +0300
  • ab3764ed0a test/json-compare.py: Use json module from Python >=2.6 or simplejson Petri Lehtinen 2009-09-11 22:22:34 +0300
  • 5406c2b3d3 load: Check for integer and real overlfows and underflows Petri Lehtinen 2009-09-13 13:15:34 +0300
  • 743af38e7f Use unsigned long instead of uint32_t Petri Lehtinen 2009-09-12 12:49:17 +0300
  • 9d16ec755c test/json-compare.py: Use json module from Python >=2.6 or simplejson Petri Lehtinen 2009-09-11 22:22:34 +0300
  • 04d550b02e Add stripped unit tests for decoder Petri Lehtinen 2009-09-08 16:32:47 +0300
  • 55d2566539 Merge branch '1.0' into HEAD Petri Lehtinen 2009-09-08 17:02:39 +0300
  • 9cc6fbe580 Distribute CHANGES Petri Lehtinen 2009-09-08 16:57:45 +0300
  • 827a01937f jansson 1.0.2 v1.0.2 Petri Lehtinen 2009-09-08 16:48:26 +0300
  • 0f62dac627 load: Handle EOF correctly Petri Lehtinen 2009-09-08 16:22:16 +0300
  • 7ee974e91c Don't perform reference counting on true, false and null Petri Lehtinen 2009-09-07 21:40:14 +0300
  • c288188a0f test/.gitignore: Add testprogs/test_simple Petri Lehtinen 2009-09-07 21:25:22 +0300
  • 057ba29a27 doc apiref: Enhancements Petri Lehtinen 2009-09-07 21:07:49 +0300
  • 234ee47281 Better argument validation Petri Lehtinen 2009-09-06 22:24:55 +0300
  • 98a8c1aebf Don't include unistd.h Petri Lehtinen 2009-09-06 22:24:22 +0300
  • 42e546d065 doc apiref: json_incref() returns its argument Petri Lehtinen 2009-09-06 22:16:32 +0300
  • 6ffb04f0d4 Expand test coverage Petri Lehtinen 2009-09-06 14:06:02 +0300
  • fd259ff68c Merge branch '1.0' Petri Lehtinen 2009-09-06 12:53:38 +0300
  • ab2d93b724 Add CHANGES Petri Lehtinen 2009-09-06 12:45:47 +0300
  • e4be4a4a28 jansson 1.0.1 v1.0.1 Petri Lehtinen 2009-09-04 20:58:55 +0300
  • 78eda92908 jansson.h: Fix typo Petri Lehtinen 2009-09-04 15:21:00 +0300
  • 9611780907 dump: Optimize indenting Petri Lehtinen 2009-09-03 22:00:33 +0300
  • 93c5892bc3 load: Factor out an unneeded strdup Petri Lehtinen 2009-09-03 21:30:36 +0300
  • 1095ca956b Don't define -std=c99 in AM_CFLAGS Petri Lehtinen 2009-09-03 21:20:51 +0300
  • 05654bfcba doc: Fix typo Petri Lehtinen 2009-09-03 17:58:05 +0300
  • 89d09813c3 Add reference stealing functions for inserting values to objects and arrays Petri Lehtinen 2009-09-03 17:56:00 +0300
  • 5ac4914642 Change the version to 1.0+ Petri Lehtinen 2009-09-02 23:10:46 +0300
  • 6b70406bf4 jansson 1.0 v1.0 Petri Lehtinen 2009-08-25 21:50:47 +0300
  • 390b0ba633 Distribute appropriate files Petri Lehtinen 2009-08-25 21:24:07 +0300
  • bf0d383961 test: Add Makefile.am to test/testprogs Petri Lehtinen 2009-08-25 21:23:16 +0300
  • 6e17271fa9 Add some missing copyright notices Petri Lehtinen 2009-08-25 17:50:41 +0300
  • ee2d164025 Detect garbage near EOF in json_loadf() and json_load_file() Petri Lehtinen 2009-08-24 20:58:59 +0300