]> granicus.if.org Git - apache/history - modules/generators/mod_cgid.c
very minor tweaks:
[apache] / modules / generators / mod_cgid.c
2001-11-26 Jeff Trawickvery minor tweaks:
2001-11-23 Brian Panefixed declaration mismatch for cgid_init() that was...
2001-11-23 Ian HolsmanModify post_config hook so that it can return a error,
2001-11-12 Cliff WoolleyRemove the returned-length "w" parameter from apr_bucke...
2001-11-11 Ian HolsmanThis patch changes the apr_table_elts macro so that...
2001-11-11 Justin Erenkrantzapr_file_gets returns an apr_status_t not a char* and...
2001-10-12 Cliff WoolleyRemove unused hard-coded definition of a SHELL_PATH.
2001-09-18 Justin ErenkrantzSwitch back to SIGUSR1 for graceful restarts on all...
2001-08-27 Paul J. RederMoved split_and_pass_pretag_buckets back to being a
2001-08-24 Jeff Trawickfix what would seem to be a serious problem in
2001-08-23 Jeff Trawickmake it compile :(
2001-08-23 William A. Rowe Jr Optimize out what is a very expensive in-request...
2001-08-23 Paul J. RederFix for mod_include. Ryan's patch to check error
2001-08-11 Ryan BloomFix the new method code. We need to cast 1 to an apr_i...
2001-08-09 Jeff TrawickFix a restart problem when cgid is used. Code in the...
2001-08-06 Doug MacEachernplug mod_cgid restart leak
2001-08-06 William A. Rowe Jr Same cleanups as applied to mod_cgi, falling out...
2001-07-30 Bill StoddardBe a bit more explicit. If the filetype is not an APR_R...
2001-07-30 Bill StoddardWin32: Get exec cgi tag working. finfo.protection...
2001-05-16 Jeff Trawickdon't destroy the pcgi pool when the other-child regist...
2001-05-04 Jeff TrawickBuild (and do so cleanly) when !APR_HAS_OTHER_CHILD.
2001-05-02 Jeff TrawickPrevent a hang when a cgi handled by mod_cgid tries...
2001-04-03 Jeff Trawickclean up some mod_cgid issues related to other child...
2001-03-29 Jeff Trawickoops... really fix the storage leak this time... we...
2001-03-29 Jeff TrawickFix a storage leak in mod_cgid... the temporary pool...
2001-03-02 Jeff Trawickget rid of unused parameter filename to function get_req()
2001-02-28 William A. Rowe Jr Goodbye ap_send_http_header
2001-02-26 Ryan BloomBegin to move functions from the http module to the...
2001-02-21 Ryan BloomClose the accepted socket before creating the CGI proce...
2001-02-20 Jeff Trawickget rid of a type mismatch warning
2001-02-18 Greg Stein*) Introduce "ap_conf_vector_t" type to assist with...
2001-02-16 Roy T. FieldingUpdate copyright to 2001
2001-02-13 Doug MacEacherns/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typo
2001-02-11 Greg Steininclude "apr_signal.h" when needed
2001-02-10 Greg Stein*) continued header revamping
2001-02-10 Greg Stein*) remove obsolete http_conf_globals.h
2001-02-08 Doug MacEachernrenaming various functions for consistency sake
2001-02-06 Ryan BloomMake sure that mod_include's post_config hook always...
2001-02-05 Ryan BloomMove the logic for creating CGI processes from mod_incl...
2001-02-01 Jeff Trawickkeep mod_cgid from segfaulting on SIGHUP; it assumed
2001-01-31 William A. Rowe Jr Eliminate all assumptions that finfo.protection refle...
2001-01-29 Ryan BloomClean up the cgid module now that it supports suexec.
2001-01-29 Ryan BloomMake mod_cgid work with SuExec. This has been tested...
2001-01-26 Greg Steinapr_put_os_file() expected the caller to have an existi...
2001-01-19 William A. Rowe Jr The big change. This is part 3 of the apr-util symbo...
2001-01-17 William A. Rowe Jr Provide apr_pool_t arg to register_hooks, since anyth...
2001-01-08 Doug MacEachernadjust remaining modules to use the new handler hook...
2001-01-07 Ben LaurieMake handlers use hooks.
2001-01-03 Jeff Trawickmod_cgi: Fix some problems where the wrong error value...
2001-01-02 Ryan BloomChange a bunch of mallocs in mod_cgid to apr_palloc...
2000-12-23 Ryan BloomGet mod_cgid to use apr calls for creating the actual...
2000-12-13 Jeff TrawickStraighten up the first-time-through check in mod_cgid...
2000-12-13 Jeff TrawickGet mod_cgid to work as a DSO by changing the way it
2000-12-12 Jeff TrawickChange a couple of socket call failures from 404 errors to
2000-12-12 Jeff TrawickFix a comparison with ENOENT which was accidently broke...
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-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-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-09 Ryan BloomFix some types in the latest tree, so that AIX builds...
2000-10-06 William A. Rowe Jr Completed review for new tests:
2000-09-22 Jeff TrawickProvide a socklen_t to the user of APR as a portability...
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-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-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-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-24 Greg Steinblast the old names for the status codes
2000-06-18 Jeff TrawickUse the new command-handler initializer macros in a...
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-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-05 Jeff Trawickcleanup to cgid_init():
2000-06-04 Jeff Trawickmod_cgid:
2000-06-03 Jeff TrawickEBCDIC: Rearrange calls to ap_checkconv() so that most...
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-04 Ryan BloomMake reliable piped logs work on 2.0.
2000-04-26 Doug MacEachernadd AP_ prefix to *HOOK* macros
2000-04-14 Ryan BloomChange ap_context_t to ap_pool_t. This compiles, runs...
2000-04-05 Jeff Trawickstop relying on a macro to map signal() to ap_signal...
next