- Aug 27, 2014
-
-
-
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
-
-
- Aug 21, 2014
-
-
Must save/restore mcd cursor if we're doing a scope-based search.
-
- Jul 23, 2014
-
-
Quanah Gibson-Mount authored
Add sc_writewait callback Invoked before a blocked writer waits for socket to be writable. Use in back-mdb to release reader txn while waiting.
-
- May 29, 2014
-
-
mdb_idscopes was remembering the IDs of every entry it checked; it should only have been saving the IDs of entries that were actually in the search scope. The extra entries filled the scopes array, causing a loop searching for a parent entry that was never inserted.
-
- Apr 01, 2014
-
-
- Jan 25, 2014
-
-
Kurt Zeilenga authored
-
- Jan 07, 2014
-
-
- Jul 01, 2013
-
-
If multiple ops used the same opinfo the refcount wasn't being decremented
-
- May 24, 2013
-
-
- May 10, 2013
-
-
- Jan 30, 2013
-
-
uninit'd size in dn2id_walk, bogus pagedresults
-
- Jan 27, 2013
-
-
Walk subtree if number of subtree entries is smaller than number of index candidates.
-
-
This is only a 10% gain, but still worth having for now.
-
- Jan 14, 2013
-
-
Quanah Gibson-Mount authored
-
- Sep 07, 2012
-
-
Fix search_aliases invocation
-
- Aug 27, 2012
-
-
- Jun 22, 2012
-
-
- Jan 20, 2012
-
-
- Nov 10, 2011
-
-
Use malloc'd memory, stored persistently in thread-local storage.
-
- Nov 04, 2011
-
-
-
-
Tighten up entry_alloc/entry_decode Track parent nodes in idscopes
-
-
-
-
-
-
-
-
- Jun 08, 2011
-
-
-
-
Instead of iterating thru potentially many nonexistent IDs
-
- Jan 27, 2011
-
-
Quanah Gibson-Mount authored
-
- Jan 05, 2011
-
-
Kurt Zeilenga authored
-