| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] allocate pcre output vector on demand | Glenn Strauss | 2021-11-22 | 1 | -0/+1 |
* | [core] pcre2 support (--with-pcre2) | Glenn Strauss | 2021-11-22 | 1 | -6/+68 |
* | [multiple] reduce redundant NULL buffer checks | Glenn Strauss | 2021-08-27 | 1 | -1/+1 |
* | [core] make insert_dup an optional array method | Glenn Strauss | 2021-08-27 | 1 | -7/+1 |
* | [core] move data_{array,integer,string} to array.c | Glenn Strauss | 2021-05-20 | 1 | -4/+1 |
* | [core] consolidate config printing code | Glenn Strauss | 2021-05-20 | 1 | -71/+0 |
* | [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361) | Glenn Strauss | 2021-03-22 | 1 | -19/+29 |
* | [core] tighten struct data_config and related code | Glenn Strauss | 2021-01-29 | 1 | -13/+11 |
* | quiet clang analyzer scan-build warnings | Glenn Strauss | 2020-07-08 | 1 | -0/+1 |
* | [core] array_init() arg for initial size | Glenn Strauss | 2020-07-08 | 1 | -1/+1 |
* | [core] buffer string in data_config | Glenn Strauss | 2020-02-24 | 1 | -8/+8 |
* | [core] const char *op in data_config | Glenn Strauss | 2020-02-24 | 1 | -4/+2 |
* | [core] inline array as part of data_array value | Glenn Strauss | 2020-02-24 | 1 | -2/+1 |
* | [core] inline buffer as part of DATA_UNSET key | Glenn Strauss | 2020-02-24 | 1 | -5/+4 |
* | [core] isolate data_config.c, vector.c | Glenn Strauss | 2020-02-24 | 1 | -20/+0 |
* | [core] remove unused array_reset() | Glenn Strauss | 2020-02-24 | 1 | -12/+0 |
* | [core] mark some data_* funcs cold | Glenn Strauss | 2020-02-24 | 1 | -0/+5 |
* | [core] perf: array.c performance enhancements | Glenn Strauss | 2020-02-24 | 1 | -1/+1 |
* | [core] perf: simple, quick buffer_clear() | Glenn Strauss | 2018-11-23 | 1 | -3/+3 |
* | [multiple] quiet compiler warnings --without-pcre | Glenn Strauss | 2018-09-25 | 1 | -0/+3 |
* | [core] more memory-efficient fn table for data_* | Glenn Strauss | 2018-09-23 | 1 | -9/+12 |
* | [core] data_config_pcre_compile,exec() | Glenn Strauss | 2018-08-05 | 1 | -0/+60 |
* | [core] some header cleanup | Glenn Strauss | 2018-04-08 | 1 | -0/+5 |
* | [core] perf: skip redundant strlen() if len known | Glenn Strauss | 2017-05-15 | 1 | -1/+1 |
* | [core] config match w/ arbitrary HTTP request hdrs (fixes #1556) | Glenn Strauss | 2017-01-31 | 1 | -0/+5 |
* | [core] optional condition in config "else" clause (fixes #1268) | Glenn Strauss | 2016-10-09 | 1 | -4/+12 |
* | [core] replace array weakref with vector | Stefan Bühler | 2016-03-19 | 1 | -15/+12 |
* | consistent inclusion of config.h at top of files (fixes #2073) | Glenn Strauss | 2016-03-19 | 1 | -0/+2 |
* | [core] fix conditional cache handling | Stefan Bühler | 2016-02-21 | 1 | -6/+6 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -2/+2 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -2/+2 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -12/+12 |
* | print 'lighttpd -p -f ...' to stdout instead of stderr | Jan Kneschke | 2006-09-20 | 1 | -14/+14 |
* | make output of array/config same format as lighttpd.conf, with auto indention | mOo | 2005-08-17 | 1 | -8/+29 |
* | added include_shell option to configfiles (merged the rest of the trunk chang... | Jan Kneschke | 2005-08-09 | 1 | -4/+7 |
* | added weak-ref and nicer print() (merged [332], [336]) | Jan Kneschke | 2005-08-08 | 1 | -3/+37 |
* | leak fixes | Jan Kneschke | 2005-08-08 | 1 | -2/+3 |
* | const 1st arg for copy/print (merged [314]) | Jan Kneschke | 2005-08-08 | 1 | -2/+2 |
* | user defined variable, compute on parsing: string+string, int+int, array+arra... | Jan Kneschke | 2005-08-08 | 1 | -0/+11 |
* | added nested conditionals (merged [298]) | Jan Kneschke | 2005-08-08 | 1 | -6/+3 |
* | indent array for readability (merged [288]) | Jan Kneschke | 2005-08-08 | 1 | -4/+6 |
* | moved everything below trunk/ and added branches/ and tags/ | Jan Kneschke | 2005-02-20 | 1 | -0/+69 |