summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a typo in a message.Christophe Jaillet2019-10-051-1/+1
* Merge r1866760 from ^/httpd/apreq/trunk:Joe Orton2019-09-301-0/+4
* Fix an issue on Windows where <IfFile> looks for a file on a non-existent dri...Christophe Jaillet2019-09-041-1/+8
* Fix a signed/unsigned comparison that can never match.Christophe Jaillet2019-08-101-1/+1
* Fix a signed/unsigned comparison that can never match.Christophe Jaillet2019-08-101-2/+2
* set PCRE_DOTALL by defaultEric Covener2019-08-021-1/+2
* Synch 2.4 and trunk.Christophe Jaillet2019-07-201-1/+0
* Fix crashes when running with debug APR (APR_POOL_DEBUG),Rainer Jung2019-07-161-0/+5
* *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has no...Stefan Eissing2019-07-031-3/+4
* * server/main.c (main): Don't create a separate subpool for pcommandsJoe Orton2019-06-251-2/+1
* After reinstatement of DSO support in APR/APR-util, revert r1837437,Graham Leggett2019-06-231-49/+19
* * server/scoreboard.c (open_scoreboard): Create the scoreboard in theJoe Orton2019-06-211-12/+5
* * server/util.c: Make "nul" symbol private.Joe Orton2019-06-201-1/+1
* Add an --enable-reduced-exports configure option to link libmain.aJoe Orton2019-06-202-2/+2
* Be a little more verbose when an error in trigerred in 'ap_set_file_slot()'Christophe Jaillet2019-06-131-2/+2