summaryrefslogtreecommitdiff
path: root/src/array.c
Commit message (Expand)AuthorAgeFilesLines
...
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+32
* remove unused array type TYPE_COUNT data_countGlenn Strauss2016-09-221-12/+0
* fix some warnings reported by cppcheckGlenn Strauss2016-07-171-2/+2
* [core] replace array weakref with vectorStefan Bühler2016-03-191-8/+4
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [core] provide array_extract_element and use itStefan Bühler2016-03-151-0/+39
* [core] refactor array search; raise array size limit to SSIZE_MAXStefan Bühler2016-03-151-53/+41
* [core] rename variable in array.cStefan Bühler2016-03-151-8/+8
* [core] improve array API to prevent theoretical memory leaksStefan Bühler2016-03-151-29/+35
* add force_assert for more allocation resultsStefan Bühler2016-01-301-2/+4
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-6/+6
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-1/+1
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-7/+7
* add two asserts to help parfait (#2530)Stefan Bühler2014-01-101-0/+1
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-0/+2
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-1/+1
* array.c: improve array_get_unused_element to check data type; fix mem leak if...Stefan Bühler2010-08-051-9/+13
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-3/+3
* Add "lighty.req_env" table to mod_magnet for setting/getting environment valu...Stefan Bühler2009-06-101-0/+17
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-8/+8
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-54/+54
* print 'lighttpd -p -f ...' to stdout instead of stderrJan Kneschke2006-09-201-12/+12
* more unsigned/sign compare fixesJan Kneschke2005-11-181-2/+2
* fix merging of auto-indexing element, and make autoload modules hack to use a...mOo2005-08-231-11/+4
* load mod_indexfile before, mod_fastcgi and friends and let array regenerated ...Jan Kneschke2005-08-171-1/+2
* make output of array/config same format as lighttpd.conf, with auto indentionmOo2005-08-171-5/+78
* cosmeticsJan Kneschke2005-08-151-2/+2
* added weak-ref and nicer print() (merged [332], [336])Jan Kneschke2005-08-081-7/+14
* user defined variable, compute on parsing: string+string, int+int, array+arra...Jan Kneschke2005-08-081-0/+34
* added nested conditionals (merged [298])Jan Kneschke2005-08-081-0/+12
* indent array for readability (merged [288])Jan Kneschke2005-08-081-3/+11
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+241