]> git.ipfire.org Git - thirdparty/apache/httpd.git/shortlog
thirdparty/apache/httpd.git
2000-12-20  Ryan BloomRemove some redundant checks.
2000-12-19  Ryan BloomStop calling shared modules libapachemod_*. mod_*...
2000-12-19  Ryan BloomStop searching in installdir/includes/apr.
2000-12-19  William A.... Round out the Win32 build. Changes include:
2000-12-19  Ryan BloomInstall all headers in the include/ directory.
2000-12-19  Allan K. Edwardstell AWK to erase existing httpd.default.conf so rebuil...
2000-12-19  Joshua SliveImproved Polish translation.
2000-12-19  Ryan Bloomap_start_shutdown is not used by anybody outside of...
2000-12-19  Ryan BloomFind the RM program during configuration.
2000-12-19  Ryan BloomRemove a warning on some platforms.
2000-12-19  Ryan BloomCorrect a mistake in the delete-exports target
2000-12-19  Ryan BloomForce all Apache functions to be linked into the execut...
2000-12-19  Jeff TrawickRework the RFC1413 handling to make it thread-safe...
2000-12-19  Ryan BloomGet all of the auth modules to the point that they...
2000-12-19  William A.... Add icons and cgi-bin ... needs shebang rewrite for...
2000-12-19  William A.... Quote the destination paths in the event that INSTDIR...
2000-12-19  Greg Stein"Mommy! Mommy! I keep spinning in circles." "Shut up...
2000-12-19  Ryan BloomGet the perchild MPM working better again. I have...
2000-12-18  William A.... The awk update for Win32 build/install. If awk is...
2000-12-18  Jeff TrawickRemove an IPv4 dependency in do_double_reverse() by...
2000-12-18  Jeff TrawickAPI routines ap_pgethostbyname() and ap_pduphostent...
2000-12-18  Eric Cholettypos
2000-12-18  Jeff Trawickapr_get_hostname() is gone.
2000-12-18  Jeff TrawickStop using apr_get_hostname(). It doesn't support...
2000-12-18  Eric Choletupdate French page
2000-12-18  Ryan BloomGet "NameVirtualHost *" option working in Apache 2.0
2000-12-17  Ryan BloomClean up some formatting. Using a tab of 22 characters...
2000-12-17  Ryan BloomGet -t -D DUMP_VHOSTS working and properly documented...
2000-12-17  Ryan BloomMake the server return HTTP_RANGE_NOT_SATISFIABLE if...
2000-12-17  Ryan BloomGet byterange requests working with data that is genera...
2000-12-17  Jeff TrawickWhen the platform supports IPv6 (according to APR) and
2000-12-17  Jeff TrawickCall ap_log_error() instead of ap_log_rerror() from...
2000-12-17  Ryan BloomRename the apr_opendir symbol to apr_dir_open. This...
2000-12-17  Ryan BloomUpdate some STATUS files.
2000-12-16  Joshua SliveMajor rewrite of mod_access docs.
2000-12-16  Jeff Trawickget_addresses()
2000-12-16  Jeff Trawicktweak the responsibilities of make_sock() and alloc_lis...
2000-12-16  Jeff TrawickUse apr_parse_addr_port() in fix_hostname(). This...
2000-12-16  Jeff Trawickuse apr_parse_addr_port() in ap_set_listener(); this...
2000-12-16  Jeff TrawickDisplay whether or not APR (and thus Apache) supports...
2000-12-16  Jeff TrawickFix a problem with the last commit... I missed one...
2000-12-16  Jeff TrawickGet rid of some IPv4 dependencies by passing the hash...
2000-12-16  Jeff TrawickFix the call to apr_snprintf() for formatting the socka...
2000-12-15  Jeff Trawickapr_get_inaddr() is gone
2000-12-15  Jeff Trawickmove closer to IPv6 support by changing the server_addr_rec
2000-12-15  Allan K. EdwardsGet exe CGI's working again on Windows
2000-12-15  Jeff TrawickAxe ap_get_virthost_addr(). This <address>[:port]...
2000-12-15  Joshua SliveGreek translation of welcome page.
2000-12-15  William A.... Overly protective with a code block, let that return...
2000-12-14  William A.... Thanks again, Andrew Braund... a little testing and...
2000-12-14  Jeff TrawickThe local_addr and remote_addr fields in the conn_rec...
2000-12-14  Allan K. EdwardsSuppress xcopy prompt during installation
2000-12-14  Jeff Trawickadd apr_getnameinfo
2000-12-14  Greg Stein"Anybody calls me Francis, I'll kill him."
2000-12-13  Jeff TrawickStraighten up the first-time-through check in mod_cgid...
2000-12-13  Jeff TrawickGet rid of the once_through flag. It is never used...
2000-12-13  Jeff TrawickGet mod_rewrite to work as a DSO by changing the way it
2000-12-13  William A.... Sorry bout that... have a newline
2000-12-13  Jeff TrawickGet mod_cgid to work as a DSO by changing the way it
2000-12-13  William A.... Fishing for undefined symbols, came across only this...
2000-12-12  Ryan BloomGet the server setup for Beta 1
2000-12-12  Ryan BloomPR:
2000-12-12  Ryan BloomUpdate the version numbers for a9
2000-12-12  Ryan BloomUpdate the Announcement for a9
2000-12-12  William A.... Boy, that's alot of shoveling (the snow... really)
2000-12-12  William A.... Add magic, mime.types and -default of all /conf files...
2000-12-12  William A.... One, it's very hard to type perl without $'s (stolen...
2000-12-12  Jeff TrawickChange a couple of socket call failures from 404 errors to
2000-12-12  William A.... This appears to be the correct patch, but I'm not...
2000-12-12  William A.... Changes for correct apr-util.dll lib name, and don...
2000-12-12  Allan K. EdwardsFix Windows build
2000-12-12  Jeff TrawickAdd "(const void *)" back to the hack variable assignme...
2000-12-12  Jeff TrawickGet "make install" to install DSOs again.
2000-12-12  Jeff TrawickFix a comparison with ENOENT which was accidently broke...
2000-12-12  Greg Steinpick up exported build variables from APRUTIL
2000-12-12  Greg Steinsdbm.h is now apr_sdbm.h
2000-12-12  William A.... To enable debugging, uncomment the line commented...
2000-12-12  William A.... Here's what should work flawlessly... WinNT/2K as...
2000-12-11  Ryan BloomGet perchild serving pages again. This doesn't work...
2000-12-11  Joshua SliveMajor update of mod_log_config docs.
2000-12-11  Jeff Trawickconfig.m4: support mod_ext_filter (I'd been using ...
2000-12-11  William A.... So close we can taste it, this patch adds necessary...
2000-12-11  William A.... Clear out the old cruft, moving function declarations...
2000-12-11  William A.... This prepares to eliminate all 9x Apache issues....
2000-12-11  Joshua SliveRemove mod_log_agent and mod_log_referer from the docum...
2000-12-10  Chris PepperSmall fix in intro para.
2000-12-09  Joshua SliveGetting cloudier.
2000-12-09  Rich BowenAdding howto docs from 1.3 tree
2000-12-09  Joshua SliveNormalize syntax.
2000-12-09  Joshua SliveIt was sunny in Vancouver this morning, but it's gettin...
2000-12-09  William A.... Clean up expatlib for the new /GX-, +/Fd and Debug...
2000-12-09  William A.... pcre lives in harmony in Lib[D|R] without /GX, after...
2000-12-08  Greg Steinremove building of the dbu test proggie
2000-12-08  William A.... Now that sdbm and installer are gone, clean up the...
2000-12-08  William A.... The feature macro may appear a bit odd. I'm open...
2000-12-08  William A.... Moved to apr-util/test
2000-12-08  William A.... Back out the .dsp changes (my bad - jumped to fast.)
2000-12-08  William A.... Adjustments to dav for apr_dbm_open args change
2000-12-08  William A.... Fix a nit, unreferenced symbol
2000-12-08  Greg Steinconfigure's --with-* type switches are the standard...
next