summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag2.0.29(no author)2001-11-2738-11664/+0
* about to tag 29Ian Holsman2001-11-271-1/+1
* About to tag 29Ian Holsman2001-11-271-1/+1
* Change the magic #Ian Holsman2001-11-271-1/+3
* Added an entry for the core_output_filter buffering improvementsBrian Pane2001-11-271-0/+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
* OK... we keep deferring these issues, it's time for a ROADMAP.William A. Rowe Jr2001-11-272-14/+42
* Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup byWilliam A. Rowe Jr2001-11-273-121/+267
* include mod_charset_lite by default on an ebcdic systemGreg Ames2001-11-261-1/+8
* More updates of user support info.Joshua Slive2001-11-262-5/+8
* 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
* Correct closing tag for a href.Justin Erenkrantz2001-11-261-1/+1
* change so that it doesn't rely on the structure of the apr_table's elt internalIan Holsman2001-11-261-21/+24
* very minor tweaks:Jeff Trawick2001-11-261-9/+14
* 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
* Add a link to the new mailing list.Joshua Slive2001-11-261-8/+3
* Fix for the code in core_output_filter() that concatenates small bucketsBrian Pane2001-11-261-0/+1
* Reports arrive that some awks are tripped up by an unquoted, unpairedWilliam A. Rowe Jr2001-11-241-1/+1
* Fix the installation target to make sure that the manual isRyan Bloom2001-11-243-3/+8
* short-circuit out of xbithack_handler immediately if xbithackBrian Pane2001-11-241-7/+8
* optimization: short-circuit out of the mod_actions handler if there are no ac...Brian Pane2001-11-241-2/+14
* optimized away the sprintf calls in ap_make_etag()Brian Pane2001-11-241-11/+66
* optimize ap_add_common_vars() for the common case where r->subprocess_env is ...Brian Pane2001-11-241-2/+11
* don't bother setting the ssl info callback unless SSLLogLevel >= infoDoug MacEachern2001-11-242-6/+5
* Fix the cmd command for mod_include. When we are processingRyan Bloom2001-11-244-13/+23
* change open_logs hook to return a value, allowing you to flag a errorIan Holsman2001-11-247-9/+23
* Fix post-config hook to return a int.Ian Holsman2001-11-231-4/+5
* fixed declaration mismatch for cgid_init() that was preventing compilationBrian Pane2001-11-231-1/+1
* Fix a bug in the core_output_filter. If we are buffering, it helpsRyan Bloom2001-11-231-1/+1
* mod_ssl is big and bulky, takes awhile to load, sometimes must wait forAaron Bannert2001-11-231-0/+6
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-2322-35/+63
* make doxygen stop complianing about some netware specific C callsIan Holsman2001-11-231-1/+2
* 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
* It's better to dup the apr_mmap_t when we first create it. The resultCliff Woolley2001-11-221-14/+13
* optimized away a strlen call in alias_matches()Brian Pane2001-11-221-2/+1
* added inlined string concatenation to form_header_field() for speedBrian Pane2001-11-221-3/+17
* minor performance fix for ap_add_common_vars(): replace printf with apr_itoa()Brian Pane2001-11-221-1/+1
* Mention the new --with-suexec-bin parameter.Aaron Bannert2001-11-221-0/+4
* Allow SUEXEC_BIN to be defined by the configure script.Aaron Bannert2001-11-221-0/+5
* Fix link.Joshua Slive2001-11-221-1/+1
* Just some style changes from when I was working on the recent suexecAaron Bannert2001-11-221-134/+133
* fix for a segfault that occurred when mod_include was used to deliver files s...Brian Pane2001-11-221-2/+7
* fix segv in worker MPM following check_pipe_of_death() callBrian Pane2001-11-222-0/+4
* dont va_start() in ssl_log() unless we are actually going to log somethingDoug MacEachern2001-11-221-2/+2
* avoid a couple of calls to ssl_util_vhostid() and apr_psprintf()Doug MacEachern2001-11-223-5/+14