- Dec 02, 2013
-
-
Quanah Gibson-Mount authored
-
- Nov 30, 2013
-
-
Howard Chu authored
-
- Nov 22, 2013
-
-
Quanah Gibson-Mount authored
-
-
- Nov 19, 2013
-
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
- Nov 15, 2013
-
- Nov 14, 2013
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
- Nov 12, 2013
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Partially revert 47f6aec6 Was using RANGE_FIRST/RANGE_LAST on an IDL known to *not* be a range.
-
Howard Chu authored
Measured perf cost of meminit was 7% worst case on an Intel Core2 system. YMMV.
-
Howard Chu authored
-
Howard Chu authored
Silence warnings, fix broken MinGW64 definitions, etc.
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
- Nov 11, 2013
-
-
Howard Chu authored
Init malloc'd memory by default, use #MDB_NOMEMINIT to disable. Bump version to 0.9.10
-
- Nov 07, 2013
-
-
Hallvard Furuseth authored
Initialize unused portions of DB pages, for security or to silence checkers like Purify and Valgrind. Like BDB configure --enable-umrw.
-
Hallvard Furuseth authored
A node may need room for [key, subpage with 2 items] = 3 keys.
-
Hallvard Furuseth authored
Use DB page size = min(32k, OS pagesize). Previous limit was 8k (MDB_MINKEYS*MDB_PAGESIZE). Handle DB pagesize < OS pagesize. That's an I/O pessimization, but transactions remain atomic: Only writing the MDB_meta must be atomic, and it fits in one OS page. Don't truncate desired subpage size: Asssign it to a size_t (mv_size), not an uint16_t (mp_upper).
-
Hallvard Furuseth authored
-
Howard Chu authored
-
Howard Chu authored
Skip cursors that aren't as deep as current cursor
-
- Nov 06, 2013
-
-
Quanah Gibson-Mount authored
-
DN notfound is authoritative, don't ignore the result
-
- Nov 05, 2013
-
-
Closing a connection can abandon its ops without going thru the threadpool, so make sure to lock the si_ops_mutex before walking the list.
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
-
Quanah Gibson-Mount authored
-
Don't lock other threads while trying to connect to remote node.
-
Quanah Gibson-Mount authored
-
-
Introduced in commit 48cdd54d
-