summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* prepend 0Jim Jagielski2014-09-181-1/+1
* mod_status should honor remote_ip as documentedJim Jagielski2014-09-111-2/+8
* Silent some cppcheck warnings.Christophe Jaillet2014-09-011-3/+1
* Fix sscanf format spotted by cppcheck.Christophe Jaillet2014-08-301-1/+1
* Fix printf format spotted by cppcheck.Christophe Jaillet2014-08-301-2/+2
* worker MPM: Fix null-dereference crash when using -DFOREGROUND with worker MPMJan Kaluža2014-08-261-4/+4
* Missing va_end spotted by cppcheckChristophe Jaillet2014-08-211-1/+3
* prefork: Ignore SIGINT in child. This fixes race-condition in signals handlingJan Kaluža2014-08-181-0/+10
* Avoid useless warning message when parsing a section guarded by <IfDefine foo...Christophe Jaillet2014-08-181-4/+0
* Turn some APR_BUCKET_REMOVE(e)+apr_bucket_destroy(e) into the equivalent apr_...Christophe Jaillet2014-08-012-14/+7
* mod_proxy_wstunnel: Concurrent websockets messages could be Eric Covener2014-07-251-2/+1
* Re-introduce check for sufficient PCRE version.Guenter Knauf2014-07-231-0/+7
* Add compiled and loaded PCRE version numbersRainer Jung2014-07-232-6/+22
* Check for correct minimum PCRE version in configure,Rainer Jung2014-07-231-5/+0
* Clarify comment.Rainer Jung2014-07-221-1/+1
* Remove APLOG_NOERRNO.Christophe Jaillet2014-07-221-1/+1
* Add missing APLOGNO.Christophe Jaillet2014-07-204-8/+9
* Move comment from .c to .h in order to make use of it in doxygen.Christophe Jaillet2014-07-191-14/+0
* Do not use deprecated define.Christophe Jaillet2014-07-191-1/+1
* As noted by Yann, this resulted in a dead var assignment. Preinit won'tWilliam A. Rowe Jr2014-07-171-1/+1
* mpm_winnt: Accept utf-8 (Unicode) service names and descriptions forWilliam A. Rowe Jr2014-07-161-74/+402
* General whitespace cleanup, error message normalization, and style conformanceWilliam A. Rowe Jr2014-07-161-60/+82
* *) SECURITY: CVE-2013-5704 (cve.mitre.org)Eric Covener2014-07-152-1/+20
* SECURITY (CVE-2014-0117): Fix a crash in mod_proxy. In a reverseJoe Orton2014-07-151-0/+89
* SECURITY (CVE-2014-3523): Fix a memory consumption denial ofJeff Trawick2014-07-151-1/+5
* SECURITY (CVE-2014-0226): Fix a race condition in scoreboard handling,Joe Orton2014-07-141-0/+15
* Remove some 'register' in variable declaration.Christophe Jaillet2014-07-141-7/+7
* Avoid C99 idiom.Rainer Jung2014-07-141-1/+2
* clarify a commentJeff Trawick2014-07-081-1/+1
* * server/listen.c: return -1 in find_systemd_socket on errorJan Kaluža2014-07-081-2/+2
* whitespace changes onlyJeff Trawick2014-07-081-2/+2
* * server/listen.c: detect systemd socket activation using sd_listen_fds(),Jan Kaluža2014-07-081-74/+69
* Follow up r1608686, pass process to alloc_systemd_listener.Jan Kaluža2014-07-081-1/+1
* * server/listen.c: duplicate sockets correctly when using systemd socketJan Kaluža2014-07-081-17/+31
* Follow-up to r1606368: HANDLE is PVOID which is void * (fix format string)Jeff Trawick2014-07-021-1/+1
* Follow up to r1527220/r1588852:Jeff Trawick2014-06-281-2/+24
* Revert r1601943, r1602058, r1605307 (socket callback returning pollfds)Takashi Sato2014-06-272-17/+9
* event: minify local variables scope.Takashi Sato2014-06-251-19/+17
* follow up r1601943:Takashi Sato2014-06-251-1/+3
* followup to r1604350, move the c->sbh assignment to immediately before the Eric Covener2014-06-241-1/+1
* event: Avoid timer's mutex two successive locks/unlocks with unrelated (andYann Ylavic2014-06-211-22/+17
* event: follow up to r1604347.Yann Ylavic2014-06-211-0/+4
* missed a case in r1538490:Eric Covener2014-06-211-15/+5
* Do not call a timeout callback after the asociated socketTakashi Sato2014-06-211-1/+1
* Core filters do not need mod_proxy.hYann Ylavic2014-06-161-1/+0
* Fixed unused "ap_listen_rec *lr;" in prefork_run().Yann Ylavic2014-06-161-1/+0
* Mark all unused/duplicated/closed child listeners as inactive.Yann Ylavic2014-06-164-6/+5
* style fix, no functional change.Takashi Sato2014-06-141-1/+1
* eventMPM:Takashi Sato2014-06-131-1/+3
* Socket event callback now takes pollfd.Takashi Sato2014-06-112-9/+15