]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2001-02-18  Ben LaurieWorking SSL/TLS! Yay!
2001-02-18  Greg Steinuse "conf" rather than "sec" for the configuration...
2001-02-18  Greg SteinRemove "no" from many APACHE_MODULE() invocations to...
2001-02-18  Greg Steinfix some bugs that appeared once some APACHE_MODULE...
2001-02-17  Greg Steinimplement ability to do --enable-modules and --enable...
2001-02-17  Ben LaurieMake exports.lo rebuild when it should.
2001-02-17  Ben LaurieFix a warning.
2001-02-17  Roy T. FieldingUse new locations for APR autoconf macros and remove...
2001-02-17  Joshua SliveAdd urlmapping.html document.
2001-02-16  Ryan BloomMake the threaded MPM use APR locks instead of pthreads...
2001-02-16  Joshua SliveTake 4: The last one worked for me, but Ralf says it...
2001-02-16  Ryan BloomRemove some Makefile.libdir's. These were used by...
2001-02-16  Ryan BloomRename the mpmt_pthread module to threaded. This modul...
2001-02-16  Ryan BloomIt would be a beautiful day to go outside, but I have...
2001-02-16  William A.... Pesky prolifieration
2001-02-16  Martin KraemerRename the module structures so that the exported symbo...
2001-02-16  Chuck Murckoadd placeholder for proxy doc
2001-02-16  Ryan BloomAdd a note about using APR threads and processes.
2001-02-16  Ryan BloomRemove all instances of apache_apr_flags="--enable...
2001-02-16  Roy T. FieldingUpdate copyright to 2001
2001-02-16  Yoshiki HayashiNew Japanese translation.
2001-02-16  Ryan BloomAdd an apr_short_interval_time. This allows us to...
2001-02-15  Chuck MurckoThis file moved into httpd-proxy CVS module.
2001-02-15  Ryan BloomNote the removal of coalesce filter in the CHANGES...
2001-02-15  Ryan BloomRemove the coalesce filter. With the addition of the...
2001-02-15  Ryan BloomFix the seg fault in mod_status.c. This changes the...
2001-02-15  Joshua SliveReplace my horribly stupid regular expression with...
2001-02-15  Ryan BloomRemove some warnings from mod_status.
2001-02-14  Bill StoddardMove the call to set the socket timeout outside the...
2001-02-14  Bill StoddardFix lingering close (and make it more efficient). We...
2001-02-14  William A.... Sorry, cleaning up the naughty bits that should not...
2001-02-14  William A.... Massive commit to clean up os/win32 and label some...
2001-02-14  David ReidBeos R5 and below don't have the sin_len member in...
2001-02-14  David ReidAs a debugging aid, report which version of the beos...
2001-02-14  Bill StoddardRemove some deprecated comments.
2001-02-14  Bill StoddardPR:
2001-02-14  Bill StoddardStart getting extended status working again.
2001-02-13  Doug MacEacherndoh. need a spellchekker for these rename scripts...
2001-02-13  Bill StoddardWindows MPM: Handle ap_new_connection() failure.
2001-02-13  Ryan BloomFix some spelling mistakes and remove the mpmt_beos...
2001-02-13  David ReidThis is a huge change that gets beos building again...
2001-02-13  David ReidMore changes to the way that we use mod_status on beos.
2001-02-13  Ryan BloomRemove the dexter MPM. This has been replaced with...
2001-02-13  Doug MacEachernbackout name change:
2001-02-13  Doug MacEachernrename:
2001-02-13  Doug MacEacherns/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typo
2001-02-13  Bill StoddardWindows doesn't have ap_config_auto. Perhaps we need...
2001-02-13  Greg AmesThe "src/" directory no longer exists. Clean up the...
2001-02-13  David ReidOK, this is the start of getting things running on...
2001-02-13  Jeff TrawickUse apr_want.h to get the declarations for ntohs et...
2001-02-13  Jeff Trawickmod_status references ap_my_generation; declare it...
2001-02-13  Ryan BloomMake perchild build again
2001-02-13  Ryan BloomAdd the perchild MPM to MPM.NAMING
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 ]
next