]> granicus.if.org Git - apache/shortlog
apache
2001-08-28 William A.... This small patch I committed last week broke the...
2001-08-27 Ryan BloomRemove an obsolete function from fdqueue. The worker...
2001-08-27 Justin ErenkrantzAs the worker MPM is really an alternative to the threa...
2001-08-27 Victor J. OrlikowskiFix a case where on restart, an admin started logging...
2001-08-27 Jeff TrawickFix a growing connection pool in core_output_filter...
2001-08-27 Paul J. RederMoved split_and_pass_pretag_buckets back to being a
2001-08-27 Jeff TrawickFix a segfault when a numeric host (e.g., "Host: 123...
2001-08-27 Ryan BloomRemove some warnings from the perchild MPM
2001-08-27 Ryan Bloom- allows empty $val from httpd-2.0/build/config_vars.mk
2001-08-27 William A.... Solve a bug I introduced this weekend, we want to...
2001-08-27 Cliff WoolleyThe consensus now is that mod_include should just butt...
2001-08-27 Joshua SliveAdd information on backwards-compatible handler and...
2001-08-27 Jeff Trawickremove_any_filter() and ap_remove_foo_filter() are...
2001-08-27 Jeff Trawickfix some calls to apr_pool_userdata_get()
2001-08-27 Ryan BloomAllow mod_ssl to send back an error message if an HTTP...
2001-08-27 William A.... Regroup some of the headers in the win32 module,...
2001-08-27 William A.... Final additional comments (for the moment) about...
2001-08-27 Justin ErenkrantzRemove some unneeded autoconf checks. We now have...
2001-08-27 William A.... Further optimization to location_walk() and clean...
2001-08-27 William A.... Clean up location_walk, so that this step performs...
2001-08-27 Ryan BloomFix a typo.
2001-08-27 William A.... I think this statement makes more sense, please ask...
2001-08-26 Doug MacEachernbacking out the ap_set_keepalive uncheck for Content...
2001-08-26 Doug MacEachernap_content_length_filter has already set Content-Length
2001-08-26 Doug MacEachernapr_pstrcat args were not NULL terminated
2001-08-26 Ryan BloomMore fixes for APXS. APXS now works with httpd-test...
2001-08-26 Ryan BloomImprovements to APXS. It now uses the config_vars...
2001-08-26 Doug MacEachernthese modules were never built and had not been ported...
2001-08-26 Brian HavardAnother generated file to ignore.
2001-08-26 William A.... Toggle the /Zi flag to allow all supportd versions...
2001-08-26 William A.... That last round calls for a bump.
2001-08-26 William A.... Eliminate proxy: (and all other 'special') processing...
2001-08-26 William A.... Readded "downgrade-1.0" which I (inadvertantly) pulle...
2001-08-26 William A.... Split proxy: space using <Proxy[Match] > directive...
2001-08-26 William A.... Change _only_ the debug build to recognize the /Zi...
2001-08-26 Ryan BloomWe have to initialize the error_bucket before we can...
2001-08-26 Doug MacEacherndidt pay attention to the first question; pretty sure...
2001-08-26 Doug MacEacherni think the answer to aaron's question is "a typo"...
2001-08-26 Cliff WoolleyFix a security problem which would allow an SSI document
2001-08-25 William A.... Introduce the map_to_storage hook, which allows modul...
2001-08-25 Cliff WoolleyBUCKETS SMS PHASE 1
2001-08-25 Rich BowenAdded documentation of RemoveCharset, RemoveLanguage...
2001-08-25 William A.... Downgrade must occur before we attempt to TRACE,...
2001-08-25 Rich BowenAdditional details in mod_mime about what all this...
2001-08-25 Brian Havardos-inline.c is no more...
2001-08-25 Ryan BloomAdd the ability for mod_include to add the INCLUDES...
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 Greg Ameslook for config.guess in apr's build dir
2001-08-24 Cliff WoolleyJust a little extra commentary...
2001-08-24 Cliff WoolleyFix a double-free condition when byterange requests...
2001-08-24 William A.... sec, sec, who's got a sec? This gave me a headache...
2001-08-24 Doug MacEachernenable i/o debugging
2001-08-24 William A.... Commit this code before another patch becomes to...
2001-08-24 Joshua SliveOne thing done.
2001-08-24 Bill StoddardFix seg fault when requesting a page that returns a...
2001-08-24 Doug MacEachernchurn_output should return the value of ap_pass_brigade
2001-08-24 Joshua SlivePoint to the new FAQ.
2001-08-24 Joshua SliveRemove the old FAQ.
2001-08-24 Bill StoddardEliminate a cache_handle leak. cache_handle is now...
2001-08-24 Bill StoddardEliminate compile warning.
2001-08-24 Ryan BloomMake the worker MPM shutdown and restart cleanly. ...
2001-08-24 Jeff Trawickmod_mem_cache
2001-08-24 Bill StoddardUninstall the filter if the caching layer declines...
2001-08-24 Bill StoddardCleanup a few compile warnings...
2001-08-24 Bill StoddardFix a seg fault.
2001-08-24 Joshua SliveAnother style improvement.
2001-08-24 Jeff TrawickAPR returns APR_EOF, not EOF...
2001-08-24 Jeff Trawicktemporarily back out the buffering of .var files while...
2001-08-24 Jeff Trawickprotect const-ness of variant->file_name by using ap_st...
2001-08-24 Doug MacEachernssl_var_lookup() is enabled
2001-08-24 Doug MacEachernfix bogus include recursion error when q->uri and rr...
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 Cliff WoolleySanitize all the wacky indentation in this block prior...
2001-08-24 Doug MacEachernonly set the crypto locking callback if mpm is threaded
2001-08-24 William A.... Add the config of the ForceLanguagePriority directive...
2001-08-24 Doug MacEachernImplement CRYPTO_set_locking_callback() for mod_ssl
2001-08-24 William A.... Will I ever get my str*cmp semantics right? Not...
2001-08-24 William A.... My initial changes failed to accomodate this faux...
2001-08-24 Jeff Trawickbuffer .var maps to avoid asking the kernel for one...
2001-08-24 William A.... This flag is no more
2001-08-24 Joshua SliveSomebody please get me a copy editor.
2001-08-24 William A.... Revert this patch. It indicates some fundamental...
2001-08-24 Cliff WoolleyI don't know if this is the Right Way, but it certainly...
2001-08-24 William A.... I'm still not 100% certain on this test. Regardless...
2001-08-24 Jeff Trawickfix what would seem to be a serious problem in
2001-08-24 Doug MacEachernsupport "SSLVerifyClient optional_no_ca"
2001-08-23 Jeff Trawickfix fubar with recent commit to ap_core_translate()
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.... Fix my typo (I invented the silly constant, you would...
2001-08-23 William A.... Increase security in core.c by testing (as we merge...
2001-08-23 William A.... Whoops. To explain, we won't dup filename unless...
2001-08-23 William A.... Start with the presumption that canonical_filename...
2001-08-23 William A.... Another spot we are certain of the canonical_filename
2001-08-23 William A.... We already extract e for subprocess_env, and set...
2001-08-23 William A.... Why two ifdef blocks? This is simpler to read
next