summaryrefslogtreecommitdiff
path: root/modules/test/mod_dialup.c
Commit message (Expand)AuthorAgeFilesLines
* Tentative update to reduce noise in travis log (i.e. tons of AH02637).Christophe Jaillet2021-09-231-7/+7
* "[mod_dav_fs etag handling] should really honor the FileETag setting".Graham Leggett2020-06-271-1/+1
* Fix a typoChristophe Jaillet2020-03-281-1/+1
* Fix spelling errors found by codespell. [skip ci]Mike Rumph2020-02-131-1/+1
* Make mod_dialup.c compile when APR has no thread support.Stefan Sperling2019-01-081-0/+6
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-3/+3
* Follow-up to r1593860:Jeff Trawick2014-06-281-1/+1
* Fix duplicate APLOGNOChristophe Jaillet2014-05-201-1/+1
* PR56333: Add an API to resume a connection that a handler has previously susp...Eric Covener2014-05-111-1/+11
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-4/+4
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-12/+12
* refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener2011-09-081-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+1
* 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-011-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