index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Strip useless apr_brigade_cleanup() calls.
Yann Ylavic
2014-06-10
1
-1
/
+0
*
follow up r1599531 and r1599593:
Takashi Sato
2014-06-10
1
-1
/
+1
*
Revert r1601285 and r1601283.
Yann Ylavic
2014-06-09
1
-64
/
+64
*
eventopt: fix duplicated APLOGNOs.
Yann Ylavic
2014-06-09
1
-64
/
+64
*
core: Update empty log tags.
Yann Ylavic
2014-06-09
1
-2
/
+2
*
mpm_event[opt]: Send the SSL close notify alert when the KeepAliveTimeout
Yann Ylavic
2014-06-08
3
-5
/
+17
*
-MPMs event & eventopt: child listeners are used in ONE_PROCESS mode too.
Yann Ylavic
2014-06-08
2
-6
/
+6
*
-MPMs prefork & worker: avoid segfault with SAFE_ACCEPT in ONE_PROCESS mode.
Yann Ylavic
2014-06-08
2
-8
/
+8
*
Typo
Christophe Jaillet
2014-06-07
1
-1
/
+1
*
fix restart issues
Jim Jagielski
2014-06-05
2
-6
/
+0
*
Fix URL in doxygen comment.
Christophe Jaillet
2014-06-04
1
-2
/
+2
*
Break out common code to be share-able
Jim Jagielski
2014-06-03
5
-42
/
+29
*
fold in performance hack from eventopt
Jim Jagielski
2014-06-03
1
-0
/
+22
*
Update eventopt w/ bucket listeners
Jim Jagielski
2014-06-03
1
-37
/
+113
*
Now allow MPMs to call ap_log_common()
Jim Jagielski
2014-06-03
6
-0
/
+6
*
We really need some place where we can place a whole
Jim Jagielski
2014-06-03
1
-0
/
+10
*
Don't try to assume the value of SO_REUSEPORT...
Jim Jagielski
2014-06-03
1
-18
/
+22
*
Optimize w/ duplicated listeners and use of SO_REUSEPORT
Jim Jagielski
2014-06-03
5
-198
/
+508
*
Tweak a AP_DEBUG_ASSERT condition.
Christophe Jaillet
2014-05-16
1
-8
/
+8
*
Fix some comment typos
Mike Rumph
2014-05-13
3
-3
/
+3
*
PR56333: Add an API to resume a connection that a handler has previously susp...
Eric Covener
2014-05-11
2
-0
/
+40
*
Extend the socket callbacks in event to allow a timeout on the I/O callback.
Eric Covener
2014-05-11
3
-49
/
+110
*
Only include the ldap escaping if present within APR.
Graham Leggett
2014-04-25
1
-1
/
+7
*
Add the ldap function to the expression API, allowing LDAP filters and
Graham Leggett
2014-04-25
1
-0
/
+8
*
Follow up to r1384924 .
Christophe Jaillet
2014-04-24
1
-1
/
+5
*
Better self document code
Christophe Jaillet
2014-04-21
1
-1
/
+1
*
r1494157 from eventopt for event, per sf's review comments.
Eric Covener
2014-04-20
1
-1
/
+3
*
Move two variable assignments off the fast path.
Graham Leggett
2014-04-18
1
-1
/
+4
*
And use #error if we get past configure...
Jim Jagielski
2014-03-19
1
-1
/
+1
*
core: avoid a double apr_time_now() call on the first succeeding read.
Yann Ylavic
2014-02-28
1
-4
/
+5
*
Follow-up to r1512819:
Jeff Trawick
2014-02-07
1
-1
/
+4
*
typo
Jim Jagielski
2014-02-07
1
-1
/
+1
*
Oops... missed this when I switched slaves to their
Jim Jagielski
2014-02-07
1
-2
/
+2
*
Add in the concept of "slave" connections...
Jim Jagielski
2014-02-07
2
-6
/
+35
*
* Only use PCRE_DUPNAMES if it is present (only in more recent versions of PCRE)
Ruediger Pluem
2014-02-04
1
-0
/
+5
*
s/apr_pstrndup/apr_pstrmemdup/ when applicable
Christophe Jaillet
2014-02-01
1
-5
/
+3
*
Use %pm in order to save 8k of stack in 'ap_pcfg_strerror'
Christophe Jaillet
2014-02-01
1
-5
/
+7
*
just put up w/ the error message... no real way to
Jim Jagielski
2014-01-24
1
-6
/
+1
*
Use simple macro ifdef rather than APR versioning...
Jim Jagielski
2014-01-24
1
-2
/
+1
*
If we try to set this on a UDS socket, don't log the error.
Jim Jagielski
2014-01-24
1
-1
/
+7
*
No need to test for NULL, apr_pstrndup already handles it.
Christophe Jaillet
2014-01-18
1
-1
/
+1
*
Add a "MATCH_" prefix to variables set within
Graham Leggett
2014-01-03
2
-8
/
+13
*
new logno
Jim Jagielski
2013-12-31
1
-1
/
+1
*
Add directives to control two protocol options:
Justin Erenkrantz
2013-12-30
2
-8
/
+53
*
core: Support named groups and backreferences within the LocationMatch,
Graham Leggett
2013-12-30
3
-12
/
+163
*
Use 'apr_pstrmemdup' instead of 'apr_pstrndup' when applicable
Christophe Jaillet
2013-12-15
1
-1
/
+1
*
Fix module id in log messages issued from main.c
Jeff Trawick
2013-12-02
1
-0
/
+4
*
Fix missing spaces in messages
Christophe Jaillet
2013-12-01
1
-1
/
+1
*
avoid duplication of APR_HOOK_LINK invocations
Jeff Trawick
2013-12-01
1
-24
/
+16
*
Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.
Jeff Trawick
2013-12-01
1
-0
/
+2
[prev]
[next]