- 15 Dec, 2016 1 commit
-
-
Hallvard Furuseth authored
-
- 01 Dec, 2016 2 commits
-
-
Hallvard Furuseth authored
No change in behavior.
-
Hallvard Furuseth authored
-
- 15 Jun, 2016 7 commits
-
-
-
Hallvard Furuseth authored
-
Howard Chu authored
-
-
Howard Chu authored
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work on Linux/glibc because they used an enum). Zero out mutex before initing.
-
Howard Chu authored
-
-
- 04 May, 2016 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Don't leave them uninit'd if they now point at a valid DUP node
-
Howard Chu authored
If we know there are no sub-DBs and no overflow pages, skip leaf scan.
-
Howard Chu authored
-
Howard Chu authored
-
- 05 Feb, 2016 1 commit
-
-
Howard Chu authored
-
- 04 Feb, 2016 1 commit
-
-
- 30 Jan, 2016 1 commit
-
-
Howard Chu authored
-
- 28 Jan, 2016 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 24 Jan, 2016 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
make sure C_DEL gets reset in subcursor after it moves.
-
- 23 Jan, 2016 1 commit
-
-
Howard Chu authored
-
- 09 Jan, 2016 3 commits
-
-
Hallvard Furuseth authored
-
wsize was being truncated to 32bits on Windows. Only try to write 1GB at a time on Windows64; larger writes fail with ERROR_WORKING_SET_QUOTA.
-
From 1ba5adb2 "MDB_VL32 preparation".
-
- 06 Jan, 2016 1 commit
-
-
Hallvard Furuseth authored
-
- 04 Jan, 2016 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
Let "illegal" branch pages thru on the FreeDB - the condition is only temporary and will be fixed by the time rebalance finishes.
-
- 22 Dec, 2015 1 commit
-
-
Howard Chu authored
Add mdb_put text to mdb_cursor_put description for people who fail to draw logical conclusions.
-
- 19 Dec, 2015 4 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
check for utf8_to_utf16 failures
-
-
- 03 Dec, 2015 4 commits
-
-
Howard Chu authored
-
pthread_mutexattr_setrobust and pthread_mutex_consistent are provided since 2.12 not 2.10: https://sourceware.org/git/?p=glibc.git;a=commit;h=402cd98775db1478f64c9b0dbe00664b89eb2773 https://sourceware.org/git/?p=glibc.git;a=commit;h=78ee21859939ff75ccf8bbe00499b0c462df2e2d
-
Howard Chu authored
Fix prev commit, use all the same vars as main OpenLDAP makefiles
-
Howard Chu authored
-
- 30 Nov, 2015 1 commit
-
-
Howard Chu authored
-