summaryrefslogtreecommitdiff
path: root/modules/cache/mod_file_cache.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing "const" or "static const" qualifiers in some command_recChristophe Jaillet2020-09-271-1/+1
* Synch style in comment with 2.4.x.Christophe Jaillet2017-03-271-2/+2
* core, modules: like r1657897 but for core and other modules than mod_proxy.Yann Ylavic2015-03-101-2/+2
* recognize the "defualt handler name" in r->handler, which is used whenEric Covener2013-06-261-4/+4
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-021-8/+8
* Remove more log message prefixes that are now redundant as theStefan Fritsch2011-11-291-8/+8
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-1/+1
* ap_meets_conditions() should not be called until all ofRoy T. Fielding2009-02-121-5/+5
* Remove all references to CORE_PRIVATE.Paul Querna2008-04-071-2/+0
* update license header textRoy T. Fielding2006-07-111-6/+6
* * server/core.c (default_handler): Use apr_brigade_insert_file() toJoe Orton2006-06-141-3/+2
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-161-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-20/+20
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-17/+17
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-51/+12
* update license to 2004.André Malo2004-01-011-1/+1
* switch to APR 1.0 API (which is still in flux)Jeff Trawick2003-09-031-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* dup the apr_mmap_t out of the request pool for sending down on the brigadeBill Stoddard2003-01-231-11/+4
* Fix a problem whereby multiple MMapFile directives would cause a segfaultCliff Woolley2003-01-231-28/+0
* update a commentCliff Woolley2002-11-231-8/+6
* Well the wrappers work out well... nice to be able to put off committingWilliam A. Rowe Jr2002-06-091-1/+1
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-4/+4
* Moved the call to apr_mmap_dup outside the error branch soPaul J. Reder2002-04-191-9/+9
* BUCKET FREELISTSCliff Woolley2002-03-291-7/+10
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-3/+4
* make sure we set rc before referencing itJeff Trawick2002-03-151-1/+6
* Another potential ap_server_root_relative failureWilliam A. Rowe Jr2002-03-151-3/+3
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-1/+2
* It's better to dup the apr_mmap_t when we first create it. The resultCliff Woolley2001-11-221-14/+13
* let mod_file_cache use the new apr_mmap_dup functionIan Holsman2001-11-211-1/+13
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Need some context for the iterator! Finally get to use that accessor :)William A. Rowe Jr2001-08-021-1/+2
* Provide some cast safety tests and close the _last_ of the build errorsWilliam A. Rowe Jr2001-07-311-3/+10
* Changes to respect the new apr bucket and brigade length types (eitherWilliam A. Rowe Jr2001-07-241-1/+4
* Remove last public vestigages of APR_INHERITWilliam A. Rowe Jr2001-07-181-1/+2
* Obvious files that need inheritance, correct me if I'm wrong.William A. Rowe Jr2001-07-161-1/+1
* *) Account for the new pool parameter to apr_bucket_file_create()Cliff Woolley2001-06-271-38/+21
* Filenames aught to be normalized to the serverroot, and server_root_relativeWilliam A. Rowe Jr2001-06-181-1/+1
* Do not send apr_file_t allocated out of the pconf pool down theBill Stoddard2001-05-111-2/+10
* Get mod_file_cache to refuse to compile on systems with neitherJeff Trawick2001-03-311-2/+9
* get rid of an unused variabe in file_cache_xlat()Jeff Trawick2001-03-261-1/+0
* Get mod_file_cache to compile again on platforms with no apr_sendfile().Jeff Trawick2001-03-261-2/+4
* Eat our own cooking. Cleanup code paths and use apr_hash functions. GoodBill Stoddard2001-03-261-125/+72
* Goodbye ap_send_http_headerWilliam A. Rowe Jr2001-02-281-2/+0
* use the right fmt string for finfo.sizeJeff Trawick2001-02-251-2/+2