summaryrefslogtreecommitdiff
path: root/modules/test
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch(no author)2003-05-161-0/+128
* update license to 2003.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-161-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
* Namespace protect IOBUFSIZ since it is a public symbol.Ryan Bloom2001-02-231-2/+2
* Remove a semicolon from a macro. This makes things a bit more readable,Ryan Bloom2001-02-221-1/+1
* rename miss: s/apr_clear_pool/apr_pool_clear/gDoug MacEachern2001-02-191-1/+1
* Fix a warning.Ben Laurie2001-02-171-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-163-3/+3
* renaming various functions for consistency sakeDoug MacEachern2001-02-082-28/+28
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-1/+1
* Add support for type-safe optional functions.Ben Laurie2001-01-273-0/+182
* Time to refresh this version (thought we should rename it I suppose.William A. Rowe Jr2001-01-231-20/+20
* Stop copying file names that we get from apr_file_t's and apr_dir_t's.Ryan Bloom2001-01-051-1/+1
* Last of the Win32 goodness I've noticedWilliam A. Rowe Jr2000-12-211-0/+2
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,Ryan Bloom2000-12-171-1/+1
* Ignore all the files that are generated during a buildRyan Bloom2000-12-051-0/+2
* add the "next filter" parameter to the rest of the ap_sub_req_* calls.Greg Stein2000-11-231-3/+3