]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
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. ...
2001-08-23  Doug MacEachernregister ssl_var_lookup() as an optional function
2001-08-23  Cliff Woolleyperformance: change an O(n) while loop to an equivalent...
2001-08-23  Cliff WoolleyAnother step in improving legibility by factoring out...
2001-08-23  William A.... Revert these from my last commit ... I had no intenti...
2001-08-23  Cliff WoolleyNit: the lack of brackets was driving me crazy
2001-08-23  Cliff WoolleySimplify the apr_read_type_e vs. ap_input_mode_t sillin...
2001-08-23  William A.... Complete the rename of the ssl_scache_status_register and
2001-08-22  William A.... Remove a ton o' cruft. Moves the mod_log_config...
2001-08-22  Cliff WoolleyThere's only one way for bb to be non-NULL, so these two
2001-08-22  Doug MacEachernremove #if 0-ed ssl_hook_NewConnection code; was only...
2001-08-22  Doug MacEachernanother update from madhu
2001-08-22  Doug MacEachernclient auth is enabled
2001-08-22  Doug MacEachernmove some code duplication into ssl_abort() function
2001-08-22  Doug MacEachernEnable ssl client authentication at SSL_accept time
2001-08-22  Doug MacEachernsome updated pointed out by madhu
2001-08-22  Doug MacEachernrather than creating small 1024 byte buckets of output...
2001-08-22  William A.... Explicitly fix some types, and opt-out on macro conflicts
2001-08-22  Martin KraemerUse uniform wrapping for unistd.h, and don't include...
2001-08-22  Doug MacEacherndestroy the brigade when we are done with it, rather...
2001-08-21  Doug MacEachernand swap Auth/UserCheck names to match the hook names...
2001-08-21  Doug MacEachernauthentication/authorization hooks were backwards
2001-08-21  William A.... Changes for rbb's #include/build openssl/inc32 patch.
2001-08-21  Doug MacEacherncut out some noise
2001-08-21  Doug MacEachernget rid of asserts
2001-08-20  Doug MacEachernremove #if 0-ed ap_flush_conn() call; filters now handl...
2001-08-20  Doug MacEachernremove unused #if 0-ed code when reading from the write bio
2001-08-20  Doug MacEachernremove unused ssl_io_ functions
2001-08-20  Doug MacEachernremove some unused hook code
2001-08-20  Ryan BloomAdd the openssl/include/openssl directory to the INCLUD...
2001-08-17  William A.... Based on the VC6 switch - and pulling the win32 make...
2001-08-17  William A.... The purpose of this patch is to toggle the debugging...
2001-08-17  William A.... Given a choice between chasing my tail to keep these...
2001-08-16  William A.... Ignore goodness
2001-08-16  Jeff Trawickcheck for timeout on socket read when we check for...
2001-08-16  Jeff Trawickfix a few mod_ssl warnings for stuff like function...
2001-08-16  Doug MacEachernat least make a note of SSL_R_HTTP_REQUEST error (until...
2001-08-16  Doug MacEachernif ssl shutdown happens earlier than expected, filter...
2001-08-16  Doug MacEachernneed to remove buckets from the output brigade, since...
2001-08-16  William A.... More Versioning
2001-08-16  Doug MacEachernenable ssl Translate, UserCheck, Access and Auth hooks
2001-08-14  Doug MacEachernneed to check return value of ssl_hook_process_connection
2001-08-08  Doug MacEachernfrom madhu: no longer need to force eReadType and eMode
2001-08-08  Doug MacEachernget POST requests working with mod_ssl
2001-08-08  Doug MacEacherndrop a brace inside #if 0 so emacs can indent properly
2001-08-08  Doug MacEacherns/apr_size_t/apr_off_t/ for input filter
2001-08-07  William A.... Update for the 2.0.23 tag
2001-08-07  Ryan BloomRemove all warnings from the input filtering stack.
2001-08-02  William A.... Fix typo in prior commit
2001-08-02  William A.... Adapt to changed declaration of apr_pool_sub_make()
2001-07-31  William A.... Ooops... my fooness.
2001-07-31  William A.... Another huge file check, and one fewer emits
2001-07-31  William A.... Clean up some emits
2001-07-31  William A.... Ok... for _today_ ...
2001-07-31  William A.... Missed a small bit
2001-07-31  William A.... enables the use of the ssl_var_lookup functionality...
2001-07-31  William A.... This patch eliminates the direct use of OS library...
2001-07-31  William A.... - eliminated the use of ssl_log - it used to cause...
2001-07-31  William A.... Activate ssl_hook_pre_config
2001-07-31  William A.... Change lib locations for openssl's debugging default...
2001-07-31  Doug MacEachernun-win32ize
2001-07-31  Cliff Woolleys/seperate/separate/
2001-07-31  William A.... Thanks Madhu, I think backing out the last bit, and...
2001-07-30  William A.... Register for %X, %c (we gotta make a decision, please...
2001-07-30  William A.... The short term hack.
2001-07-30  William A.... More XHTML foo.
2001-07-30  David ReidAllow us to build ssl on beos...
2001-07-26  William A.... Update make file for win32
2001-07-25  Ralf S. EngelschallAvoid uninitialized variable due to still disabled...
2001-07-24  Doug MacEachernbandaid for segv in ssl_io_filter_Output
2001-07-20  William A.... Update for latest structure changes for 2.0.21
2001-07-19  William A.... That's it. Adjust for our pcre transition, and the...
2001-07-19  William A.... We want the ssl_expr evaluators, now
2001-07-19  William A.... Hope I've got these generated bits right. Note bison...
2001-07-19  William A.... Take care of folk's assert() undefined errors.
2001-07-19  William A.... A dash of portability
2001-07-19  William A.... Since mpm.h wraps unixd.h and scoreboard.h nicely...
2001-07-19  William A.... Uhmm... need to NOCRYPT away WinCrypt.h
2001-07-19  Ralf S. EngelschallUpdate TODO list
2001-07-19  William A.... Workaround till connection_hook details are resolved
2001-07-19  Ralf S. EngelschallApply mod_ssl MEGA porting patch. This is a cleaned...
2001-07-18  William A.... Last of the ignore goodness for today.
2001-07-17  William A.... Fix incl/libpath to / slashes for an upcoming patch...
2001-07-17  Ralf S. EngelschallRemember current porting state
2001-07-17  Doug MacEacherndummy ssl hooks need to return an int value for server...
2001-07-17  Ralf S. EngelschallMerge in part II of a set of mod_ssl porting changes.
next