- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 15 Nov, 2019 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 10 Nov, 2019 3 commits
-
-
Howard Chu authored
This reverts commit 0e895ffe. Was not an LMDB bug.
-
Howard Chu authored
-
Howard Chu authored
-
- 26 Aug, 2019 1 commit
-
-
Howard Chu authored
mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output.
-
- 16 Apr, 2019 1 commit
-
-
Broken in ITS#8756
-
- 17 Feb, 2019 1 commit
-
-
Always call GetModuleHandleW() with Unicode string, as mdb_fopen() is calling CreateFileW() already.
-
- 30 Jan, 2019 1 commit
-
-
Howard Chu authored
Bump up number of keys for which we use fine-grained splitpoint search
-
- 17 Jan, 2019 6 commits
-
-
Howard Chu authored
-
Howard Chu authored
The official macro is __ANDROID__; ANDROID may or may not be defined.
-
Howard Chu authored
To allow reloading of custom-sorted DBs from mdb_dump
-
Howard Chu authored
and enforce exclusive access to environment. Also fix txn_begin/pick_meta to use correct meta page, and reset the flag after successful commit.
-
Howard Chu authored
-
Howard Chu authored
-
- 14 Jan, 2019 2 commits
-
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- 10 Sep, 2018 1 commit
-
-
- 29 Aug, 2018 1 commit
-
-
Howard Chu authored
Unnecessary since these are DUPs, the key will always be the same
-
- 06 Aug, 2018 1 commit
-
-
Howard Chu authored
-
- 22 Jun, 2018 1 commit
-
-
Howard Chu authored
-
- 02 May, 2018 1 commit
-
-
Howard Chu authored
-
- 02 Apr, 2018 1 commit
-
-
Howard Chu authored
Avoid stomping on flags from 1st readhr invocation
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 20 Mar, 2018 1 commit
-
-
Howard Chu authored
-
- 18 Feb, 2018 1 commit
-
-
Howard Chu authored
Use GetProcAddress at runtime, avoid buildtime NTDLL link issues
-
- 19 Nov, 2017 1 commit
-
-
Howard Chu authored
-
- 26 Oct, 2017 1 commit
-
-
Howard Chu authored
-
- 06 Oct, 2017 1 commit
-
-
Quanah Gibson-Mount authored
This patch fixes liblmdb builds on Solaris and derivatives by defining _POSIX_PTHREAD_SEMANTICS
-
- 10 Sep, 2017 2 commits
-
-
Hallvard Furuseth authored
This checks XCURSOR_INITED() and fixes the mn_flags check.
-
Hallvard Furuseth authored
* Check NUMKEYS(), similar to f34b61f9 "ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check". * Move XCURSOR_INITED() into XCURSOR_REFRESH(). This adds a check in mdb_cursor_put, below /* converted, write the original data first */. * Factor mc_ki[] out to XCURSOR_REFRESH(). * Replace an mc_pg[] with mp which is equal (mdb_cursor_del0).
-
- 09 Sep, 2017 1 commit
-
-
Howard Chu authored
-
- 06 Sep, 2017 1 commit
-
-
Howard Chu authored
-
- 31 Jul, 2017 1 commit
-
-
used to open the previous meta page, in case the latest one is corrupted From https://github.com/LMDB/lmdb/pull/12
-
- 26 Jul, 2017 1 commit
-
-
Howard Chu authored
Set C_DEL flag on reinit'd subcursor
-
- 23 Mar, 2017 1 commit
-
-
Howard Chu authored
Re-fix 6b1df0e4 from ITS#8406
-
- 19 Mar, 2017 3 commits
-
-
Hallvard Furuseth authored
Attempt to stop liblmdb variants compiled with conflicting options from using the lockfile at the same time and thus breaking it.
-
Hallvard Furuseth authored
-
Hallvard Furuseth authored
Simpler usage since it's only called once, rename to match new usage, and drop 3 loop pessimizations which were optimizations 20 years ago.
-