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
*
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
*
Ensure that output already available is flushed to the network
Jeff Trawick
2002-10-02
1
-0
/
+3
*
Fix bug in the default handler. POST is not allowed on regular files.
Greg Stein
2002-10-01
1
-0
/
+8
*
Call out the success cases when we don't get APR_SUCCESS back from the
Ryan Bloom
2002-10-01
1
-3
/
+2
*
the recent change to fully-qualify exports.c to fix the build with
Jeff Trawick
2002-09-27
1
-1
/
+1
*
Full path required for BSD make (haven't I done this before???).
Ben Laurie
2002-09-26
1
-1
/
+2
*
Minor simplification... The can_send_content_length variable is
Greg Stein
2002-09-25
1
-19
/
+13
*
Add ap_register_provider and ap_lookup_provider functions which resolve
Justin Erenkrantz
2002-09-20
2
-1
/
+118
*
The protocol version (eg: HTTP/1.1) in the request line parsing
Jim Jagielski
2002-09-17
1
-2
/
+4
*
zap a gcc warning about using an uninitialized variable (new) and
Jeff Trawick
2002-09-16
1
-3
/
+8
*
Modify ap_open_logs (an internal function) to follow the hook open_logs
William A. Rowe Jr
2002-09-16
2
-17
/
+19
*
We log this failure (with an identical message) in the restart loop code,
William A. Rowe Jr
2002-09-15
1
-5
/
+3
*
Allow AddOutputFilterByType to take in multiple filters.
Justin Erenkrantz
2002-09-15
1
-5
/
+10
*
Add support for using fnmatch patterns in the final path segment of an
Ian Holsman
2002-09-12
1
-14
/
+39
*
Fix memory leak in core_output_filter.
Justin Erenkrantz
2002-09-10
1
-1
/
+1
*
Allow for compile on systems lacking poll.h
Jim Jagielski
2002-09-08
1
-1
/
+7
*
Removed comments inherited from worker that don't apply
Brian Pane
2002-09-06
1
-7
/
+0
*
Morph DONE result from a sub-request handler to OK as DONE is only relevant
Justin Erenkrantz
2002-09-05
1
-0
/
+3
*
Rearranged the loop in fix_hostname() to run faster in the
Brian Pane
2002-09-02
1
-4
/
+7
*
Document the updates to leader/followers MPM
Brian Pane
2002-09-01
1
-3
/
+10
*
Switched back to atomic compare-and-swap instead of mutexes
Brian Pane
2002-09-01
1
-114
/
+89
*
Added support for httpd -k option
Brian Pane
2002-09-01
2
-1
/
+2
*
Removing extraneous pod files for leader/follower MPM
Brian Pane
2002-09-01
2
-242
/
+0
*
Win32: First cut as cleaning up mpm_default.h defaults
Bill Stoddard
2002-08-30
2
-45
/
+24
*
Removed unnecessary pool cleanup after a restart or shutdown
Bradley Nicholes
2002-08-28
1
-2
/
+0
*
Adjust the descriptions of these directives, avoid the child/process/thread
Jim Jagielski
2002-08-28
1
-5
/
+5
*
Changed the content-length filter to allow streaming delivery
Brian Pane
2002-08-28
1
-114
/
+63
*
Win32: Add ThreadLimit directive to the windows MPM
Bill Stoddard
2002-08-28
2
-13
/
+77
*
Check for pthread_kill
Ian Holsman
2002-08-25
1
-1
/
+1
*
Major/Minor/Min[imal]
Ian Holsman
2002-08-23
1
-7
/
+14
*
new option to ServerTokens. "Maj[or]" which displays a server response
Ian Holsman
2002-08-23
1
-3
/
+10
[next]