summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Code style changes mock us.Justin Erenkrantz2001-11-281-2/+7
* Say what?Justin Erenkrantz2001-11-281-1/+2
* calculate VHostID length at startup rather than request time.Doug MacEachern2001-11-283-1/+3
* avoid calling ssl_util_vhostid() (and apr_sprintf underneath) atDoug MacEachern2001-11-284-5/+6
* replace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in ssl_hook_pre_connection()Doug MacEachern2001-11-281-1/+1
* use apr_pstrndup() instead of apr_pstrdup() to avoid a strlen call inDoug MacEachern2001-11-281-2/+2
* remove unused ssl::handshake::timeout referencesDoug MacEachern2001-11-281-14/+0
* remove setting of ap::{http::method,default::port} r->notes.Doug MacEachern2001-11-281-8/+1
* moving chunk of logic that deals with writing ssl data fromDoug MacEachern2001-11-281-25/+34
* Yea, sure a message is always good. Note we can't log the exception.William A. Rowe Jr2001-11-281-3/+4
* recognize the symbols generated by APR_POOL_DECLARE_ACCESSOR() soJeff Trawick2001-11-281-0/+7
* implement a custom BIO which allows us to hook SSL_write directly intoDoug MacEachern2001-11-281-33/+210
* welcome to .30Ian Holsman2001-11-272-1/+3
* 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-241-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