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
*
use apr_pstrndup() instead of apr_pstrdup() to avoid a strlen call in
Doug MacEachern
2001-11-28
1
-2
/
+2
*
Yea, sure a message is always good. Note we can't log the exception.
William A. Rowe Jr
2001-11-28
1
-3
/
+4
*
Another performance-related change to core_output_filter(): if we
Brian Pane
2001-11-27
1
-9
/
+56
*
Optimization for core_output_filter: if the iovec is full,
Brian Pane
2001-11-27
1
-0
/
+7
*
We must use absolute paths or we break VPATH builds.
Ryan Bloom
2001-11-26
1
-1
/
+1
*
The survey says yes, that is in fact the expected behavior. :)
Cliff Woolley
2001-11-26
1
-3
/
+1
*
Another fix for the core_output_filter() code that concatenates
Brian Pane
2001-11-26
1
-2
/
+9
*
More fixes for core_input_filter()'s concatenation of small buckets:
Brian Pane
2001-11-26
1
-0
/
+2
*
Fix for the code in core_output_filter() that concatenates small buckets
Brian Pane
2001-11-26
1
-0
/
+1
*
optimize ap_add_common_vars() for the common case where r->subprocess_env is ...
Brian Pane
2001-11-24
1
-2
/
+11
*
change open_logs hook to return a value, allowing you to flag a error
Ian Holsman
2001-11-24
3
-5
/
+13
*
Fix post-config hook to return a int.
Ian Holsman
2001-11-24
1
-4
/
+5
*
Fix a bug in the core_output_filter. If we are buffering, it helps
Ryan Bloom
2001-11-23
1
-1
/
+1
*
Modify post_config hook so that it can return a error,
Ian Holsman
2001-11-23
3
-7
/
+14
*
converted apr_pcalloc to apr_palloc for 15% reduction in run time of add_any_...
Brian Pane
2001-11-23
1
-1
/
+1
*
restructured the conditional logic in ap_merge_per_dir_configs() for faster e...
Brian Pane
2001-11-23
1
-5
/
+11
*
replaced the hash used in add_any_filter() with a trie for 2.5x speedup
Brian Pane
2001-11-23
1
-31
/
+143
*
minor performance fix for ap_add_common_vars(): replace printf with apr_itoa()
Brian Pane
2001-11-22
1
-1
/
+1
*
fix segv in worker MPM following check_pipe_of_death() call
Brian Pane
2001-11-22
1
-0
/
+1
*
Bail out at configure time if an invalid MPM was specified.
Jeff Trawick
2001-11-21
1
-0
/
+3
*
Fix a bug in our output filter buffering. If a lot of small brigades are
Ryan Bloom
2001-11-21
1
-3
/
+20
*
Fix the timeout logic that I broke last week. This adds a request
Ryan Bloom
2001-11-21
2
-18
/
+32
*
Prevent segv in ap_note_basic_auth_failure() when no AuthName is configured
Doug MacEachern
2001-11-21
1
-5
/
+15
*
Win32: Move the call to fetch the network addresses into the accept loop
Bill Stoddard
2001-11-20
1
-12
/
+11
*
Win32: Clean up some error paths.
Bill Stoddard
2001-11-20
1
-9
/
+15
*
Win32 bug fix:
Bill Stoddard
2001-11-20
1
-10
/
+10
*
Get IPv6 vhosts working (again ?).
Jeff Trawick
2001-11-20
1
-2
/
+4
*
fix chdir_for_gprof() to s/dir/use_dir/ for chdir()
Doug MacEachern
2001-11-20
1
-1
/
+1
*
add new input filter mode AP_MODE_INIT:
Doug MacEachern
2001-11-19
1
-0
/
+14
*
axe threaded MPM
Jeff Trawick
2001-11-19
6
-1865
/
+0
*
Get rid of threaded MPM. This commit has the actual code changes.
Jeff Trawick
2001-11-19
2
-5
/
+2
*
Changed a variable name to avoid a NetWare LibC global conflict.
Bradley Nicholes
2001-11-19
1
-4
/
+4
*
change the signature of ap_custom_response() to use a
Ian Holsman
2001-11-18
1
-1
/
+2
*
make sure ap_process_child_status() always returns something
Jeff Trawick
2001-11-17
1
-0
/
+1
*
Get mod_cgid killed when a MPM exits due to a fatal error.
Jeff Trawick
2001-11-17
8
-49
/
+85
*
Externalize the functions to manage the mpm's queue of completion_contexts.
Bill Stoddard
2001-11-17
2
-99
/
+138
*
Update the beos MPM to have better naming and also allow for
David Reid
2001-11-16
2
-71
/
+73
*
Pull lingering close out of the pool cleanup phase. This was causing too
Ryan Bloom
2001-11-15
12
-36
/
+35
*
FTYPE_CONTENT - 1 isn't enough for OLD_WRITE. OLD_WRITE is a special
Ryan Bloom
2001-11-15
1
-1
/
+1
*
Get rid of the listensocks array. It was just duplicating the ap_listeners
Ryan Bloom
2001-11-15
1
-25
/
+14
*
Port the worker MPM to the new accept model. This has passed every
Ryan Bloom
2001-11-15
2
-37
/
+52
*
Get the proxy module compiling again. This is a hack to get past the
Ryan Bloom
2001-11-14
1
-0
/
+1
*
Move this to a HOOK_MIDDLE location. We need to add some logic to
Ryan Bloom
2001-11-14
1
-1
/
+1
*
Allow modules that add sockets to the ap_listeners list to
Ryan Bloom
2001-11-13
3
-130
/
+28
*
Add the server_rec argument back to the create_connection hook.
Ryan Bloom
2001-11-13
10
-15
/
+15
*
don't use a variable named stat, it can cause problems on some platforms.
Ryan Bloom
2001-11-13
1
-9
/
+9
*
Misc. cleanups and performance enhancements
Bradley Nicholes
2001-11-13
1
-9
/
+12
*
Back out my last patch. The logic to add sockets to pollsets is back in
Ryan Bloom
2001-11-13
3
-21
/
+7
*
Whoops, wrong variable.
Ryan Bloom
2001-11-13
1
-1
/
+1
*
I accidentally removed these lines. Thank to Greg for catching this.
Ryan Bloom
2001-11-13
1
-0
/
+2
[next]