| Commit message (Expand) | Author | Age | Files | Lines |
* | [multiple] reduce redundant NULL buffer checks | Glenn Strauss | 2021-08-27 | 1 | -2/+2 |
* | [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361) | Glenn Strauss | 2021-03-22 | 1 | -1/+7 |
* | [core] tighten struct data_config and related code | Glenn Strauss | 2021-01-29 | 1 | -2/+1 |
* | [multiple] stat_cache_path_stat() for struct st | Glenn Strauss | 2020-10-19 | 1 | -2/+2 |
* | [multiple] rename connection_reset hook to request | Glenn Strauss | 2020-08-02 | 1 | -1/+1 |
* | [core] remove r->uri.path_raw; generate as needed | Glenn Strauss | 2020-07-08 | 1 | -1/+1 |
* | [multiple] split con, request (very large change) | Glenn Strauss | 2020-07-08 | 1 | -32/+32 |
* | [multiple] copy small struct instead of memcpy() | Glenn Strauss | 2020-07-08 | 1 | -1/+2 |
* | [core] store subrequest_handler instead of mode | Glenn Strauss | 2020-07-08 | 1 | -1/+1 |
* | [core] move plugin_ctx into (request_st *) | Glenn Strauss | 2020-07-08 | 1 | -4/+4 |
* | [core] move addtl request-specific struct members | Glenn Strauss | 2020-07-08 | 1 | -7/+8 |
* | [multiple] store srv->tmp_buf in tb var | Glenn Strauss | 2020-07-08 | 1 | -2/+3 |
* | [multiple] generic config array type checking | Glenn Strauss | 2020-07-08 | 1 | -27/+13 |
* | [multiple] stat_cache singleton | Glenn Strauss | 2020-07-08 | 1 | -4/+2 |
* | [multiple] connection hooks no longer get (srv *) | Glenn Strauss | 2020-07-08 | 1 | -9/+9 |
* | [multiple] prefer (connection *) to (srv *) | Glenn Strauss | 2020-07-08 | 1 | -8/+8 |
* | [core] split cond cache from cond matches | Glenn Strauss | 2020-07-08 | 1 | -2/+5 |
* | [multiple] plugin.c handles common FREE_FUNC code | Glenn Strauss | 2020-07-08 | 1 | -14/+2 |
* | [core] config_get_config_cond_info() | Glenn Strauss | 2020-07-08 | 1 | -6/+10 |
* | [mod_rewrite] use config_plugin_values_init() | Glenn Strauss | 2020-07-08 | 1 | -218/+258 |
* | [core] const char *name in struct plugin | Glenn Strauss | 2020-05-23 | 1 | -3/+1 |
* | [mod_redirect,mod_rewrite] store context_ndx | Glenn Strauss | 2020-05-23 | 1 | -13/+13 |
* | [core] simpler config_check_cond() | Glenn Strauss | 2020-05-23 | 1 | -3/+2 |
* | [core] buffer string in data_config | Glenn Strauss | 2020-02-24 | 1 | -1/+1 |
* | [core] const char *op in data_config | Glenn Strauss | 2020-02-24 | 1 | -1/+1 |
* | [core] inline array as part of data_array value | Glenn Strauss | 2020-02-24 | 1 | -3/+3 |
* | [core] inline buffer as part of data_string value | Glenn Strauss | 2020-02-24 | 1 | -2/+2 |
* | [core] inline buffer key for *_patch_connection() | Glenn Strauss | 2020-02-24 | 1 | -6/+6 |
* | [core] inline buffer as part of DATA_UNSET key | Glenn Strauss | 2020-02-24 | 1 | -3/+3 |
* | [core] differentiate array_get_* for ro and rw | Glenn Strauss | 2020-02-24 | 1 | -6/+4 |
* | [multiple] cleaner calloc use in SETDEFAULTS_FUNC | Mohammed Sadiq | 2019-04-20 | 1 | -1/+1 |
* | [multiple] quiet clang --analyze where trivial | Glenn Strauss | 2019-01-21 | 1 | -0/+5 |
* | [mod_redirect,mod_rewrite] use server_name | Glenn Strauss | 2018-11-18 | 1 | -0/+2 |
* | [mod_rewrite] fix url.rewrite-repeat and url.rewrite-if-not-file (fixes #2908) | Glenn Strauss | 2018-09-23 | 1 | -2/+2 |
* | [mod_rewrite] require rewrite result to begin '/' | Glenn Strauss | 2018-08-12 | 1 | -1/+7 |
* | [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911) | Glenn Strauss | 2018-08-12 | 1 | -0/+1 |
* | [mod_redirect,mod_rewrite] pass request URI info | Glenn Strauss | 2018-08-12 | 1 | -0/+7 |
* | [mod_redirect,mod_rewrite] short-circuit earlier | Glenn Strauss | 2018-08-12 | 1 | -14/+4 |
* | [core] server.http-parseopts URL normalization opt (fixes #1720) | Glenn Strauss | 2018-08-12 | 1 | -0/+4 |
* | [core] http_kv.[ch] method, status, version str | Glenn Strauss | 2018-08-05 | 1 | -0/+1 |
* | [mod_redirect, mod_rewrite] code reuse (sharing) | Glenn Strauss | 2018-08-05 | 1 | -196/+49 |
* | [core] some header cleanup | Glenn Strauss | 2018-04-08 | 1 | -0/+3 |
* | [core] merge redirect/rewrite pattern substitution | Glenn Strauss | 2018-01-10 | 1 | -41/+3 |
* | quell compiler warnings for -Wimplicit-fallthrough | Glenn Strauss | 2017-07-23 | 1 | -0/+1 |
* | [core] perf: skip redundant strlen() if len known | Glenn Strauss | 2017-05-15 | 1 | -10/+10 |
* | [config] more specific checks for array lists | Glenn Strauss | 2017-03-08 | 1 | -14/+4 |
* | [mod_rewrite] add more info in error log msg | Glenn Strauss | 2016-10-26 | 1 | -2/+3 |
* | do not set REDIRECT_URI in mod_magnet, mod_rewrite (#2738) | Glenn Strauss | 2016-07-23 | 1 | -7/+0 |
* | fix some warnings reported by cppcheck | Glenn Strauss | 2016-07-17 | 1 | -2/+0 |
* | set REDIRECT_URI in mod_rewrite, mod_magnet | Glenn Strauss | 2016-04-25 | 1 | -0/+7 |