summaryrefslogtreecommitdiff
path: root/modules/generators
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack...Christophe Jaillet2013-06-091-1/+1
* core: Stop the HTTP_IN filter from attempting to write error bucketsGraham Leggett2013-05-142-2/+2
* Use %pm available since apr 1.3 instead of an extra call to apr_strerrorStefan Fritsch2013-03-311-3/+2
* this is broken... pull outJim Jagielski2013-02-271-36/+8
* This is useful info for mod_status ;)Jim Jagielski2013-02-201-1/+2
* Use ap_rputs instead of ap_rvputs where applicable.Christophe Jaillet2012-12-071-1/+1
* Add useful mod_status info... try to determine last timeJim Jagielski2012-12-051-8/+36
* CVE-2012-3499 and CVE-2012-4558Jim Jagielski2012-11-262-2/+4
* Replace an incorrect #if by the correct corresponding #if defined(...)Christophe Jaillet2012-11-111-1/+1
* partially reverting r1403043: Titled xforms but modifying a config5.m4Igor Galić2012-10-281-1/+0
* xformsIgor Galić2012-10-281-0/+1
* No need to test for NULL before calling apr_pstrdup.Christophe Jaillet2012-10-141-1/+1
* s/;;/;/Christophe Jaillet2012-10-121-1/+1
* Break out loadavg from Apache load.... one is quick, the otherJim Jagielski2012-09-241-4/+4
* minor name change, but I expect most will just want/need/useJim Jagielski2012-09-241-1/+1
* Would be nice to have some sort of canonical definitionJim Jagielski2012-09-241-0/+5
* NetWare build tweaks.Guenter Knauf2012-08-095-9/+9
* follow-on to r1097070:Jeff Trawick2012-08-061-1/+1
* Code clean up (remove useless memory allocation) Stefan Fritsch2012-07-153-3/+3
* 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
* Display registered providersStefan Fritsch2011-12-301-3/+61
* Sort list of modulesStefan Fritsch2011-12-301-6/+34
* Display all those shiny new hooks that we have in 2.4Stefan Fritsch2011-12-301-3/+40
* Various code cleanup to avoid compiler, cppcheck, or clang warnings:Stefan Fritsch2011-12-181-1/+1
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-026-62/+62
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-3/+3
* roll back pair of recent autoindex changes (1204355:1204306)Eric Covener2011-11-211-11/+23
* PR51471: IndexIgnore doesn't work in DirectoryMatch.Eric Covener2011-11-211-22/+4