- 14 Mar, 2021 1 commit
-
-
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
-
- 30 Oct, 2020 2 commits
-
-
Unless robust is specified (then use SysV)
-
-
- 23 Oct, 2020 2 commits
-
-
Howard Chu authored
On DUPSORT DBs, must initialize xcursor regardless of whether caller requested its data. Also in cursor_prev must check whether cursor index is still within range before using it.
-
Howard Chu authored
Since setting was added in de08119a
-
- 12 Oct, 2020 4 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Using dynamically loaded crypto modules
-
Howard Chu authored
-
- 11 Oct, 2020 7 commits
-
-
Howard Chu authored
-
Howard Chu authored
Cheat with OpenSSL 1.1 internal structures to avoid malloc/free per page
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
And add support for per-page checksums. Reserve space for checksum at tail of page. Pass pgno+txnid as IV input for encryption.
-
Howard Chu authored
-
Howard Chu authored
-
- 10 Oct, 2020 20 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Use mmap to read and initialize the meta pages, raw device may not support read/write syscalls.
-
Howard Chu authored
Autodetects that a block device is being used.
-
Howard Chu authored
FreeBSD 11 supports robust process-shared POSIX mutexes, but requires them to be explicitly destroyed before munmap
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
-
-
Howard Chu authored
-
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
mdb_load wasn't properly inserting escaped backslashes into the data. mdb_dump wasn't escaping backslashes when generating printable output.
-
Broken in ITS#8756
-
Always call GetModuleHandleW() with Unicode string, as mdb_fopen() is calling CreateFileW() already.
-
Howard Chu authored
Bump up number of keys for which we use fine-grained splitpoint search
-
Howard Chu authored
-