projects
/
platform
/
upstream
/
lmdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Also support NOMETASYNC on txn_begin
[platform/upstream/lmdb.git]
/
libraries
/
2015-02-02
Howard Chu
Also support NOMETASYNC on txn_begin
tree
|
commitdiff
2015-01-30
Howard Chu
Support MDB_NOSYNC on mdb_txn_begin()
tree
|
commitdiff
2015-01-27
Hallvard Furuseth
Fix EACCES description
tree
|
commitdiff
2015-01-17
Hallvard Furuseth
ITS#7971 Fix reader allocation and me_numreaders
tree
|
commitdiff
2015-01-14
Hallvard Furuseth
mdb_env_set_flags(): Reject CHANGELESS flags.
tree
|
commitdiff
2015-01-13
Howard Chu
Fix potential null deref (coverity)
tree
|
commitdiff
2015-01-12
Hallvard Furuseth
Whitespace (align with mdb.RE)
tree
|
commitdiff
2015-01-12
Hallvard Furuseth
Make SysV semaphores robust. Cleanup MDB_ROBUST.
tree
|
commitdiff
2015-01-12
Hallvard Furuseth
ITS#8021 doc: Don't mix MDB_WRITEMAP + non-WRITEMAP
tree
|
commitdiff
2015-01-12
Howard Chu
More cleanup for fdatasync hack
tree
|
commitdiff
2015-01-11
Howard Chu
Tweak conditionals for fdatasync hack
tree
|
commitdiff
2015-01-09
Howard Chu
ITS#8021 env_sync is invalid in RDONLY env
tree
|
commitdiff
2015-01-08
Howard Chu
fdatasync hack, again
tree
|
commitdiff
2015-01-08
Howard Chu
Revert "Note MDB_SAFE_FDATASYNC"
tree
|
commitdiff
2015-01-08
Howard Chu
Note MDB_SAFE_FDATASYNC
tree
|
commitdiff
2015-01-08
Howard Chu
Simpler fdatasync hack
tree
|
commitdiff
2015-01-08
Howard Chu
Revert "Fix prev commit for env_sync0"
tree
|
commitdiff
2014-12-21
Howard Chu
Fix prev commit for env_sync0
tree
|
commitdiff
2014-12-18
Howard Chu
Hack for potential ext3/ext4 corruption issue
tree
|
commitdiff
2014-12-15
Howard Chu
Fix MDB_APPEND doc
tree
|
commitdiff
2014-12-13
Hallvard Furuseth
make clean: remove *.lo
tree
|
commitdiff
2014-12-08
Hallvard Furuseth
Try to avoid an invalid datafile after failed init
tree
|
commitdiff
2014-12-08
Howard Chu
Clarify mdb_dbi_open doc
tree
|
commitdiff
2014-12-05
Hallvard Furuseth
C90-compatible code for SysV semaphores
tree
|
commitdiff
2014-12-05
Leo Yuriev
ITS#7987 fix excessive space for single write txn
tree
|
commitdiff
2014-12-05
Howard Chu
ITS#7994 fix prev commit
tree
|
commitdiff
2014-12-05
David Barbour
ITS#7994 Access to current transaction ID.
tree
|
commitdiff
2014-12-05
Hallvard Furuseth
Fix SysV semaphores - repair mti_txnid.
tree
|
commitdiff
2014-12-03
Hallvard Furuseth
For ITS#7789: Ensure mapsize >= pages in use.
tree
|
commitdiff
2014-12-03
Hallvard Furuseth
Fix WIN32 -> _WIN32
tree
|
commitdiff
2014-12-01
Hallvard Furuseth
mdb_strerror: Silence warning @ Windows
tree
|
commitdiff
2014-12-01
Hallvard Furuseth
Fix comments
tree
|
commitdiff
2014-12-01
Hallvard Furuseth
Clean up SysV semaphore code.
tree
|
commitdiff
2014-12-01
Hallvard Furuseth
Fix robust mutexes - repair mti_txnid.
tree
|
commitdiff
2014-12-01
Hallvard Furuseth
Simplify recent changes a bit.
tree
|
commitdiff
2014-11-28
Hallvard Furuseth
ITS#7961,#7987 Re-fix txn init.
tree
|
commitdiff
2014-10-18
leo@yuriev.ru
ITS#7971 LMDB: clarification in mdb_txn_renew0().
tree
|
commitdiff
2014-10-18
leo@yuriev.ru
ITS#7970 LMDB: Critical Heisenbug
tree
|
commitdiff
2014-10-18
leo@yuriev.ru
ITS#7969 LMDB: volatile & __synchronize().
tree
|
commitdiff
2014-10-08
Howard Chu
ITS#7959 fix prev commit
tree
|
commitdiff
2014-10-04
Howard Chu
ITS#7961 fix txn init
tree
|
commitdiff
2014-10-03
Jean-Christophe...
ITS#7959 Check fstat return value
tree
|
commitdiff
2014-10-02
Leo Yuriev
ITS#7841 trivial cleanup
tree
|
commitdiff
2014-10-02
Howard Chu
ITS#7956 fix compact of empty env
tree
|
commitdiff
2014-10-02
Howard Chu
ITS#7955, #7671 fix MDB_PREV_DUP
tree
|
commitdiff
2014-10-02
Howard Chu
ITS#7953 .gitignore *.lo
tree
|
commitdiff
2014-10-02
Howard Chu
ITS#7952 .gitignore mdb_dump/load
tree
|
commitdiff
2014-10-01
Howard Chu
Don't use -fPIC for static lib
tree
|
commitdiff
2014-10-01
Howard Chu
Use robust mutexes by default
tree
|
commitdiff
2014-10-01
Howard Chu
Use SysV semaphores instead of POSIX
tree
|
commitdiff
2014-10-01
Howard Chu
Must do dlist_free before releasing Wmutex
tree
|
commitdiff
2014-10-01
Hallvard Furuseth
MDB_ROBUST: Use MDB_PID_T. Drop a wmutex variable.
tree
|
commitdiff
2014-10-01
Howard Chu
Free write mutex earlier in txn_reset0
tree
|
commitdiff
2014-10-01
Hallvard Furuseth
Add MDB_ROBUST
tree
|
commitdiff
2014-09-25
Howard Chu
Android also only has memalign
tree
|
commitdiff
2014-09-20
Howard Chu
new date
tree
|
commitdiff
2014-09-19
Howard Chu
ITS#7943 reinit txn flags
tree
|
commitdiff
2014-09-18
Howard Chu
Plug leak in 4d02c741b120786df1b87ee9ed49c1d3f9bc7522
tree
|
commitdiff
2014-09-16
Howard Chu
Silence some clang warnings
tree
|
commitdiff
2014-09-15
Howard Chu
Release 0.9.14
tree
|
commitdiff
2014-09-13
Quanah Gibson-Mount
Change retry to num times 60. Testing shows that on...
tree
|
commitdiff
2014-09-09
Howard Chu
More for me_pgoldest
tree
|
commitdiff
2014-09-09
Howard Chu
Remember oldest reader txnid
tree
|
commitdiff
2014-09-04
Howard Chu
Use a single write txn
tree
|
commitdiff
2014-08-24
Howard Chu
ITS#7913 cleanup
tree
|
commitdiff
2014-08-22
Howard Chu
More for MIPS
tree
|
commitdiff
2014-08-18
Howard Chu
Partially revert ada26306992babeccad0c5443fbd76e28dd24cd6
tree
|
commitdiff
2014-08-16
Hallvard Furuseth
Microoptimize loose pages
tree
|
commitdiff
2014-08-16
Hallvard Furuseth
Fix loose pages in mdb_freelist_save().
tree
|
commitdiff
2014-08-16
Hallvard Furuseth
Split out mdb_midl_xmerge, add MDB_IDL_ALLOCLEN
tree
|
commitdiff
2014-08-11
Howard Chu
ITS#7917
tree
|
commitdiff
2014-08-11
Howard Chu
ITS#7917 fix mdb_dbi_open
tree
|
commitdiff
2014-08-07
Howard Chu
Just use memalign, not posix_memalign
tree
|
commitdiff
2014-08-04
Howard Chu
More for MIPS
tree
|
commitdiff
2014-08-04
Howard Chu
ITS#7793 more for branch key update
tree
|
commitdiff
2014-08-04
Howard Chu
ITS#7793 doc update, again
tree
|
commitdiff
2014-08-04
Howard Chu
ITS#7793 update branch key if needed
tree
|
commitdiff
2014-08-02
Howard Chu
More for MIPS
tree
|
commitdiff
2014-07-31
Howard Chu
ITS#7913 mdb_cursor_get(*_DUP) cleanup
tree
|
commitdiff
2014-07-27
Howard Chu
Fix MIPS cache coherency on Linux
tree
|
commitdiff
2014-07-24
Howard Chu
Update date
tree
|
commitdiff
2014-07-24
Howard Chu
more for mdb_cursor_count
tree
|
commitdiff
2014-07-24
Hallvard Furuseth
Fix mdb_copy & co when MDB pagesize < OS pagesize
tree
|
commitdiff
2014-07-24
Howard Chu
ITS#7789 doc updates
tree
|
commitdiff
2014-07-24
Hallvard Furuseth
ITS#7789 Fix mdb_env_write_meta().
tree
|
commitdiff
2014-07-24
Howard Chu
Revert ITS#7789 commits, let's try this again.
tree
|
commitdiff
2014-07-22
Howard Chu
Fix env_open mode bits
tree
|
commitdiff
2014-07-21
Howard Chu
Fix mdb_cursor_count, reject uninit'd cursor
tree
|
commitdiff
2014-07-21
Howard Chu
Silence prototype warnings
tree
|
commitdiff
2014-07-14
Howard Chu
Typo
tree
|
commitdiff
2014-07-14
Howard Chu
ITS#7896 fix for mdb_env_map
tree
|
commitdiff
2014-07-09
Howard Chu
More for cursor EOF
tree
|
commitdiff
2014-07-09
Howard Chu
Zero-init copy2 writebuf
tree
|
commitdiff
2014-07-09
Hallvard Furuseth
MDB_MAXKEYSIZE = 0 (dynamic value) when MDB_DEVEL
tree
|
commitdiff
2014-07-09
Hallvard Furuseth
MDB_DEVEL doxygen fix
tree
|
commitdiff
2014-07-09
Hallvard Furuseth
ITS#7789 Fix resize vs MDB_NOMETASYNC, and a comment.
tree
|
commitdiff
2014-07-09
Howard Chu
Windows fixes
tree
|
commitdiff
2014-07-09
Howard Chu
Windows compat
tree
|
commitdiff
2014-07-09
Howard Chu
Fix loading of printable dump
tree
|
commitdiff
2014-07-09
Howard Chu
ITS#7789 more
tree
|
commitdiff
next