summaryrefslogtreecommitdiff
path: root/modules/generators/mod_cgid.c
Commit message (Expand)AuthorAgeFilesLines
* log an error when ap_runtime_dir_relative fails.Giovanni Bechis2023-04-051-1/+4
* Fix a possible NULL pointer dereference of ap_runtime_dir_relative()Giovanni Bechis2023-04-041-0/+2
* * modules/generators/mod_cgid.c (cgid_server): Register cleanup forJoe Orton2021-03-161-3/+3
* Enable mod_cgid stderr handling via Unix socket fd transfer byJoe Orton2021-02-251-5/+5
* Further re-unification of code duplicated across mod_cgi/mod_cgid intoJoe Orton2020-09-081-193/+28
* * modules/generators/mod_cgid.c (get_cgi_pid): Fix test for pid=0.Joe Orton2020-07-141-4/+4
* * modules/generators/mod_cgid.c (get_req): Add basic sanityJoe Orton2020-06-241-0/+8
* * modules/generators/mod_cgid.c (cgid_handler): Bail immediately withJoe Orton2020-06-231-6/+8
* Add missing pool tags to help debugging.Yann Ylavic2020-04-161-0/+2
* * modules/generators/cgi_common.h (cgi_handle_request): Factor outJoe Orton2020-02-251-80/+15
* Fix build broken w/o --enable-cgid-fdpassing by r1867968:Joe Orton2019-10-041-2/+3
* Move common (and near-identical) code for CGI response output handlingJoe Orton2019-10-041-132/+2
* * modules/generators/mod_cgid.c (sock_readhdr): Only set up controlJoe Orton2019-10-021-7/+15
* mod_cgid: Continuation of r1862968, experimental fd passing support.Joe Orton2019-07-171-38/+114
* Add experimental support for fd passing in mod_cgid. Attaches CGIJoe Orton2019-07-121-13/+106
* Follow up to r1739201.Yann Ylavic2016-10-281-5/+0
* Stash the cgi PID earlier in mod_cgidEric Covener2016-08-271-24/+43
* mod_cgi/mod_cgid documentation about environment variables added (like DOCUME...Luca Toscano2016-01-241-6/+11
* Remove APLOGNO after moving log message toRainer Jung2016-01-191-1/+2
* Added many log numbers to log statements thatRainer Jung2016-01-191-2/+4
* flush errors are TRACE1 in the core output filter now.Eric Covener2016-01-151-4/+1
* Follow up to r1715880: revert more abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-12-291-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-1/+1
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-1/+1
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-1/+1
* Followup to r1667385, my sandbox was out of date.Eric Covener2015-03-171-1/+1
* Retry ENOENT like ECONNREFUSED, but only near a server restart.Eric Covener2015-03-171-3/+26
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-1/+1
* Add missing APLOGNO + fix a typo in a commentChristophe Jaillet2014-07-141-1/+1
* SECURITY: CVE-2014-0231 (cve.mitre.org): Part two of two, with r1535125:Eric Covener2014-07-141-0/+13
* follow-up to r1096569:Jeff Trawick2014-02-071-5/+0
* SECURITY (CVE-2014-0231): Fix for DoS due to hang waiting for CGI script.Eric Covener2013-10-231-2/+42
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-141-1/+1
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-151-1/+1
* Replace use of apr_file_write() with apr_file_write_full() to preventStefan Fritsch2012-04-261-1/+1
* Move away from DEFAULT_REL_RUNTIMEDIR and use ap_runtime_dir_relative()Jim Jagielski2012-03-121-3/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-37/+37
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* PR51371: cross-compile issues with cgi and apr_procattr_limit_*.Eric Covener2011-09-171-7/+14
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-161-1/+3
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-5/+2
* Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()sStefan Fritsch2011-05-211-2/+1
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-7/+0
* Add new ap_reserve_module_slots/ap_reserve_module_slots_directive API,Stefan Fritsch2011-04-251-1/+1
* Fix typo in RLIMIT_NPROCDaniel Earl Poirier2011-03-161-4/+5
* fix some logging calls to include the server_recJeff Trawick2011-02-261-3/+3
* Use ap_state_query() to fix many modules that were not correctly initializingStefan Fritsch2011-02-121-3/+1
* In comments: s@ XX @ XXX: @ so they can actually be found seen.Igor Galić2010-12-291-1/+1
* Add support for RLimit* in mod_cgid. PR 42135.Eric Covener2010-12-041-53/+58
* Avoid unnecessariy initialisation before we test mod_cgid's handler name.Graham Leggett2010-10-201-17/+29