summaryrefslogtreecommitdiff
path: root/src/keyvalue.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-6/+1
* [multiple] employ ck_realloc_u32() shared codeGlenn Strauss2022-12-101-4/+2
* [multiple] use buffer_append_char()Glenn Strauss2022-05-111-2/+2
* [core] allow redirect,rewrite ext subst w/o pcreGlenn Strauss2022-04-081-18/+19
* [core] ignore pcre2 "bad JIT option" warningGlenn Strauss2021-12-151-1/+1
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-16/+125
* [core] extend pcre_keyvalue_ctx to pass more stateGlenn Strauss2021-11-211-20/+24
* [core] use stack w/ pcre_exec unless save capturesGlenn Strauss2021-11-201-1/+1
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-19/+23
* [core] copy string and len directly from tmp_bufGlenn Strauss2021-03-261-4/+2
* [multiple] PCRE w/ PCRE_STUDY_JIT_COMPILE (fixes #2361)Glenn Strauss2021-03-221-4/+13
* [multiple] add summaries to top of some modulesGlenn Strauss2020-07-081-0/+7
* [core] remove r->uri.path_raw; generate as neededGlenn Strauss2020-07-081-1/+5
* [core] split cond cache from cond matchesGlenn Strauss2020-07-081-3/+3
* [core] store addtl data in pcre_keyvalue_bufferGlenn Strauss2020-07-081-42/+28
* [multiple] reduce code dup in list resizingGlenn Strauss2019-02-121-12/+1
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-1/+1
* [mod_redirect,mod_rewrite] base64url encoding optGlenn Strauss2018-08-121-0/+10
* [mod_redirect,mod_rewrite] support up to 19 matchGlenn Strauss2018-08-121-1/+1
* [mod_redirect,mod_rewrite] fix segfault w/ invalid syntax (fixes #2892)Glenn Strauss2018-08-121-1/+1
* [mod_redirect,mod_rewrite] encoding options (fixes #443, fixes #911)Glenn Strauss2018-08-121-23/+152
* [core] server.http-parseopts URL normalization opt (fixes #1720)Glenn Strauss2018-08-121-0/+119
* [core] http_kv.[ch] method, status, version strGlenn Strauss2018-08-051-163/+0
* [mod_redirect, mod_rewrite] code reuse (sharing)Glenn Strauss2018-08-051-10/+64
* [core] some header cleanupGlenn Strauss2018-04-081-1/+5
* [core] merge redirect/rewrite pattern substitutionGlenn Strauss2018-01-101-2/+49
* [core] add const to reduce .data segment sizeGlenn Strauss2017-07-151-6/+6
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [core] add label for 308 Permanent RedirectGlenn Strauss2017-01-311-0/+1
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* cleanup dead keyvalue codeStefan Bühler2016-01-301-153/+5
* [core] recognize more http methods to forward to backends (fixes #2346)Stefan Bühler2013-06-291-14/+29
* add PATCH method (fixes #2424)Stefan Bühler2012-11-071-0/+1
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-2/+4
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-3/+3
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-55/+55
* added the WebDAV, class 2 methods (darix)Jan Kneschke2006-03-021-0/+4
* get known to the CONNECT methodJan Kneschke2006-01-141-0/+1
* added the rest of the DeltaV methodsJan Kneschke2005-09-201-0/+6
* added REPORT for webdav/svnJan Kneschke2005-09-201-0/+1
* added MOVE, COPY, PROPPATCH and nearly complete PROPFIND (Level 1-3 of litmus...Jan Kneschke2005-08-201-0/+3
* added WebDAV methods and statuscodesJan Kneschke2005-08-151-1/+11
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-5/+15
* Added OPTIONS supportJan Kneschke2005-07-211-0/+1
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+352