| Commit message (Expand) | Author | Age | Files | Lines |
* | Code style changes mock us. | Justin Erenkrantz | 2001-11-28 | 1 | -2/+7 |
* | Say what? | Justin Erenkrantz | 2001-11-28 | 1 | -1/+2 |
* | calculate VHostID length at startup rather than request time. | Doug MacEachern | 2001-11-28 | 3 | -1/+3 |
* | avoid calling ssl_util_vhostid() (and apr_sprintf underneath) at | Doug MacEachern | 2001-11-28 | 4 | -5/+6 |
* | replace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in ssl_hook_pre_connection() | Doug MacEachern | 2001-11-28 | 1 | -1/+1 |
* | use apr_pstrndup() instead of apr_pstrdup() to avoid a strlen call in | Doug MacEachern | 2001-11-28 | 1 | -2/+2 |
* | remove unused ssl::handshake::timeout references | Doug MacEachern | 2001-11-28 | 1 | -14/+0 |
* | remove setting of ap::{http::method,default::port} r->notes. | Doug MacEachern | 2001-11-28 | 1 | -8/+1 |
* | moving chunk of logic that deals with writing ssl data from | Doug MacEachern | 2001-11-28 | 1 | -25/+34 |
* | Yea, sure a message is always good. Note we can't log the exception. | William A. Rowe Jr | 2001-11-28 | 1 | -3/+4 |
* | recognize the symbols generated by APR_POOL_DECLARE_ACCESSOR() so | Jeff Trawick | 2001-11-28 | 1 | -0/+7 |
* | implement a custom BIO which allows us to hook SSL_write directly into | Doug MacEachern | 2001-11-28 | 1 | -33/+210 |
* | welcome to .30 | Ian Holsman | 2001-11-27 | 2 | -1/+3 |
* | about to tag 29 | Ian Holsman | 2001-11-27 | 1 | -1/+1 |
* | About to tag 29 | Ian Holsman | 2001-11-27 | 1 | -1/+1 |
* | Change the magic # | Ian Holsman | 2001-11-27 | 1 | -1/+3 |
* | Added an entry for the core_output_filter buffering improvements | Brian Pane | 2001-11-27 | 1 | -0/+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 |
* | OK... we keep deferring these issues, it's time for a ROADMAP. | William A. Rowe Jr | 2001-11-27 | 2 | -14/+42 |
* | Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup by | William A. Rowe Jr | 2001-11-27 | 3 | -121/+267 |
* | include mod_charset_lite by default on an ebcdic system | Greg Ames | 2001-11-26 | 1 | -1/+8 |
* | More updates of user support info. | Joshua Slive | 2001-11-26 | 2 | -5/+8 |
* | 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 |
* | Correct closing tag for a href. | Justin Erenkrantz | 2001-11-26 | 1 | -1/+1 |
* | change so that it doesn't rely on the structure of the apr_table's elt internal | Ian Holsman | 2001-11-26 | 1 | -21/+24 |
* | very minor tweaks: | Jeff Trawick | 2001-11-26 | 1 | -9/+14 |
* | 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 |
* | Add a link to the new mailing list. | Joshua Slive | 2001-11-26 | 1 | -8/+3 |
* | Fix for the code in core_output_filter() that concatenates small buckets | Brian Pane | 2001-11-26 | 1 | -0/+1 |
* | Reports arrive that some awks are tripped up by an unquoted, unpaired | William A. Rowe Jr | 2001-11-24 | 1 | -1/+1 |
* | Fix the installation target to make sure that the manual is | Ryan Bloom | 2001-11-24 | 3 | -3/+8 |
* | short-circuit out of xbithack_handler immediately if xbithack | Brian Pane | 2001-11-24 | 1 | -7/+8 |
* | optimization: short-circuit out of the mod_actions handler if there are no ac... | Brian Pane | 2001-11-24 | 1 | -2/+14 |
* | optimized away the sprintf calls in ap_make_etag() | Brian Pane | 2001-11-24 | 1 | -11/+66 |
* | optimize ap_add_common_vars() for the common case where r->subprocess_env is ... | Brian Pane | 2001-11-24 | 1 | -2/+11 |
* | don't bother setting the ssl info callback unless SSLLogLevel >= info | Doug MacEachern | 2001-11-24 | 2 | -6/+5 |
* | Fix the cmd command for mod_include. When we are processing | Ryan Bloom | 2001-11-24 | 4 | -13/+23 |
* | change open_logs hook to return a value, allowing you to flag a error | Ian Holsman | 2001-11-24 | 7 | -9/+23 |
* | Fix post-config hook to return a int. | Ian Holsman | 2001-11-24 | 1 | -4/+5 |
* | fixed declaration mismatch for cgid_init() that was preventing compilation | Brian Pane | 2001-11-23 | 1 | -1/+1 |
* | Fix a bug in the core_output_filter. If we are buffering, it helps | Ryan Bloom | 2001-11-23 | 1 | -1/+1 |
* | mod_ssl is big and bulky, takes awhile to load, sometimes must wait for | Aaron Bannert | 2001-11-23 | 1 | -0/+6 |
* | Modify post_config hook so that it can return a error, | Ian Holsman | 2001-11-23 | 22 | -35/+63 |
* | make doxygen stop complianing about some netware specific C calls | Ian Holsman | 2001-11-23 | 1 | -1/+2 |
* | 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 |