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_simple.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright notifications to 2003.
thommay
2003-01-01
1
-1
/
+1
*
Move the metadata flag to the bucket_type structure.
rbb
2002-06-02
1
-2
/
+2
*
Detabify. These things have been bugging me for ages.
jwoolley
2002-04-18
1
-3
/
+5
*
Insert "bucket_" into the names of these static functions to make
jwoolley
2002-04-18
1
-6
/
+6
*
BUCKET FREELISTS
jwoolley
2002-03-29
1
-13
/
+14
*
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
-1
/
+1
*
revert buckets sms phase 1 patch. the group wants to get rid of SMS, so
jwoolley
2001-09-22
1
-18
/
+13
*
Since we're using apr_size_t now instead of apr_off_t, there's really no
jwoolley
2001-08-25
1
-1
/
+1
*
BUCKETS SMS PHASE 1
jwoolley
2001-08-25
1
-18
/
+19
*
Move the free function pointer out of the apr_bucket_type_t and into the
jwoolley
2001-08-08
1
-2
/
+2
*
Extend apr_bucket_type_t to add a pointer to a function used
stoddard
2001-08-03
1
-0
/
+2
*
Consistently use apr_size_t for the bucket size, and apr_off_t to manipulate
wrowe
2001-07-24
1
-2
/
+2
*
The bucket_foo_create() functions do not need to use calloc() because
jwoolley
2001-06-19
1
-2
/
+2
*
Rename apr_bucket_destroy_notimpl() => apr_bucket_destroy_noop()
jwoolley
2001-06-13
1
-2
/
+2
*
*) Add apr_bucket_setaside_noop to use for buckets that do not require a
gstein
2001-06-07
1
-2
/
+2
*
Removed apr_bucket_do_create() macro, which was causing warnings
jwoolley
2001-04-11
1
-2
/
+8
*
Don't do free() on the data when destroying immortal and transient
trawick
2001-02-28
1
-2
/
+2
*
Fix some warnings related to the fact that you can't do arithmetic
trawick
2001-02-28
1
-2
/
+2
*
*) The apr_bucket_shared and apr_bucket_simple structures have been
jwoolley
2001-02-27
1
-67
/
+26
*
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
-9
/
+9
*
apr-util rename of ap_ symbols to apr_ notation. Part 2 of the change.
wrowe
2001-01-19
1
-29
/
+29
*
Clean up two memory leaks in the bucket code.
rbb
2001-01-05
1
-1
/
+1
*
The APU_DECLARE symbol rename to solve DAV faults and other lurking
wrowe
2000-12-21
1
-5
/
+5
*
Add a copy() function to the buckets. Also adds two utility functions:
gstein
2000-12-08
1
-9
/
+30
*
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
-5
/
+4
*
There is no valid reason to ever include apr_private anywhere outside
rbb
2000-11-11
1
-1
/
+0
*
Convert a lot of apr_ssize_t to apr_size_t. We don't ever accept or return
rbb
2000-11-07
1
-2
/
+2
*
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
-4
/
+4
*
const-ify the type stuff and simplify the type registration process
gstein
2000-10-15
1
-16
/
+15
*
Stop using the index into the array for the bucket type. Now we just use
rbb
2000-10-15
1
-30
/
+10
*
Fix transient bucket read/split (I've only tested the read path, but
trawick
2000-10-13
1
-2
/
+2
*
Remove all function pointers from the ap_bucket type. These function
rbb
2000-10-13
1
-7
/
+39
*
If a bucket is split at the first or last character, then we should get
rbb
2000-09-17
1
-1
/
+1
*
Use wrapper macros to avoid the verbosity of the AP_RING macros when
fanf
2000-09-09
1
-1
/
+1
*
Reduce the manualarity of managing bucket brigade lists by using the
fanf
2000-09-08
1
-6
/
+1
*
Change the way buckets' destroy functions are called so that
fanf
2000-08-19
1
-6
/
+1
*
Add generic support for reference-counting the resources used by
fanf
2000-08-19
1
-0
/
+189