]> granicus.if.org Git - apache/shortlog
apache
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...
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 Justin ErenkrantzFix build breakage on Linux glibc 2.1+ systems that...
2001-08-20 Roy T. Fieldingone too many deletes
2001-08-20 Roy T. FieldingDo not send irrelevant bits by default.
2001-08-20 Lars EilebrechtD'oh. Change REDIRECT_METHOD to REDIRECT_REQUEST_METHOD.
2001-08-20 Roy T. FieldingDo not send trash out on every single error message...
2001-08-20 Joshua SliveAdd the rest of the error docs to httpd-*.conf.
2001-08-20 Ryan BloomAdd the openssl/include/openssl directory to the INCLUD...
2001-08-20 William A.... Going back a bit too far, fix the cwd
2001-08-20 Joshua Slivecontact is now a typemap file.
2001-08-20 Joshua SliveCombine top+header and bottom+footer to make things...
2001-08-20 William A.... Modify Makefile.win to install the ssl-enabled abs...
2001-08-20 William A.... Create the abs.dsp win32 project to support building...
2001-08-20 Joshua SliveConvert the rest of the error docs to the new type...
2001-08-20 William A.... Just chasing nits
2001-08-20 William A.... We might want to disable this, by default, when we...
2001-08-20 Paul J. RederThe prefork and OS/2 MPMs are overwriting the pid file...
2001-08-20 William A.... *) Changed the late-1.3 log_config substitution ...
2001-08-20 William A.... Evil missing close text block.
2001-08-20 William A.... Now to wait and see if I broke anyone (apologies...
2001-08-20 William A.... If my grep and brain are working, that's all there...
2001-08-20 William A.... catch up with errordir. Modeled simply after iconsdi...
2001-08-20 William A.... Copy the error/ tree
2001-08-20 William A.... Replaced by HTTP_UNAUTHORIZED.html.var
2001-08-20 William A.... My bad. We need to use the constants defined in...
2001-08-20 William A.... This is a combined typemap/error response file for...
2001-08-20 William A.... moved to httpd-2.0/docroot/images/...
2001-08-20 William A.... This is the Body:tag\n<Content>*tag\n patch for type...
2001-08-20 Ian Holsmanignore *.plg (from MSVC builds)
2001-08-20 Ian Holsmanadjust to apr_uri_ rename
2001-08-20 Joshua SliveHTTPD -> httpd
next