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