summaryrefslogtreecommitdiffstats
path: root/modules/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* update license header textRoy T. Fielding2006-07-116-36/+36
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-196-6/+6
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-104-5/+5
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-046-6/+12
* Add in mod_dumpio in the new debug module directory. Also, placeJim Jagielski2004-12-143-312/+0
* Remove the .cvsignore files.Joe Orton2004-11-191-16/+0
* fix name of The Apache Software FoundationAndré Malo2004-02-097-7/+7
* fix copyright dates and apply the license to one forgotten header fileAndré Malo2004-02-085-4/+19
* apply Apache License, Version 2.0André Malo2004-02-066-295/+61
* update license to 2004.André Malo2004-01-016-6/+6
* get rid of _FOREACHCliff Woolley2003-11-161-1/+4
* A few odd .dsp's to help testers and developers along (really irrelevantWilliam A. Rowe Jr2003-05-161-0/+128
* finished that boring job:André Malo2003-02-036-6/+6
* Add a filter_init function to the filters so that a filter can executeJustin Erenkrantz2002-06-281-1/+1
* The apr_bucket change requires a minor MMN bump. Also modify Apache'sRyan Bloom2002-05-311-1/+1
* we should be copying over all metadata buckets we don't understand, notCliff Woolley2002-05-311-4/+5
* mod_bucketeer needs to preserve error buckets if it sees them ratherJustin Erenkrantz2002-05-301-0/+8
* mod_bucketeer has been tried, convicted, and sentenced in the style courts.Justin Erenkrantz2002-05-291-41/+32
* Fix variable name typoCliff Woolley2002-04-051-3/+6
* BUCKET FREELISTSCliff Woolley2002-03-291-5/+9
* Update our copyright for this year.Roy T. Fielding2002-03-136-6/+6
* As hinted on dev@httpd, change filter naming schemes to match ourJustin Erenkrantz2002-03-071-1/+1
* axe an unused variableJeff Trawick2002-02-271-1/+0
* Fix to avoid a segfault in mod_bucketeer if content_type is unsetBrian Pane2002-02-231-1/+1
* pass a brigadeIan Holsman2002-02-231-20/+12
* remove stale commentIan Holsman2002-02-231-3/+0
* introducing the bucketeerIan Holsman2002-02-232-0/+225
* Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.William A. Rowe Jr2002-01-104-4/+4
* ignore some generated filesJeff Trawick2001-12-211-1/+5
* I don't know if these are correct, just my best alien guess.William A. Rowe Jr2001-10-062-0/+12
* these modules were never built and had not been ported to 2.0Doug MacEachern2001-08-263-536/+1
* This was copied as a test of the ap_r[put|putc|write|printf] family ofWilliam A. Rowe Jr2001-08-232-1713/+0
* adjust to apr_uri_ renameDoug MacEachern2001-08-191-2/+2
* Update the Apache code to account for the XtOffset change in APR.Ryan Bloom2001-08-191-1/+1
* Based on the VC6 switch - and pulling the win32 make files from cvsWilliam A. Rowe Jr2001-08-171-1/+5
* Ignore goodnessWilliam A. Rowe Jr2001-08-171-0/+1
* fix some homophonic issues in comments, as well as someJeff Trawick2001-08-151-1/+1
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-113-3/+3
* Adapt to changed declaration of apr_pool_sub_make()William A. Rowe Jr2001-08-021-1/+1
* Change over to apr_strfsize() for apr_off_t file size formatting.William A. Rowe Jr2001-07-251-1/+2
* Moved util_uri to apr-util/uri/apr_uri, which means adding the apr_Roy T. Fielding2001-05-221-4/+4
* Yet more cleanup.Ben Laurie2001-05-201-3/+3
* More cleanup.Ben Laurie2001-05-202-4/+1
* AP_ function for optional hooks.Ben Laurie2001-05-203-4/+6
* More generic -> optional cleanup.Ben Laurie2001-05-205-10/+10
* Long overdue name change from "generic hook" to "optional hook".Ben Laurie2001-05-203-0/+228
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-283-4/+0