summaryrefslogtreecommitdiff
path: root/src/data_config.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-4/+1
* [core] use data_config_list for configGlenn Strauss2022-12-101-2/+1
* [array] use speaking names for array "fn" vtables for better debugging experi...Stefan Bühler2022-01-061-2/+2
* [core] ignore pcre2 "bad JIT option" warningGlenn Strauss2021-12-151-1/+1
* [core] allocate pcre output vector on demandGlenn Strauss2021-11-221-0/+1
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-6/+68
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-1/+1
* [core] make insert_dup an optional array methodGlenn Strauss2021-08-271-7/+1
* [core] move data_{array,integer,string} to array.cGlenn Strauss2021-05-201-4/+1
* [core] consolidate config printing codeGlenn Strauss2021-05-201-71/+0
* [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361)Glenn Strauss2021-03-221-19/+29
* [core] tighten struct data_config and related codeGlenn Strauss2021-01-291-13/+11
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-081-0/+1
* [core] array_init() arg for initial sizeGlenn Strauss2020-07-081-1/+1
* [core] buffer string in data_configGlenn Strauss2020-02-241-8/+8
* [core] const char *op in data_configGlenn Strauss2020-02-241-4/+2
* [core] inline array as part of data_array valueGlenn Strauss2020-02-241-2/+1
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-5/+4
* [core] isolate data_config.c, vector.cGlenn Strauss2020-02-241-20/+0
* [core] remove unused array_reset()Glenn Strauss2020-02-241-12/+0
* [core] mark some data_* funcs coldGlenn Strauss2020-02-241-0/+5
* [core] perf: array.c performance enhancementsGlenn Strauss2020-02-241-1/+1
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-3/+3
* [multiple] quiet compiler warnings --without-pcreGlenn Strauss2018-09-251-0/+3
* [core] more memory-efficient fn table for data_*Glenn Strauss2018-09-231-9/+12
* [core] data_config_pcre_compile,exec()Glenn Strauss2018-08-051-0/+60
* [core] some header cleanupGlenn Strauss2018-04-081-0/+5
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-1/+1
* [core] config match w/ arbitrary HTTP request hdrs (fixes #1556)Glenn Strauss2017-01-311-0/+5
* [core] optional condition in config "else" clause (fixes #1268)Glenn Strauss2016-10-091-4/+12
* [core] replace array weakref with vectorStefan Bühler2016-03-191-15/+12
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [core] fix conditional cache handlingStefan Bühler2016-02-211-6/+6
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-2/+2
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-2/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-12/+12
* print 'lighttpd -p -f ...' to stdout instead of stderrJan Kneschke2006-09-201-14/+14
* make output of array/config same format as lighttpd.conf, with auto indentionmOo2005-08-171-8/+29
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-4/+7
* added weak-ref and nicer print() (merged [332], [336])Jan Kneschke2005-08-081-3/+37
* leak fixesJan Kneschke2005-08-081-2/+3
* 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/+11
* added nested conditionals (merged [298])Jan Kneschke2005-08-081-6/+3
* indent array for readability (merged [288])Jan Kneschke2005-08-081-4/+6
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+69