]> granicus.if.org Git - apache/history - modules
Remove unixd_detach function, because it is provided by APR as ap_detach.
[apache] / modules /
2000-06-20 Jeff Trawickignore some generated files in pcre and modules/proxy
2000-06-20 Jeff TrawickUse the new command-handler initializer macros in some...
2000-06-20 Roy T. FieldingRemoved the pointless ap_is_aborted macro.
2000-06-20 William A. Rowe Jr This Win32 patch adds the key HKCR/filetype/shell...
2000-06-20 William A. Rowe Jr This patch disallows bogus args to the ScriptInterpre...
2000-06-20 William A. Rowe Jr This patch solves several specific issues:
2000-06-19 Bill StoddardGet rid of more compiler warnings.
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_a...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_a...
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in mod_auth;
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in a...
2000-06-17 Ben LaurieMore command handlers.
2000-06-17 Ben LaurieMore command handler updates.
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-17 Ben LaurieFix warnings.
2000-06-17 Ben LaurieCommand handler revamp. Note that this makes the code...
2000-06-17 David Reidap_pool_join is a debugging function so remove it.
2000-06-17 Greg Steinreduce some code redundancy / simplify.
2000-06-17 Greg Steinap_bvputs() is a misnomer; introduce ap_bputstrs()
2000-06-15 Jeff TrawickInclude the proper header file (under X/Open, at least...
2000-06-15 Tony FinchPrevent the source code for CGIs from being revealed...
2000-06-13 Jeff TrawickGet the ap_config.h cleanup working on FreeBSD by addin...
2000-06-13 Chuck Murckofixups for remaining current warnings
2000-06-13 Chuck MurckoOK, this builds and is autoconf safe about system heade...
2000-06-13 Ryan BloomFix the configuration process. If no modules are speci...
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomMod_proxy should not be a default module... yet. :-)
2000-06-12 Chuck Murckoresolved conflicts (2) in PASV handling from original...
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-06-12 Chuck MurckoNew mod_proxy/mod_cache (file cache) for 2.0. This...
2000-06-12 Jeff TrawickGet mod_cgid compiling again.
2000-06-12 Bill StoddardAnother struct stat to ap_finfo_t change
2000-06-12 Bill StoddardFix Win32 compile break caused by Ryan's stat cleanup.
2000-06-12 Ryan BloomMissed one sys/stat.h in mod_rewrite.h. Removing it...
2000-06-12 Ryan BloomRemove the final vestiges of stat.h from Apache 2.0...
2000-06-12 David ReidDont' add -ldl for BeOS.
2000-06-12 Brian HavardDon't add -ldl for OS/2.
2000-06-12 Ryan BloomNothing in Apache should be calling stat anymore, so...
2000-06-11 Ben LaurieDo printf formatting properly.
2000-06-10 Jeff Trawickcast ap_snprintf() argument to the type expected by...
2000-06-10 Jeff TrawickGet FreeBSD 3.4 building again. It doesn't have lib...
2000-06-10 Jeff TrawickFix a Solaris compilation problem with mod_cgid:
2000-06-10 dgaudetanother iteration on the saferead/bhalfduplex stuff...
2000-06-09 Ryan BloomRemove all occurances of strerror from Apache. ap_stre...
2000-06-09 Jeff TrawickWhen mod_cgid is started as root, the cgi daemon now...
2000-06-08 Greg Steinsleep until the next second, rather than sleep for...
2000-06-08 Ryan BloomFix some problems with the time commit. I guess mod_un...
2000-06-08 Ryan BloomRemove all occurances of gettimeofday. Replace it...
2000-06-06 Jeff TrawickFix a couple of bugs in mod_cgid:
2000-06-06 Ryan BloomAdd the resource limiting code back to Apache 2.0....
2000-06-06 Jeff TrawickOS/390: avoid unconditional -ldl and -export-dynamic...
2000-06-06 Ken Coar Bring forward a change from 1.3 (the ability to use...
2000-06-06 Ken Coar Bring forward a fix from 1.3.
2000-06-06 Jeff TrawickFix zombie process problem with mod_cgi. This problem...
2000-06-06 William A. Rowe JrPR:
2000-06-06 Jeff TrawickPort mod_mmap_static to 2.0. Make it go faster.
2000-06-05 Ryan BloomRemove the ability to enable/disable DSO support in...
2000-06-05 Ryan BloomFix a warning and a bug from the server_token commit.
2000-06-05 Jeff Trawickcleanup to cgid_init():
2000-06-05 Jeff TrawickMake the string in a log message unique so we know
2000-06-05 Ryan BloomAdd server tokens back to 2.0. Also bring forward...
2000-06-05 Ryan BloomFix mod_so handling. Basically, if --enable-so or
2000-06-05 Jeff TrawickEBCDIC fixes:
2000-06-04 Jeff Trawickmod_cgid:
2000-06-04 Jeff Trawickmod_charset_lite:
2000-06-03 Jeff TrawickEBCDIC: Rearrange calls to ap_checkconv() so that most...
2000-06-03 Ryan BloomModify the config order so that we read the config...
2000-06-03 Jeff Trawickmod_cgi: Make ScriptLog directive work again by fixing the
2000-06-02 Ryan BloomArgh, bhalfduplex is implemented, but it doesn't work...
2000-06-02 Ryan BloomRemove a TODO. Actually just putting back a call to...
2000-06-02 Jeff TrawickAPACHE_XLATE, when doing translation that isn't single...
2000-06-02 Jeff Trawickfix missed change to comment
2000-06-01 Ryan BloomFix DSO enabling logic. Basically if --enable-dso...
2000-06-01 Ronald Tschalardon't include apr_shmem.h when APR_HAS_SHARED_MEMORY...
2000-06-01 Ryan BloomFix building with DSO support. If any module is config...
2000-05-31 Brian HavardRework DSO error reporting to be more flexible & inform...
2000-05-31 Jeff TrawickAPACHE_XLATE: in ap_send_error_response(), move the...
2000-05-30 Jeff TrawickAn xlate configuration module shouldn't mess with BO_WX...
2000-05-30 Jeff TrawickEnsure that the proper translation handle (if any)...
2000-05-29 Ronald TschalarBrought mod_auth_digest up to synch with 1.3, fixed...
2000-05-28 Jeff Trawickmod_cgi: Restore logging of stderr from child process...
2000-05-28 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe JrPR:
2000-05-27 William A. Rowe Jr This patch corrects the issues from the AP_EXPORT...
2000-05-27 Greg Steinfixes some compilation errors (macros, function params...
2000-05-26 Jeff TrawickAdd mod_charset_lite for configuring character set...
2000-05-26 William A. Rowe JrPR:
2000-05-25 Jeff TrawickAPACHE_XLATE, CHARSET_EBCDIC stuff:
2000-05-24 Bill StoddardWin32: Convert ap_proc_t to tranparent type.
2000-05-24 Ryan BloomImplement saferead in Apache 2.0. This has had minimal...
2000-05-24 Ryan BloomAllow --enable-cgid and --disable-cgid to work. Basica...
2000-05-24 Ryan BloomRename stdin, stdout, stderr from new ap_proc_t to...
2000-05-23 Ryan BloomConvert ap_proc_t to a complete type. This lets us...
2000-05-23 Brian HavardTurn on buffered I/O in mod_include for reading the...
2000-05-22 Ryan BloomRemove ap_destroy_context from Apache 2.0. With the...
2000-05-21 Manoj KasichainulaRemove all remaining instances in Apache code of
2000-05-19 William A. Rowe Jr Why should Ryan have all the fun?
2000-05-19 William A. Rowe Jr Current and clean make files for Win95. Changes...
2000-05-18 Jeff TrawickFix some bugs in the use of APACHE_XLATE vs. CHARSET_EBCDIC
next