]> granicus.if.org Git - apache/shortlog
apache
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
2001-08-23 William A.... Rather than continuing to canonicalize within directo...
2001-08-23 William A.... Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-23 William A.... Overhauled ap_server_root_relative, so that it now...
2001-08-23 William A.... Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-23 William A.... New ap_os_is_path_absolute() semantics
2001-08-23 Joshua SliveNew faq for 2.0. Start with a relatively clean slate.
2001-08-23 William A.... Eliminated ap_os_[systemcase|[case_]canonical]_filena...
2001-08-23 William A.... Canonicalization will now occur on all sub_req_lookup...
2001-08-23 William A.... ap_server_root_relative will take care of this canoni...
2001-08-23 William A.... Performance death notices. Note that we shouldn...
2001-08-23 William A.... Optimize out what is a very expensive in-request...
2001-08-23 William A.... Clear out this optimization till we are prepared...
2001-08-23 William A.... Fix most-bogus ap_server_root_relative() cases. ...
2001-08-23 Bill StoddardReplace apr_uri_components with apr_uri_t
2001-08-23 Brian HavardOS/2 now uses mpmt_os2 by default.
2001-08-23 William A.... This was copied as a test of the ap_r[put|putc|write...
2001-08-23 Paul J. RederFix for mod_include. Ryan's patch to check error
2001-08-23 Greg Ameswhoops! replace two post 2.0.24 fixes I accidently...
2001-08-23 Bill StoddardWin32 project file for mod_cache.
2001-08-23 Martin KraemerMy first try at relocating the manual tree outside...
2001-08-23 Bill StoddardFix using uninitialized variable.
2001-08-23 Bill StoddardExperimental cache based on Graham Leggett's layered...
2001-08-23 William A.... It doesn't get any simpler than this
2001-08-23 Lars Eilebrechtremove company name
2001-08-23 Jeff Trawickme too
2001-08-23 Doug MacEachernfix part of PR #7528
2001-08-23 Doug MacEachernregister ssl_var_lookup() as an optional function
next