]> granicus.if.org Git - apache/shortlog
apache
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
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 William A.... Whoops, we would like a whole lot more files, such...
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 Joshua SliveThis probably falls under the category: if you can...
2001-08-23 William A.... Complete the rename of the ssl_scache_status_register and
2001-08-22 Cliff WoolleyOops.. removed the more accurate of the two. =-)
2001-08-22 Cliff Woolleyremove conflict crud
2001-08-22 Joshua SliveAdd a note about includesnoexec.
2001-08-22 Greg Amesget rid of nuisance log messages due to subrequests...
2001-08-22 William A.... Remove a ton o' cruft. Moves the mod_log_config...
2001-08-22 Joshua SliveUpdate mailing list and add myself to another list.
2001-08-22 Joshua SliveAdd a couple windows notes.
2001-08-22 Cliff WoolleyThere's only one way for bb to be non-NULL, so these two
2001-08-22 Doug MacEachernreverting to sterlings original segv fix when extension...
2001-08-22 Doug MacEachernremove #if 0-ed ssl_hook_NewConnection code; was only...
2001-08-22 Doug MacEachernv2 of sterlings segv fix
2001-08-22 Doug MacEachernanother update from madhu
2001-08-22 Ryan BloomWe always need to include the openssl specific director...
2001-08-22 Cliff WoolleyFollow the leader...
2001-08-22 Doug MacEachernfix segv in mod_mime if no AddTypes are configured
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 Jeff Trawickignore generated file rules.mk
2001-08-22 Jeff Trawicksimplify some code in output_results() just a bit to...
2001-08-22 Doug MacEachernsome updated pointed out by madhu
2001-08-22 Justin ErenkrantzYet another place to stick my name.
2001-08-22 Justin ErenkrantzChange the new-httpd@apache.org references to dev@httpd...
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 Justin ErenkrantzEnsure that libtool does the installation for us. ...
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-22 Martin KraemerIn absence of an explicit --with-ssl= path,
2001-08-22 Ryan BloomAdd rules.mk back to the substitute list. I forgot...
2001-08-22 Ryan BloomAdd rules.mk.in, and remove the old rules.mk. This...
2001-08-22 Jeff TrawickFix a segfault in mod_include when the original request...
2001-08-22 Justin ErenkrantzWe don't have rules.mk.in, so autoconf/m4/sed will...
2001-08-22 Rich BowenBringing 2.0 docs up to date with the 1.3 docs.
2001-08-22 Rich BowenBase template for Apache module documentation
2001-08-22 Joshua SliveWe finally got a little bit of rain.
2001-08-22 Joshua SliveBe gone old cruft!
2001-08-21 Ryan BloomAllow Apache to use libtool 1.4. In order to do this...
2001-08-21 Ryan BloomWe need to check for sys/sem.h
2001-08-21 Jeff TrawickFix a storage leak in mod_mime_magic.
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 Joshua SliveIf we use a type-map, we need to set up the handler.
2001-08-21 Joshua SliveRemove the old version of the error docs.
2001-08-21 Joshua SliveFix a couple small grammar things.
2001-08-21 Joshua SliveI hope I don't get anybody upset here, but I'm going...
2001-08-21 Joshua SliveTypo fix to get error docs going.
2001-08-21 Roy T. FieldingI don't like underscore as a name prefix.
2001-08-21 Doug MacEacherncut out some noise
2001-08-21 Doug MacEachernget rid of asserts
2001-08-21 Justin ErenkrantzRoy beat me to the commit.
2001-08-21 Roy T. FieldingDue to some lunacy in ndbm.h on some platforms, we...
2001-08-21 Lars EilebrechtFix wrong variable (REDIRECT_METHOD -> REDIRECT_REQUEST...
2001-08-20 Doug MacEachernremove #if 0-ed ap_flush_conn() call; filters now handl...
next