index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
generators
/
mod_cgid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit was manufactured by cvs2svn to create branch 'RSE'.
RSE
(no author)
2001-05-04
1
-1300
/
+0
*
Build (and do so cleanly) when !APR_HAS_OTHER_CHILD.
Jeff Trawick
2001-05-04
1
-2
/
+2
*
Prevent a hang when a cgi handled by mod_cgid tries to read a
Jeff Trawick
2001-05-02
1
-1
/
+5
*
clean up some mod_cgid issues related to other child maintenance...
Jeff Trawick
2001-04-03
1
-1
/
+3
*
oops... really fix the storage leak this time... we were doing cleanups
Jeff Trawick
2001-03-29
1
-9
/
+10
*
Fix a storage leak in mod_cgid... the temporary pool created for
Jeff Trawick
2001-03-29
1
-1
/
+5
*
get rid of unused parameter filename to function get_req()
Jeff Trawick
2001-03-02
1
-3
/
+2
*
Goodbye ap_send_http_header
William A. Rowe Jr
2001-02-28
1
-2
/
+0
*
Begin to move functions from the http module to the core. The goal is to
Ryan Bloom
2001-02-26
1
-0
/
+3
*
Close the accepted socket before creating the CGI process in mod_cgid.
Ryan Bloom
2001-02-21
1
-1
/
+10
*
get rid of a type mismatch warning
Jeff Trawick
2001-02-20
1
-1
/
+1
*
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
Greg Stein
2001-02-18
1
-15
/
+13
*
Update copyright to 2001
Roy T. Fielding
2001-02-16
1
-1
/
+1
*
s/apr_bucket_pipe_creat/apr_bucket_pipe_create/ typo
Doug MacEachern
2001-02-13
1
-3
/
+3
*
include "apr_signal.h" when needed
Greg Stein
2001-02-11
1
-0
/
+1
*
*) continued header revamping
Greg Stein
2001-02-10
1
-15
/
+20
*
*) remove obsolete http_conf_globals.h
Greg Stein
2001-02-10
1
-1
/
+0
*
renaming various functions for consistency sake
Doug MacEachern
2001-02-08
1
-69
/
+69
*
Make sure that mod_include's post_config hook always runs before
Ryan Bloom
2001-02-06
1
-1
/
+3
*
Move the logic for creating CGI processes from mod_include to mod_cgi(d).
Ryan Bloom
2001-02-05
1
-16
/
+309
*
keep mod_cgid from segfaulting on SIGHUP; it assumed
Jeff Trawick
2001-02-01
1
-3
/
+3
*
Eliminate all assumptions that finfo.protection reflects the existance
William A. Rowe Jr
2001-01-31
1
-1
/
+1
*
Clean up the cgid module now that it supports suexec.
Ryan Bloom
2001-01-29
1
-12
/
+4
*
Make mod_cgid work with SuExec. This has been tested and works reliably
Ryan Bloom
2001-01-29
1
-8
/
+49
*
apr_put_os_file() expected the caller to have an existing file or init to
Greg Stein
2001-01-26
1
-2
/
+2
*
The big change. This is part 3 of the apr-util symbols rename, please
William A. Rowe Jr
2001-01-19
1
-15
/
+15
*
Provide apr_pool_t arg to register_hooks, since anything they do in that
William A. Rowe Jr
2001-01-17
1
-1
/
+1
*
adjust remaining modules to use the new handler hook method (Alan Edwards)
Doug MacEachern
2001-01-08
1
-2
/
+2
*
Make handlers use hooks.
Ben Laurie
2001-01-07
1
-12
/
+12
*
mod_cgi: Fix some problems where the wrong error value was being traced
Jeff Trawick
2001-01-03
1
-24
/
+13
*
Change a bunch of mallocs in mod_cgid to apr_palloc. These were never
Ryan Bloom
2001-01-02
1
-8
/
+8
*
Get mod_cgid to use apr calls for creating the actual CGI process.
Ryan Bloom
2000-12-23
1
-64
/
+53
*
Straighten up the first-time-through check in mod_cgid and add a CHANGES
Jeff Trawick
2000-12-13
1
-6
/
+10
*
Get mod_cgid to work as a DSO by changing the way it
Jeff Trawick
2000-12-13
1
-5
/
+10
*
Change a couple of socket call failures from 404 errors to
Jeff Trawick
2000-12-12
1
-2
/
+2
*
Fix a comparison with ENOENT which was accidently broken during
Jeff Trawick
2000-12-12
1
-1
/
+1
*
Clean up some of the warnings from a Tru64 build, mostly due to
Jeff Trawick
2000-11-13
1
-1
/
+1
*
Fix a lot of the fallback from the apr_ssize_t to apr_size_t change
Ryan Bloom
2000-11-10
1
-1
/
+1
*
Add back suexec support.
Manoj Kasichainula
2000-10-23
1
-100
/
+9
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
William A. Rowe Jr
2000-10-16
1
-2
/
+2
*
mod_cgid: In the handler, shut down the Unix socket (only for write)
Jeff Trawick
2000-10-13
1
-0
/
+1
*
These BUFFs aren't used anymore, so they should be removed from the
Ryan Bloom
2000-10-12
1
-5
/
+0
*
Fix some types in the latest tree, so that AIX builds cleanly again.
Ryan Bloom
2000-10-09
1
-1
/
+1
*
Completed review for new tests:
William A. Rowe Jr
2000-10-06
1
-2
/
+1
*
Provide a socklen_t to the user of APR as a portability aid. Some
Jeff Trawick
2000-09-22
1
-1
/
+2
*
Change r->filters to r->output_filters. This sets things up for us to
Ryan Bloom
2000-09-18
1
-2
/
+2
*
Explictly close the AF_UNIX socket to the cgid child after nph cgis too.
Jeff Trawick
2000-09-12
1
-2
/
+3
*
The apr_file_t representation of the Unix socket from which we read
Jeff Trawick
2000-09-11
1
-1
/
+1
*
Modify mod_cgid to use bucket brigades. This means that mod_cgid behaves
Ryan Bloom
2000-09-11
1
-29
/
+38
*
Remove IOLs from Apache. They are no longer necessary, now that we have
Ryan Bloom
2000-08-23
1
-5
/
+1
[next]