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
*
Force the screen to close on exit() if the -E option was specified on the
Bradley Nicholes
2002-11-25
1
-2
/
+6
*
Fix critical bug in new --enable-v4-mapped configure option
Jeff Trawick
2002-11-22
1
-8
/
+10
*
bucket length parameter is apr_size_t, which isn't always signed,
Jeff Trawick
2002-11-19
1
-1
/
+1
*
Use AP_DECLARE in the debug versions of ap_strXXX in case the
Jeff Trawick
2002-11-18
1
-6
/
+6
*
core_output_filter: back out changes to clean up resources before the end
Greg Ames
2002-11-16
1
-30
/
+2
*
Add --[enable|disable]-v4-mapped configure option to control
Jeff Trawick
2002-11-14
1
-0
/
+19
*
Don't hold the Apache screen open when it exits with an error if all of the e...
Bradley Nicholes
2002-11-13
1
-0
/
+3
*
core_output_filter: use the current input brigade's pool for the "more"
Greg Ames
2002-11-13
1
-13
/
+10
*
can't mix declarations and statements except with gcc 3.2 :)
Jeff Trawick
2002-11-11
1
-3
/
+3
*
prevent seg faults when running with Electric Fence.
Greg Ames
2002-11-11
1
-1
/
+23
*
core_output_filter: straighten out the parens for the decision to set aside.
Greg Ames
2002-11-08
1
-3
/
+3
*
use a subpool of c->pool for resources which are set aside, then clear it
Greg Ames
2002-11-08
1
-1
/
+12
*
We didn't atexit() the win32 keep-console-open-on-error handler early
William A. Rowe Jr
2002-11-08
1
-4
/
+4
*
adjust some parents to make the expression a tiny bit clearer and to
Jeff Trawick
2002-11-08
1
-2
/
+2
*
no functional change...factor out a common subexpression
Greg Ames
2002-11-06
1
-10
/
+7
*
The value emitted by ServerSignature now mimics the Server HTTP header as
Justin Erenkrantz
2002-11-06
1
-2
/
+3
*
Small performance tweaks to net_time_filter and core_input_filter.
Bill Stoddard
2002-11-04
1
-24
/
+28
*
core_opts_merge() needs to be static
Jeff Trawick
2002-11-03
1
-1
/
+1
*
Mr. Trawick was dead on, and this revealed a much bigger bug.
William A. Rowe Jr
2002-11-01
1
-108
/
+117
*
Use APR_STATUS_IS_EOF rather than a check against APR_EOF
Justin Erenkrantz
2002-11-01
1
-1
/
+1
*
Style police were called back from their vacation
Justin Erenkrantz
2002-11-01
1
-471
/
+497
*
no such thing as AP_ASSERT()
Jeff Trawick
2002-11-01
1
-1
/
+1
*
Fix a trailing slash/last filename truncation bug observed on Linux,
William A. Rowe Jr
2002-11-01
1
-0
/
+2
*
when the connection drops, c->aborted is set but generally
Jeff Trawick
2002-10-31
1
-1
/
+1
*
i hate it when tha happens..
Ken Coar
2002-10-25
1
-2
/
+2
*
more info is better than less..
Ken Coar
2002-10-25
1
-0
/
+6
*
Fix streaming output from an nph- CGI script. CGI:IRC now
Jeff Trawick
2002-10-25
1
-1
/
+11
*
mod_logio modification: count bytes-sent after the writev or sendfile
Brian Pane
2002-10-25
1
-5
/
+29
*
fix some problems in the perchild MPM
Jeff Trawick
2002-10-25
1
-18
/
+27
*
fix "long lost child came home!" messages after a graceful restart with
Greg Ames
2002-10-23
1
-1
/
+1
*
don't use deprecated function apr_sort_hooks()
Jeff Trawick
2002-10-16
1
-2
/
+2
*
Fix -k restart feature on win32.
William A. Rowe Jr
2002-10-15
1
-0
/
+1
*
Use a better name for the APR_SENDFILE_ENABLE flag.
William A. Rowe Jr
2002-10-14
1
-3
/
+3
*
Switched to the APR_STATUS_IS_XXX macros
Bradley Nicholes
2002-10-14
1
-15
/
+16
*
Introduce an EnableSendfile directive (defaulted to ON) to allow users
William A. Rowe Jr
2002-10-14
1
-24
/
+57
*
Fix for Sebastian's observation of my fat fingers.
William A. Rowe Jr
2002-10-14
1
-4
/
+4
*
Handle WSA_IO_PENDING as well.
William A. Rowe Jr
2002-10-14
1
-1
/
+2
*
A couple of observations
William A. Rowe Jr
2002-10-14
1
-0
/
+1
*
Bigger hack alert. Expand the range of unrecycled sockets to include
William A. Rowe Jr
2002-10-13
1
-1
/
+2
*
What once were macros no longer need line continuation
William A. Rowe Jr
2002-10-13
1
-7
/
+7
*
Some errors are impossible to fathom, without the user knowing certain
William A. Rowe Jr
2002-10-13
1
-4
/
+23
*
If the server is configured with an accept mutex type that isn't comaptible
Ryan Bloom
2002-10-11
1
-0
/
+8
*
Fix a compile of compiler warnings. I don't know how these slipped past.
Ryan Bloom
2002-10-11
1
-6
/
+2
*
Fix receive_request, it was using the same location in the iovec for both
Ryan Bloom
2002-10-11
1
-2
/
+2
*
Fix recent exports.c breakage by referencing exports.c as being in
Justin Erenkrantz
2002-10-08
1
-3
/
+3
*
Add -S as a synonym for -t -DDUMP_VHOSTS
Aaron Bannert
2002-10-07
1
-2
/
+10
*
Don't bother destroying the memory pools and buckets for each thread at
Bradley Nicholes
2002-10-03
1
-9
/
+11
*
Add logic to the default_handler to enable script delivery to script
Greg Stein
2002-10-03
1
-0
/
+25
*
*) SECURITY: [CAN-2002-0840] HTML-escape the address produced by
William A. Rowe Jr
2002-10-02
2
-3
/
+7
*
Until we have a mechanism to allow PHP and others to 'raise their hand'
William A. Rowe Jr
2002-10-02
1
-8
/
+0
[next]