summaryrefslogtreecommitdiffstats
path: root/modules/test/mod_dialup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Disable sendfile by default, as discussed atStefan Fritsch2010-09-041-2/+1
* Intel's compiler warns about assigning the non-enum value 0 to the Jeff Trawick2010-08-061-1/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* clean up apr_time_from_msec() compatibility macrosJeff Trawick2009-04-021-5/+0
* Fixed :)Jim Jagielski2009-02-091-2/+0
* Make dialup_callback a static function.Paul Querna2008-12-021-1/+1
* Cleanup mod_dialup to compile with -std=c89 and -pedantic.Paul Querna2008-10-291-15/+22
* Introduce Suspendable Requests to the Event MPM.Paul Querna2008-09-201-0/+308