| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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-03 | 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 |
* | PR39923: Allow AddDescription to work with absolute filesystem paths, | Eric Covener | 2011-11-21 | 1 | -1/+7 |
* | Change module sets and default activation status: | Rainer Jung | 2011-11-12 | 1 | -2/+2 |
* | Consistenly use apr_file_* API instead of libc when dumping config because | Stefan Fritsch | 2011-10-09 | 1 | -12/+16 |
* | Downgrade error log messages which accompany a 404 request status from loglevel | Stefan Fritsch | 2011-10-08 | 1 | -1/+1 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 3 | -11/+11 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 4 | -9/+9 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 2 | -5/+5 |
* | PR51371: cross-compile issues with cgi and apr_procattr_limit_*. | Eric Covener | 2011-09-17 | 2 | -13/+24 |
* | For consistency, makes the "Loaded Modules" section of the mod_info output in... | Rich Bowen | 2011-07-29 | 1 | -2/+5 |
* | Add more (trace) logging to the ap_scan_script_header*() functions | Stefan Fritsch | 2011-07-16 | 3 | -3/+7 |
* | improve (but preserve searchable parts of) the error message when Options | Eric Covener | 2011-07-16 | 1 | -2/+7 |
* | adjustments of build priorities of modules without special dependencies | Stefan Fritsch | 2011-07-13 | 1 | -1/+1 |
* | Rename MaxClients to MaxRequestWorkers which describes more accurately what | Stefan Fritsch | 2011-06-20 | 1 | -1/+1 |
* | Code cleanup: replace apr_table_set with non-copying apr_table_setn | Stefan Fritsch | 2011-06-19 | 1 | -3/+3 |
* | Display information about asynchronous connections in the server-status | Stefan Fritsch | 2011-06-19 | 1 | -6/+89 |
* | Fix handling of cumulative system time | Stefan Fritsch | 2011-06-13 | 1 | -2/+2 |
* | Merge repeated calls of ap_rputs. | Stefan Fritsch | 2011-06-13 | 1 | -21/+22 |
* | Introduce ap_(get|set)_core_module_config() functions/macros and use them | Stefan Fritsch | 2011-06-06 | 2 | -7/+3 |
* | Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()s | Stefan Fritsch | 2011-05-21 | 1 | -2/+1 |