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_cgi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Further re-unification of code duplicated across mod_cgi/mod_cgid into
Joe Orton
2020-09-08
1
-169
/
+6
*
* modules/generators/cgi_common.h (cgi_handle_request): Factor out
Joe Orton
2020-02-25
1
-78
/
+16
*
Fix build broken w/o --enable-cgid-fdpassing by r1867968:
Joe Orton
2019-10-04
1
-1
/
+2
*
Move common (and near-identical) code for CGI response output handling
Joe Orton
2019-10-04
1
-126
/
+1
*
* modules/generators/cgi_common.h (cgi_bucket_create):
Joe Orton
2019-10-02
1
-3
/
+0
*
mod_cgid: Continuation of r1862968, experimental fd passing support.
Joe Orton
2019-07-17
1
-187
/
+2
*
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-02
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-19
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-26
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-12
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
[next]