]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2002-01-31  Martin KraemerUse symbolic names
2002-01-28  Aaron BannertThe pre_config hook now takes a return value. This...
2002-01-25  Justin ErenkrantzChange ap_get_brigade prototype to remove *readbytes...
2002-01-22  Justin Erenkrantz- Add AP_MODE_SPECULATIVE support to mod_ssl
2002-01-22  Justin ErenkrantzIf we would exhaust the buffer entirely, set it to...
2002-01-19  Justin ErenkrantzInput filtering prototype change: Socket blocking type...
2002-01-18  Doug MacEachernmove OpenSSL specific SSL_{get,set}_state macros to...
2002-01-18  Doug MacEachernfix for SSLv2 requests
2002-01-17  William A.... Clean up several typesaftey (signedness and size...
2002-01-17  Doug MacEachernoutput filter optimizations:
2002-01-17  Doug MacEachernprevent possible segv if SSL_get_current_cipher()...
2002-01-17  Doug MacEachernadjust BIO_METHOD initializers for sslc
2002-01-17  Doug MacEachernrewrite of mod_ssl input filter for better performance...
2002-01-11  Ben LaurieDocument future binary compatibility problem.
2002-01-11  William A.... The mutex must be pool-managed, not ssl managed....
2002-01-10  William A.... *) Split all Win32 modules [excluding the core compon...
2002-01-10  Doug MacEachern mod_ssl adjustments to help with using toolkits other...
2002-01-10  William A.... This patch eliminated from the _SHARED_ segment of...
2002-01-10  Doug MacEachernget SSLRandomSeed exec: working by passing the proper...
2002-01-09  Doug MacEacherncall ssl_mutex_kill() during module cleanup
2002-01-09  Doug MacEachernget SSLPassPhraseDialog exec: working by passing the...
2001-12-29  Jeff Trawickhandle the disappearance of apr_lock_create_np() and
2001-12-29  Jeff Trawicktiny cleanup to remove bogus SCOREBOARD_SIZE define
2001-12-29  William A.... Close a real GP fault. This is the _wrong_solution_...
2001-12-02  William A.... Correct case comparison typematch
2001-12-01  Doug MacEachernremove churn_output() function and calls to it.
2001-11-29  Doug MacEachernget rid of warning introduced by previous patch
2001-11-29  Doug MacEachernthe client cert X509_NAME_oneline() is only used if...
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  Aaron BannertFix awkward grammar in some of mod_ssl's error messages.
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 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-27  Doug MacEachernimplement a custom BIO which allows us to hook SSL_writ...
2001-11-24  Doug MacEacherndon't bother setting the ssl info callback unless SSLLo...
2001-11-23  Ian HolsmanModify post_config hook so that it can return a error,
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 MacEachernreturn from ssl_callback_LogTracingState if sc->nLogLev...
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  Doug MacEachernmove c->notes.ssl::flag::{unclean,accurate}-shutdown...
2001-11-21  Doug MacEachernmove c->notes.ssl::client::dn to SSLConnRec.client_dn
2001-11-21  Doug MacEachernstart moving c->notes usage to a new SSLConnRec structu...
2001-11-20  Aaron BannertGets us compiling again on FreeBSD. Adds conditional...
2001-11-20  Aaron BannertNo good reason to have this in <> instead of "". Having...
2001-11-19  Doug MacEachernadd input filter AP_MODE_INIT support to handshake...
2001-11-16  Aaron BannertConversion from old apr_lock_t to new apr_thread_mutex_t
2001-11-15  Ryan BloomFix the SSL filter logic. The SSL filter is not a...
2001-11-15  Aaron BannertStyle updates before I convert to the new lock type.
2001-11-15  Aaron BannertIgnore *.slo files.
2001-11-14  Aaron BannertTurns out this is causing problems on my linux box...
2001-11-12  Doug MacEachernfix segv triggered by recent ap_lingering_close change
2001-11-07  Aaron BannertGets mod_ssl building/loading as a DSO on some platform...
2001-11-07  Bill StoddardDon't close the dbm until after we have copied the...
2001-11-07  Bill StoddardCheck the return code properly.
2001-10-20  William A.... Fix a nasty GP fault... stop testing buckets after...
2001-10-17  William A.... It is absolutely invalid practice to test 'prot'...
2001-10-12  Justin ErenkrantzWell, now I know what the bio_is_renegotiating call...
2001-10-12  Justin ErenkrantzIf we passed the bucket to ap_pass_brigade (because...
2001-10-12  Justin ErenkrantzLose the magic number and use the central #define AP_IO...
2001-10-11  Justin ErenkrantzThis is the mod_ssl input filtering rewrite. Lots...
2001-10-04  Justin ErenkrantzAh, I didn't see that churn is only used on input ...
2001-10-01  William A.... BIO_write returns an int. Whacha gonna do? Kill...
2001-09-18  Ryan BloomAllow VPATH builds for SSL.
2001-09-10  William A.... I don't seriously expect this solves the segfault...
2001-08-30  Doug MacEacherndont block when handling non-ssl request
2001-08-27  Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-26  William A.... Toggle the /Zi flag to allow all supportd versions...
2001-08-24  Doug MacEachernforce OpenSSL to ignore process local-caching and to...
2001-08-24  Doug MacEachernthese #ifs were really confusing emacs indentation...
2001-08-24  Doug MacEachernenable i/o debugging
2001-08-24  Doug MacEachernchurn_output should return the value of ap_pass_brigade
2001-08-24  Doug MacEachernssl_var_lookup() is enabled
2001-08-24  Doug MacEachernapr_os_thread_current() call needs #if APR_HAS_THREADS...
2001-08-24  Doug MacEachernfix prototype
2001-08-24  Doug MacEachernimplement CRYPTO_set_id_callback
2001-08-24  Doug MacEachernchange APR_LOCKALL to APR_INTRAPROCESS for crypto locks
2001-08-24  Doug MacEachernonly set the crypto locking callback if mpm is threaded
2001-08-24  Doug MacEachernImplement CRYPTO_set_locking_callback() for mod_ssl
2001-08-24  Doug MacEachernsupport "SSLVerifyClient optional_no_ca"
2001-08-23  Doug MacEachernprevent double lookup of ssl::verify::error
2001-08-23  Cliff Woolleysc->szPassPhraseDialogPath is now constified, so we...
2001-08-23  William A.... Add some appropriate constness to the config
2001-08-23  William A.... Silly compiler, const char* is for text :)
2001-08-23  William A.... Fix most-bogus ap_server_root_relative() cases. ...
next