]> granicus.if.org Git - apache/shortlog
apache
2001-11-29 Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
2001-11-29 William A.... Prevent Apache from continuing to start when it's...
2001-11-29 Doug MacEachernavoid a call to X509_NAME_oneline() and ASN1_INTEGER_ge...
2001-11-29 Doug MacEachernget rid of ssl_log_applies() function. it does more...
2001-11-29 Doug MacEachernssl_callback_SSLVerify() was calling (the expensive...
2001-11-29 Doug MacEachernfix for last change that removed ssl_util_getmodconfig():
2001-11-29 Doug MacEachernssl_util_getmodconfig() and ssl_util_getmodconfig_ssl...
2001-11-29 Doug MacEachernSSL_rand() does a mutex lock/unlock with threaded MPMs...
2001-11-29 Doug MacEachernmove srand() call from ssl_rand_choosenum() to ssl_init...
2001-11-29 Doug MacEacherncall getpid() once at child init and save in the SSLMod...
2001-11-29 Doug MacEacherncarry over from 1.3: disable profiling in the parent...
2001-11-29 Aaron BannertFix awkward grammar in some of mod_ssl's error messages.
2001-11-28 Greg Amesbegone, ugly echoed seds. Use build/install-bindist...
2001-11-28 Greg Amesnew file for use with binbuild.sh
2001-11-28 Ian Holsmanmake the proxy code spit out an error to the error...
2001-11-28 Ian Holsmandeflate is in
2001-11-28 Bill StoddardIt's webmaster, not Webmaster
2001-11-28 Greg Amesget binbuild.sh working enough to create a binary which...
2001-11-28 Joshua SliveClarify a little how options work.
2001-11-28 Justin ErenkrantzDowngrade the input filtering from a showstopper. ...
2001-11-28 Justin Erenkrantz2.0.29 is tagged.
2001-11-28 Justin ErenkrantzCode style changes mock us.
2001-11-28 Justin ErenkrantzSay what?
2001-11-28 Doug MacEacherncalculate VHostID length at startup rather than request...
2001-11-28 Doug MacEachernavoid calling ssl_util_vhostid() (and apr_sprintf under...
2001-11-28 Doug MacEachernreplace strlen(cpVHostMD5) with MD5_DIGESTSIZE*2 in...
2001-11-28 Doug MacEachernuse apr_pstrndup() instead of apr_pstrdup() to avoid...
2001-11-28 Doug MacEachernremove unused ssl::handshake::timeout references
2001-11-28 Doug MacEachernremove setting of ap::{http::method,default::port}...
2001-11-28 Doug MacEachernmoving chunk of logic that deals with writing ssl data...
2001-11-28 William A.... Yea, sure a message is always good. Note we can...
2001-11-28 Jeff Trawickrecognize the symbols generated by APR_POOL_DECLARE_ACC...
2001-11-27 Doug MacEachernimplement a custom BIO which allows us to hook SSL_writ...
2001-11-27 Ian Holsmanwelcome to .30
2001-11-27 Ian Holsmanabout to tag 29
2001-11-27 Ian HolsmanAbout to tag 29
2001-11-27 Ian HolsmanChange the magic #
2001-11-27 Brian PaneAdded an entry for the core_output_filter buffering...
2001-11-27 Brian PaneAnother performance-related change to core_output_filte...
2001-11-27 Brian PaneOptimization for core_output_filter: if the iovec is...
2001-11-27 William A.... OK... we keep deferring these issues, it's time for...
2001-11-27 William A.... Changes by Mladen Turk <mturk@mappingsoft.com>, with...
2001-11-26 Greg Amesinclude mod_charset_lite by default on an ebcdic system
2001-11-26 Joshua SliveMore updates of user support info.
2001-11-26 Ryan BloomWe must use absolute paths or we break VPATH builds.
2001-11-26 Cliff WoolleyThe survey says yes, that is in fact the expected behav...
2001-11-26 Justin ErenkrantzCorrect closing tag for a href.
2001-11-26 Ian Holsmanchange so that it doesn't rely on the structure of...
2001-11-26 Jeff Trawickvery minor tweaks:
2001-11-26 Brian PaneAnother fix for the core_output_filter() code that...
2001-11-26 Brian PaneMore fixes for core_input_filter()'s concatenation...
2001-11-26 Joshua SliveAdd a link to the new mailing list.
2001-11-26 Brian PaneFix for the code in core_output_filter() that concatena...
2001-11-24 William A.... Reports arrive that some awks are tripped up by an...
2001-11-24 Ryan BloomFix the installation target to make sure that the manual is
2001-11-24 Brian Paneshort-circuit out of xbithack_handler immediately if...
2001-11-24 Brian Paneoptimization: short-circuit out of the mod_actions...
2001-11-24 Brian Paneoptimized away the sprintf calls in ap_make_etag()
2001-11-24 Brian Paneoptimize ap_add_common_vars() for the common case where...
2001-11-24 Doug MacEacherndon't bother setting the ssl info callback unless SSLLo...
2001-11-24 Ryan BloomFix the cmd command for mod_include. When we are proce...
2001-11-24 Ian Holsmanchange open_logs hook to return a value, allowing you...
2001-11-23 Ian HolsmanFix post-config hook to return a int.
2001-11-23 Brian Panefixed declaration mismatch for cgid_init() that was...
2001-11-23 Ryan BloomFix a bug in the core_output_filter. If we are bufferi...
2001-11-23 Aaron Bannertmod_ssl is big and bulky, takes awhile to load, sometim...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-23 Ian Holsmanmake doxygen stop complianing about some netware specif...
2001-11-23 Brian Paneconverted apr_pcalloc to apr_palloc for 15% reduction...
2001-11-23 Brian Panerestructured the conditional logic in ap_merge_per_dir_...
2001-11-23 Brian Panereplaced the hash used in add_any_filter() with a trie...
2001-11-22 Cliff WoolleyIt's better to dup the apr_mmap_t when we first create...
2001-11-22 Brian Paneoptimized away a strlen call in alias_matches()
2001-11-22 Brian Paneadded inlined string concatenation to form_header_field...
2001-11-22 Brian Paneminor performance fix for ap_add_common_vars(): replace...
2001-11-22 Aaron BannertMention the new --with-suexec-bin parameter.
2001-11-22 Aaron BannertAllow SUEXEC_BIN to be defined by the configure script.
2001-11-22 Joshua SliveFix link.
2001-11-22 Aaron BannertJust some style changes from when I was working on...
2001-11-22 Brian Panefix for a segfault that occurred when mod_include was...
2001-11-22 Brian Panefix segv in worker MPM following check_pipe_of_death...
2001-11-22 Doug MacEacherndont va_start() in ssl_log() unless we are actually...
2001-11-22 Doug MacEachernavoid a couple of calls to ssl_util_vhostid() and apr_p...
2001-11-22 Doug MacEachernoptimize lookup of ssl-{unclean,accurate}-shutdown...
2001-11-22 Doug MacEacherntwo performance improvements:
2001-11-22 Doug MacEachernreturn from ssl_callback_LogTracingState if sc->nLogLev...
2001-11-22 Doug MacEachernmacros for dumping the list of server_recs
2001-11-22 Doug MacEachernremove AP_CTX_* macros which are no longer used
2001-11-22 Doug MacEachernget rid of 'apctx' table that used to live in SSL_get_a...
2001-11-22 Doug MacEachernmove c->notes.ssl::verify::depth to SSLConnRec.verify_depth
2001-11-21 Doug MacEachernget rid of SSL_get_app_data2_idx() which had a race...
2001-11-21 Doug MacEachernmove c->notes.ssl::verify::{info,error} to SSLConnRec...
2001-11-21 Justin ErenkrantzAdd mod_deflate (formerly known as mod_gz) to experimen...
2001-11-21 Doug MacEachernremove test_pass_brigade; it lives in httpd-test not...
2001-11-21 Ian Holsmancomment out module test_pass_brigade as it doesn't...
2001-11-21 Doug MacEachernmove c->notes.ssl::flag::{unclean,accurate}-shutdown...
2001-11-21 Jeff TrawickBail out at configure time if an invalid MPM was specified.
2001-11-21 Ryan BloomFix a bug in our output filter buffering. If a lot...
2001-11-21 Ryan BloomThis was done a while ago.
2001-11-21 Greg Amesinclude the appropriate header files for ntohs and...
next