summaryrefslogtreecommitdiff
path: root/modules/generators
Commit message (Expand)AuthorAgeFilesLines
* configure: don't overwrite other_targets when mod_suexec is enabledJacob Champion2017-05-251-1/+1
* 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-211-7/+4
* Save a few bytes in the conf pool.Christophe Jaillet2017-03-211-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-271-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
* More ap_casecmpstr[n]() usages (follow up to r1715876).Yann Ylavic2015-11-232-43/+43
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-233-4/+4
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-233-4/+4
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-233-4/+4
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-1/+1
* allow autoindex w/o mod_dir/mod_mime setting the DIR_MAGIC_TYPE.Eric Covener2015-09-061-1/+4
* s/\<\(\w\+\)\>\s\+\<\1\>/\1/gYann Ylavic2015-07-091-1/+1
* Followon to r1671396: add misiing newline inRainer Jung2015-04-091-1/+1
* Followon to r1671396:Rainer Jung2015-04-091-1/+0
* Add more data to "?auto" view of server-status.Rainer Jung2015-04-051-5/+36
* 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-103-3/+3
* Add class attributes for empty descriptionsDaniel Ruggeri2014-12-281-1/+1
* mod_cgi: log cgi script stderr to ScriptLog, use APLOGNO for log_scripterrorJan Kaluža2014-09-231-9/+9
* Add compiled and loaded PCRE version numbersRainer Jung2014-07-231-0/+6
* 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
* SECURITY (CVE-2014-0226): Fix a race condition in scoreboard handling,Joe Orton2014-07-141-3/+3
* Remove some 'register' in variable declaration.Christophe Jaillet2014-07-141-1/+1
* Strip useless apr_brigade_cleanup() calls.Yann Ylavic2014-06-101-2/+0
* 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
* Fix some compiler warnings.Guenter Knauf2013-07-071-1/+1
* Reduce stack usage, 32 bytes are enough here, no need toRainer Jung2013-06-101-2/+2
* Use the size of the buffer as opposed to MAX_STRING_LEN.Graham Leggett2013-06-101-1/+1