index
:
delta/libapr.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.1-test1
1.7.x
1.8.x
1.8.x-r1896717
1.8.x-r1897895
APR
APR_0_9_BRANCH
baserock/morph
evenset
gstein-pocore
master
pollcb-dev
thread-name
unlabeled-1.1.1
win32-pollset-wakeup-no-file-socket-emulation
xmllite
svn.apache.org: repos/asf/apr/apr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tables
Commit message (
Expand
)
Author
Age
Files
Lines
*
apr_table_overlap: Add APR_OVERLAP_TABLES_ADD to merge and set when
minfrin
2016-03-07
1
-0
/
+4
*
skiplist: avoid (undefined) unsigned to signed conversion and save cycles in
ylavic
2015-04-10
1
-4
/
+3
*
skiplist: fix the minimum height (to one).
ylavic
2015-04-09
1
-7
/
+17
*
skiplist: follow up to r1664769.
ylavic
2015-04-09
1
-0
/
+4
*
Introduce apr_skiplist_last[_compare]() and apr_skiplist_remove_node().
ylavic
2015-04-07
1
-17
/
+63
*
skiplist: follow up to r1667420: add to the index (never replace).
ylavic
2015-03-17
1
-1
/
+1
*
skiplist: Introduce apr_skiplist_replace[_compare]().
ylavic
2015-03-17
1
-22
/
+58
*
skiplist: check NULL compare function in apr_skiplist_find_compare() instead
ylavic
2015-03-13
1
-16
/
+19
*
skiplist: restore back add-if-not-exist semantic to apr_skiplist_insert(),
ylavic
2015-03-13
1
-18
/
+18
*
apr_hash: introduce apr_hash_get_or_set().
ylavic
2015-03-11
1
-0
/
+19
*
skiplist:
ylavic
2015-03-08
1
-1
/
+2
*
Maintain stability ordering
jim
2015-03-07
1
-1
/
+1
*
skiplist:
ylavic
2015-03-07
1
-50
/
+66
*
skiplist: provide apr_skiplist_element().
ylavic
2015-03-07
1
-0
/
+5
*
skiplist: more optimizations.
ylavic
2015-03-07
1
-45
/
+26
*
skiplist: Follow up to r1664406+r1664447: Better optimize test in insert_comp...
ylavic
2015-03-05
1
-12
/
+22
*
skiplist: Follow up to r1664406: use insert() in apr_skiplist_merge and optim...
ylavic
2015-03-05
1
-7
/
+9
*
FIX: Skiplists should allow for dups by default. Also, when added, dups
jim
2015-03-05
1
-7
/
+7
*
Follow up to r1611515: remove useless <limits.h> inclusion (for unused INT_MAX).
ylavic
2014-07-18
1
-2
/
+0
*
Provide apr_skiplist_size/height/preheight() to get the corresponding values
ylavic
2014-07-17
1
-1
/
+23
*
Follow up to r1611193: update the inserted node's top while looping should we
ylavic
2014-07-17
1
-3
/
+1
*
Don't grow the skiplist's height if the element is finally not inserted (pres...
ylavic
2014-07-16
1
-18
/
+33
*
Reuse the skiplist's stack needed by insert_compare() by growing it with adds.
ylavic
2014-07-16
1
-25
/
+62
*
Let apr_skiplist_find_compare() handle given NULL iterator, and be safe
ylavic
2014-07-16
1
-14
/
+21
*
Call free() on the skiplist structure in apr_skiplist_destroy() if it was
ylavic
2014-07-16
1
-0
/
+3
*
Use apr_skiplist_add() instead of apr_skiplist_insert() to merge skiplists
ylavic
2014-07-16
1
-2
/
+2
*
We do not garantee zero-ed memory for apr_skiplist_alloc(), neither in
ylavic
2014-07-16
1
-15
/
+9
*
Three fixes:
ylavic
2014-07-16
1
-9
/
+6
*
apr_skiplist becomes corrupt when nodes are reused.
covener
2014-06-22
1
-2
/
+0
*
apr_skiplist_add()... idea from yann
jim
2014-05-27
1
-12
/
+32
*
Add in apr_skiplist
jim
2013-09-30
1
-0
/
+650
*
Add the apr_table_getm() call, which transparently handles the
minfrin
2013-05-07
1
-0
/
+56
*
fix warning: comparison of distinct pointer types lacks a cast
sf
2013-03-22
1
-2
/
+4
*
* We only need the pool variable in the debug case.
rpluem
2012-08-03
1
-1
/
+1
*
* Prevent apr_table_mergen from aborting when APR_POOL_DEBUG is set and key or
rpluem
2012-07-30
1
-2
/
+5
*
Revert r1237078 partially: do not hash the hash.
bojan
2012-01-29
1
-7
/
+9
*
Further improve hash randomisation:
bojan
2012-01-28
1
-14
/
+10
*
Randomise hashes by providing a seed (initial hash value).
bojan
2012-01-28
1
-10
/
+31
*
Revert hash randomisation again. Elegant, but ultimately ineffective.
bojan
2012-01-28
1
-18
/
+5
*
Randomise hashes by providing a seed.
bojan
2012-01-27
1
-5
/
+18
*
Revert hash randomisation for now. Causing regressions in httpd.
bojan
2012-01-17
1
-22
/
+7
*
Do not use srand()/rand() to randomise hashes. Use just "random" data instead.
bojan
2012-01-16
1
-5
/
+2
*
Randomise hashes by providing a seed.
bojan
2012-01-15
1
-7
/
+25
*
Add apr_hash_this_key(), apr_hash_this_key_len(), and
trawick
2010-04-08
1
-0
/
+23
*
Revert r817806.
minfrin
2010-01-19
1
-34
/
+8
*
* Use the correct pool. ht->pool isn't set to pool yet.
rpluem
2009-09-22
1
-1
/
+1
*
The implementation of expand_array() in tables/apr_hash.c allocates
minfrin
2009-09-22
1
-8
/
+34
*
Make sure we break when callback returns zero. Thanks Davi
mturk
2008-07-15
1
-2
/
+2
*
Intruduce apr_hash_do function
mturk
2008-07-15
1
-0
/
+33
*
Add table cloning (deep copy) convenience function named apr_table_clone().
davi
2007-06-30
1
-0
/
+14
[next]