summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Axe ap_rgetline_core(), not used anymore.Yann Ylavic2018-04-222-22/+3
* http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.Yann Ylavic2018-04-202-30/+41
* core: Add and handle AP_GETLINE_NOSPC_EOL flag in ap_rgetline_core().Yann Ylavic2018-04-192-2/+5
* Guess at fixing win32 build regression on trunk introduced by r1734656William A. Rowe Jr2018-04-172-4/+5
* PR62199: add worker parameter ResponseFieldSize to mod_proxyEric Covener2018-04-111-1/+2
* Fix some typos reported in PR 59998Christophe Jaillet2018-03-244-6/+6
* Fix some doxygen commentChristophe Jaillet2018-03-221-4/+3
* Correctly identify origin of util_pcre.c/ap_regex.h as pcreposix[.ch]William A. Rowe Jr2018-02-211-1/+6
* mpm_event: follow up to r1823047 and r1824464.Yann Ylavic2018-02-201-1/+2
* core: Create a conn_config_t structure to hold an extendable core config rather Graham Leggett2018-02-172-1/+7
* Add MMN bump for AP_REG_DOLLAR_ENDONLY, ap_regcomp_get_default_cflagsGraham Leggett2018-02-161-1/+4
* mpm_event: follow up to r1823047: complete state validation after processing.Yann Ylavic2018-02-161-1/+3
* MMN bump for hostname_ex in proxy_worker_shared.Graham Leggett2018-02-161-1/+2
* regex: Allow to configure global/default options for regexes.Yann Ylavic2018-02-151-0/+22
* mod_proxy: follow up to r1667707: MMN minor bump.Yann Ylavic2018-02-151-1/+3
* On the trunk:Stefan Eissing2018-02-012-2/+3
* Happy New Year 2018Rainer Jung2018-01-041-1/+1
* mmn bump for r1820098.Eric Covener2018-01-041-1/+3
* Add "AcceptErrorsNonFatal" directiveEric Covener2018-01-041-2/+16
* Post 2.5.0-alpha tag updatesDaniel Ruggeri2017-11-081-1/+1
* Follow up to r1812193: really change MMN major.Yann Ylavic2017-10-141-2/+2
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-142-2/+6
* ap_expr: open string expressions to the <word>.Yann Ylavic2017-10-021-0/+3
* config: follow up to r1809302.Yann Ylavic2017-09-221-1/+2
* config: follow up to r1809302.Yann Ylavic2017-09-221-9/+15
* config: follow up to r1809302.Yann Ylavic2017-09-221-2/+5
* config: allow to specify flags when registering modules.Yann Ylavic2017-09-222-1/+17
* On the trunk:Stefan Eissing2017-09-211-1/+1
* core, mpm_event: Add ap_update_sb_handle() to avoid a small memory leak ofYann Ylavic2017-07-212-1/+4
* Make case insensitiveJim Jagielski2017-06-211-1/+1
* util.c: add a strict Base64 decoding functionJacob Champion2017-06-211-0/+22
* CVE-2017-3167: add documentation to ap_get_basic_auth_pw()Jacob Champion2017-06-211-2/+9
* core: deprecate and replace ap_get_basic_auth_pwEric Covener2017-05-262-2/+27
* Introduce request taint-checking concept.Nick Kew2017-04-212-1/+18
* * server/config.c, include/http_config.h (ap_build_cont_config,Joe Orton2017-03-091-2/+2
* Add <IfDirective> and <IfSection>:Joe Orton2017-03-092-1/+10
* Revert r1783759: really more things than intended :pYann Ylavic2017-02-201-4/+0
* Follow up to r1783755: update APLOGNO.Yann Ylavic2017-02-201-0/+4
* PR60647: ACC per connection not available w/ event MPMEric Covener2017-01-252-1/+3
* Move definition of ASCII_ZERO to httpd.h and rename it ZERO_ASCII for consist...Christophe Jaillet2017-01-061-0/+1
* Happy New Year 2017Rainer Jung2017-01-021-1/+1
* ap_reclaim_child_processes(): Implement terminate immediatelyStefan Fritsch2016-11-211-2/+1
* http: Allow unknown response status' lines returned in the form of:Yann Ylavic2016-11-151-0/+11
* When redrawing the parser, ap_get_http_token looked to be useful, but there'sWilliam A. Rowe Jr2016-10-182-14/+4
* Follow up to r1765115: MMN minor is now 3.Yann Ylavic2016-10-161-1/+1
* Complete r1764961, missed .h updatesWilliam A. Rowe Jr2016-10-163-7/+6
* Followup to r1764961:Rainer Jung2016-10-161-8/+0
* Fix new declaration.Rainer Jung2016-10-161-1/+1
* Followup to r1764961:Rainer Jung2016-10-161-5/+3
* util_script.h: clarify ap_scan_script_header_* behaviorJacob Champion2016-09-121-16/+56