| Commit message (Expand) | Author | Age | Files | Lines |
* | Save a few bytes in conf pool when parsing some directives. Use temp_pool whe... | Christophe Jaillet | 2015-02-05 | 1 | -1/+1 |
* | Expression parser: Optimize another concatenation | Rainer Jung | 2015-02-05 | 1 | -1/+26 |
* | correct copy/paste error, use cmd->cmd->name | Eric Covener | 2015-01-30 | 1 | -2/+2 |
* | Block Define/Undefine from per-directory context, because they will | Eric Covener | 2015-01-30 | 1 | -8/+10 |
* | Provide a way for EXEC_ON_READ directives to see their context | Eric Covener | 2015-01-30 | 1 | -3/+5 |
* | Revert r4635428 corresponding to PR41867. | William A. Rowe Jr | 2015-01-21 | 2 | -8/+0 |
* | r1651088 for eventopt | Eric Covener | 2015-01-12 | 1 | -0/+2 |
* | Update conn_rec.id when a new thread begins working on a connection, because | Eric Covener | 2015-01-12 | 1 | -0/+2 |
* | Configuration files with long lines and continuation characters | Eric Covener | 2014-12-29 | 1 | -15/+15 |
* | looks like debug left in r1642154 | Eric Covener | 2014-12-21 | 1 | -2/+0 |
* | util_expr: sync bison generated source files with according | Yann Ylavic | 2014-12-08 | 1 | -62/+70 |
* | Revert r1643900. | Yann Ylavic | 2014-12-08 | 2 | -330/+283 |
* | util_expr: sync bison generated source files with | Yann Ylavic | 2014-12-08 | 2 | -283/+330 |
* | * core: Fix -D[efined] or <Define>[d] variables lifetime accross restarts. | Yann Ylavic | 2014-12-08 | 1 | -0/+1 |
* | mpm_event(opt): zero is immutable. | Yann Ylavic | 2014-12-05 | 2 | -2/+2 |
* | mpm_worker: replace apr_atomic_cas32(+1) loop with the more performant | Yann Ylavic | 2014-12-05 | 1 | -13/+3 |
* | mpm_event(opt): avoid casts/comparisons from unsigned to signed (atomics). | Yann Ylavic | 2014-12-05 | 4 | -57/+58 |
* | * Correctly indent | Ruediger Pluem | 2014-12-05 | 1 | -1/+1 |
* | mpm_{prefork,worker}: follow up to r1635521. | Yann Ylavic | 2014-12-05 | 2 | -2/+6 |
* | ap_expr: Add filemod function for checking file modification times. | Daniel Gruno | 2014-12-05 | 1 | -0/+13 |
* | * ap_expr: Fix replace() func when length of "from" != length of "to". | Jan Kaluža | 2014-12-03 | 1 | -3/+4 |
* | mpm_event: follow up to r1639614 (trunk) and r1642858 (2.4.x). | Yann Ylavic | 2014-12-02 | 1 | -4/+6 |
* | core: Add CGIPassAuth directive to control whether HTTP authorization | Jeff Trawick | 2014-12-02 | 2 | -1/+21 |
* | * ap_exr: Add replace(string, from, to) function. | Jan Kaluža | 2014-11-27 | 2 | -4/+98 |
* | mpm_event(opt), mpm_worker, mpm_prefork: follow up to r1635521, r1640161. | Yann Ylavic | 2014-11-20 | 4 | -163/+172 |
* | mpm_prefork: follow up to r1635521. | Yann Ylavic | 2014-11-17 | 1 | -3/+4 |
* | mpm_event(opt), mpm_worker: follow up to r1635521. | Yann Ylavic | 2014-11-17 | 3 | -18/+56 |
* | mpm_worker, mpm_prefork: follow up to r1635521. | Yann Ylavic | 2014-11-17 | 2 | -8/+12 |
* | event, eventopt: follow up to r1638879 and r1639960. | Yann Ylavic | 2014-11-16 | 4 | -42/+13 |
* | avoid dereferencing a recently apr_pool_clear()'ed event_conn_state_t *cs | Christophe Jaillet | 2014-11-16 | 1 | -6/+12 |
* | don't call notify_suspend() in a worker thread after | Eric Covener | 2014-11-14 | 1 | -16/+18 |
* | revert r1638691, more comprehensive followup planned shortly. | Eric Covener | 2014-11-14 | 1 | -3/+2 |
* | avoid dereferencing a recently apr_pool_clear()'ed event_conn_state_t *cs | Eric Covener | 2014-11-12 | 1 | -5/+10 |
* | Fix a bug in r1604350 that can lead to crashes in the event MPM under load. | Eric Covener | 2014-11-12 | 1 | -2/+3 |
* | * server/scoreboard.c: Check for child_num < 0 also in ap_update_child_status | Jan Kaluža | 2014-11-11 | 1 | -2/+2 |
* | * Add missing include for ap_pglobal | Ruediger Pluem | 2014-10-31 | 1 | -0/+1 |
* | Support custom ErrorDocuments for HTTP 501 and 414 status codes. | Eric Covener | 2014-10-31 | 1 | -1/+4 |
* | MPMs, core: make duplicated listeners (SO_REUSEPORT) introduced in r1599531 | Yann Ylavic | 2014-10-30 | 7 | -374/+495 |
* | core: Do not match files when using DirectoryMatch. PR41867. | Jan Kaluža | 2014-10-30 | 2 | -0/+8 |
* | tab vs space | Christophe Jaillet | 2014-10-22 | 1 | -2/+2 |
* | tab vs space | Christophe Jaillet | 2014-10-22 | 1 | -7/+7 |
* | tab vs space | Christophe Jaillet | 2014-10-22 | 1 | -9/+8 |
* | Style ('{' on same line as function definition) | Christophe Jaillet | 2014-10-11 | 2 | -4/+8 |
* | core: follow up to r1629909: fix min_spare_threads lower bound and check wrt ... | Yann Ylavic | 2014-10-07 | 3 | -5/+12 |
* | core: follow up to r1629925: new log tag | Yann Ylavic | 2014-10-07 | 1 | -1/+1 |
* | core: ensure that MPMs return an error on runtime failure and hence that | Yann Ylavic | 2014-10-07 | 10 | -27/+35 |
* | mpms: enforce assertion that unreachable code is not reached. | Yann Ylavic | 2014-10-07 | 4 | -3/+17 |
* | core: follow up to r1629909: ap_daemons_to_start can't be lower than 1 (not 0... | Yann Ylavic | 2014-10-07 | 1 | -1/+1 |
* | core: Use process scoreboard to store each child's listener bucket, | Yann Ylavic | 2014-10-07 | 4 | -168/+215 |
* | event: Fix worker-listener deadlock in graceful restart caused by get_worker() | Jan Kaluža | 2014-10-06 | 1 | -2/+2 |