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
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-399
/
+399
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-2
/
+2
*
Remove CGI block on OPTIONS method so that scripts can
Roy T. Fielding
2005-10-18
1
-7
/
+0
*
Whitespace fixes.
Colm MacCarthaigh
2005-10-03
1
-2
/
+2
*
Add ap_append_pid(); This is performed enough to warrant
Jim Jagielski
2005-08-31
1
-3
/
+2
*
If uid_t and gid_t are unsigned on a platform (hurd, for example), using -1
Colm MacCarthaigh
2005-08-30
1
-1
/
+1
*
Fix PR36410; Change how the get_suexec_identity hook is handled by CGID.
Colm MacCarthaigh
2005-08-30
1
-55
/
+44
*
Correct mod_cgid's argv[0] so that the full path can be delved by the
William A. Rowe Jr
2005-08-29
1
-4
/
+1
*
CGId keeps a copy of the listening sockets open, which interferes with a
Colm MacCarthaigh
2005-08-27
1
-0
/
+3
*
Append the .PID to the ScriptSock filename. This change ensures that multiple
Colm MacCarthaigh
2005-08-25
1
-10
/
+15
*
nit: Consistently CamelCase "ScriptSock".
Colm MacCarthaigh
2005-08-25
1
-2
/
+2
*
fix 64bit build warnings
Andreas Steinmetz
2005-08-23
1
-7
/
+7
*
mod_cgid: Fix buffer overflow processing ScriptSock directive.
Jeff Trawick
2005-06-22
1
-2
/
+2
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
mod_cgid: Catch configuration problem where two web server instances
Jeff Trawick
2004-11-24
1
-0
/
+15
*
* modules/generators/mod_cgid.c (cgid_init): Fix GCC strict-aliasing
Joe Orton
2004-11-12
1
-2
/
+6
*
Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against
Justin Erenkrantz
2004-08-01
1
-4
/
+4
*
Let CGI daemon die if the network layer has been shut down (problem noticed o...
Martin Kraemer
2004-06-29
1
-0
/
+6
*
* modules/generators/mod_cgid.c (cgid_server, set_script_socket):
Joe Orton
2004-03-30
1
-5
/
+0
*
mod_cgid: Don't allow Scriptsock to be specified inside VirtualHost;
Jeff Trawick
2004-03-29
1
-12
/
+24
*
mod_cgid: Fix storage corruption caused by use of incorrect pool.
Jeff Trawick
2004-03-15
1
-1
/
+1
*
fix name of The Apache Software Foundation
André Malo
2004-02-09
1
-1
/
+1
*
fix copyright dates according to the first check in
André Malo
2004-02-08
1
-1
/
+1
*
apply Apache License, 2.0
André Malo
2004-02-06
1
-53
/
+10
*
update license to 2004.
André Malo
2004-01-01
1
-1
/
+1
*
change the way the cgid daemon restart logic determines whether
Jeff Trawick
2003-12-13
1
-4
/
+13
*
get rid of _FOREACH
Cliff Woolley
2003-11-16
1
-3
/
+14
*
Fix a long delay with CGI requests and keepalive connections on
Jeff Trawick
2003-11-07
1
-0
/
+10
*
Forward port from 2.0:
Sander Striker
2003-10-26
1
-25
/
+10
*
mod_cgid: fix a hash table corruption problem which could
Jeff Trawick
2003-10-02
1
-1
/
+20
*
switch to APR 1.0 API (which is still in flux)
Jeff Trawick
2003-09-03
1
-1
/
+1
*
drop superfluous argument from ap_ssi_parse_string.
André Malo
2003-08-22
1
-2
/
+2
*
adjust mod_cgi and mod_cgid
André Malo
2003-08-21
1
-111
/
+97
*
include_cmd doesn't imply the CGI interface. That code seems to be
André Malo
2003-08-20
1
-47
/
+9
*
mod_cgid: Restart the cgid daemon if it crashes.
Jeff Trawick
2003-06-23
1
-35
/
+62
*
mod_cgid: Eliminate a double-close of a socket. This resolves
Jeff Trawick
2003-06-20
1
-3
/
+2
*
Fix a misterminated comment... noted by bpane
William A. Rowe Jr
2003-03-31
1
-1
/
+1
*
Solve segfaults from unusual error exceptions in cgid. The daemon
William A. Rowe Jr
2003-03-31
1
-6
/
+12
*
mod_cgi, mod_cgid, mod_ext_filter: Log errors when scripts cannot
Jeff Trawick
2003-02-12
1
-1
/
+25
*
finished that boring job:
André Malo
2003-02-03
1
-1
/
+1
*
Fix the building of cgi command lines when the query string
Jeff Trawick
2002-11-22
1
-8
/
+13
*
mod_cgid: Handle environment variables containing newlines.
Jeff Trawick
2002-11-15
1
-172
/
+221
*
watch out for the should-not-occur condition where the daemon can't
Jeff Trawick
2002-11-12
1
-3
/
+7
*
mod_cgid: Terminate CGI scripts when the client connection
Jeff Trawick
2002-11-11
1
-20
/
+142
*
add a comment lamenting the lack of a cleanup for the CGI child
Jeff Trawick
2002-10-31
1
-0
/
+15
*
Fix a problem with streaming script output and mod_cgid. We have
Jeff Trawick
2002-10-03
1
-2
/
+2
*
Log error message to the client without the path name.
Bill Stoddard
2002-07-30
1
-2
/
+3
*
s/cgi/cgid might be just a little agressive - fix a comment
William A. Rowe Jr
2002-06-23
1
-1
/
+1
*
Note the changed meaning of the NULL next_filter argument to the
William A. Rowe Jr
2002-06-22
1
-1
/
+1
*
Pass the brigade even on header_only requests
Brian Pane
2002-06-13
1
-8
/
+6
[next]