]> granicus.if.org Git - apache/shortlog
apache
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
2001-08-23 Joshua SliveAnother small faq change.
2001-08-23 William A.... Two cases we are certain of canonical correctness
2001-08-23 William A.... Add a canonical_filename value (should remain the...
2001-08-23 Joshua Slivewrong url
2001-08-23 William A.... Better doc of ap_server_root_relative()
2001-08-23 Joshua SliveUpdate support info.
2001-08-23 Jeff Trawickplease no // in Apache code... it doesn't compile every...
2001-08-23 Jeff Trawickmake it compile :(
2001-08-23 Jeff Trawickmod_cache cleanup:
2001-08-23 Doug MacEachernos-inline.c is no more (fix from bloom)
2001-08-23 William A.... Add some appropriate constness to the config
2001-08-23 Jeff Trawickat least try to compile all the parts of mod_cache...
2001-08-23 William A.... Silly compiler, const char* is for text :)
2001-08-23 William A.... I _like_ malloca(), but it needs an include
next