summaryrefslogtreecommitdiffstats
path: root/.cvsignore (unfollow)
Commit message (Expand)AuthorFilesLines
2001-11-28Say what?Justin Erenkrantz1-1/+2
2001-11-28calculate VHostID length at startup rather than request time.Doug MacEachern3-1/+3
2001-11-28avoid calling ssl_util_vhostid() (and apr_sprintf underneath) atDoug MacEachern4-5/+6
2001-11-28replace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in ssl_hook_pre_connection()Doug MacEachern1-1/+1
2001-11-28use apr_pstrndup() instead of apr_pstrdup() to avoid a strlen call inDoug MacEachern1-2/+2
2001-11-28remove unused ssl::handshake::timeout referencesDoug MacEachern1-14/+0
2001-11-28remove setting of ap::{http::method,default::port} r->notes.Doug MacEachern1-8/+1
2001-11-28moving chunk of logic that deals with writing ssl data fromDoug MacEachern1-25/+34
2001-11-28 Yea, sure a message is always good. Note we can't log the exception.William A. Rowe Jr1-3/+4
2001-11-28recognize the symbols generated by APR_POOL_DECLARE_ACCESSOR() soJeff Trawick1-0/+7
2001-11-28implement a custom BIO which allows us to hook SSL_write directly intoDoug MacEachern1-33/+210
2001-11-27welcome to .30Ian Holsman2-1/+3
2001-11-27about to tag 29Ian Holsman1-1/+1
2001-11-27About to tag 29Ian Holsman1-1/+1
2001-11-27Change the magic #Ian Holsman1-1/+3
2001-11-27Added an entry for the core_output_filter buffering improvementsBrian Pane1-0/+4
2001-11-27Another performance-related change to core_output_filter(): if weBrian Pane1-9/+56
2001-11-27Optimization for core_output_filter: if the iovec is full,Brian Pane1-0/+7
2001-11-27 OK... we keep deferring these issues, it's time for a ROADMAP.William A. Rowe Jr2-14/+42
2001-11-27 Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup byWilliam A. Rowe Jr3-121/+267
2001-11-26include mod_charset_lite by default on an ebcdic systemGreg Ames1-1/+8
2001-11-26More updates of user support info.Joshua Slive2-5/+8
2001-11-26We must use absolute paths or we break VPATH builds.Ryan Bloom1-1/+1
2001-11-26The survey says yes, that is in fact the expected behavior. :)Cliff Woolley1-3/+1
2001-11-26Correct closing tag for a href.Justin Erenkrantz1-1/+1
2001-11-26change so that it doesn't rely on the structure of the apr_table's elt internalIan Holsman1-21/+24
2001-11-26very minor tweaks:Jeff Trawick1-9/+14
2001-11-26Another fix for the core_output_filter() code that concatenatesBrian Pane1-2/+9
2001-11-26More fixes for core_input_filter()'s concatenation of small buckets:Brian Pane1-0/+2
2001-11-26Add a link to the new mailing list.Joshua Slive1-8/+3
2001-11-26Fix for the code in core_output_filter() that concatenates small bucketsBrian Pane1-0/+1
2001-11-24 Reports arrive that some awks are tripped up by an unquoted, unpairedWilliam A. Rowe Jr1-1/+1
2001-11-24Fix the installation target to make sure that the manual isRyan Bloom3-3/+8
2001-11-24short-circuit out of xbithack_handler immediately if xbithackBrian Pane1-7/+8
2001-11-24optimization: short-circuit out of the mod_actions handler if there are no ac...Brian Pane1-2/+14
2001-11-24optimized away the sprintf calls in ap_make_etag()Brian Pane1-11/+66
2001-11-24optimize ap_add_common_vars() for the common case where r->subprocess_env is ...Brian Pane1-2/+11
2001-11-24don't bother setting the ssl info callback unless SSLLogLevel >= infoDoug MacEachern2-6/+5
2001-11-24Fix the cmd command for mod_include. When we are processingRyan Bloom4-13/+23
2001-11-24change open_logs hook to return a value, allowing you to flag a errorIan Holsman7-9/+23
2001-11-24Fix post-config hook to return a int.Ian Holsman1-4/+5
2001-11-23fixed declaration mismatch for cgid_init() that was preventing compilationBrian Pane1-1/+1
2001-11-23Fix a bug in the core_output_filter. If we are buffering, it helpsRyan Bloom1-1/+1
2001-11-23mod_ssl is big and bulky, takes awhile to load, sometimes must wait forAaron Bannert1-0/+6
2001-11-23Modify post_config hook so that it can return a error,Ian Holsman22-35/+63
2001-11-23make doxygen stop complianing about some netware specific C callsIan Holsman1-1/+2
2001-11-23converted apr_pcalloc to apr_palloc for 15% reduction in run time of add_any_...Brian Pane1-1/+1
2001-11-23restructured the conditional logic in ap_merge_per_dir_configs() for faster e...Brian Pane1-5/+11
2001-11-23replaced the hash used in add_any_filter() with a trie for 2.5x speedupBrian Pane1-31/+143
2001-11-22It's better to dup the apr_mmap_t when we first create it. The resultCliff Woolley1-14/+13