summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ap_timeout_parameter_parse: axe unsigned < 0 checkEric Covener2021-08-071-1/+1
* fix int overflow in ap_timeout_parameter_parseEric Covener2021-08-061-4/+13
* fix ap_escape_quotes with pre-escaped quotesEric Covener2021-08-041-1/+1
* clarification/fixes around the replace() functionEric Covener2021-08-031-7/+9
* * core/mpm: add hook 'child_stopping` that gets called when the MPM isStefan Eissing2021-07-314-3/+22
* mpm_event: avoid possible timer off by 250 ms.Yann Ylavic2021-07-221-2/+2
* mpm_event: clear APR_INCOMPLETE_READ on lingering close.Yann Ylavic2021-07-221-0/+4
* mpm_fdqueue: return EOF for ap_queue_interrupt_*() when terminated.Yann Ylavic2021-07-222-1/+5
* core: don't close the socket when failing in ap_start_lingering_close().Yann Ylavic2021-07-221-7/+2
* mpm_event: better comments and variables' names.Yann Ylavic2021-07-221-58/+60
* mpm_event: use apr_atomic_read32() to read queues' ->total instead of volatil...Yann Ylavic2021-07-221-5/+5
* mpm_event: handle lingering close fully in process_lingering_close().Yann Ylavic2021-07-221-55/+36
* mpm_event: Fix queues' maintenance and linger timeouts on graceful restart/stopYann Ylavic2021-07-221-133/+205
* core: Write Completion (WC) bucket type.Yann Ylavic2021-06-291-2/+48
* *) core/mod_proxy/mod_ssl:Stefan Eissing2021-06-081-0/+91
* mpm_prefork: mask signals during ap_run_child_init().Yann Ylavic2021-06-041-0/+35
* * We could get here again if a second thread deals with theRuediger Pluem2021-06-031-0/+5
* * server/mpm/event/event.c, Joe Orton2021-05-172-16/+16
* * Spelling fixes after review by @bigio.Stefan Eissing2021-05-121-4/+4
* Pass NULL instead of a "null ACL"Eric Covener2021-04-211-6/+2
* legacy default slash-matching behavior w/ 'MergeSlashes OFF'Eric Covener2021-04-211-3/+16
* core/ap_ssl_*: changes after review by rpluemStefan Eissing2021-04-201-9/+10
* fix StrictHostCheck crash w/ HTTP/1.0Eric Covener2021-04-171-1/+1
* server/protocol.c: remove old hooks links that had been moved to server/ssl.cStefan Eissing2021-04-131-5/+0
* *) core/mod_ssl/mod_md: adding OCSP response provisioning as core feature. ...Stefan Eissing2021-04-131-1/+24
* *) core: provide ap_ssl_* functions in new http_ssl.h header file.Stefan Eissing2021-03-265-104/+167
* Make sure that conn->keepalive is NOT reset after being set in ap_read_reques...Jean-Frederic Clere2021-03-241-0/+1
* Using the new ap_ssl_conn_is_ssl() and ap_ssl_var_lookup() in all internal mo...Stefan Eissing2021-03-091-7/+1
* Changed ap_ssl_answer_challenge() and its hook to provide PEM data forStefan Eissing2021-03-031-4/+4
* Adding more ap_ssl_* functions and hooks to the core server.Stefan Eissing2021-03-021-0/+36
* *) core: Adding SSL related inquiry functions to the server API.Stefan Eissing2021-02-232-0/+73
* - fixed a clang error when dividing sizeof(T1i[]) / sizeof(T2). Stefan Eissing2021-02-011-1/+1
* core: axe struct core_net_rec.Yann Ylavic2020-12-142-51/+40
* core_input_filter: BRIGADE_NORMALIZE() can be called with an empty brigade.Yann Ylavic2020-12-141-11/+4
* Follow up to r1836032: better flush limits checks and description.Yann Ylavic2020-12-113-17/+18
* Follow up to r1836032: ReadBufferSize not configurable from htaccess.Yann Ylavic2020-12-111-1/+1
* Rearrange and clear global core config state allocated out of pconfJoe Orton2020-12-082-4/+6
* ²main: -V to print the SHM mechanisms in use.Yann Ylavic2020-12-061-4/+22
* ap_pbase64decode(): save double NUL byte allocation and assignment.Yann Ylavic2020-11-271-4/+2
* core: fix c->client_ip for unix socket connections.Yann Ylavic2020-11-221-3/+20
* core: reset ap_runtime_dir to NULL after AP_SQ_MS_DESTROY_CONFIG.Yann Ylavic2020-11-221-0/+1
* Fix an harmless warning spoted by gcc 10 and -Werror=discarded-qualifiersChristophe Jaillet2020-11-151-2/+2
* Optimize 'ap_list_provider_names'.Christophe Jaillet2020-11-071-10/+11
* mpm_event: don't reset connections after lingering close timeoutYann Ylavic2020-11-041-15/+0
* mpm_event: don't kill keepalive connections on connections_above_limit().Yann Ylavic2020-11-041-5/+7
* * apr_base64_encode_len already includes space for the terminating zeroRuediger Pluem2020-10-231-3/+2
* Adjust signal handler before unblockingRuediger Pluem2020-10-092-5/+5
* Save a few bytes of memory when registering MutexChristophe Jaillet2020-10-041-3/+3
* Avoid a core dump at startup if "AllowOverride nonfatal" is used without any ...Christophe Jaillet2020-08-301-1/+4
* Fix a few warnings on 64 bits windows compilationChristophe Jaillet2020-08-291-2/+2