summaryrefslogtreecommitdiff
path: root/modules/test
Commit message (Expand)AuthorAgeFilesLines
* Tentative update to reduce noise in travis log (i.e. tons of AH02637).Christophe Jaillet2021-09-231-7/+7
* mod_optional_hook_import: debug message at APLOG_DEBUG level.Yann Ylavic2021-09-211-2/+2
* mod_example_hooks, mod_optional_fn_export: debug messages at APLOG_DEBUG levelYann Ylavic2021-09-201-1/+1
* "[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
* factor out TE=chunked checkingEric Covener2020-02-071-2/+2
* Make mod_dialup.c compile when APR has no thread support.Stefan Sperling2019-01-081-0/+6
* http: Enforce consistently no response body with both 204 and 304 statuses.Yann Ylavic2018-07-301-3/+2
* Rename ap_casecmpstr[n]() to ap_cstr_casecmp[n](), update with APR doxygenWilliam A. Rowe Jr2016-06-091-6/+6
* Added many log numbers to log statements thatRainer Jung2016-01-191-14/+6
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-37/+6
* Revert r1715789: will re-commit without spurious functional changes.Yann Ylavic2015-11-231-6/+37
* Use new ap_casecmpstr[n]() functions where appropriate (not exhaustive).Yann Ylavic2015-11-231-37/+6
* Fix some style issues on files that can easily be synch'ed with 2.4.xChristophe Jaillet2015-09-301-2/+2
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-3/+3
* Style ('{' on same line as function definition)Christophe Jaillet2014-10-111-1/+2
* 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
* fix typo in include guardStefan Fritsch2013-08-151-1/+1
* Added mod_policy to NetWare build.Guenter Knauf2013-01-202-0/+257
* CVE-2012-3499Stefan Fritsch2012-12-081-1/+2
* NetWare build tweaks.Guenter Knauf2012-08-094-4/+4
* Various code clean upStefan Fritsch2012-07-151-5/+4
* Minor fixes for firehose and mod_policy:Rainer Jung2012-02-011-6/+6
* fix const warning with strchr->ap_strchr mappingJeff Trawick2012-01-151-1/+1
* mod_policy: Add a new testing module to help server administratorsGraham Leggett2011-12-212-0/+1336
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-023-6/+6
* Fixed broken NWGNUmakefile introduced with r1201194, r1201195.Guenter Knauf2011-11-141-1/+2
* Choose consistent comments and remove explicitRainer Jung2011-11-121-5/+5
* 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
* adjustments of build priorities of modules without special dependenciesStefan Fritsch2011-07-131-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-2/+1
* Use a var INSTALLBASE to simplify NetWare installation rules.Guenter Knauf2011-03-181-1/+1
* Use var for prelude so its possible to change it at one place.Guenter Knauf2011-03-184-4/+4
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-084-8/+8
* NetWare build overhaul in order to compile on Linux.Guenter Knauf2011-03-085-33/+33
* 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
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-224-16/+8
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-065-5/+5
* added NetWare makefiles for test modules.Guenter Knauf2009-10-015-0/+1288
* Always make mod_*.h files available where they exist, modpath by modpathWilliam A. Rowe Jr2009-08-281-0/+2
* 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-202-0/+310