summaryrefslogtreecommitdiff
path: root/src/data_string.c
Commit message (Expand)AuthorAgeFilesLines
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-3/+2
* [core] remove unused array_reset()Glenn Strauss2020-02-241-10/+0
* [core] mark some data_* funcs coldGlenn Strauss2020-02-241-0/+4
* [core] perf: array.c performance enhancementsGlenn Strauss2020-02-241-2/+1
* [core] more memory-efficient fn table for data_*Glenn Strauss2018-09-231-6/+9
* [core] abstraction to insert/modify response hdrsGlenn Strauss2018-09-161-28/+0
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* add force_assert for more allocation resultsStefan Bühler2016-01-301-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-5/+6
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-4/+4
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-1/+1
* Fix two compiler warningsStefan Bühler2010-07-041-1/+1
* Fix comment styleStefan Bühler2010-07-041-2/+2
* - Print double quotes properly when dumping config file (fixes #1806)Elan Ruusamäe2010-05-281-1/+18
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-2/+2
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-3/+3
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-15/+15
* print 'lighttpd -p -f ...' to stdout instead of stderrJan Kneschke2006-09-201-1/+1
* fix merging of auto-indexing element, and make autoload modules hack to use a...mOo2005-08-231-0/+1
* added weak-ref and nicer print() (merged [332], [336])Jan Kneschke2005-08-081-2/+2
* leak fixesJan Kneschke2005-08-081-2/+2
* const 1st arg for copy/print (merged [314])Jan Kneschke2005-08-081-2/+2
* user defined variable, compute on parsing: string+string, int+int, array+arra...Jan Kneschke2005-08-081-0/+10
* indent array for readability (merged [288])Jan Kneschke2005-08-081-2/+3
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+92