summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-1/+0
* follow up r1599531 and r1599593:Takashi Sato2014-06-101-1/+1
* Revert r1601285 and r1601283.Yann Ylavic2014-06-091-64/+64
* eventopt: fix duplicated APLOGNOs.Yann Ylavic2014-06-091-64/+64
* core: Update empty log tags.Yann Ylavic2014-06-091-2/+2
* mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeoutYann Ylavic2014-06-083-5/+17
* -MPMs event & eventopt: child listeners are used in ONE_PROCESS mode too.Yann Ylavic2014-06-082-6/+6
* -MPMs prefork & worker: avoid segfault with SAFE_ACCEPT in ONE_PROCESS mode.Yann Ylavic2014-06-082-8/+8
* TypoChristophe Jaillet2014-06-071-1/+1
* fix restart issuesJim Jagielski2014-06-052-6/+0
* Fix URL in doxygen comment.Christophe Jaillet2014-06-041-2/+2
* Break out common code to be share-ableJim Jagielski2014-06-035-42/+29
* fold in performance hack from eventoptJim Jagielski2014-06-031-0/+22
* Update eventopt w/ bucket listenersJim Jagielski2014-06-031-37/+113
* Now allow MPMs to call ap_log_common()Jim Jagielski2014-06-036-0/+6
* We really need some place where we can place a wholeJim Jagielski2014-06-031-0/+10
* Don't try to assume the value of SO_REUSEPORT...Jim Jagielski2014-06-031-18/+22
* Optimize w/ duplicated listeners and use of SO_REUSEPORTJim Jagielski2014-06-035-198/+508
* Tweak a AP_DEBUG_ASSERT condition.Christophe Jaillet2014-05-161-8/+8
* Fix some comment typosMike Rumph2014-05-133-3/+3
* PR56333: Add an API to resume a connection that a handler has previously susp...Eric Covener2014-05-112-0/+40
* Extend the socket callbacks in event to allow a timeout on the I/O callback. Eric Covener2014-05-113-49/+110
* Only include the ldap escaping if present within APR.Graham Leggett2014-04-251-1/+7
* Add the ldap function to the expression API, allowing LDAP filters andGraham Leggett2014-04-251-0/+8
* Follow up to r1384924 .Christophe Jaillet2014-04-241-1/+5
* Better self document codeChristophe Jaillet2014-04-211-1/+1
* r1494157 from eventopt for event, per sf's review comments.Eric Covener2014-04-201-1/+3
* Move two variable assignments off the fast path.Graham Leggett2014-04-181-1/+4
* And use #error if we get past configure...Jim Jagielski2014-03-191-1/+1
* core: avoid a double apr_time_now() call on the first succeeding read.Yann Ylavic2014-02-281-4/+5
* Follow-up to r1512819:Jeff Trawick2014-02-071-1/+4
* typoJim Jagielski2014-02-071-1/+1
* Oops... missed this when I switched slaves to theirJim Jagielski2014-02-071-2/+2
* Add in the concept of "slave" connections...Jim Jagielski2014-02-072-6/+35
* * Only use PCRE_DUPNAMES if it is present (only in more recent versions of PCRE)Ruediger Pluem2014-02-041-0/+5
* s/apr_pstrndup/apr_pstrmemdup/ when applicableChristophe Jaillet2014-02-011-5/+3
* Use %pm in order to save 8k of stack in 'ap_pcfg_strerror'Christophe Jaillet2014-02-011-5/+7
* just put up w/ the error message... no real way toJim Jagielski2014-01-241-6/+1
* Use simple macro ifdef rather than APR versioning...Jim Jagielski2014-01-241-2/+1
* If we try to set this on a UDS socket, don't log the error.Jim Jagielski2014-01-241-1/+7
* No need to test for NULL, apr_pstrndup already handles it.Christophe Jaillet2014-01-181-1/+1
* Add a "MATCH_" prefix to variables set withinGraham Leggett2014-01-032-8/+13
* new lognoJim Jagielski2013-12-311-1/+1
* Add directives to control two protocol options:Justin Erenkrantz2013-12-302-8/+53
* core: Support named groups and backreferences within the LocationMatch,Graham Leggett2013-12-303-12/+163
* Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicableChristophe Jaillet2013-12-151-1/+1
* Fix module id in log messages issued from main.cJeff Trawick2013-12-021-0/+4
* Fix missing spaces in messagesChristophe Jaillet2013-12-011-1/+1
* avoid duplication of APR_HOOK_LINK invocationsJeff Trawick2013-12-011-24/+16
* Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.Jeff Trawick2013-12-011-0/+2