summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* mpm_worker: replace apr_atomic_cas32(+1) loop with the more performantYann Ylavic2014-12-051-13/+3
* mpm_event(opt): avoid casts/comparisons from unsigned to signed (atomics).Yann Ylavic2014-12-054-57/+58
* * Correctly indentRuediger Pluem2014-12-051-1/+1
* mpm_{prefork,worker}: follow up to r1635521.Yann Ylavic2014-12-052-2/+6
* ap_expr: Add filemod function for checking file modification times.Daniel Gruno2014-12-051-0/+13
* * ap_expr: Fix replace() func when length of "from" != length of "to".Jan Kaluža2014-12-031-3/+4
* mpm_event: follow up to r1639614 (trunk) and r1642858 (2.4.x).Yann Ylavic2014-12-021-4/+6
* core: Add CGIPassAuth directive to control whether HTTP authorizationJeff Trawick2014-12-022-1/+21
* * ap_exr: Add replace(string, from, to) function.Jan Kaluža2014-11-272-4/+98
* mpm_event(opt), mpm_worker, mpm_prefork: follow up to r1635521, r1640161.Yann Ylavic2014-11-204-163/+172
* mpm_prefork: follow up to r1635521.Yann Ylavic2014-11-171-3/+4
* mpm_event(opt), mpm_worker: follow up to r1635521.Yann Ylavic2014-11-173-18/+56
* mpm_worker, mpm_prefork: follow up to r1635521.Yann Ylavic2014-11-172-8/+12
* event, eventopt: follow up to r1638879 and r1639960.Yann Ylavic2014-11-164-42/+13
* avoid dereferencing a recently apr_pool_clear()'ed event_conn_state_t *csChristophe Jaillet2014-11-161-6/+12
* don't call notify_suspend() in a worker thread after Eric Covener2014-11-141-16/+18
* revert r1638691, more comprehensive followup planned shortly.Eric Covener2014-11-141-3/+2
* avoid dereferencing a recently apr_pool_clear()'ed event_conn_state_t *csEric Covener2014-11-121-5/+10
* Fix a bug in r1604350 that can lead to crashes in the event MPM under load. Eric Covener2014-11-121-2/+3
* * server/scoreboard.c: Check for child_num < 0 also in ap_update_child_statusJan Kaluža2014-11-111-2/+2
* * Add missing include for ap_pglobalRuediger Pluem2014-10-311-0/+1
* Support custom ErrorDocuments for HTTP 501 and 414 status codes.Eric Covener2014-10-311-1/+4
* MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531Yann Ylavic2014-10-307-374/+495
* core: Do not match files when using DirectoryMatch. PR41867.Jan Kaluža2014-10-302-0/+8
* tab vs spaceChristophe Jaillet2014-10-221-2/+2
* tab vs spaceChristophe Jaillet2014-10-221-7/+7
* tab vs spaceChristophe Jaillet2014-10-221-9/+8
* Style ('{' on same line as function definition)Christophe Jaillet2014-10-112-4/+8
* core: follow up to r1629909: fix min_spare_threads lower bound and check wrt ...Yann Ylavic2014-10-073-5/+12
* core: follow up to r1629925: new log tagYann Ylavic2014-10-071-1/+1
* core: ensure that MPMs return an error on runtime failure and hence thatYann Ylavic2014-10-0710-27/+35
* mpms: enforce assertion that unreachable code is not reached.Yann Ylavic2014-10-074-3/+17
* core: follow up to r1629909: ap_daemons_to_start can't be lower than 1 (not 0...Yann Ylavic2014-10-071-1/+1
* core: Use process scoreboard to store each child's listener bucket,Yann Ylavic2014-10-074-168/+215
* event: Fix worker-listener deadlock in graceful restart caused by get_worker()Jan Kaluža2014-10-061-2/+2
* event: have_idle_worker must not be cleared in every listener_thread iteration.Jan Kaluža2014-10-061-1/+1
* Content-Length header should always be interpreted as a decimal.Christophe Jaillet2014-09-181-1/+1
* 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