summaryrefslogtreecommitdiff
path: root/buckets/apr_buckets_heap.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
* Update copyright notifications to 2003.thommay2003-01-011-1/+1
* 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
* Detabify. These things have been bugging me for ages.jwoolley2002-04-181-11/+11
* Insert "bucket_" into the names of these static functions to makejwoolley2002-04-181-5/+5
* Fix a sneaky segfault in heap_destroy when pool buckets are used andjwoolley2002-03-291-0/+2
* BUCKET FREELISTSjwoolley2002-03-291-16/+17
* Update our copyright for this year.fielding2002-03-131-1/+1
* Remove the returned-length "w" parameter from apr_bucket_heap_create()jwoolley2001-11-121-8/+5
* revert buckets sms phase 1 patch. the group wants to get rid of SMS, sojwoolley2001-09-221-13/+12
* BUCKETS SMS PHASE 1jwoolley2001-08-251-12/+13
* 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
* The bucket_foo_create() functions do not need to use calloc() becausejwoolley2001-06-191-1/+1
* *) Add apr_bucket_setaside_noop to use for buckets that do not require agstein2001-06-071-1/+1
* Get rid of some warnings about missing prototypes for memXXX and strXXXtrawick2001-05-211-3/+3
* 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
* apr_bucket_shared_destroy() now returns a boolean valuejwoolley2001-02-281-6/+4
* *) The apr_bucket_shared and apr_bucket_simple structures have beenjwoolley2001-02-271-12/+3
* 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
* Make sure that mod_include's post_config hook always runs beforerbb2001-02-061-15/+1
* apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.wrowe2001-01-191-17/+17
* ap_bucket_make_heap() now works in copy mode when the input bucket istrawick2000-12-291-5/+7
* These two patches for apr and apr-util fix compile warnings on Solaris fortrawick2000-12-221-0/+3
* 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-3/+3
* Clean up blocking and non-blocking reads from buckets. The only bucketrbb2000-11-041-1/+1
* 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
* avoid a copy in the pipe bucket read codefanf2000-09-041-1/+2
* Change the way buckets' destroy functions are called so thatfanf2000-08-191-2/+2
* Add generic support for reference-counting the resources used byfanf2000-08-191-107/+65
* Remove apr_private from the buckets files. this should have been done asrbb2000-08-161-1/+0
* the data in buckets is always character data, so change void * to char *fanf2000-08-151-8/+8
* Win32: Cast void* to char* to let the VC++ know how to do simplestoddard2000-08-141-4/+4
* Remove a bunch of warnings from the server when compiled usingrbb2000-08-141-0/+2
* Sloppy licenses. Update to ASF license 1.1.fielding2000-08-141-35/+32
* These functions are no longer in APR, so they need to use API_EXPORTrbb2000-08-131-1/+2
* Initial Filtering code. This uses a bucket brigade scheme to allow modulesrbb2000-08-121-0/+188