]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
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...
2001-02-06  Ryan BloomSetup the server start time correctly. This also gets...
2001-02-06  Chris PepperAdded note about later sections overriding earlier.
2001-02-06  Ryan BloomMake sure that mod_include's post_config hook always...
2001-02-06  Jeff Trawickmove the instantiation of includes_module out of mod_in...
2001-02-06  Jeff Trawickaxe an unused parm to make_child(); this gets rid of...
2001-02-06  Brian HavardGet OS/2 MPM running again after the reunification...
2001-02-06  Martin KraemerFix for dav/fs to find the mod_dav.h ionclude file
2001-02-06  Chuck Murckoupdate for the latest build system
2001-02-06  Ryan BloomIf we are in the middle of a brigade loop, we don't...
2001-02-05  Ryan BloomMove the logic for creating CGI processes from mod_incl...
2001-02-05  Bill StoddardTweak the AP_MIN_SENDFILE_BYTES. Not using sendfile...
2001-02-05  Jeff Trawickap_new_connection() returns NULL if an error occurred...
2001-02-05  Jeff TrawickI hereby propose that the ASF buy that guy a compiler.
2001-02-05  Greg Stein*) add activity handling: OPTIONS and MKACTIVITY
2001-02-05  Doug MacEacherns/l/r/ in ap_send_http_header protototype
2001-02-05  Ryan BloomMove release.h to ap_release.h. This was done to names...
2001-02-05  Ryan BloomMove the APACHE_RELEASE macro to release.h
2001-02-05  Ryan BloomRemove the Announcement file from the build tree. ...
2001-02-05  Ryan BloomMove the server version information out of httpd.h...
2001-02-04  Bill StoddardMore mod_status work... Get Current Time, Restart Time...
2001-02-04  Bill StoddardThe windows MPM has one child process.
2001-02-04  Doug MacEachernfix minor prototype inconsistencies noticed with C...
next