| 2013-06-22 | Hallvard Furuseth | Catch more MDB errors. DPRINTF in mdb_env_reset0. | commit | commitdiff | tree | snapshot | 
| 2013-06-22 | Hallvard Furuseth | Tweak MIDLs, catch errors. | commit | commitdiff | tree | snapshot | 
| 2013-06-22 | Hallvard Furuseth | Factor out MDB variables/expressions, cleanup. | commit | commitdiff | tree | snapshot | 
| 2013-06-22 | Hallvard Furuseth | Rearrange MDB dirty page code. | commit | commitdiff | tree | snapshot | 
| 2013-06-20 | Hallvard Furuseth | Simplify mdb_page_alloc(). | commit | commitdiff | tree | snapshot | 
| 2013-06-20 | Hallvard Furuseth | ITS#7620: Keep empty IDLs. Tweak mdb_page_alloc(). | commit | commitdiff | tree | snapshot | 
| 2013-06-17 | Howard Chu | ITS#7623 Clear P_SUBP on conversion from fake page | commit | commitdiff | tree | snapshot | 
| 2013-06-13 | Hallvard Furuseth | ITS#7515 Nested MDB txns: Inherit txn flags. | commit | commitdiff | tree | snapshot | 
| 2013-06-13 | Hallvard Furuseth | Clean up mdb_page_touch(), mdb_page_copy(). | commit | commitdiff | tree | snapshot | 
| 2013-06-13 | Hallvard Furuseth | ITS#7594 Fix MDB cursor tracking with subDBs. | commit | commitdiff | tree | snapshot | 
| 2013-06-13 | Hallvard Furuseth | ITS#7594 Invalidate a dropped MDB DB's cursors. | commit | commitdiff | tree | snapshot | 
| 2013-06-13 | Hallvard Furuseth | Don't #define _GNU_SOURCE if already defined. | commit | commitdiff | tree | snapshot | 
| 2013-06-13 | Hallvard Furuseth | More for ITS#7620 Fix mdb_ovpage_free(). | commit | commitdiff | tree | snapshot | 
| 2013-06-12 | Howard Chu | Partial revert c2cac4588a40480c020d320b544bc5f8e72adb11 | commit | commitdiff | tree | snapshot | 
| 2013-06-12 | Hallvard Furuseth | Drop me_pgfree, add mdb_freelist_save(). | commit | commitdiff | tree | snapshot | 
| 2013-06-12 | Howard Chu | Fix CURSOR_NEXT/PREV on emptied DB | commit | commitdiff | tree | snapshot | 
| 2013-06-08 | Howard Chu | Make sure mdb_stat() gets valid data | commit | commitdiff | tree | snapshot | 
| 2013-06-06 | Howard Chu | Return fresh overflow pages to current pghead | commit | commitdiff | tree | snapshot | 
| 2013-06-05 | Howard Chu | ITS#7594 more for subDB cursor fix | commit | commitdiff | tree | snapshot | 
| 2013-06-05 | Howard Chu | ITS#7594 better fix | commit | commitdiff | tree | snapshot | 
| 2013-05-30 | Howard Chu | tweak mdb_copy, trap signals | commit | commitdiff | tree | snapshot | 
| 2013-05-30 | Howard Chu | Windows portability fixes for prev commit | commit | commitdiff | tree | snapshot | 
| 2013-05-30 | Howard Chu | Add warning about interrupting copy | commit | commitdiff | tree | snapshot | 
| 2013-05-30 | Howard Chu | Fix prev commit | commit | commitdiff | tree | snapshot | 
| 2013-05-30 | Howard Chu | Add mdb_env_copyfd() | commit | commitdiff | tree | snapshot | 
| 2013-05-25 | Howard Chu | Add _M_IX86 macro for MSVC | commit | commitdiff | tree | snapshot | 
| 2013-05-23 | Howard Chu | ITS#7594 De-init other subcursors in page_touch | commit | commitdiff | tree | snapshot | 
| 2013-05-21 | Hallvard Furuseth | Drop unused liblmdb MIDL-range support. | commit | commitdiff | tree | snapshot | 
| 2013-05-21 | Hallvard Furuseth | Factor out mdb_find_oldest,mdb_dlist_free,dirty_list. | commit | commitdiff | tree | snapshot | 
| 2013-05-21 | Hallvard Furuseth | mdb_stat cleanup. | commit | commitdiff | tree | snapshot | 
| 2013-05-21 | Hallvard Furuseth | ITS#7598 Tweak MDB_<NEXT/PREV>_NODUP,fix mdb_stat. | commit | commitdiff | tree | snapshot | 
| 2013-05-21 | Hallvard Furuseth | ITS#7598 mdb_dbi_open(named DB): Check mainDB flags. | commit | commitdiff | tree | snapshot | 
| 2013-05-20 | Hallvard Furuseth | ITS#7515 Fix nested txn touch of subpage/ovpage. | commit | commitdiff | tree | snapshot | 
| 2013-05-20 | Hallvard Furuseth | Tweak mdb_page_malloc(),mdb_page_get() semantics. | commit | commitdiff | tree | snapshot | 
| 2013-05-19 | Hallvard Furuseth | More ITS#7589 followup: OVPAGES() -> mp_pages. | commit | commitdiff | tree | snapshot | 
| 2013-05-19 | Hallvard Furuseth | More ITS#7589: Fix prev commit. | commit | commitdiff | tree | snapshot | 
| 2013-05-17 | Hallvard Furuseth | ITS#7589 mdb_cursor_put(): Update ovpage nodesize. | commit | commitdiff | tree | snapshot | 
| 2013-05-15 | Howard Chu | Include <netinet/in.h> for Solaris 8 | commit | commitdiff | tree | snapshot | 
| 2013-05-14 | Howard Chu | Fix mdb_page_split - nested split | commit | commitdiff | tree | snapshot | 
| 2013-05-13 | Howard Chu | Doxygen cleanup | commit | commitdiff | tree | snapshot | 
| 2013-05-10 | Howard Chu | Fix 66c839f0292d9aea12bf93ef6568ac2bd2ca0fc8 | commit | commitdiff | tree | snapshot | 
| 2013-05-10 | Howard Chu | Refactor mdb_midl_append, add mdb_midl_grow() | commit | commitdiff | tree | snapshot | 
| 2013-05-05 | Hallvard Furuseth | ITS#7515 Fix nested transaction error handling. | commit | commitdiff | tree | snapshot | 
| 2013-05-05 | Hallvard Furuseth | Fix mdb_env_close(unopened MDB_env). | commit | commitdiff | tree | snapshot | 
| 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 | 
| next |