| Commit message (Expand) | Author | Age | Files | Lines |
* | util_filter: both directions for setaside/reinstate/adapt logging. | Yann Ylavic | 2020-05-31 | 1 | -6/+9 |
* | Fix a NULL pointer dereference | Ruediger Pluem | 2020-05-25 | 1 | -1/+1 |
* | Axe an empty line to synch with 2.4.x. | Christophe Jaillet | 2020-05-23 | 1 | -1/+0 |
* | core, protocol: reject invalid Content-Length ASAP. | Yann Ylavic | 2020-05-20 | 1 | -1/+12 |
* | core,modules: provide/use ap_parse_strict_length() helper. | Yann Ylavic | 2020-05-20 | 2 | -17/+20 |
* | Follow up to r1877785: ap_filter_should_yield() is not NULL safe :p | Yann Ylavic | 2020-05-15 | 1 | -1/+1 |
* | ap_filter_output_pending(): test where each filter should yield after running. | Yann Ylavic | 2020-05-15 | 1 | -2/+3 |
* | ap_log_pid(): Windown does not implement apr_file_perms_set(), not a failure. | Yann Ylavic | 2020-05-12 | 1 | -1/+1 |
* | listen.c: follow up to r1876865: update APLOGNO. | Yann Ylavic | 2020-05-12 | 1 | -1/+1 |
* | mpm_event: reset listener_is_wakeable on reload. | Yann Ylavic | 2020-05-10 | 1 | -0/+1 |
* | util_md5: avoid temporary stack result in ap_md5_binary(). | Yann Ylavic | 2020-05-10 | 1 | -4/+4 |
* | util_expr: allow to specify only one of ap_expr_eval_ctx_t's r/c/s. | Yann Ylavic | 2020-05-10 | 1 | -15/+36 |
* | util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it. | Yann Ylavic | 2020-05-10 | 2 | -12/+2 |
* | ap_core_input_filter(): axe unnecessary AP_MODE_SPECULATIVE test. | Yann Ylavic | 2020-05-06 | 1 | -1/+1 |
* | Constify pointers in ap_expr lookup tables, as well as the already | Joe Orton | 2020-05-04 | 1 | -8/+8 |
* | 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 |