index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
generators
/
mod_cgi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR62229: add CGIScriptTimeout to mod_cgi
Eric Covener
2018-04-02
1
-8
/
+40
*
PR 61980: AH01215 CGI stderr forwarding msg improvement
Eric Covener
2018-01-10
1
-3
/
+8
*
Follow up to r1739201.
Yann Ylavic
2016-10-28
1
-5
/
+0
*
mod_cgi/mod_cgid documentation about environment variables added (like DOCUME...
Luca Toscano
2016-01-24
1
-4
/
+4
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-3
/
+6
*
Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.
Yann Ylavic
2015-12-29
1
-1
/
+1
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-1
/
+1
*
Revert r1715789: will re-commit without spurious functional changes.
Yann Ylavic
2015-11-23
1
-1
/
+1
*
Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).
Yann Ylavic
2015-11-23
1
-1
/
+1
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-1
/
+1
*
mod_cgi: log cgi script stderr to ScriptLog, use APLOGNO for log_scripterror
Jan Kaluža
2014-09-23
1
-9
/
+9
*
Strip useless apr_brigade_cleanup() calls.
Yann Ylavic
2014-06-10
1
-2
/
+0
*
core: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett
2013-05-14
1
-1
/
+1
*
Use %pm available since apr 1.3 instead of an extra call to apr_strerror
Stefan Fritsch
2013-03-31
1
-3
/
+2
*
Replace an incorrect #if by the correct corresponding #if defined(...)
Christophe Jaillet
2012-11-11
1
-1
/
+1
*
Code clean up (remove useless memory allocation)
Stefan Fritsch
2012-07-15
1
-1
/
+1
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-17
/
+17
*
Remove more log message prefixes that are now redundant as the
Stefan Fritsch
2011-11-29
1
-3
/
+3
*
More cleanup: Expand tabs and some more indentation fixes
Stefan Fritsch
2011-09-23
1
-3
/
+3
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-1
/
+1
*
PR51371: cross-compile issues with cgi and apr_procattr_limit_*.
Eric Covener
2011-09-17
1
-6
/
+10
*
Add more (trace) logging to the ap_scan_script_header*() functions
Stefan Fritsch
2011-07-16
1
-1
/
+3
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-2
/
+1
*
In comments: s@ XX @ XXX: @ so they can actually be found seen.
Igor Galić
2010-12-29
1
-1
/
+1
*
Avoid unnecessariy initialisation before we test mod_cgi's handler name.
Graham Leggett
2010-10-20
1
-2
/
+5
*
Intel's compiler warns about assigning the non-enum value 0 to the
Jeff Trawick
2010-08-06
1
-1
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-1
/
+1
*
fix potential file descriptor leak with DEBUG_CGI
Stefan Fritsch
2010-04-05
1
-3
/
+1
*
Bring back OS/2 support.
Brian Havard
2009-08-26
1
-0
/
+5
*
* Do better checking of pollset operations in various places to avoid segfaults.
Ruediger Pluem
2009-08-16
1
-3
/
+17
*
remove OS/2 platform support
Jeff Trawick
2009-03-27
1
-5
/
+0
*
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
*
PR#39710 - badly broken errordocuments for CGI
Nick Kew
2007-05-26
1
-12
/
+1
*
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
-27
/
+27
*
Remove CGI block on OPTIONS method so that scripts can
Roy T. Fielding
2005-10-18
1
-7
/
+0
*
Fix bug where non-200 CGI responses will not send anything down filter chain.
Justin Erenkrantz
2005-08-10
1
-1
/
+12
*
* modules/generators/mod_cgi.c (cgi_bucket_read): Log a specific error
Joe Orton
2005-06-08
1
-1
/
+9
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
* modules/generators/mod_cgi.c (cgi_handler): Ensure all stderr from
Joe Orton
2004-11-22
1
-3
/
+7
*
* server/util_filter.c (ap_save_brigade): Handle an ENOTIMPL setaside
Joe Orton
2004-09-26
1
-4
/
+1
*
* modules/generators/mod_cgi.c (cgi_handler): Fix possible segfaults
Joe Orton
2004-09-22
1
-1
/
+4
*
#ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED the stderr to errorlog stuff
André Malo
2004-08-26
1
-1
/
+8
*
Escape bytes returned by the errfn because it might be from an untrusted source
Bill Stoddard
2004-08-24
1
-1
/
+4
*
Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test against
Justin Erenkrantz
2004-08-01
1
-2
/
+2
[next]