aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Merge pull request #311 from robertmu/masterPetri Lehtinen1-1/+1
2016-10-24Merge pull request #309 from halfaleague/larger-json-buffersPetri Lehtinen1-1/+1
2016-10-07Fix passing redundant argument to error_set()Robert Mu1-1/+1
2016-10-01Allow parsing of buffers larger than 2GB on most 64 bit arch.Luke Carmichael1-1/+1
2016-09-18doc: Change version to 2.10-devPetri Lehtinen1-1/+1
2016-09-18doc: Change version to 2.92.9Petri Lehtinen1-1/+1
2016-09-18jansson 2.9v2.9Petri Lehtinen6-6/+30
2016-09-18Update copyrights for 2016Petri Lehtinen41-41/+41
2016-09-16Merge branch '2.8'Petri Lehtinen1-1/+2
2016-09-16Add install targets to be optional2.8Matthew Johnston1-0/+3
2016-09-16Added test files to .gitignoreYuriy Romanenko1-0/+4
2016-09-16Don't include jansson_config.h in dist tarballsPetri Lehtinen1-1/+2
2016-09-12Merge pull request #305 from warmwaffles/masterPetri Lehtinen1-0/+3
2016-09-11Add install targets to be optionalMatthew Johnston1-0/+3
2016-09-08Merge pull request #303 from groman2/yr-devPetri Lehtinen1-0/+4
2016-09-07Added test files to .gitignoreYuriy Romanenko1-0/+4
2016-09-01Merge branch '2.8'Petri Lehtinen1-2/+2
2016-09-01Fix another typoPetri Lehtinen1-1/+1
2016-09-01Merge pull request #302 from yujunz/patch-1Petri Lehtinen1-1/+1
2016-09-01Fix typoYujun Zhang1-1/+1
2016-08-31Merge pull request #301 from npmccallum/masterPetri Lehtinen3-0/+44
2016-08-31Add support for the cleanup attribute in GCC/ClangNathaniel McCallum3-0/+44
2016-08-31doc: Fix json_error_t::position typePetri Lehtinen1-1/+1
2016-08-31doc: Fix json_error_t::position typePetri Lehtinen1-1/+1
2016-08-30Set documentation version to 2.9-devPetri Lehtinen1-1/+1
2016-08-30Set documentation version to 2.8Petri Lehtinen1-1/+1
2016-08-30jansson 2.8v2.8Petri Lehtinen10-26/+14
2016-08-26jansson 2.8Petri Lehtinen1-4/+25
2016-08-25Merge pull request #293 from akheron/object-insertion-orderPetri Lehtinen9-111/+68
2016-08-11Merge pull request #298 from pasiopou/oom-crashPetri Lehtinen2-8/+54
2016-08-11Conform to c89Andreas Pasiopoulos2-3/+5
2016-08-11Check the allocation was successful before freeing existing hashtable bucketsAndreas Pasiopoulos1-7/+9
2016-08-11Add a test case for OOM while allocating memoryAndreas Pasiopoulos1-1/+43
2016-06-24Fix a typoPetri Lehtinen1-1/+1
2016-06-20Always preserve insertion order of object itemsPetri Lehtinen9-111/+68
2016-06-20Merge pull request #290 from Thynix/documentationPetri Lehtinen1-56/+29
2016-06-17doc: fix code block formattingSteve Dougherty1-12/+12
2016-06-03Merge pull request #289 from akheron/simplify-snprintf-checksPetri Lehtinen3-34/+10
2016-06-03appveyor.yml: Build on all Visual Studio versionssimplify-snprintf-checksPetri Lehtinen1-2/+10
2016-06-01doc: improve concisenessSteve Dougherty1-38/+11
2016-06-01doc: correct argument namesSteve Dougherty1-7/+7
2016-05-30Simplify snprintf and vsnprintf checking for Visual StudioPetri Lehtinen2-32/+0
2016-05-17Fix subnormal number parsing on mingw32Petri Lehtinen1-0/+7
2016-05-03Merge pull request #284 from dev-zzo/issue-282Petri Lehtinen7-0/+35
2016-05-03Fix for issue #282Dmitry Janushkevich7-0/+35
2016-04-28Change readthedocs domainPetri Lehtinen1-2/+3
2016-03-03Merge pull request #275 from Mephistophiles/masterPetri Lehtinen1-2/+2
2016-03-02Fix proto in docMaxim Zhukov1-2/+2
2016-02-25doc: Fix a typoPetri Lehtinen1-1/+1
2016-02-25json_pack(): Document s?, o?, O?Petri Lehtinen1-0/+12