summaryrefslogtreecommitdiff
path: root/src/mod_rewrite.c
Commit message (Expand)AuthorAgeFilesLines
* [build] _WIN32 __declspec(dllexport) *_plugin_initGlenn Strauss2023-05-031-0/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-1/+1
* [multiple] mark mod_*_plugin_init() funcs coldGlenn Strauss2022-12-071-0/+2
* [core] allocate one fewer cond_match_t, if neededGlenn Strauss2021-11-221-1/+1
* [core] use stack w/ pcre_exec unless save capturesGlenn Strauss2021-11-201-2/+0
* [core] save config regex captures only if usedGlenn Strauss2021-11-191-21/+35
* [multiple] check feature flags funcs; code reuseGlenn Strauss2021-09-301-5/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-2/+2
* [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361)Glenn Strauss2021-03-221-1/+7
* [core] tighten struct data_config and related codeGlenn Strauss2021-01-291-2/+1
* [multiple] stat_cache_path_stat() for struct stGlenn Strauss2020-10-191-2/+2
* [multiple] rename connection_reset hook to requestGlenn Strauss2020-08-021-1/+1
* [core] remove r->uri.path_raw; generate as neededGlenn Strauss2020-07-081-1/+1
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-32/+32
* [multiple] copy small struct instead of memcpy()Glenn Strauss2020-07-081-1/+2
* [core] store subrequest_handler instead of modeGlenn Strauss2020-07-081-1/+1
* [core] move plugin_ctx into (request_st *)Glenn Strauss2020-07-081-4/+4
* [core] move addtl request-specific struct membersGlenn Strauss2020-07-081-7/+8
* [multiple] store srv->tmp_buf in tb varGlenn Strauss2020-07-081-2/+3
* [multiple] generic config array type checkingGlenn Strauss2020-07-081-27/+13
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-4/+2
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-9/+9
* [multiple] prefer (connection *) to (srv *)Glenn Strauss2020-07-081-8/+8
* [core] split cond cache from cond matchesGlenn Strauss2020-07-081-2/+5
* [multiple] plugin.c handles common FREE_FUNC codeGlenn Strauss2020-07-081-14/+2
* [core] config_get_config_cond_info()Glenn Strauss2020-07-081-6/+10
* [mod_rewrite] use config_plugin_values_init()Glenn Strauss2020-07-081-218/+258
* [core] const char *name in struct pluginGlenn Strauss2020-05-231-3/+1
* [mod_redirect,mod_rewrite] store context_ndxGlenn Strauss2020-05-231-13/+13
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] buffer string in data_configGlenn Strauss2020-02-241-1/+1
* [core] const char *op in data_configGlenn Strauss2020-02-241-1/+1
* [core] inline array as part of data_array valueGlenn Strauss2020-02-241-3/+3
* [core] inline buffer as part of data_string valueGlenn Strauss2020-02-241-2/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-6/+6
* [core] inline buffer as part of DATA_UNSET keyGlenn Strauss2020-02-241-3/+3
* [core] differentiate array_get_* for ro and rwGlenn Strauss2020-02-241-6/+4
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [multiple] quiet clang --analyze where trivialGlenn Strauss2019-01-211-0/+5
* [mod_redirect,mod_rewrite] use server_nameGlenn Strauss2018-11-181-0/+2
* [mod_rewrite] fix url.rewrite-repeat and url.rewrite-if-not-file (fixes #2908)Glenn Strauss2018-09-231-2/+2
* [mod_rewrite] require rewrite result to begin '/'Glenn Strauss2018-08-121-1/+7
* [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911)Glenn Strauss2018-08-121-0/+1
* [mod_redirect,mod_rewrite] pass request URI infoGlenn Strauss2018-08-121-0/+7
* [mod_redirect,mod_rewrite] short-circuit earlierGlenn Strauss2018-08-121-14/+4
* [core] server.http-parseopts URL normalization opt (fixes #1720)Glenn Strauss2018-08-121-0/+4
* [core] http_kv.[ch] method, status, version strGlenn Strauss2018-08-051-0/+1
* [mod_redirect, mod_rewrite] code reuse (sharing)Glenn Strauss2018-08-051-196/+49
* [core] some header cleanupGlenn Strauss2018-04-081-0/+3
* [core] merge redirect/rewrite pattern substitutionGlenn Strauss2018-01-101-41/+3