Kurt Zeilenga
|
5c878c1bf2
|
Happy new year (belated)
|
2014-01-25 05:21:25 -08:00 |
|
Howard Chu
|
66bb780b16
|
ITS#7743 Fix indexed AND filter
Partially revert 47f6aec61e
Was using RANGE_FIRST/RANGE_LAST on an IDL known to *not* be a range.
|
2013-11-11 21:01:33 -08:00 |
|
Kurt Zeilenga
|
0fd1bf30b8
|
Happy New Year
|
2013-01-02 10:22:57 -08:00 |
|
Howard Chu
|
e1559100eb
|
Fix typo
See commit bb36bdcd1c
|
2012-12-03 18:00:36 -08:00 |
|
Emily Backes
|
c453a236fc
|
Update name information
|
2012-07-22 07:08:35 -07:00 |
|
Howard Chu
|
8bf047c8cb
|
ITS#7231 simplify prev commit
|
2012-04-07 07:57:39 -07:00 |
|
Howard Chu
|
494c6fa37f
|
ITS#7231 fix idl_append when b has only 1 element
|
2012-04-07 07:36:43 -07:00 |
|
Kurt Zeilenga
|
2bbf9804b9
|
Happy New Year!
|
2012-01-01 07:10:53 -08:00 |
|
Hallvard Furuseth
|
47f6aec61e
|
back-bdb/back-mdb IDL cleanup.
Parenthesize macros. Microoptimize IDL search. Use RANGE_<FIRST/LAST>
when IDL is known to be a range.
|
2011-09-19 10:31:12 +02:00 |
|
Howard Chu
|
1c476b302e
|
ITS#6983 fix duplicate entry in HDB subtree IDL
|
2011-08-25 14:47:23 -07:00 |
|
Kurt Zeilenga
|
966cef8c9a
|
Happy New Year
|
2011-01-05 00:42:37 +00:00 |
|
Kurt Zeilenga
|
3dadeb3efe
|
happy belated New Year
|
2010-04-13 22:17:29 +00:00 |
|
Hallvard Furuseth
|
ca563787ad
|
Silence "maybe uninitialized" warning (eprev after 0 iterations, cannot happen)
|
2009-11-30 14:00:18 +00:00 |
|
Howard Chu
|
474991afdf
|
ITS#6222 dncachesize defaults to 0 == unlimited
|
2009-07-25 07:13:50 +00:00 |
|
Kurt Zeilenga
|
4af9eb9715
|
Update copyright notices
|
2009-01-22 00:40:04 +00:00 |
|
Howard Chu
|
ece2a4daa6
|
Use read-only txn's instead of read lockers. Support BDB 4.4-4.7
|
2008-08-27 01:45:35 +00:00 |
|
Kurt Zeilenga
|
c890c96d13
|
Happy New Year (belated)
|
2008-01-08 00:19:56 +00:00 |
|
Howard Chu
|
7bc127aab8
|
ITS#5086 fix Adds in IDL cache
|
2007-12-28 07:40:18 +00:00 |
|
Pierangelo Masarati
|
24db207196
|
check for ee == NULL
|
2007-09-26 22:37:35 +00:00 |
|
Pierangelo Masarati
|
c73520ec08
|
fix idl lru deletion of last entry (ITS#5121)
|
2007-09-04 19:01:55 +00:00 |
|
Howard Chu
|
4c7d288eb7
|
More for BDB 4.6 compatibility
|
2007-08-17 20:33:46 +00:00 |
|
Howard Chu
|
b514b25795
|
Quick and dirty BDB 4.6.18 support. Expect this to change again soon.
|
2007-07-24 14:02:37 +00:00 |
|
Howard Chu
|
e48f72c1b5
|
Unify use of BDB lockers
|
2007-01-04 08:36:59 +00:00 |
|
Howard Chu
|
5cfd2f6d97
|
Use Clock algorithm for IDL cache too
|
2007-01-03 19:00:07 +00:00 |
|
Kurt Zeilenga
|
da6d9eb046
|
happy new year
|
2007-01-02 20:00:42 +00:00 |
|
Howard Chu
|
d921fcb0c9
|
ITS#4531 temporarily go back to using quick sort instead of radix sort
|
2006-05-11 20:05:53 +00:00 |
|
Howard Chu
|
0af1940f3f
|
plug leaks
|
2006-03-31 12:20:04 +00:00 |
|
Kurt Zeilenga
|
acbb5cf689
|
Happy new year!
|
2006-01-03 23:11:52 +00:00 |
|
Howard Chu
|
2bb6555726
|
ITS#4250 bdb_idl_delete needs to check for Range
|
2005-12-07 01:54:50 +00:00 |
|
Howard Chu
|
a0d9bd7890
|
ITS#4223 don't store negative results in IDL cache
|
2005-11-28 22:53:03 +00:00 |
|
Howard Chu
|
3429c5a566
|
ITS#4186 hdb_idl_append() must not alter the tmp input.
|
2005-11-20 22:02:41 +00:00 |
|
Howard Chu
|
052a4ae6c4
|
More hdb optimizing - cache subtree IDLs, not just onelevels
|
2005-09-26 07:30:36 +00:00 |
|
Howard Chu
|
3a9814e725
|
Fix prev commit, BIG_ENDIAN was broken
|
2005-09-16 01:56:36 +00:00 |
|
Howard Chu
|
aa0cc7b835
|
More hdb tweaks, add radix sort code from mbackes@symas.com
|
2005-09-16 01:25:40 +00:00 |
|
Howard Chu
|
13154b25e3
|
Fix SWAP macro
|
2005-09-15 13:54:26 +00:00 |
|
Howard Chu
|
4a7f5e33bd
|
More optimizing - try harder to avoid sorting
|
2005-09-15 08:29:58 +00:00 |
|
Howard Chu
|
20223a9ca5
|
Fix ISTACK space
|
2005-09-15 03:59:11 +00:00 |
|
Howard Chu
|
d269703322
|
Yet another idl_merge fix (test032 failure)
|
2005-09-15 03:49:52 +00:00 |
|
Howard Chu
|
6411c57028
|
Fix prev commit, use BDB_IDL_LAST()
|
2005-09-15 03:19:26 +00:00 |
|
Howard Chu
|
aa3297aa36
|
More back-hdb search optimization
|
2005-09-13 07:55:01 +00:00 |
|
Howard Chu
|
9df4ae7d6b
|
Fix prev commit
|
2005-09-12 05:52:55 +00:00 |
|
Howard Chu
|
ab2b541988
|
Tweak stack size in prev commit
|
2005-09-12 03:56:21 +00:00 |
|
Howard Chu
|
2dd87ed9e6
|
Use quicksort instead of heapsort for hdb_idl_sort
|
2005-09-12 03:54:52 +00:00 |
|
Hallvard Furuseth
|
d6cc947561
|
Silence "unused <something>" warnings
|
2005-07-14 19:52:08 +00:00 |
|
Howard Chu
|
117b686da4
|
ITS#3765 don't allocate cache for empty IDLs
|
2005-06-11 19:12:49 +00:00 |
|
Howard Chu
|
080586f482
|
ITS#3688 don't sort range IDLs!
|
2005-04-27 17:29:30 +00:00 |
|
Howard Chu
|
d9ab73837a
|
ITS#3647 back-hdb fixes, create unsorted subtree IDLs and sort later.
|
2005-04-13 11:55:25 +00:00 |
|
Howard Chu
|
df3d8f3e30
|
Cleanup unused variables
|
2005-02-20 04:59:29 +00:00 |
|
Howard Chu
|
caeae75662
|
bdb_show_key is for hash keys, not IDs
|
2005-02-20 04:32:54 +00:00 |
|
Howard Chu
|
f2d423e084
|
ITS#3527 fix race in bdb_idl_cache_get
|
2005-02-01 05:37:09 +00:00 |
|