- 10 Dec, 2012 7 commits
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
These ops could fail if the map is full.
-
Howard Chu authored
Don't try to reclaim overflow pages while operating on the freelist (for now). The circular dependencies are much like the single-page case, but worse. Maybe look into this in the future, but it's not absolutely necessary now.
-
- 07 Dec, 2012 5 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
- 06 Dec, 2012 1 commit
-
-
Howard Chu authored
Keep list sorted if it grows during a write. Don't free pghead until we're sure our writes are all finished.
-
- 05 Dec, 2012 1 commit
-
-
Quanah Gibson-Mount authored
-
- 04 Dec, 2012 6 commits
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
Just write in 2^31 sized chunks
-
-
Quanah Gibson-Mount authored
-
-
Howard Chu authored
Avoid possible symbol clashes with MDB-Tools libmdb
-
- 03 Dec, 2012 4 commits
-
-
Howard Chu authored
mdb_cursor_sibling() no longer pops cursor before returning.
-
Howard Chu authored
-
Quanah Gibson-Mount authored
-
-
- 30 Nov, 2012 9 commits
-
-
Quanah Gibson-Mount authored
liblmdb
-
-
-
Quanah Gibson-Mount authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
-
Howard Chu authored
Avoid naming conflicts with other mdb* packages. Bump version to 0.9.5
-
Howard Chu authored
-
- 28 Nov, 2012 2 commits
-
-
Howard Chu authored
-
Howard Chu authored
-
- 27 Nov, 2012 5 commits
-
-
Hallvard Furuseth authored
With MDB_MAPASYNC, the API provided no way to ensure full sync.
-
Hallvard Furuseth authored
It returned 0, which is the freelist DBI and is valid for a few uses.
-
Hallvard Furuseth authored
This allows for other flag values in the future.
-
Hallvard Furuseth authored
Let the user specify the number of databases he will actually use. Adding 2 for FREE_DBI and MAIN_DBI is an internal matter.
-
Hallvard Furuseth authored
mdb_env_open() with these flags did not open a synchronizing file descriptor. Thus disabling them later did not work.
-