summaryrefslogtreecommitdiff
path: root/modules/generators/mod_cgid.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RSE'.RSE(no author)2001-05-041-1300/+0
* Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.Jeff Trawick2001-05-041-2/+2
* Prevent a hang when a cgi handled by mod_cgid tries to read aJeff Trawick2001-05-021-1/+5
* clean up some mod_cgid issues related to other child maintenance...Jeff Trawick2001-04-031-1/+3
* oops... really fix the storage leak this time... we were doing cleanupsJeff Trawick2001-03-291-9/+10
* Fix a storage leak in mod_cgid... the temporary pool created forJeff Trawick2001-03-291-1/+5
* get rid of unused parameter filename to function get_req()Jeff Trawick2001-03-021-3/+2
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-2/+0
* Begin to move functions from the http module to the core. The goal is toRyan Bloom2001-02-261-0/+3
* Close the accepted socket before creating the CGI process in mod_cgid.Ryan Bloom2001-02-211-1/+10
* get rid of a type mismatch warningJeff Trawick2001-02-201-1/+1
* *) Introduce "ap_conf_vector_t" type to assist with legibility and provideGreg Stein2001-02-181-15/+13
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* s/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typoDoug MacEachern2001-02-131-3/+3
* include "apr_signal.h" when neededGreg Stein2001-02-111-0/+1
* *) continued header revampingGreg Stein2001-02-101-15/+20
* *) remove obsolete http_conf_globals.hGreg Stein2001-02-101-1/+0
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-69/+69
* Make sure that mod_include's post_config hook always runs beforeRyan Bloom2001-02-061-1/+3
* Move the logic for creating CGI processes from mod_include to mod_cgi(d).Ryan Bloom2001-02-051-16/+309
* keep mod_cgid from segfaulting on SIGHUP; it assumedJeff Trawick2001-02-011-3/+3
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-1/+1
* Clean up the cgid module now that it supports suexec.Ryan Bloom2001-01-291-12/+4
* Make mod_cgid work with SuExec. This has been tested and works reliablyRyan Bloom2001-01-291-8/+49
* apr_put_os_file() expected the caller to have an existing file or init toGreg Stein2001-01-261-2/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-15/+15
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* adjust remaining modules to use the new handler hook method (Alan Edwards)Doug MacEachern2001-01-081-2/+2
* Make handlers use hooks.Ben Laurie2001-01-071-12/+12
* mod_cgi: Fix some problems where the wrong error value was being tracedJeff Trawick2001-01-031-24/+13
* Change a bunch of mallocs in mod_cgid to apr_palloc. These were neverRyan Bloom2001-01-021-8/+8
* Get mod_cgid to use apr calls for creating the actual CGI process.Ryan Bloom2000-12-231-64/+53
* Straighten up the first-time-through check in mod_cgid and add a CHANGESJeff Trawick2000-12-131-6/+10
* Get mod_cgid to work as a DSO by changing the way itJeff Trawick2000-12-131-5/+10
* Change a couple of socket call failures from 404 errors toJeff Trawick2000-12-121-2/+2
* Fix a comparison with ENOENT which was accidently broken duringJeff Trawick2000-12-121-1/+1
* Clean up some of the warnings from a Tru64 build, mostly due toJeff Trawick2000-11-131-1/+1
* Fix a lot of the fallback from the apr_ssize_t to apr_size_t changeRyan Bloom2000-11-101-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-100/+9
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-161-2/+2
* mod_cgid: In the handler, shut down the Unix socket (only for write)Jeff Trawick2000-10-131-0/+1
* These BUFFs aren't used anymore, so they should be removed from theRyan Bloom2000-10-121-5/+0
* Fix some types in the latest tree, so that AIX builds cleanly again.Ryan Bloom2000-10-091-1/+1
* Completed review for new tests:William A. Rowe Jr2000-10-061-2/+1
* Provide a socklen_t to the user of APR as a portability aid. SomeJeff Trawick2000-09-221-1/+2
* Change r->filters to r->output_filters. This sets things up for us toRyan Bloom2000-09-181-2/+2
* Explictly close the AF_UNIX socket to the cgid child after nph cgis too.Jeff Trawick2000-09-121-2/+3
* The apr_file_t representation of the Unix socket from which we readJeff Trawick2000-09-111-1/+1
* Modify mod_cgid to use bucket brigades. This means that mod_cgid behavesRyan Bloom2000-09-111-29/+38
* Remove IOLs from Apache. They are no longer necessary, now that we haveRyan Bloom2000-08-231-5/+1