| Commit message (Expand) | Author | Age | Files | Lines |
* | util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments. | Yann Ylavic | 2020-04-27 | 1 | -21/+21 |
* | Add optional options= argument to Listen to add listener-specific | Joe Orton | 2020-04-23 | 1 | -12/+90 |
* | config: allow for environment variable substitution fallback to default value. | Yann Ylavic | 2020-04-22 | 1 | -0/+11 |
* | core: follow up to r1876664: allow ErrorDocument to read body when applicable | Yann Ylavic | 2020-04-21 | 1 | -35/+40 |
* | core, h2: common ap_parse_request_line() and ap_check_request_header() code. | Yann Ylavic | 2020-04-17 | 1 | -79/+97 |
* | core, h2: send EOR for early HTTP request failure. | Yann Ylavic | 2020-04-17 | 1 | -60/+82 |
* | * server/mpm/prefork/prefork.c (prefork_pre_config): Use pconf as | Joe Orton | 2020-04-16 | 2 | -2/+2 |
* | Add missing pool tags to help debugging. | Yann Ylavic | 2020-04-16 | 8 | -0/+10 |
* | Issue a warning for non-existent directories when running configtest | Eric Covener | 2020-04-11 | 1 | -0/+9 |
* | core: add r->flushed flag and set it when the response is sent. | Yann Ylavic | 2020-04-02 | 3 | -15/+27 |
* | ap_core_output_filter: follow up to r1875947: don't swallow bucket read EOF. | Yann Ylavic | 2020-04-01 | 1 | -6/+0 |
* | core: handle morphing buckets setaside/reinstate and kill request core filter. | Yann Ylavic | 2020-03-31 | 4 | -199/+140 |
* | revert for now, surprising the scheme is present. | Eric Covener | 2020-03-25 | 1 | -3/+1 |
* | PR63437: don't clobber the scheme in r->uri with MergeSlashes | Eric Covener | 2020-03-25 | 1 | -1/+3 |
* | * server/log.c (ap_log_pid): Use more traditional C style in httpd for | Joe Orton | 2020-03-16 | 1 | -8/+4 |
* | * server/log.c (ap_log_pid): Use a temporary file, then rename once | Joe Orton | 2020-03-13 | 1 | -7/+26 |
* | malloc -> ap_malloc | Giovanni Bechis | 2020-02-24 | 1 | -2/+2 |
* | mpm_event: avoid possible KeepAlveTimeout off by -100 ms. | Yann Ylavic | 2020-02-21 | 1 | -7/+6 |
* | convert malloc(3) into ap_malloc | Giovanni Bechis | 2020-02-18 | 1 | -8/+8 |
* | Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage. | Yann Ylavic | 2020-02-17 | 2 | -8/+5 |
* | Follow up to r1874055: fix typo. | Yann Ylavic | 2020-02-15 | 1 | -1/+1 |
* | Avoid UBSan exception calling memcpy(,NULL,0) at startup. | Christophe Jaillet | 2020-02-15 | 1 | -2/+3 |
* | * server/mpm/event/event.c (event_open_logs): Avoid UBSan exception | Joe Orton | 2020-02-14 | 1 | -2/+3 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 20 | -36/+36 |
* | don't use DOTALL from mod_substitute which leaves \n at the end of the line. | Eric Covener | 2020-02-12 | 2 | -0/+6 |
* | factor out TE=chunked checking | Eric Covener | 2020-02-07 | 2 | -7/+40 |
* | factor out default regex flags | Eric Covener | 2020-02-07 | 2 | -3/+2 |
* | PR63669: handle APR_BADARG return from ap_rgetline | Eric Covener | 2020-01-31 | 1 | -0/+3 |
* | config: Speed up graceful restarts by using pre-hashed command table. PR 64066. | Jim Jagielski | 2020-01-14 | 1 | -3/+7 |
* | In winnt_accept() (server/mpm/winnt/child.c), there's a call to PostQueuedCom... | Christophe Jaillet | 2020-01-06 | 1 | -1/+1 |
* | * server/util_expr_parse.[ch]: Regenerate after r1869724. | Joe Orton | 2019-11-13 | 2 | -923/+726 |
* | Non terminal cannot have string aliases (only tokens appear in error | Joe Orton | 2019-11-13 | 1 | -16/+16 |
* | Revert r1869222, wrong files committed. | Yann Ylavic | 2019-10-31 | 1 | -128/+93 |
* | mod_proxy_http: follow up to r1869216. | Yann Ylavic | 2019-10-31 | 1 | -93/+128 |
* | mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855. | Yann Ylavic | 2019-10-18 | 1 | -4/+11 |
* | Fix a typo in a message. | Christophe Jaillet | 2019-10-05 | 1 | -1/+1 |
* | Merge r1866760 from ^/httpd/apreq/trunk: | Joe Orton | 2019-09-30 | 1 | -0/+4 |
* | Fix an issue on Windows where <IfFile> looks for a file on a non-existent dri... | Christophe Jaillet | 2019-09-04 | 1 | -1/+8 |
* | Fix a signed/unsigned comparison that can never match. | Christophe Jaillet | 2019-08-10 | 1 | -1/+1 |
* | Fix a signed/unsigned comparison that can never match. | Christophe Jaillet | 2019-08-10 | 1 | -2/+2 |
* | set PCRE_DOTALL by default | Eric Covener | 2019-08-02 | 1 | -1/+2 |
* | Synch 2.4 and trunk. | Christophe Jaillet | 2019-07-20 | 1 | -1/+0 |
* | Fix crashes when running with debug APR (APR_POOL_DEBUG), | Rainer Jung | 2019-07-16 | 1 | -0/+5 |
* | *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no... | Stefan Eissing | 2019-07-03 | 1 | -3/+4 |
* | * server/main.c (main): Don't create a separate subpool for pcommands | Joe Orton | 2019-06-25 | 1 | -2/+1 |
* | After reinstatement of DSO support in APR/APR-util, revert r1837437, | Graham Leggett | 2019-06-23 | 1 | -49/+19 |
* | * server/scoreboard.c (open_scoreboard): Create the scoreboard in the | Joe Orton | 2019-06-21 | 1 | -12/+5 |
* | * server/util.c: Make "nul" symbol private. | Joe Orton | 2019-06-20 | 1 | -1/+1 |
* | Add an --enable-reduced-exports configure option to link libmain.a | Joe Orton | 2019-06-20 | 2 | -2/+2 |
* | Be a little more verbose when an error in trigerred in 'ap_set_file_slot()' | Christophe Jaillet | 2019-06-13 | 1 | -2/+2 |