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
*
* Always trust content types that we set literally
Ruediger Pluem
2024-07-02
1
-1
/
+1
*
* modules/generators/mod_cgi.c, mod_cgid.c: Since
Joe Orton
2024-04-15
1
-1
/
+0
*
log an error when ap_runtime_dir_relative fails.
Giovanni Bechis
2023-04-05
1
-1
/
+4
*
Fix a possible NULL pointer dereference of ap_runtime_dir_relative()
Giovanni Bechis
2023-04-04
1
-0
/
+2
*
* modules/generators/mod_cgid.c (cgid_server): Register cleanup for
Joe Orton
2021-03-16
1
-3
/
+3
*
Enable mod_cgid stderr handling via Unix socket fd transfer by
Joe Orton
2021-02-25
1
-5
/
+5
*
Further re-unification of code duplicated across mod_cgi/mod_cgid into
Joe Orton
2020-09-08
1
-193
/
+28
*
* modules/generators/mod_cgid.c (get_cgi_pid): Fix test for pid=0.
Joe Orton
2020-07-14
1
-4
/
+4
*
* modules/generators/mod_cgid.c (get_req): Add basic sanity
Joe Orton
2020-06-24
1
-0
/
+8
*
* modules/generators/mod_cgid.c (cgid_handler): Bail immediately with
Joe Orton
2020-06-23
1
-6
/
+8
*
Add missing pool tags to help debugging.
Yann Ylavic
2020-04-16
1
-0
/
+2
*
* modules/generators/cgi_common.h (cgi_handle_request): Factor out
Joe Orton
2020-02-25
1
-80
/
+15
*
Fix build broken w/o --enable-cgid-fdpassing by r1867968:
Joe Orton
2019-10-04
1
-2
/
+3
*
Move common (and near-identical) code for CGI response output handling
Joe Orton
2019-10-04
1
-132
/
+2
*
* modules/generators/mod_cgid.c (sock_readhdr): Only set up control
Joe Orton
2019-10-02
1
-7
/
+15
*
mod_cgid: Continuation of r1862968, experimental fd passing support.
Joe Orton
2019-07-17
1
-38
/
+114
*
Add experimental support for fd passing in mod_cgid. Attaches CGI
Joe Orton
2019-07-12
1
-13
/
+106
*
Follow up to r1739201.
Yann Ylavic
2016-10-28
1
-5
/
+0
*
Stash the cgi PID earlier in mod_cgid
Eric Covener
2016-08-28
1
-24
/
+43
*
mod_cgi/mod_cgid documentation about environment variables added (like DOCUME...
Luca Toscano
2016-01-24
1
-6
/
+11
*
Remove APLOGNO after moving log message to
Rainer Jung
2016-01-19
1
-1
/
+2
*
Added many log numbers to log statements that
Rainer Jung
2016-01-19
1
-2
/
+4
*
flush errors are TRACE1 in the core output filter now.
Eric Covener
2016-01-15
1
-4
/
+1
*
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
*
Followup to r1667385, my sandbox was out of date.
Eric Covener
2015-03-17
1
-1
/
+1
*
Retry ENOENT like ECONNREFUSED, but only near a server restart.
Eric Covener
2015-03-17
1
-3
/
+26
*
core, modules: like r1657897 but for core and other modules than mod_proxy.
Yann Ylavic
2015-03-10
1
-1
/
+1
*
Add missing APLOGNO + fix a typo in a comment
Christophe Jaillet
2014-07-14
1
-1
/
+1
*
SECURITY: CVE-2014-0231 (cve.mitre.org): Part two of two, with r1535125:
Eric Covener
2014-07-14
1
-0
/
+13
*
follow-up to r1096569:
Jeff Trawick
2014-02-07
1
-5
/
+0
*
SECURITY (CVE-2014-0231): Fix for DoS due to hang waiting for CGI script.
Eric Covener
2013-10-23
1
-2
/
+42
*
core: Stop the HTTP_IN filter from attempting to write error buckets
Graham Leggett
2013-05-14
1
-1
/
+1
*
Code clean up (remove useless memory allocation)
Stefan Fritsch
2012-07-15
1
-1
/
+1
*
Replace use of apr_file_write() with apr_file_write_full() to prevent
Stefan Fritsch
2012-04-26
1
-1
/
+1
*
Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()
Jim Jagielski
2012-03-12
1
-3
/
+4
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-37
/
+37
*
Cleanup effort in prep for GA push:
Jim Jagielski
2011-09-23
1
-2
/
+2
*
PR51371: cross-compile issues with cgi and apr_procattr_limit_*.
Eric Covener
2011-09-17
1
-7
/
+14
*
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
-5
/
+2
*
Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()s
Stefan Fritsch
2011-05-21
1
-2
/
+1
*
fix some dead assignments found by the clang analyzer
Jeff Trawick
2011-04-30
1
-7
/
+0
*
Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,
Stefan Fritsch
2011-04-25
1
-1
/
+1
*
Fix typo in RLIMIT_NPROC
Daniel Earl Poirier
2011-03-16
1
-4
/
+5
*
fix some logging calls to include the server_rec
Jeff Trawick
2011-02-26
1
-3
/
+3
*
Use ap_state_query() to fix many modules that were not correctly initializing
Stefan Fritsch
2011-02-12
1
-3
/
+1
*
In comments: s@ XX @ XXX: @ so they can actually be found seen.
Igor Galić
2010-12-29
1
-1
/
+1
[next]