index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
generators
/
mod_cgid.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessariy initialisation before we test mod_cgid's handler name.
Graham Leggett
2010-10-20
1
-17
/
+29
*
mod_cgid: Log a warning if the ScriptSock path is truncated because
Stefan Fritsch
2010-09-04
1
-1
/
+9
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
1
-1
/
+1
*
remove more unused variables
Stefan Fritsch
2010-08-04
1
-2
/
+0
*
- Add loglevels to request_rec and conn_rec
Stefan Fritsch
2010-06-06
1
-2
/
+2
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
Stop unexpected error logs in each requests.
Takashi Sato
2009-10-10
1
-2
/
+4
*
Bring back OS/2 support.
Brian Havard
2009-08-26
1
-1
/
+1
*
Use uninterruptable write; noted borrowing this code for lowportd (mod_ftp)
William A. Rowe Jr
2009-07-06
1
-1
/
+1
*
* Close the accepted fd in the error case to avoid a file descriptor leak.
Ruediger Pluem
2009-06-11
1
-0
/
+1
*
* Close the listening Unix socket of the mod_cgid daemon in the CGI scripts.
Ruediger Pluem
2009-06-11
1
-7
/
+10
*
mod_cgid: Improve handling of long AF_UNIX socket names (ScriptSock).
Jeff Trawick
2009-04-16
1
-13
/
+12
*
remove OS/2 platform support
Jeff Trawick
2009-03-27
1
-1
/
+1
*
the length arguments are apr_size_t, not int
Jeff Trawick
2009-01-06
1
-1
/
+1
*
tiny style fix for r729579
Jeff Trawick
2009-01-06
1
-1
/
+1
*
PR#39332: fix for segfault problem with mod_cgid on Solaris
Nick Kew
2008-12-27
1
-16
/
+43
*
* Do not add an empty argument if we do not have any args for the script.
Ruediger Pluem
2008-12-15
1
-1
/
+1
*
API Cleanup in preperation for 2.4.x, make sure all exported functions or var...
Paul Querna
2008-12-02
1
-1
/
+1
*
* Instead of unixd_setup_child run the drop_privileges hook to switch the
Ruediger Pluem
2008-11-04
1
-2
/
+5
*
* modules/generators/mod_cgid.c
Paul Querna
2008-10-29
1
-2
/
+2
*
Simplyfy codepath. Don't treat "" as special, just
Jim Jagielski
2008-08-04
1
-7
/
+2
*
*) mod_cgid: Pass along empty command line arguments from an ISINDEX
Eric Covener
2008-08-04
1
-0
/
+3
*
*) mod_cgid: Explicitly set permissions of the socket (ScriptSock) shared by
Eric Covener
2008-05-08
1
-0
/
+10
*
mod_cgid: Don't try to restart the daemon if it fails to initialize the socket.
Jeff Trawick
2008-05-07
1
-6
/
+20
*
Remove all references to CORE_PRIVATE.
Paul Querna
2008-04-07
1
-2
/
+0
*
* Prevent running through the error stack by returning OK and setting r->status
Ruediger Pluem
2007-05-27
1
-1
/
+28
*
Update the hash table of active script pids even on paths where a
Jeff Trawick
2007-02-04
1
-22
/
+29
*
Follow up to r451006, use APR_STATUS_IS_TIMEUP instead of comparing against
Garrett Rooney
2006-09-29
1
-1
/
+1
*
* Notice that reading of the request entity body failed due to a timeout
Ruediger Pluem
2006-09-28
1
-0
/
+5
*
PR 31759 (mutated) - reported by Jo Rhett
Nick Kew
2006-09-13
1
-1
/
+3
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
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-28
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
[next]