summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-103-1/+5
* motorz: add and use the timer event of the connection.Yann Ylavic2015-03-102-46/+67
* motorz: revert bogus r1665381.Yann Ylavic2015-03-102-47/+21
* motorz:Yann Ylavic2015-03-102-21/+47
* use pollset impl instead of pollcbJim Jagielski2015-03-092-85/+118
* we need sbh and might as well have some debugJim Jagielski2015-03-092-14/+34
* core: Follow up to r1664205.Yann Ylavic2015-03-061-0/+3
* Some fluffJim Jagielski2015-03-051-4/+4
* Move staticsJim Jagielski2015-03-052-39/+37
* Fix errors and mistakenly removed retsJim Jagielski2015-03-051-2/+5
* Don't returnJim Jagielski2015-03-051-6/+1
* Move to traditional C headerJim Jagielski2015-03-052-200/+226
* * Setup the usual svn:ignore properties for MPM'sRuediger Pluem2015-03-051-0/+0
* *) SECURITY: CVE-2015-0253 (cve.mitre.org)Eric Covener2015-03-051-2/+2
* We no longer need eventopt.Jim Jagielski2015-03-0414-4394/+1972
* core: If explicitly configured, use the KeepaliveTimeout value of theYann Ylavic2015-03-041-82/+218
* mpm_event: follow up to r1538490, r1545736, r1604350, r1639614 and r1642868.Yann Ylavic2015-03-011-9/+8
* mpm_event: follow up to r1493741 and r1662440.Yann Ylavic2015-02-261-4/+4
* mpm_event: follow up to r1493741.Yann Ylavic2015-02-261-2/+6
* mpm_{worker,prefork}: save some cycles by not copying the listener's pollfdsYann Ylavic2015-02-262-14/+16
* axe unused variablesJeff Trawick2015-02-221-2/+0
* core: Add expression support to ErrorDocument. Switch from a fixedGraham Leggett2015-02-221-29/+57
* Save a few bytes in conf pool.Christophe Jaillet2015-02-191-1/+5
* Tab vs spaceChristophe Jaillet2015-02-061-1/+1
* 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