2015-08-19 |
Pavel Medvedev | ITS#8069 char* strings on Windows are ASCII |
commit | commitdiff | tree | snapshot |
2015-08-19 |
Pavel Medvedev | ITS#8067 add ssize_t typedef for MSVC |
commit | commitdiff | tree | snapshot |
2015-08-14 |
Howard Chu | Bump version to 0.9.16 |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Howard Chu | ITS#8192 fix typo |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Howard Chu | ITS#8192 cleanup unused label on WIN32 |
commit | commitdiff | tree | snapshot |
2015-07-29 |
Howard Chu | ITS#8192 fix reference to EINTR on WIN32 from ITS#8106 |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Hallvard Furuseth | Simpler mdb_env_write_meta() |
commit | commitdiff | tree | snapshot |
2015-07-26 |
Hallvard Furuseth | Kill magic numbers for NUM_METAS, databases |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Hallvard Furuseth | ITS#7377 Catch mdb_put() to blocked/read-only txns |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Hallvard Furuseth | ITS#7377 Always notice env error on txn startup. |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Hallvard Furuseth | Cleanup: Drop !mt_dbxs hack, use MDB_TXN_FINISHED |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Hallvard Furuseth | Catch most uses of finished/parent txns. |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Hallvard Furuseth | Move code into mdb_txn_end(). Was mdb_txn_reset0. |
commit | commitdiff | tree | snapshot |
2015-07-19 |
Hallvard Furuseth | ITS#8200 Fix mdb_midl_shrink() usage, return void |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Hallvard Furuseth | Factor me_metas[toggle] out to mdb_env_pick_meta() |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Hallvard Furuseth | Simpler mdb_node_add() |
commit | commitdiff | tree | snapshot |
2015-07-11 |
Hallvard Furuseth | ITS#8181 Verify that records are/aren't DBs. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
Howard Chu | ITS#8190 fix cursor EOF bug |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | More ESECT declarations |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | Add DB_USRVALID, to avoid 'dbi == FREE_DBI' tests |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | Simpler flag/DBI checks and MDB_DEBUG |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | Simpler mdb_drop(). |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | Simpler mdb_node_shrink() |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | Simpler mdb_txn_commit(). |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | mdb_txn_begin() cleanup |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | mdb_drop0(): Omit scanning DUPSORT sub-DB leaves |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | Use mdb_cmp_long() for FREE_DBI |
commit | commitdiff | tree | snapshot |
2015-07-04 |
Hallvard Furuseth | mdb_env_get_flags(): Hide internal flags |
commit | commitdiff | tree | snapshot |
2015-07-03 |
Hallvard Furuseth | ITS#7969 Wrap unportable __sync_synchronize in #if |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Hallvard Furuseth | Restore support for Posix semaphores |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Hallvard Furuseth | Fix mdb_mutex_t, add mdb_mutexref_t, drop MDB_MUTEX(). |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Hallvard Furuseth | Add MDB_USE_POSIX_MUTEX. |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Howard Chu | CHANGES only belongs in mdb.RE |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Howard Chu | Bump version to 0.9.15 |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Hallvard Furuseth | Use ftok() for semget(), and only lower mode bits |
commit | commitdiff | tree | snapshot |
2015-06-02 |
Hallvard Furuseth | Clarify mdb_env_open() doc of 'mode' param |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Hallvard Furuseth | ITS#8156 Fix MDB_MAXKEYSIZE doc |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Hallvard Furuseth | ITS#8157 mdb_txn_renew0(): init after error checks |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Hallvard Furuseth | mdb_txn_renew(): Drop pointless diff from mdb.RE. |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Hallvard Furuseth | Set/clear mp_pad, md_pad (MDB_DUPFIXED data size). |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Hallvard Furuseth | mtest*.c: Fix MDB_NOOVERWRITE, plug cursor leak |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Hallvard Furuseth | ITS#8117 Fix MDB_INTEGERDUP keysize doc + md_dcmp |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Howard Chu | ITS#8117 better fix |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Howard Chu | Revert "ITS#8117 cleanup prev commit" |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Howard Chu | ITS#8117 cleanup prev commit |
commit | commitdiff | tree | snapshot |
2015-04-29 |
Howard Chu | ITS#8117 fix INTEGERDUP compare |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Howard Chu | ITS#8109 fix mdb_cursor_del0 on empty DB |
commit | commitdiff | tree | snapshot |
2015-04-17 |
Howard Chu | ITS#8106 retry writes on EINTR |
commit | commitdiff | tree | snapshot |
2015-04-15 |
Howard Chu | ITS#8062 also handle subcursors |
commit | commitdiff | tree | snapshot |
2015-04-15 |
Howard Chu | ITS#8062 fix rebalance |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Hallvard Furuseth | Cleanup mtest* and sample-*. |
commit | commitdiff | tree | snapshot |
2015-04-14 |
Hallvard Furuseth | Reformat mdb_dbi_open() doc for clarity |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Hallvard Furuseth | Cleanup MDB_env.me_txn0. |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Hallvard Furuseth | Fix per-txn MDB_NOMETASYNC, MDB_NOSYNC. |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Hallvard Furuseth | Renumber MDB_TXN_* flags, simplify flag code |
commit | commitdiff | tree | snapshot |
2015-04-08 |
Hallvard Furuseth | mdb_txn_renew(): Clear error from previous txn |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Howard Chu | ITS#8062 fix uninit'd cursor index |
commit | commitdiff | tree | snapshot |
2015-02-26 |
Howard Chu | ITS#8066 fix mdb_load with large values |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Quanah Gibson... | Happy New Year |
commit | commitdiff | tree | snapshot |
2015-02-12 |
Quanah Gibson... | Happy New Year |
commit | commitdiff | tree | snapshot |
2015-02-02 |
Howard Chu | Also support NOMETASYNC on txn_begin |
commit | commitdiff | tree | snapshot |
2015-01-30 |
Howard Chu | Support MDB_NOSYNC on mdb_txn_begin() |
commit | commitdiff | tree | snapshot |
2015-01-27 |
Hallvard Furuseth | Fix EACCES description |
commit | commitdiff | tree | snapshot |
2015-01-17 |
Hallvard Furuseth | ITS#7971 Fix reader allocation and me_numreaders |
commit | commitdiff | tree | snapshot |
2015-01-14 |
Hallvard Furuseth | mdb_env_set_flags(): Reject CHANGELESS flags. |
commit | commitdiff | tree | snapshot |
2015-01-13 |
Howard Chu | Fix potential null deref (coverity) |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Hallvard Furuseth | Whitespace (align with mdb.RE) |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Hallvard Furuseth | Make SysV semaphores robust. Cleanup MDB_ROBUST. |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Hallvard Furuseth | ITS#8021 doc: Don't mix MDB_WRITEMAP + non-WRITEMAP |
commit | commitdiff | tree | snapshot |
2015-01-12 |
Howard Chu | More cleanup for fdatasync hack |
commit | commitdiff | tree | snapshot |
2015-01-11 |
Howard Chu | Tweak conditionals for fdatasync hack |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Howard Chu | ITS#8021 env_sync is invalid in RDONLY env |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Howard Chu | fdatasync hack, again |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Howard Chu | Revert "Note MDB_SAFE_FDATASYNC" |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Howard Chu | Note MDB_SAFE_FDATASYNC |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Howard Chu | Simpler fdatasync hack |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Howard Chu | Revert "Fix prev commit for env_sync0" |
commit | commitdiff | tree | snapshot |
2014-12-21 |
Howard Chu | Fix prev commit for env_sync0 |
commit | commitdiff | tree | snapshot |
2014-12-18 |
Howard Chu | Hack for potential ext3/ext4 corruption issue |
commit | commitdiff | tree | snapshot |
2014-12-15 |
Howard Chu | Fix MDB_APPEND doc |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Hallvard Furuseth | make clean: remove *.lo |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Hallvard Furuseth | Try to avoid an invalid datafile after failed init |
commit | commitdiff | tree | snapshot |
2014-12-08 |
Howard Chu | Clarify mdb_dbi_open doc |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Hallvard Furuseth | C90-compatible code for SysV semaphores |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Leo Yuriev | ITS#7987 fix excessive space for single write txn |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Howard Chu | ITS#7994 fix prev commit |
commit | commitdiff | tree | snapshot |
2014-12-05 |
David Barbour | ITS#7994 Access to current transaction ID. |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Hallvard Furuseth | Fix SysV semaphores - repair mti_txnid. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Hallvard Furuseth | For ITS#7789: Ensure mapsize >= pages in use. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Hallvard Furuseth | Fix WIN32 -> _WIN32 |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Hallvard Furuseth | mdb_strerror: Silence warning @ Windows |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Hallvard Furuseth | Fix comments |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Hallvard Furuseth | Clean up SysV semaphore code. |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Hallvard Furuseth | Fix robust mutexes - repair mti_txnid. |
commit | commitdiff | tree | snapshot |
2014-12-01 |
Hallvard Furuseth | Simplify recent changes a bit. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Hallvard Furuseth | ITS#7961,#7987 Re-fix txn init. |
commit | commitdiff | tree | snapshot |
2014-10-18 |
leo@yuriev.ru | ITS#7971 LMDB: clarification in mdb_txn_renew0(). |
commit | commitdiff | tree | snapshot |
2014-10-18 |
leo@yuriev.ru | ITS#7970 LMDB: Critical Heisenbug |
commit | commitdiff | tree | snapshot |
2014-10-18 |
leo@yuriev.ru | ITS#7969 LMDB: volatile & __synchronize(). |
commit | commitdiff | tree | snapshot |
2014-10-08 |
Howard Chu | ITS#7959 fix prev commit |
commit | commitdiff | tree | snapshot |
next |