summaryrefslogtreecommitdiffstats
path: root/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* use apr_pstrndup() instead of apr_pstrdup() to avoid a strlen call inDoug MacEachern2001-11-281-2/+2
* Yea, sure a message is always good. Note we can't log the exception.William A. Rowe Jr2001-11-281-3/+4
* Another performance-related change to core_output_filter(): if weBrian Pane2001-11-271-9/+56
* Optimization for core_output_filter: if the iovec is full,Brian Pane2001-11-271-0/+7
* We must use absolute paths or we break VPATH builds.Ryan Bloom2001-11-261-1/+1
* The survey says yes, that is in fact the expected behavior. :)Cliff Woolley2001-11-261-3/+1
* Another fix for the core_output_filter() code that concatenatesBrian Pane2001-11-261-2/+9
* More fixes for core_input_filter()'s concatenation of small buckets:Brian Pane2001-11-261-0/+2
* Fix for the code in core_output_filter() that concatenates small bucketsBrian Pane2001-11-261-0/+1
* optimize ap_add_common_vars() for the common case where r->subprocess_env is ...Brian Pane2001-11-241-2/+11
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-243-5/+13
* Fix post-config hook to return a int.Ian Holsman2001-11-241-4/+5
* Fix a bug in the core_output_filter. If we are buffering, it helpsRyan Bloom2001-11-231-1/+1
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-233-7/+14
* converted apr_pcalloc to apr_palloc for 15% reduction in run time of add_any_...Brian Pane2001-11-231-1/+1
* restructured the conditional logic in ap_merge_per_dir_configs() for faster e...Brian Pane2001-11-231-5/+11
* replaced the hash used in add_any_filter() with a trie for 2.5x speedupBrian Pane2001-11-231-31/+143
* minor performance fix for ap_add_common_vars(): replace printf with apr_itoa()Brian Pane2001-11-221-1/+1
* fix segv in worker MPM following check_pipe_of_death() callBrian Pane2001-11-221-0/+1
* Bail out at configure time if an invalid MPM was specified.Jeff Trawick2001-11-211-0/+3
* Fix a bug in our output filter buffering. If a lot of small brigades areRyan Bloom2001-11-211-3/+20
* Fix the timeout logic that I broke last week. This adds a requestRyan Bloom2001-11-212-18/+32
* Prevent segv in ap_note_basic_auth_failure() when no AuthName is configuredDoug MacEachern2001-11-211-5/+15
* Win32: Move the call to fetch the network addresses into the accept loopBill Stoddard2001-11-201-12/+11
* Win32: Clean up some error paths.Bill Stoddard2001-11-201-9/+15
* Win32 bug fix:Bill Stoddard2001-11-201-10/+10
* Get IPv6 vhosts working (again ?).Jeff Trawick2001-11-201-2/+4
* fix chdir_for_gprof() to s/dir/use_dir/ for chdir()Doug MacEachern2001-11-201-1/+1
* add new input filter mode AP_MODE_INIT:Doug MacEachern2001-11-191-0/+14
* axe threaded MPMJeff Trawick2001-11-196-1865/+0
* Get rid of threaded MPM. This commit has the actual code changes.Jeff Trawick2001-11-192-5/+2
* Changed a variable name to avoid a NetWare LibC global conflict.Bradley Nicholes2001-11-191-4/+4
* change the signature of ap_custom_response() to use aIan Holsman2001-11-181-1/+2
* make sure ap_process_child_status() always returns somethingJeff Trawick2001-11-171-0/+1
* Get mod_cgid killed when a MPM exits due to a fatal error.Jeff Trawick2001-11-178-49/+85
* Externalize the functions to manage the mpm's queue of completion_contexts.Bill Stoddard2001-11-172-99/+138
* Update the beos MPM to have better naming and also allow forDavid Reid2001-11-162-71/+73
* Pull lingering close out of the pool cleanup phase. This was causing tooRyan Bloom2001-11-1512-36/+35
* FTYPE_CONTENT - 1 isn't enough for OLD_WRITE. OLD_WRITE is a specialRyan Bloom2001-11-151-1/+1
* Get rid of the listensocks array. It was just duplicating the ap_listenersRyan Bloom2001-11-151-25/+14
* Port the worker MPM to the new accept model. This has passed everyRyan Bloom2001-11-152-37/+52
* Get the proxy module compiling again. This is a hack to get past theRyan Bloom2001-11-141-0/+1
* Move this to a HOOK_MIDDLE location. We need to add some logic toRyan Bloom2001-11-141-1/+1
* Allow modules that add sockets to the ap_listeners list toRyan Bloom2001-11-133-130/+28
* Add the server_rec argument back to the create_connection hook.Ryan Bloom2001-11-1310-15/+15
* don't use a variable named stat, it can cause problems on some platforms.Ryan Bloom2001-11-131-9/+9
* Misc. cleanups and performance enhancementsBradley Nicholes2001-11-131-9/+12
* Back out my last patch. The logic to add sockets to pollsets is back inRyan Bloom2001-11-133-21/+7
* Whoops, wrong variable.Ryan Bloom2001-11-131-1/+1
* I accidentally removed these lines. Thank to Greg for catching this.Ryan Bloom2001-11-131-0/+2