]> granicus.if.org Git - apache/history - modules/generators
This patch illustrates the new locations, and makes the majority of the
[apache] / modules / generators /
2000-12-05 William A. Rowe Jr This patch illustrates the new locations, and makes...
2000-12-05 Ryan BloomIgnore all the files that are generated during a build
2000-12-04 Ryan BloomGet the modules configuration stuff working correctly...
2000-12-04 Ryan BloomStart to add back the config.m4 and Makefile.in's that...
2000-11-29 Jeff TrawickFix a segfault in mod_info. mod_info_module_cmds(...
2000-11-27 Greg Stein*) sprinkle a little magic "const" dust around (specifi...
2000-11-26 Greg Stein*) Compensate for recent changes in the APR headers...
2000-11-22 Ryan BloomAllow modules to specify the first module for a sub...
2000-11-18 William A. Rowe Jr Cleanup more compiler warnings.
2000-11-14 Ryan BloomPort mod_info to 2.0. This is basically a complete...
2000-11-13 Jeff TrawickClean up some of the warnings from a Tru64 build, mostl...
2000-11-10 Ryan BloomFix a lot of the fallback from the apr_ssize_t to apr_s...
2000-11-02 William A. Rowe Jr Two patches (sorry), first to clean up the double...
2000-10-31 Ryan BloomMake mod_cgi and mod_include work when compiled as...
2000-10-30 Ryan BloomFix a const problem.
2000-10-25 William A. Rowe Jr Ok here it is: Win32 utf-8 native unicode filename...
2000-10-23 William A. Rowe Jr Fix foobar
2000-10-23 Manoj KasichainulaAdd back suexec support.
2000-10-16 William A. Rowe Jr Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLAR...
2000-10-16 William A. Rowe Jr Document more bad Win32 behavior... if the url isn...
2000-10-13 Jeff Trawickmod_cgid: In the handler, shut down the Unix socket...
2000-10-12 Ryan BloomThese BUFFs aren't used anymore, so they should be...
2000-10-11 William A. Rowe Jr Regardless of reaction to a symbol rename -within...
2000-10-11 William A. Rowe Jr MSVC Project Rename - ApacheModuleBleck.* is no longe...
2000-10-10 Jeff TrawickWrite all of the request body to the child, not just...
2000-10-09 Ryan BloomFix some types in the latest tree, so that AIX builds...
2000-10-08 William A. Rowe Jr Missed it... another canonical error fix
2000-10-06 William A. Rowe Jr Completed review for new tests:
2000-10-05 Jim JagielskiPort over the config directory stuff...
2000-09-22 Jeff TrawickProvide a socklen_t to the user of APR as a portability...
2000-09-20 Jeff TrawickFix parameter list to ap_pcfg_openfile().
2000-09-18 Ryan BloomChange r->filters to r->output_filters. This sets...
2000-09-12 Jeff TrawickExplictly close the AF_UNIX socket to the cgid child...
2000-09-11 Jeff TrawickThe apr_file_t representation of the Unix socket from...
2000-09-11 Ryan BloomModify mod_cgid to use bucket brigades. This means...
2000-09-09 Tony FinchUse wrapper macros to avoid the verbosity of the AP_RIN...
2000-09-08 Tony FinchReduce the manualarity of managing bucket brigade lists...
2000-08-26 Jeff TrawickCall ap_pass_brigade() *before* soaking up stderr....
2000-08-25 Ryan BloomMake CGI's use bucket brigades. This will only work...
2000-08-23 Ryan BloomFix a small typo and an incorrect type.
2000-08-23 Ryan BloomRemove IOLs from Apache. They are no longer necessary...
2000-08-06 Jeff TrawickFinish renaming AP_CTIME_LEN to APR_CTIME_LEN.
2000-08-06 William A. Rowe Jr Remaining cleanup of ap_ -> apr_ and AP_ -> APR_...
2000-08-02 Jeff TrawickDon't trace EINTR errors from accept() on the Unix...
2000-08-02 Doug MacEachernprefix libapr functions and types with apr_
2000-07-31 Jeff TrawickInclude <strings.h> if we have it to get protos for...
2000-07-29 Ryan BloomRemove iol_socket.h. This file had one declaration...
2000-07-28 Jeff TrawickUse ap_note_subprocess() to register the mod_cgid daemo...
2000-07-23 Ryan BloomRemove apr_strnatcmp.h. All of the functions prototype...
2000-07-21 Ryan BloomMove all APR functions related to strings to their...
2000-07-19 Jeff TrawickGet mod_cgid.c to compile on OS/390 again. It needs...
2000-07-11 Bill Stoddard#ifdef APR_HAS_OTHER_CHILD to #if APR_HAS_OTHER_CHILD...
2000-07-10 Bill StoddardReimplement ap_send_fd. Eliminate ap_send_fd_length...
2000-07-07 Jeff TrawickDrastically increase the listen backlog for mod_cgid...
2000-07-05 Ryan BloomUpdate mod_cgid to work with attach_iol_socket again.
2000-06-30 Ryan BloomCombine some common code. Before this, all platforms...
2000-06-28 Jeff TrawickInclude strings.h for strcasecmp(), strncasecmp(),...
2000-06-24 Ryan BloomFix a couple of const warnings on Linux. This basicall...
2000-06-24 Greg Steinblast the old names for the status codes
2000-06-20 Ben LaurieConvert module and fix warnings.
2000-06-20 Ben LaurieFix warnings.
2000-06-20 Jeff TrawickUse the new command-handler initializer macros in some...
2000-06-20 William A. Rowe Jr This patch solves several specific issues:
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in a...
2000-06-17 Ben LaurieMore consification, correct command initialisation.
2000-06-12 Ryan BloomProtect system header files with the appropriate macros.
2000-06-12 Ryan BloomClean up a big chunk of ap_config.h. This basically...
2000-06-12 Jeff TrawickGet mod_cgid compiling again.
2000-06-12 Ryan BloomNothing in Apache should be calling stat anymore, so...
2000-06-10 Jeff TrawickFix a Solaris compilation problem with mod_cgid:
2000-06-09 Jeff TrawickWhen mod_cgid is started as root, the cgi daemon now...
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 TrawickFix zombie process problem with mod_cgi. This problem...
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-04 Jeff Trawickmod_cgid:
2000-06-03 Jeff TrawickEBCDIC: Rearrange calls to ap_checkconv() so that most...
2000-06-03 Jeff Trawickmod_cgi: Make ScriptLog directive work again by fixing the
2000-05-28 Jeff Trawickmod_cgi: Restore logging of stderr from child process...
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 William A. Rowe JrPR:
2000-05-24 Bill StoddardWin32: Convert ap_proc_t to tranparent type.
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-21 Manoj KasichainulaRemove all remaining instances in Apache code of
2000-05-19 William A. Rowe Jr Current and clean make files for Win95. Changes...
2000-05-17 Ryan BloomThis commit will most likely break everybody on Windows...
2000-05-16 Bill StoddardUpdate a couple of modules to use ap_stat() rather...
2000-05-04 Ryan BloomMake reliable piped logs work on 2.0.
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-24 Bill StoddardChange names of strnatcmp & strnatcasecmp to cpmply...
2000-04-24 dgaudetAdd `IndexOptions +VersionSort', to nicely sort filenames
2000-04-20 Bill StoddardRevamp the Win32 make environment. Makefiles have been...
2000-04-18 Ryan BloomAdd logic to timeout CGI scripts properly. This requir...
2000-04-17 Bill Stoddardlinkwin20.diffs Resolves:
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-06 Ryan BloomMake the server work without asking for buffered file...
next