]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2001-02-12  Ryan BloomDon't disable threads just because we are using the...
2001-02-12  Bill StoddardThis is the wrong place to mark the server ready. ...
2001-02-12  Jeff Trawickinclude <arpa/inet.h> for the declarations for htons...
2001-02-12  Jeff Trawicktrailing commas in enum declarations aren't portable
2001-02-12  Jeff Trawickignore generated file modules.mk
2001-02-12  Ryan BloomBegin to move the code that updates the child status...
2001-02-12  Ryan BloomRemove some OS/2 code from the prefork MPM. Since...
2001-02-12  Ryan BloomAllow mod_tls to compile on Unix boxes where openssl...
2001-02-12  Jeff Trawickstring.h needs to be included before monkeying around...
2001-02-12  Chuck MurckoFix for moved macros
2001-02-12  Greg Steinsneaky for loop... make it more obvious what it is...
2001-02-12  Greg Stein*) rename apr_memdup() to apr_pmemdup()
2001-02-12  Greg Stein*) remove some obsolete/unused defines from httpd.h.
2001-02-12  Greg Stein*) include the strings stuff the right way (some platfo...
2001-02-12  Greg Steinwrite these in terms of strchr and strrchr so the compi...
2001-02-12  Greg Steinbring along the comment (from httpd.h) that went with...
2001-02-12  Greg SteinObsoleted by the "beos" MPM.
2001-02-11  Ben LaurieWork for more than one read. Catch read errors.
2001-02-11  William A.... Still lots to apr'ize here.
2001-02-11  Ben LaurieFix a warning.
2001-02-11  Ryan BloomClean up the mod_tls configure process. This should...
2001-02-11  Ryan BloomFix a compile warning.
2001-02-11  Ben LaurieFirst cut of TLS support.
2001-02-11  Joshua SliveClean up the filter.html and handler.html files a little.
2001-02-11  Jeff Trawickfix the check for killpg(); as it was, we didn't check for
2001-02-11  Jeff TrawickINIT_SIGLIST() is gone; stop using it
2001-02-11  Greg Steininclude "apr_signal.h" when needed
2001-02-11  Greg Stein*) include "apr_signal.h" when needed
2001-02-11  Ryan BloomFix a potential segfault on all platforms. David Reid...
2001-02-11  Greg Steintoss the signal description stuff from unixd.[ch],...
2001-02-11  Ryan BloomCleanup the rest of the warnings that appear when compi...
2001-02-11  Ryan BloomFix any compile breaks after moving apr_snprintf and...
2001-02-11  Ryan BloomFix a warning when compiling with GPROF
2001-02-11  Jeff Trawickclean up more warnings and link problems after the...
2001-02-10  Ryan BloomAllow us to use INCLUDES on files with multiple extensi...
2001-02-10  Joshua SliveRemove the warning from the mod_include docs since...
2001-02-10  Joshua SliveUpdate all the references I can find to use SetOutputFi...
2001-02-10  Joshua SliveRemove SetFilter from the mod_mime docs.
2001-02-10  Jeff Trawickmore module build cleanup, removing warnings and some
2001-02-10  William A.... Fix more module breakage from header reorg
2001-02-10  William A.... Fix Win32 Breakage
2001-02-10  Ryan BloomFix the configure scripts, so that we don't try to...
2001-02-10  Ryan BloomSmall header file cleanup.
2001-02-10  Ryan BloomHeader file cleanup.
2001-02-10  Ryan BloomMake the config file use SetOutputFilter, since AddOutp...
2001-02-10  Jeff Trawickget rid of some warnings and an undefined reference...
2001-02-10  Greg Stein[ missed in last commit ]
2001-02-10  Greg Stein*) continued header revamping
2001-02-10  Greg SteinClean up some of the includes:
2001-02-10  Greg Steinhttp_conf_globals.h is gone
2001-02-10  Greg Steinmore APR-ization
2001-02-10  Greg Stein*) clean out some old crap from ap_config.h; other...
2001-02-10  Ryan BloomRemove the SetFilter directive from the code. This...
2001-02-10  Ryan BloomUpdate the conf file to use the correct model for turni...
2001-02-10  Brian HavardRemove definition of ap_extended_status, it's defined...
2001-02-10  Joshua SliveBetter get the index entries too.
2001-02-10  Joshua SliveServerType is gone in 2.0.
2001-02-10  Joshua SliveAdd some VERY basic filter documentation. See followup...
2001-02-10  Bill StoddardAdd new LogFormat directive, %D, to log time it takes...
2001-02-10  Greg Stein*) remove obsolete http_conf_globals.h
2001-02-10  David ReidFix more breakage on BeOS...
2001-02-10  David ReidBeOS doesn't have unixd.h either.
2001-02-10  Ryan BloomChange AddInputFilter and AddOutputFilter to SetInputFi...
2001-02-09  Greg Stein"v" in the name has come to mean that a va_arg is in...
2001-02-09  Jeff Trawickuse apr_size_t for file lengths; this avoids a warning...
2001-02-09  Bill StoddardFix another windows compile break.
2001-02-09  Bill StoddardReplace reinit_scoreboard with ap_create_scoreboard.
2001-02-09  Ryan BloomFunctions that use ... have to be NONSTD. At least...
2001-02-09  Ryan BloomA few small docs changes (there were ';' in the ScanDoc...
2001-02-09  Greg Stein*) minor changes, simplifications
2001-02-09  Greg Stein*) namespace protect the filter_flush() function
2001-02-09  Ryan BloomMake the header filter use the brigade buffering functi...
2001-02-09  Ryan BloomAllow filters to buffer data in a brigade using the...
2001-02-09  Bill StoddardFix windows compile break
2001-02-08  Jeff Trawickinclude strings.h for strcasecmp()
2001-02-08  Jeff Trawickapr_make_array->apr_array_make
2001-02-08  Jeff TrawickMake a mod_auth_digest build fail in a less mysterious...
2001-02-08  Jeff Trawickget _SC_CLK_TCK defined on Tru64 (and probably some...
2001-02-08  Greg Stein*) make sure the status line is set on custom responses
2001-02-08  Doug MacEachernrenaming various functions for consistency sake
2001-02-08  Jeff Trawickscoreboard.h says it is extern (and scoreboard.c instan...
2001-02-08  Greg Steinlots o' dicussion... time to vote.
2001-02-07  Brian HavardMove OS/2 MPM specific variables out of scoreboard...
2001-02-07  Ryan BloomFix graceful shutdown with the scoreboard changes....
2001-02-07  Ryan BloomGet the Unix MPMs restarting again. If we are going...
2001-02-07  Ryan BloomInstall all required header files. Without these,...
2001-02-07  Ryan BloomFix a bug with AliasMatch. When forward fitting a...
2001-02-07  Jeff Trawickget rid of some cruft related to a now-unused parameter to
2001-02-07  Greg SteinRevamp the CHECKOUT method handling and various support...
2001-02-07  Greg Stein$enable_dav can be one of: yes, shared, no. We want...
2001-02-07  Chuck Murckoadditions and deletions for proxy in current codebase
2001-02-07  Chuck MurckoChanges to get running on the current codebase
2001-02-07  Brian HavardNo longer need to set ap_restart_time here as it's...
2001-02-06  Greg SteinBack out previous change. dav/main/config.m4 adds its...
2001-02-06  Brian HavardDon't include mpm.h from scoreboard.h as scoreboard...
2001-02-06  Ryan BloomWe have a poor abstraction in the protocol. This is...
2001-02-06  Jeff Trawickget perchild just a little closer to building; maybe...
2001-02-06  Jeff Trawickget Unix MPMs to build again after recent scoreboard...
2001-02-06  Martin KraemerJean Frederic says (and I verified his claim):
2001-02-06  Ryan BloomRemove some STATUS items that relate to the scoreboard...
next