summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* Save a few bytes in conf pool when parsing some directives. Use temp_pool whe...Christophe Jaillet2015-02-051-1/+1
* Expression parser: Optimize another concatenationRainer Jung2015-02-051-1/+26
* correct copy/paste error, use cmd->cmd->nameEric Covener2015-01-301-2/+2
* Block Define/Undefine from per-directory context, because they willEric Covener2015-01-301-8/+10
* Provide a way for EXEC_ON_READ directives to see their contextEric Covener2015-01-301-3/+5
* Revert r4635428 corresponding to PR41867.William A. Rowe Jr2015-01-212-8/+0
* r1651088 for eventoptEric Covener2015-01-121-0/+2
* Update conn_rec.id when a new thread begins working on a connection, becauseEric Covener2015-01-121-0/+2
* Configuration files with long lines and continuation charactersEric Covener2014-12-291-15/+15
* looks like debug left in r1642154Eric Covener2014-12-211-2/+0
* util_expr: sync bison generated source files with accordingYann Ylavic2014-12-081-62/+70
* Revert r1643900.Yann Ylavic2014-12-082-330/+283
* util_expr: sync bison generated source files withYann Ylavic2014-12-082-283/+330
* * core: Fix -D[efined] or <Define>[d] variables lifetime accross restarts. Yann Ylavic2014-12-081-0/+1
* mpm_event(opt): zero is immutable.Yann Ylavic2014-12-052-2/+2
* 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