summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* util_filter: both directions for setaside/reinstate/adapt logging.Yann Ylavic2020-05-311-6/+9
* Fix a NULL pointer dereferenceRuediger Pluem2020-05-251-1/+1
* Axe an empty line to synch with 2.4.x.Christophe Jaillet2020-05-231-1/+0
* core, protocol: reject invalid Content-Length ASAP.Yann Ylavic2020-05-201-1/+12
* core,modules: provide/use ap_parse_strict_length() helper.Yann Ylavic2020-05-202-17/+20
* Follow up to r1877785: ap_filter_should_yield() is not NULL safe :pYann Ylavic2020-05-151-1/+1
* ap_filter_output_pending(): test where each filter should yield after running.Yann Ylavic2020-05-151-2/+3
* ap_log_pid(): Windown does not implement apr_file_perms_set(), not a failure.Yann Ylavic2020-05-121-1/+1
* listen.c: follow up to r1876865: update APLOGNO.Yann Ylavic2020-05-121-1/+1
* mpm_event: reset listener_is_wakeable on reload.Yann Ylavic2020-05-101-0/+1
* util_md5: avoid temporary stack result in ap_md5_binary().Yann Ylavic2020-05-101-4/+4
* util_expr: allow to specify only one of ap_expr_eval_ctx_t's r/c/s.Yann Ylavic2020-05-101-15/+36
* util_filter: export ap_filter_adopt_brigade() since mod_ssl uses it.Yann Ylavic2020-05-102-12/+2
* ap_core_input_filter(): axe unnecessary AP_MODE_SPECULATIVE test.Yann Ylavic2020-05-061-1/+1
* Constify pointers in ap_expr lookup tables, as well as the alreadyJoe Orton2020-05-041-8/+8
* util_filter: axe misleading AP_BUCKET_IS_MORPHING() macro and fix comments.Yann Ylavic2020-04-271-21/+21
* Add optional options= argument to Listen to add listener-specificJoe Orton2020-04-231-12/+90
* config: allow for environment variable substitution fallback to default value.Yann Ylavic2020-04-221-0/+11
* core: follow up to r1876664: allow ErrorDocument to read body when applicableYann Ylavic2020-04-211-35/+40
* core, h2: common ap_parse_request_line() and ap_check_request_header() code.Yann Ylavic2020-04-171-79/+97
* core, h2: send EOR for early HTTP request failure.Yann Ylavic2020-04-171-60/+82
* * server/mpm/prefork/prefork.c (prefork_pre_config): Use pconf asJoe Orton2020-04-162-2/+2
* Add missing pool tags to help debugging.Yann Ylavic2020-04-168-0/+10
* Issue a warning for non-existent directories when running configtestEric Covener2020-04-111-0/+9
* core: add r->flushed flag and set it when the response is sent.Yann Ylavic2020-04-023-15/+27
* ap_core_output_filter: follow up to r1875947: don't swallow bucket read EOF.Yann Ylavic2020-04-011-6/+0
* core: handle morphing buckets setaside/reinstate and kill request core filter.Yann Ylavic2020-03-314-199/+140
* revert for now, surprising the scheme is present.Eric Covener2020-03-251-3/+1
* PR63437: don't clobber the scheme in r->uri with MergeSlashesEric Covener2020-03-251-1/+3
* * server/log.c (ap_log_pid): Use more traditional C style in httpd forJoe Orton2020-03-161-8/+4
* * server/log.c (ap_log_pid): Use a temporary file, then rename onceJoe Orton2020-03-131-7/+26
* malloc -> ap_mallocGiovanni Bechis2020-02-241-2/+2
* mpm_event: avoid possible KeepAlveTimeout off by -100 ms.Yann Ylavic2020-02-211-7/+6
* convert malloc(3) into ap_mallocGiovanni Bechis2020-02-181-8/+8
* Follow up to r1873941: define AP_REG_NO_DEFAULT for raw ap_regcomp() usage.Yann Ylavic2020-02-172-8/+5
* Follow up to r1874055: fix typo.Yann Ylavic2020-02-151-1/+1
* Avoid UBSan exception calling memcpy(,NULL,0) at startup.Christophe Jaillet2020-02-151-2/+3
* * server/mpm/event/event.c (event_open_logs): Avoid UBSan exceptionJoe Orton2020-02-141-2/+3
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-1320-36/+36
* don't use DOTALL from mod_substitute which leaves \n at the end of the line.Eric Covener2020-02-122-0/+6
* factor out TE=chunked checkingEric Covener2020-02-072-7/+40
* factor out default regex flagsEric Covener2020-02-072-3/+2
* PR63669: handle APR_BADARG return from ap_rgetlineEric Covener2020-01-311-0/+3
* config: Speed up graceful restarts by using pre-hashed command table. PR 64066.Jim Jagielski2020-01-141-3/+7
* In winnt_accept() (server/mpm/winnt/child.c), there's a call to PostQueuedCom...Christophe Jaillet2020-01-061-1/+1
* * server/util_expr_parse.[ch]: Regenerate after r1869724.Joe Orton2019-11-132-923/+726
* Non terminal cannot have string aliases (only tokens appear in errorJoe Orton2019-11-131-16/+16
* Revert r1869222, wrong files committed.Yann Ylavic2019-10-311-128/+93
* mod_proxy_http: follow up to r1869216.Yann Ylavic2019-10-311-93/+128
* mod_proxy_http: Fix 100-continue deadlock for spooled request bodies. PR 63855.Yann Ylavic2019-10-181-4/+11