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
*
If the lingering close does not leave the socket in a disconnected state,
William A. Rowe Jr
2017-04-11
1
-2
/
+2
*
On the trunk:
Stefan Eissing
2017-04-11
1
-3
/
+1
*
core: Disallow multiple Listen on the same IP:port when listener buckets
Yann Ylavic
2017-03-28
1
-17
/
+33
*
Revert r1789061: it didn't any leak since duplicated listeners were already
Yann Ylavic
2017-03-28
1
-20
/
+12
*
core: Fix leak of duplicated listeners (socket descriptors) on restart
Yann Ylavic
2017-03-28
1
-12
/
+20
*
On the trunk:
Stefan Eissing
2017-03-19
1
-1
/
+6
*
print r->uri during failure
Eric Covener
2017-03-16
1
-1
/
+1
*
Fix some spelling errors in comments
Mike Rumph
2017-03-10
1
-4
/
+4
*
* server/config.c, include/http_config.h (ap_build_cont_config,
Joe Orton
2017-03-09
2
-4
/
+4
*
* server/core.c (start_cond_section): Comment & variable name fixes,
Joe Orton
2017-03-09
1
-5
/
+4
*
Add <IfDirective> and <IfSection>:
Joe Orton
2017-03-09
2
-0
/
+27
*
Remove duplicate implementations of conditional section function. No
Joe Orton
2017-03-08
1
-82
/
+29
*
mpm_event: no mutex needed at ptrans' allocator level.
Yann Ylavic
2017-02-21
1
-25
/
+0
*
mpm_worker: no mutex needed at ptrans' allocator level.
Yann Ylavic
2017-02-21
1
-27
/
+0
*
mpm_motorz: no mutex needed at ptrans' allocator level.
Yann Ylavic
2017-02-21
1
-4
/
+0
*
MPMs unix: Place signals handlers and helpers out of DSOs to avoid
Yann Ylavic
2017-02-21
6
-799
/
+284
*
mpm_motorz: follow up to r1783755.
Yann Ylavic
2017-02-20
1
-14
/
+12
*
mpm_worker: follow up to r1783755.
Yann Ylavic
2017-02-20
1
-0
/
+27
*
mpm_motorz: follow up to r1783772, with the real changes.
Yann Ylavic
2017-02-20
1
-4
/
+4
*
winnt/service: each log message should use its own APLOGNO.
Yann Ylavic
2017-02-20
1
-7
/
+7
*
Follow up to r1783755: update APLOGNO.
Yann Ylavic
2017-02-20
1
-1
/
+1
*
Revert r1783759: really more things than intended :p
Yann Ylavic
2017-02-20
4
-14
/
+10
*
Follow up to r1783755: update APLOGNO.
Yann Ylavic
2017-02-20
4
-10
/
+14
*
mpm_event: use a mutex for ptrans' allocator to be safe with concurrent
Yann Ylavic
2017-02-20
1
-3
/
+28
*
default_handler: cleanup outputed brigade before leaving.
Yann Ylavic
2017-02-14
1
-0
/
+2
*
util_filter: better ap_pass_brigade() vs empty brigades.
Yann Ylavic
2017-02-14
1
-2
/
+2
*
80 chars
Eric Covener
2017-01-25
1
-1
/
+2
*
PR60647: ACC per connection not available w/ event MPM
Eric Covener
2017-01-25
1
-0
/
+11
*
Fix %{DOCUMENT_URI} in SSI w/ default parser
Eric Covener
2017-01-24
1
-1
/
+4
*
event: follow up to r1762701.
Yann Ylavic
2017-01-18
1
-15
/
+12
*
avoid SO_REUSEPORT w/o ListenCoresBucketsRatio
Eric Covener
2017-01-09
1
-1
/
+1
*
Fix some tiny style issues (missing space)
Christophe Jaillet
2017-01-06
1
-2
/
+2
*
'repl' is already allocated in the request pool by 'construct_host_header()' ...
Christophe Jaillet
2017-01-06
1
-1
/
+1
*
old IBM EBCDIC fix that never got shared.
Eric Covener
2017-01-04
1
-2
/
+16
*
PR59938: add %{REMOTE_PORT} to the expression parser
Eric Covener
2016-12-29
1
-0
/
+3
*
remove initial isascii check entirely
Eric Covener
2016-12-22
1
-6
/
+0
*
fix crash in util_fcgi.c
Eric Covener
2016-12-21
1
-4
/
+7
*
Fix strict Host: header checking on EBCDIC
Eric Covener
2016-12-20
1
-1
/
+4
*
assign a logno
Eric Covener
2016-12-20
1
-1
/
+1
*
event: close a race condition where we might re-enable listeners while they
Yann Ylavic
2016-12-16
1
-0
/
+3
*
event: follow up to r1762718.
Yann Ylavic
2016-12-16
1
-4
/
+8
*
Revert r1774525, will commit a better way to handle this.
Yann Ylavic
2016-12-16
1
-1
/
+0
*
kill the keepalive conns as early as possible during graceful
Jim Jagielski
2016-12-15
1
-0
/
+1
*
With the changes of api from pcre 8.x to 10.x, do not presume that the internal
William A. Rowe Jr
2016-12-12
1
-4
/
+8
*
Replace PCRE with PCRE2 where it is available.
William A. Rowe Jr
2016-12-09
1
-45
/
+119
*
Partial port of proposed r1773158 for httpd-2.x only; this change causes all
William A. Rowe Jr
2016-12-08
1
-5
/
+2
*
Optimize away one more strchr
William A. Rowe Jr
2016-11-22
1
-2
/
+1
*
List discussion resulted in rejecting all but SP characters in the request
William A. Rowe Jr
2016-11-22
1
-9
/
+7
*
mpm_event: add clarifying comment
Stefan Fritsch
2016-11-21
1
-0
/
+1
*
Use all available scoreboard slots
Stefan Fritsch
2016-11-21
1
-81
/
+113
[next]