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
*
Make core_input_filter use the new apr_brigade_split_line function.
Justin Erenkrantz
2002-01-20
1
-33
/
+12
*
Add AP_MODE_SPECULATIVE support to core_input_filter
Justin Erenkrantz
2002-01-20
1
-2
/
+16
*
Rename BeOS MPM directive RequestsPerThread to MaxRequestsPerThread.
Lars Eilebrecht
2002-01-20
1
-2
/
+2
*
Input filtering prototype change: Socket blocking type should be
Justin Erenkrantz
2002-01-19
5
-21
/
+34
*
Updated the command line keyword to Apache2 and also modified the
Bradley Nicholes
2002-01-19
1
-9
/
+11
*
don't poll if there is only a single listening socket
Greg Ames
2002-01-18
1
-26
/
+26
*
Provide the win32 worker process a null (but valid) stdout pipe, and
William A. Rowe Jr
2002-01-18
1
-4
/
+55
*
get the declaration of strcasecmp() on AIX
Jeff Trawick
2002-01-17
1
-0
/
+1
*
Allow the user to get detailed debugging information without a full
William A. Rowe Jr
2002-01-17
2
-1
/
+33
*
Subset of another, have piped_log_cleanup_for_exec handle
William A. Rowe Jr
2002-01-17
1
-8
/
+7
*
code police again
Ian Holsman
2002-01-16
1
-1
/
+1
*
sigh.
Ian Holsman
2002-01-16
1
-1
/
+1
*
quick handler now runs on subrequests as well
Ian Holsman
2002-01-16
1
-0
/
+13
*
Added APR_HAS_SHARED_MEMORY to a section of code where it was
Bradley Nicholes
2002-01-14
1
-1
/
+6
*
Implemented a checkunload callback to allow apache to be unloaded using
Bradley Nicholes
2002-01-14
1
-9
/
+57
*
A modification to reduce the memory usage of the server:
Brian Pane
2002-01-13
1
-2
/
+2
*
Move a check for an empty brigade to the start of core input filter
Jeff Trawick
2002-01-12
1
-3
/
+4
*
Combination of blocking and nonblocking accept loop
Bradley Nicholes
2002-01-12
1
-18
/
+98
*
Bring forward the FileETag directive enhancement from 1.3.23-dev.
Ken Coar
2002-01-11
1
-0
/
+158
*
let's play "name that pool"
Jeff Trawick
2002-01-11
1
-0
/
+1
*
This brings apache back in line with apr following the addition
David Reid
2002-01-11
1
-2
/
+2
*
Fix for a segfault in the worker MPM during graceful shutdown:
Brian Pane
2002-01-11
1
-1
/
+1
*
Remove defunct spmt_os2 MPM, superceded by mpmt_os2.
Brian Havard
2002-01-10
6
-1512
/
+0
*
Get OS/2 MPM working again after last scoreboard changes.
Brian Havard
2002-01-10
2
-2
/
+6
*
*) Split all Win32 modules [excluding the core components mod_core,
William A. Rowe Jr
2002-01-10
1
-1
/
+1
*
This patch eliminated from the _SHARED_ segment of the scoreboard all
William A. Rowe Jr
2002-01-10
13
-109
/
+134
*
Restore the apr_pool_clear calls to main.c in case we have
David Reid
2002-01-08
2
-1
/
+2
*
This small patch modifies the log's to use plog instead of pconf.
David Reid
2002-01-08
2
-3
/
+2
*
Reworked the accept() loop to avoid an extra call to select() just to
Bradley Nicholes
2002-01-04
1
-155
/
+59
*
OS/2: Allow but ignore unix config directives so the default config files
Brian Havard
2002-01-03
1
-0
/
+13
*
Making sure that the global variables have been initialized to avoid linker
Bradley Nicholes
2002-01-03
3
-6
/
+6
*
Merge a singular path for dir_walk to parse, if we have an r->filename
William A. Rowe Jr
2002-01-02
1
-16
/
+92
*
Eliminate a duplicate absolute path test, and NEVER serve a request
William A. Rowe Jr
2002-01-02
1
-9
/
+11
*
Fix LimitRequestBody directive by moving the relevant code from
Justin Erenkrantz
2002-01-02
1
-2
/
+6
*
Remove a needless immortal bucket creation. We can just leave the
Justin Erenkrantz
2002-01-02
1
-2
/
+0
*
Generalized the recent prep_walk_cache optimizations to allow other
Brian Pane
2002-01-01
2
-22
/
+53
*
Performance fix for prep_walk_cache():
Brian Pane
2001-12-31
2
-23
/
+30
*
Update OS/2 MPM to allow for run-time configurable scoreboard size.
Brian Havard
2001-12-30
2
-3
/
+4
*
Make calc_scoreboard_size() and init_scoreboard() usable from MPMs.
Brian Havard
2001-12-30
1
-4
/
+5
*
handle the disappearance of apr_lock_create_np() and
Jeff Trawick
2001-12-30
9
-38
/
+33
*
mpm_common.c did all this dirty work - cleans up a duplicate symbol error
William A. Rowe Jr
2001-12-29
1
-2
/
+0
*
Add a missing hook run.
Brian Havard
2001-12-29
1
-0
/
+2
*
Fix a shadow variable. (c is also declared to be the connection.)
Justin Erenkrantz
2001-12-28
1
-3
/
+3
*
Clean up the error checking a little. Make sure we're comparing against
Aaron Bannert
2001-12-28
1
-9
/
+23
*
Take advantage of the new usable apr_thread_exit().
Aaron Bannert
2001-12-27
1
-6
/
+2
*
avoid some ugly sockaddr comparisons in do_double_reverse() by using
Jeff Trawick
2001-12-27
1
-15
/
+1
*
remove unneeded include
Ian Holsman
2001-12-26
1
-1
/
+0
*
use a new APR function to perform socket address comparison so
Jeff Trawick
2001-12-26
1
-15
/
+1
*
Fix matching of vhosts by ip address so we find IPv4
Jeff Trawick
2001-12-26
1
-0
/
+10
*
Removed a large (8KB) buffer from the stack in ap_invoke_handler()
Brian Pane
2001-12-26
1
-5
/
+4
[next]