summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Update license headers.jerenkrantz2007-01-151-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-131-49/+10
* deal with a couple of apr interface changes (renaming one function,trawick2003-09-031-3/+1
* Fix a nasty segfault in mmap_bucket_setaside() caused by passingjwoolley2003-01-291-1/+1
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* Fixed the apr_mmap_dup ownership problem for disjoint pools by gettingjwoolley2002-11-231-21/+23
* Move the metadata flag to the bucket_type structure.rbb2002-06-021-2/+1
* Make buckets advertise if they are filled with metadata or not.rbb2002-05-311-0/+1
* Fix the mmap cleanup problem seen on daedalus. This implies certainjwoolley2002-04-191-3/+38
* Insert "bucket_" into the names of these static functions to makejwoolley2002-04-181-7/+7
* BUCKET FREELISTSjwoolley2002-03-291-11/+7
* Update our copyright for this year.fielding2002-03-131-1/+1
* Style changes.jerenkrantz2001-11-291-8/+10
* Reading a file bucket bigger than APR_MMAP_LIMIT (4MB) now yieldsjwoolley2001-11-291-2/+3
* New APR function apr_mmap_dup.ianh2001-11-211-9/+3
* revert buckets sms phase 1 patch. the group wants to get rid of SMS, sojwoolley2001-09-221-14/+11
* BUCKETS SMS PHASE 1jwoolley2001-08-251-11/+14
* Move the free function pointer out of the apr_bucket_type_t and into thejwoolley2001-08-081-1/+1
* Extend apr_bucket_type_t to add a pointer to a function usedstoddard2001-08-031-0/+1
* Get the prototype for memcpy().jwoolley2001-06-261-1/+2
* The bucket_foo_create() functions do not need to use calloc() becausejwoolley2001-06-191-1/+1
* Tweaks to mmap_setaside():jwoolley2001-06-191-6/+7
* Back out the change to allocate files out of the main request pool, andrbb2001-06-141-1/+25
* Note the reason why the buckets code does not close files/mmaps itselfjwoolley2001-04-301-1/+2
* Removed apr_bucket_do_create() macro, which was causing warningsjwoolley2001-04-111-1/+4
* The destroy function for shared bucket types should not interchangejwoolley2001-03-011-1/+1
* pass the right value to free() to prevent segfaults and corruptedtrawick2001-02-281-1/+1
* apr_bucket_shared_destroy() now returns a boolean valuejwoolley2001-02-281-5/+3
* *) The apr_bucket_shared and apr_bucket_simple structures have beenjwoolley2001-02-271-10/+5
* Update copyright to 2001fielding2001-02-161-1/+1
* backout name change:dougm2001-02-131-1/+1
* renaming various functions for consistency sakedougm2001-02-081-8/+8
* Protect the MMAP buckets with #if APR_HAS_MMAP. Without this, we don'trbb2001-01-221-0/+5
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-17/+17
* The APU_DECLARE symbol rename to solve DAV faults and other lurkingwrowe2000-12-211-3/+3
* Add a copy() function to the buckets. Also adds two utility functions:gstein2000-12-081-2/+3
* And this gets Apache for Windows compiling from the command line andstoddard2000-12-061-1/+1
* Get the buckets building in apr-utilrbb2000-12-051-3/+2
* Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or returnrbb2000-11-071-1/+1
* Clean up blocking and non-blocking reads from buckets. The only bucketrbb2000-11-041-1/+1
* Fix mmap finally on win32? With luck.wrowe2000-10-231-12/+0
* Needs review - but better than it was (perhaps)wrowe2000-10-211-6/+11
* Namespace protect the rest of the macros defined by ap_config.hrbb2000-10-191-1/+1
* Nice to see we build again on Win32wrowe2000-10-161-0/+7
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* const-ify the type stuff and simplify the type registration processgstein2000-10-151-8/+7
* Stop using the index into the array for the bucket type. Now we just userbb2000-10-151-14/+5
* Remove all function pointers from the ap_bucket type. These functionrbb2000-10-131-5/+19
* Cleaning up an mmap bucket no longer deletes the mmap. Antrawick2000-10-041-1/+0