summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* *) 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
* Check for and use gettid() directly if available; glibc 2.30 and laterJoe Orton2020-07-071-3/+7
* Bump the logno.Graham Leggett2020-07-061-1/+1
* Use a brigade instead of direct reads, allow APR to handle MMAP.Graham Leggett2020-07-061-26/+37
* Bump log numbers.Graham Leggett2020-07-031-1/+1
* Add MMAP support to ETag generation.Graham Leggett2020-07-031-81/+113
* core: Remove support for the Content-MD5 header, removed in RFC7231.Graham Leggett2020-07-032-122/+0
* Add log numbers to util_etag.c.Graham Leggett2020-07-031-5/+5
* Seek to the start of the file when calculating the ETag.Graham Leggett2020-07-031-1/+10
* Be defensive when calculating the digest. Make sure the offset is initialisedGraham Leggett2020-07-031-7/+36
* Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic2020-07-022-18/+19
* mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic2020-07-022-21/+28
* mpm_common: remove ap_mpm_unregister_poll_callback().Yann Ylavic2020-07-022-16/+0
* mpm_event: poll callbacks fixes and improvements.Yann Ylavic2020-07-022-64/+100
* Follow up to r1877955: don't reuse the connection for mixed C-L / T-E requestsYann Ylavic2020-06-301-3/+10