2013-05-04 |
Hallvard Furuseth | Simplify/cleanup mdb_cursor_init, C_ALLOCD. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | MDB warning cleanup. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | mdb_dcmp(): Assume the database has MDB_DUPSORT. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | Update MDB doc: Cursors, DB handles, data lifetime |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | Allow mdb_cursor_close() after readonly txn ends. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | Close cursors when commit(writer). Factor out code. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | Plug txn leak and MDB_NOTLS slot leaks on error. |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | Cleaner "Support mdb_txn_abort(a reset txn)". |
commit | commitdiff | tree | snapshot |
2013-05-04 |
Hallvard Furuseth | Update fixes for dbi_open/close, ITS#7515. |
commit | commitdiff | tree | snapshot |
2013-05-02 |
Howard Chu | Allow reading freelist while working on it |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Howard Chu | Avoid assert |
commit | commitdiff | tree | snapshot |
2013-05-01 |
Hallvard Furuseth | Plug mdb_cursor_renew() memleak |
commit | commitdiff | tree | snapshot |
2013-04-21 |
Howard Chu | Fix MDB_LAST, reset cursor index |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Howard Chu | Fix typo from 7aba5f5ab92a3fa92de001edb2c5ff4b04fd7d0d |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Hallvard Furuseth | Tweak comments/readability. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Howard Chu | Add MDB_NOTLS envflag. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Hallvard Furuseth | Catch MDB txn reuse/sync errors. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Hallvard Furuseth | Support mdb_txn_abort(a reset txn). |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Hallvard Furuseth | Cleanup for TLS key and read-only filesystem. |
commit | commitdiff | tree | snapshot |
2013-04-18 |
Hallvard Furuseth | Clean up MDB_env setup. |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Howard Chu | Fix mdb_rebalance |
commit | commitdiff | tree | snapshot |
2013-04-16 |
Howard Chu | ITS#7574 blind fix |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Howard Chu | fix prev commit |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Howard Chu | Fix mdb_rebalance |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Howard Chu | Revert "ITS#7570 fix MDB_GET_MULTIPLE and MDB_NEXT_MULT... |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Claude Brisson | ITS#7570 fix MDB_GET_MULTIPLE and MDB_NEXT_MULTIPLE |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Howard Chu | Fix 227329c8e1fb818548f1936f5dc1349ffd73352 |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Howard Chu | Revert "Fix 6beaad52129da5353fd40c0ec48e6a78c4f71a2e" |
commit | commitdiff | tree | snapshot |
2013-04-05 |
Howard Chu | Fixes for dbi_open/close, ITS#7515 |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Howard Chu | ITS#7561 Fix mdb_drop bugs |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Howard Chu | Fix 6beaad52129da5353fd40c0ec48e6a78c4f71a2e |
commit | commitdiff | tree | snapshot |
2013-04-04 |
Howard Chu | Fix d3990eb2f8b2944782604a2ca7bd52e08c58fc3e |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Howard Chu | Fix rebalance when collapsing root page |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Howard Chu | More fixes for MDB_LAST |
commit | commitdiff | tree | snapshot |
2013-04-02 |
Howard Chu | ITS#7556 fix cursor_sibling for PREV |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Hallvard Furuseth | Plug MDB memory leak of DB names. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Hallvard Furuseth | Silence signedness warning |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Hallvard Furuseth | Fix MDB_DEBUG compile when no varargs macros. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Howard Chu | Tweak mode_t def per Hallvard's suggestion |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Howard Chu | MSVC doesn't define mode_t |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Howard Chu | Fix CURSOR_LAST/CURSOR_PREV |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Howard Chu | ITS#7553 better fix |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Howard Chu | ITS#7553 deinit cursor after deleting last node |
commit | commitdiff | tree | snapshot |
2013-03-25 |
Howard Chu | Silence stupid warnings |
commit | commitdiff | tree | snapshot |
2013-03-23 |
Claude Brisson | bugfix for mdb_cursor_put with MDB_MULTIPLE |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Howard Chu | ITS#7538 fallout from ITS#7536 fix. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Howard Chu | Precalculate max size of a node |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Howard Chu | Fix f97552a83abb085bc44b1b578e550d64c1313a4b |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Howard Chu | Check for MADV_RANDOM |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Howard Chu | ITS#7377 Fix c0f3d9b9a8864e744a8d1eaffc99bc86026d5351 |
commit | commitdiff | tree | snapshot |
2013-03-11 |
Howard Chu | Turn off readahead on main mmap |
commit | commitdiff | tree | snapshot |
2013-03-06 |
Howard Chu | ITS#7536 fix mdb_rebalance |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Howard Chu | Use CC/LDFLAGS to link the shared lib |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Howard Chu | Install manpages too |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Howard Chu | Delete obsolete @todo |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Howard Chu | Add sample apps for comparison/education purposes |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Howard Chu | Add $(DESTDIR) to make install target |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Howard Chu | Update error code instances |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Hallvard Furuseth | Tweak MDB_INCOMPATIBLE description |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Hallvard Furuseth | Tweak prev commit: Restore if-test as an assert |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Hallvard Furuseth | ITS#7515 Fix mdb_txn_commit(nested txn). |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Hallvard Furuseth | ITS#7512 Plug mdb_txn_abort(nested txn) page leaks. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Hallvard Furuseth | Check DB flags when refreshing a stale MDB DBI. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Hallvard Furuseth | mdb_cursor_prev,mdb_cursor_next: Fix return value. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Hallvard Furuseth | ITS#7515 mdb_dbi_open(): Also open in parent txns. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Hallvard Furuseth | mdb_page_alloc(): Handle freeDB txnid range holes. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Hallvard Furuseth | ITS#7517 Document that dirty DBs may not be closed |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Hallvard Furuseth | ITS#7485 Document key/data size limits in lmdb.h. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Hallvard Furuseth | Revert "ITS#7515 update parent's mt_next_pgno on child... |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Howard Chu | ITS#7515 update parent's mt_next_pgno on child commit |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Howard Chu | Don't limit retries when coalescing freelist |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Hallvard Furuseth | ITS#7515 Fix MDB parent/child txn interaction. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Hallvard Furuseth | ITS#7377 Catch MDB failure updating root pointers. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Hallvard Furuseth | ITS#7517 Don't save dropped dirty MDB databases. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Hallvard Furuseth | mdb_stat -ff[f]: show contiguous page spans. |
commit | commitdiff | tree | snapshot |
2013-02-16 |
Hallvard Furuseth | Add error code MDB_MAP_RESIZED. |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Howard Chu | Don't memmove freelist entry when chunking it |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Hallvard Furuseth | ITS#7455 Save freelist in single-page chunks |
commit | commitdiff | tree | snapshot |
2013-02-15 |
Hallvard Furuseth | Freelist cleanup/streamlining |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Hallvard Furuseth | ITS#7512 Fix MDB page leak when malloc error. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Howard Chu | Revert "ITS#7515 fix mdb_dbi_open/close" |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Howard Chu | NULL key is allowed for MDB_CURRENT |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Howard Chu | ITS#7515 fix mdb_dbi_open/close |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Howard Chu | ITS#7511 make sure cursor is marked valid after success... |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Howard Chu | ITS#7505 fix prev commit, partial revert |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Howard Chu | ITS#7505 Fix mdb_update_key when key is too big |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Howard Chu | Fix MDB_CURRENT updating for dupsort items |
commit | commitdiff | tree | snapshot |
2013-01-16 |
Hallvard Furuseth | Update MDB comments: Caveats, flags, etc. |
commit | commitdiff | tree | snapshot |
2013-01-15 |
Howard Chu | ITS#7485 data sizes limited to 32 bits |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Howard Chu | ITS#7485 more size checks |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Howard Chu | ITS#7485 check maxkeysize in mdb_cursor_put |
commit | commitdiff | tree | snapshot |
2013-01-14 |
Howard Chu | One more rename |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Howard Chu | ITS#7491 check for filled dirty page list |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Howard Chu | Happy New Year |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Hallvard Furuseth | Delete liblmdb/mfree. It has moved into mdb_stat. |
commit | commitdiff | tree | snapshot |
2013-01-09 |
Howard Chu | ITS#7455 don't give up so soon |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Howard Chu | Fix typo |
commit | commitdiff | tree | snapshot |
2012-12-19 |
Howard Chu | Add initial mdb utility manpages |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Howard Chu | init_meta should write mapsize |
commit | commitdiff | tree | snapshot |
2012-12-12 |
Howard Chu | Update version date |
commit | commitdiff | tree | snapshot |
next |