aboutsummaryrefslogtreecommitdiff
path: root/src/strbuffer.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-21Tweak clang-format configuration a bitPetri Lehtinen1-7/+3
2019-10-21Run clang-format on *.c, *.hPetri Lehtinen1-34/+25
2016-09-18Update copyrights for 2016Petri Lehtinen1-1/+1
2014-12-19Increase test coveragePetri Lehtinen1-5/+0
2014-01-28Update copyrights for 2014Petri Lehtinen1-1/+1
2013-08-14pack: Add format specifiers s#, + and +#Petri Lehtinen1-2/+4
2013-07-23Update copyrights for 2013Petri Lehtinen1-1/+1
2013-04-02Merge pull request #108 from Zillode/1edff47af38a2335f88300ee6dc437118f5a20ffPetri Lehtinen1-0/+3
2013-03-14Do not define _GNU_SOURCE is already definedLode Hoste1-0/+3
2012-03-20Update copyright notices for 2012Petri Lehtinen1-1/+1
2011-06-30use size_t for strbuffer writes, and avoid integer overflowJKL1-2/+9
2011-03-31Fix a few malloc() and free() callsPetri Lehtinen1-2/+2
2011-02-17Add custom memory allocationPetri Lehtinen1-4/+13
2011-01-22Update copyright notices for 2011Petri Lehtinen1-1/+1
2010-09-05Move max() to jansson_private.h, define only if not already definedPetri Lehtinen1-1/+1
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen1-1/+1
2009-07-30Add LICENSE and a copyright note to all sourcesPetri Lehtinen1-0/+7
2009-07-13Streamify the loaderPetri Lehtinen1-1/+23
2009-07-04strbuffer: Optimize string terminationPetri Lehtinen1-4/+3
2009-06-30Fix json_loadf and json_loadfd with empty inputPetri Lehtinen1-10/+15
2009-06-13strbuffer_value: Return a read-only pointer rather than duplicating the valuePetri Lehtinen1-2/+2
2009-06-13strbuffer: Allocate enough space for value initiallyPetri Lehtinen1-1/+1
2009-06-11Implement strbufferPetri Lehtinen1-0/+62