summaryrefslogtreecommitdiffstats
path: root/modules/generators (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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-036-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
* PR39923: Allow AddDescription to work with absolute filesystem paths,Eric Covener2011-11-211-1/+7
* Change module sets and default activation status:Rainer Jung2011-11-121-2/+2
* Consistenly use apr_file_* API instead of libc when dumping config becauseStefan Fritsch2011-10-091-12/+16
* Downgrade error log messages which accompany a 404 request status from loglevelStefan Fritsch2011-10-081-1/+1
* More cleanup: Expand tabs and some more indentation fixesStefan Fritsch2011-09-233-11/+11
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-234-9/+9
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-232-5/+5
* PR51371: cross-compile issues with cgi and apr_procattr_limit_*.Eric Covener2011-09-172-13/+24
* For consistency, makes the "Loaded Modules" section of the mod_info output in...Rich Bowen2011-07-291-2/+5
* Add more (trace) logging to the ap_scan_script_header*() functionsStefan Fritsch2011-07-163-3/+7
* improve (but preserve searchable parts of) the error message when Options Eric Covener2011-07-161-2/+7
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-1/+1
* Rename MaxClients to MaxRequestWorkers which describes more accurately whatStefan Fritsch2011-06-201-1/+1
* Code cleanup: replace apr_table_set with non-copying apr_table_setnStefan Fritsch2011-06-191-3/+3
* Display information about asynchronous connections in the server-statusStefan Fritsch2011-06-191-6/+89
* Fix handling of cumulative system timeStefan Fritsch2011-06-131-2/+2
* Merge repeated calls of ap_rputs.Stefan Fritsch2011-06-131-21/+22
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-062-7/+3
* Replace some "apr_p[c]alloc / memcpy" constructions into a single apr_pmemdup()sStefan Fritsch2011-05-211-2/+1