index
:
delta/libapr-util.git
0.9.x
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
1.5.x
1.6.x
1.7.x
APU_0_9_BRANCH
baserock/morph
master
mc-binary-protocol-dev
ssl-evp
svn.apache.org: repos/asf/apr/apr-util
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
buckets
/
apr_buckets_heap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the metadata flag to the bucket_type structure.
rbb
2002-06-02
1
-2
/
+1
*
Make buckets advertise if they are filled with metadata or not.
rbb
2002-05-31
1
-0
/
+1
*
Detabify. These things have been bugging me for ages.
jwoolley
2002-04-18
1
-11
/
+11
*
Insert "bucket_" into the names of these static functions to make
jwoolley
2002-04-18
1
-5
/
+5
*
Fix a sneaky segfault in heap_destroy when pool buckets are used and
jwoolley
2002-03-29
1
-0
/
+2
*
BUCKET FREELISTS
jwoolley
2002-03-29
1
-16
/
+17
*
Update our copyright for this year.
fielding
2002-03-13
1
-1
/
+1
*
Remove the returned-length "w" parameter from apr_bucket_heap_create()
jwoolley
2001-11-12
1
-8
/
+5
*
revert buckets sms phase 1 patch. the group wants to get rid of SMS, so
jwoolley
2001-09-22
1
-13
/
+12
*
BUCKETS SMS PHASE 1
jwoolley
2001-08-25
1
-12
/
+13
*
Move the free function pointer out of the apr_bucket_type_t and into the
jwoolley
2001-08-08
1
-1
/
+1
*
Extend apr_bucket_type_t to add a pointer to a function used
stoddard
2001-08-03
1
-0
/
+1
*
The bucket_foo_create() functions do not need to use calloc() because
jwoolley
2001-06-19
1
-1
/
+1
*
*) Add apr_bucket_setaside_noop to use for buckets that do not require a
gstein
2001-06-07
1
-1
/
+1
*
Get rid of some warnings about missing prototypes for memXXX and strXXX
trawick
2001-05-21
1
-3
/
+3
*
Removed apr_bucket_do_create() macro, which was causing warnings
jwoolley
2001-04-11
1
-1
/
+4
*
The destroy function for shared bucket types should not interchange
jwoolley
2001-03-01
1
-1
/
+1
*
apr_bucket_shared_destroy() now returns a boolean value
jwoolley
2001-02-28
1
-6
/
+4
*
*) The apr_bucket_shared and apr_bucket_simple structures have been
jwoolley
2001-02-27
1
-12
/
+3
*
Update copyright to 2001
fielding
2001-02-16
1
-1
/
+1
*
backout name change:
dougm
2001-02-13
1
-1
/
+1
*
renaming various functions for consistency sake
dougm
2001-02-08
1
-8
/
+8
*
Make sure that mod_include's post_config hook always runs before
rbb
2001-02-06
1
-15
/
+1
*
apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.
wrowe
2001-01-19
1
-17
/
+17
*
ap_bucket_make_heap() now works in copy mode when the input bucket is
trawick
2000-12-29
1
-5
/
+7
*
These two patches for apr and apr-util fix compile warnings on Solaris for
trawick
2000-12-22
1
-0
/
+3
*
The APU_DECLARE symbol rename to solve DAV faults and other lurking
wrowe
2000-12-21
1
-3
/
+3
*
Add a copy() function to the buckets. Also adds two utility functions:
gstein
2000-12-08
1
-2
/
+3
*
And this gets Apache for Windows compiling from the command line and
stoddard
2000-12-06
1
-1
/
+1
*
Get the buckets building in apr-util
rbb
2000-12-05
1
-3
/
+2
*
Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return
rbb
2000-11-07
1
-3
/
+3
*
Clean up blocking and non-blocking reads from buckets. The only bucket
rbb
2000-11-04
1
-1
/
+1
*
Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols
wrowe
2000-10-16
1
-2
/
+2
*
const-ify the type stuff and simplify the type registration process
gstein
2000-10-15
1
-8
/
+7
*
Stop using the index into the array for the bucket type. Now we just use
rbb
2000-10-15
1
-14
/
+5
*
Remove all function pointers from the ap_bucket type. These function
rbb
2000-10-13
1
-5
/
+19
*
avoid a copy in the pipe bucket read code
fanf
2000-09-04
1
-1
/
+2
*
Change the way buckets' destroy functions are called so that
fanf
2000-08-19
1
-2
/
+2
*
Add generic support for reference-counting the resources used by
fanf
2000-08-19
1
-107
/
+65
*
Remove apr_private from the buckets files. this should have been done as
rbb
2000-08-16
1
-1
/
+0
*
the data in buckets is always character data, so change void * to char *
fanf
2000-08-15
1
-8
/
+8
*
Win32: Cast void* to char* to let the VC++ know how to do simple
stoddard
2000-08-14
1
-4
/
+4
*
Remove a bunch of warnings from the server when compiled using
rbb
2000-08-14
1
-0
/
+2
*
Sloppy licenses. Update to ASF license 1.1.
fielding
2000-08-14
1
-35
/
+32
*
These functions are no longer in APR, so they need to use API_EXPORT
rbb
2000-08-13
1
-1
/
+2
*
Initial Filtering code. This uses a bucket brigade scheme to allow modules
rbb
2000-08-12
1
-0
/
+188