summaryrefslogtreecommitdiffstats
path: root/modules/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-51/+12
* Use -export-dynamic only when linking an httpd which includes mod_so,Joe Orton2004-01-081-2/+0
* 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
* After discussions at length on dev@apr/httpd, it is determined thatWilliam A. Rowe Jr2003-03-111-10/+1
* After consultations on the APR list, it was decided that /map files areWilliam A. Rowe Jr2003-02-201-5/+5
* foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, whichWilliam A. Rowe Jr2003-02-181-2/+2
* *) Introduce debugging symbols for Win32 release builds, both .pdbWilliam A. Rowe Jr2003-02-071-6/+15
* 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
* Catch up with the changes to apr/build/win32ver.awk and name all loadableWilliam A. Rowe Jr2003-01-201-2/+2
* 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
* cvs up/diff gets pretty hard to track with vc7 builds.William A. Rowe Jr2002-06-051-0/+5
* 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
* *) Split all Win32 modules [excluding the core components mod_core,William A. Rowe Jr2002-01-101-2/+2
* add some new .exp files for AIX so these modules can beJeff Trawick2001-12-011-0/+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
* Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) toWilliam A. Rowe Jr2001-08-261-1/+1
* Based on the VC6 switch - and pulling the win32 make files from cvsWilliam A. Rowe Jr2001-08-171-1/+5
* The purpose of this patch is to toggle the debugging mode (default) toWilliam A. Rowe Jr2001-08-171-5/+3
* Given a choice between chasing my tail to keep these updated, and rollingWilliam A. Rowe Jr2001-08-171-333/+0
* Ignore goodnessWilliam A. Rowe Jr2001-08-171-0/+1
* More VersioningWilliam A. Rowe Jr2001-08-161-0/+35
* Fix the new method code. We need to cast 1 to an apr_int64_t or it willRyan Bloom2001-08-111-1/+1
* Update for the 2.0.23 tagWilliam A. Rowe Jr2001-08-071-61/+27
* 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
* Update for latest structure changes for 2.0.21William A. Rowe Jr2001-07-201-0/+2
* 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
* ignore generated DSO-related files on OS/390Jeff Trawick2001-07-101-0/+1
* Refresh .mak files for tagging 2.0.19William A. Rowe Jr2001-06-281-24/+58
* *) 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
* Fix httpd's definition of LTFLAGS to be consistent with that of aprRoy T. Fielding2001-05-121-1/+1
* Do not send apr_file_t allocated out of the pconf pool down theBill Stoddard2001-05-111-2/+10
* Completely revamp configure so that it preserves the standard makeRoy T. Fielding2001-04-291-1/+1
* Time to refresh mak on Win32William A. Rowe Jr2001-04-051-40/+40