summaryrefslogtreecommitdiffstats
path: root/modules/generators (follow)
Commit message (Expand)AuthorAgeFilesLines
* Declare pre_translate hook in lua/info/log_debug/example modules, and docs.Yann Ylavic2020-06-221-0/+1
* Add ap_normalize_path() to replace ap_getparents() (with options).Yann Ylavic2020-06-221-2/+3
* Add missing pool tags to help debugging.Yann Ylavic2020-04-162-0/+3
* * modules/generators/cgi_common.h (cgi_handle_request): CatchJoe Orton2020-02-251-1/+4
* * modules/generators/cgi_common.h (cgi_handle_request): Factor outJoe Orton2020-02-253-158/+115
* PR62989: DOCTYPE tags in server-generated HTML. Eric Covener2020-01-312-2/+2
* Add comment, no functional change.Joe Orton2019-11-051-0/+4
* Fix build broken w/o --enable-cgid-fdpassing by r1867968:Joe Orton2019-10-043-3/+8
* * modules/generators/cgi_common.h (discard_script_output): SimplifyJoe Orton2019-10-041-8/+4
* Move common (and near-identical) code for CGI response output handlingJoe Orton2019-10-043-258/+143
* * modules/generators/cgi_common.h (cgi_bucket_create):Joe Orton2019-10-022-3/+4
* * 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-173-225/+332
* Add experimental support for fd passing in mod_cgid. Attaches CGIJoe Orton2019-07-122-13/+117
* Fix wrong use of ap_rputs with formats.Rainer Jung2019-04-141-1/+1
* Use APR apr_time_as_msec() macro for conversionRainer Jung2018-08-311-10/+9
* mod_status: Cumulate CPU time of exited childRainer Jung2018-08-071-14/+30
* mod_status: Add cumulated response duration timeRainer Jung2018-08-071-11/+25
* mod_status: Complete the data shown for asyncRainer Jung2018-08-071-5/+13
* Fix PR54848 in a 2.4.x backportable format. Ideally deprecating the useJim Jagielski2018-08-011-2/+2
* * modules/generators/mod_info.c: Constify fixed tables and markJoe Orton2018-04-111-6/+6
* PR62229: add CGIScriptTimeout to mod_cgiEric Covener2018-04-021-8/+40
* PR 61980: AH01215 CGI stderr forwarding msg improvementEric Covener2018-01-101-3/+8
* Follow up to r1740928: including NOT_IN_PROXY in NOT_IN_DIR_LOC_FILE is bothYann Ylavic2017-10-141-1/+1
* httpdunit: merge to trunk from feature branchJacob Champion2017-06-211-1/+1
|\
| * configure: don't overwrite other_targets when mod_suexec is enabledJacob Champion2017-05-251-1/+1
* | remove r1792169 taint checks from proxy and status modulesEric Covener2017-05-261-7/+0
|/
* Introduce request taint-checking concept.Nick Kew2017-04-211-0/+7
* no strncasecmp because flag has no valueEric Covener2017-03-241-1/+1
* Use 'ap_cstr_casecmp' to simplify code.Christophe Jaillet2017-03-221-7/+4
* Save a few bytes in the conf pool.Christophe Jaillet2017-03-221-4/+4
* update comments post-r1787525Eric Covener2017-03-181-1/+4
* Add IndexOptions UseOldDateFormatEric Covener2017-03-181-4/+12
* Remove some spaces to synch with 2.4Christophe Jaillet2016-12-031-1/+1
* Follow up to r1739201.Yann Ylavic2016-10-282-10/+0
* Stash the cgi PID earlier in mod_cgidEric Covener2016-08-281-24/+43
* mod_status: note stopping procs in async info tableStefan Fritsch2016-08-201-3/+18
* Fix <p> tag closing syntaxChristophe Jaillet2016-08-201-1/+1
* Delay some memory allocation in order to save 272 bytes in the 'request' memo...Christophe Jaillet2016-08-201-1/+3
* Fix the number of column for 'Async connections'.Christophe Jaillet2016-08-201-11/+15
* Replace tab by spaces to be consistentChristophe Jaillet2016-08-181-1/+1
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-092-9/+9
* Display process slot number in the async overview Stefan Fritsch2016-04-111-4/+6
* mod_cgi/mod_cgid documentation about environment variables added (like DOCUME...Luca Toscano2016-01-242-10/+15
* scoreboard addition of protocol, new ap_udpte_child_status methodsStefan Eissing2016-01-211-3/+7
* Remove APLOGNO after moving log message toRainer Jung2016-01-191-1/+2
* Added many log numbers to log statements thatRainer Jung2016-01-192-5/+10
* 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-292-2/+2
* Follow up to r1715880: revert abusive ap_casecmpstr[n]() usages.Yann Ylavic2015-11-241-36/+36