summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Revert r1672014 - doesn't work as advertised (would break configsKaspar Brand2015-04-151-2/+1
* Fix CGIPassAuth built-in directive documentation,Jeff Trawick2015-04-131-1/+1
* UNSET the VirtualHost's LogLevel just before calling ap_merge_log_config(),Kaspar Brand2015-04-081-1/+2
* core_filters: restore/disable TCP_NOPUSH option after non-blocking sendfile.Yann Ylavic2015-03-261-1/+1
* core: follow up to r1668532: always initialize optional_fn pointers in ap_cre...Yann Ylavic2015-03-231-0/+1
* core: Initialize scoreboard's used optional functions on graceful restarts toYann Ylavic2015-03-232-4/+12
* core: Cleanup the request soon/even if some output filter fails toYann Ylavic2015-03-161-5/+6
* mpm_motorz: follow up to r1666482.Yann Ylavic2015-03-141-17/+18
* mpm_event: follow up to r1666468.Yann Ylavic2015-03-141-25/+17
* work w/ apr_skiplist_insert()Jim Jagielski2015-03-131-2/+2
* mpm_event: Allow for timer events duplicates. Yann Ylavic2015-03-131-4/+13
* 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-092-47/+21
* motorz:Yann Ylavic2015-03-092-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-211-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