- 15 Dec, 2022 1 commit
-
-
Howard Chu authored
-
- 28 Nov, 2022 2 commits
-
-
Howard Chu authored
fakepage pointers are only guaranteed to be 2-byte aligned. Use a 2-byte aligned struct definition when referencing 2-byte page members if a page pointer possibly points to a fakepage.
-
Howard Chu authored
32 was chosen for page size of 4KB. Not large nough for 16KB pages.
-
- 26 Sep, 2022 1 commit
-
-
ITS#9919 - Mark infrequently used functions as cold rather than manually putting them in a separate section
-
- 23 Sep, 2022 1 commit
-
-
It also contains the cacheflush function declaration.
-
- 14 Aug, 2022 1 commit
-
-
That should hopefully shut coverity up
-
- 09 Jun, 2022 2 commits
-
-
Howard Chu authored
-
-
- 25 Oct, 2021 1 commit
-
-
Howard Chu authored
-
- 07 Jun, 2021 1 commit
-
-
Howard Chu authored
-
- 09 Apr, 2021 1 commit
-
-
Howard Chu authored
Broken in af2f8cc8
-
- 14 Mar, 2021 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 18 Feb, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 11 Feb, 2021 1 commit
-
-
Howard Chu authored
-
- 09 Feb, 2021 1 commit
-
-
Howard Chu authored
Was setting C_DEL flag gratuitously
-
- 12 Jan, 2021 1 commit
-
-
Quanah Gibson-Mount authored
-
- 23 Oct, 2020 1 commit
-
-
Howard Chu authored
On DUPSORT DBs, must initialize xcursor regardless of whether caller requested its data.
-
- 16 Jun, 2020 1 commit
-
-
Howard Chu authored
FreeBSD 11 supports robust process-shared POSIX mutexes, but requires them to be explicitly destroyed before munmap
-
- 24 Apr, 2020 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
-
-
- 23 Jan, 2020 1 commit
-
-
Howard Chu authored
-
- 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 5 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
-