| Commit message (Expand) | Author | Age | Files | Lines |
* | allow autoindex w/o mod_dir/mod_mime setting the DIR_MAGIC_TYPE. | Eric Covener | 2015-09-06 | 1 | -1/+4 |
* | s/\<\(\w\+\)\>\s\+\<\1\>/\1/g | Yann Ylavic | 2015-07-09 | 1 | -1/+1 |
* | Followon to r1671396: add misiing newline in | Rainer Jung | 2015-04-09 | 1 | -1/+1 |
* | Followon to r1671396: | Rainer Jung | 2015-04-09 | 1 | -1/+0 |
* | Add more data to "?auto" view of server-status. | Rainer Jung | 2015-04-05 | 1 | -5/+36 |
* | 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 | 3 | -3/+3 |
* | Add class attributes for empty descriptions | Daniel Ruggeri | 2014-12-28 | 1 | -1/+1 |
* | mod_cgi: log cgi script stderr to ScriptLog, use APLOGNO for log_scripterror | Jan Kaluža | 2014-09-23 | 1 | -9/+9 |
* | Add compiled and loaded PCRE version numbers | Rainer Jung | 2014-07-23 | 1 | -0/+6 |
* | 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 |
* | SECURITY (CVE-2014-0226): Fix a race condition in scoreboard handling, | Joe Orton | 2014-07-14 | 1 | -3/+3 |
* | Remove some 'register' in variable declaration. | Christophe Jaillet | 2014-07-14 | 1 | -1/+1 |
* | Strip useless apr_brigade_cleanup() calls. | Yann Ylavic | 2014-06-10 | 1 | -2/+0 |
* | 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 |
* | Fix some compiler warnings. | Guenter Knauf | 2013-07-07 | 1 | -1/+1 |
* | Reduce stack usage, 32 bytes are enough here, no need to | Rainer Jung | 2013-06-10 | 1 | -2/+2 |
* | Use the size of the buffer as opposed to MAX_STRING_LEN. | Graham Leggett | 2013-06-10 | 1 | -1/+1 |
* | Reduce stack usage, 32 bytes are enough here, no need to take 8k in the stack... | Christophe Jaillet | 2013-06-09 | 1 | -1/+1 |
* | core: Stop the HTTP_IN filter from attempting to write error buckets | Graham Leggett | 2013-05-14 | 2 | -2/+2 |
* | Use %pm available since apr 1.3 instead of an extra call to apr_strerror | Stefan Fritsch | 2013-03-31 | 1 | -3/+2 |
* | this is broken... pull out | Jim Jagielski | 2013-02-27 | 1 | -36/+8 |
* | This is useful info for mod_status ;) | Jim Jagielski | 2013-02-20 | 1 | -1/+2 |
* | Use ap_rputs instead of ap_rvputs where applicable. | Christophe Jaillet | 2012-12-07 | 1 | -1/+1 |
* | Add useful mod_status info... try to determine last time | Jim Jagielski | 2012-12-05 | 1 | -8/+36 |
* | CVE-2012-3499 and CVE-2012-4558 | Jim Jagielski | 2012-11-26 | 2 | -2/+4 |
* | Replace an incorrect #if by the correct corresponding #if defined(...) | Christophe Jaillet | 2012-11-11 | 1 | -1/+1 |
* | partially reverting r1403043: Titled xforms but modifying a config5.m4 | Igor Galić | 2012-10-28 | 1 | -1/+0 |
* | xforms | Igor Galić | 2012-10-28 | 1 | -0/+1 |
* | No need to test for NULL before calling apr_pstrdup. | Christophe Jaillet | 2012-10-14 | 1 | -1/+1 |
* | s/;;/;/ | Christophe Jaillet | 2012-10-12 | 1 | -1/+1 |
* | Break out loadavg from Apache load.... one is quick, the other | Jim Jagielski | 2012-09-24 | 1 | -4/+4 |
* | minor name change, but I expect most will just want/need/use | Jim Jagielski | 2012-09-24 | 1 | -1/+1 |
* | Would be nice to have some sort of canonical definition | Jim Jagielski | 2012-09-24 | 1 | -0/+5 |
* | NetWare build tweaks. | Guenter Knauf | 2012-08-09 | 5 | -9/+9 |
* | follow-on to r1097070: | Jeff Trawick | 2012-08-06 | 1 | -1/+1 |
* | Code clean up (remove useless memory allocation) | Stefan Fritsch | 2012-07-15 | 3 | -3/+3 |
* | 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 |
* | Display registered providers | Stefan Fritsch | 2011-12-30 | 1 | -3/+61 |
* | Sort list of modules | Stefan Fritsch | 2011-12-30 | 1 | -6/+34 |
* | Display all those shiny new hooks that we have in 2.4 | Stefan Fritsch | 2011-12-30 | 1 | -3/+40 |
* | Various code cleanup to avoid compiler, cppcheck, or clang warnings: | Stefan Fritsch | 2011-12-18 | 1 | -1/+1 |
* | Add lots of unique tags to error log messages | Stefan Fritsch | 2011-12-02 | 6 | -62/+62 |
* | Remove more log message prefixes that are now redundant as the | Stefan Fritsch | 2011-11-29 | 1 | -3/+3 |
* | roll back pair of recent autoindex changes (1204355:1204306) | Eric Covener | 2011-11-21 | 1 | -11/+23 |
* | PR51471: IndexIgnore doesn't work in DirectoryMatch. | Eric Covener | 2011-11-21 | 1 | -22/+4 |