2014-01-13 |
Hallvard Furuseth | Revert "ITS#7772 Reduce spurious sub-page growth."
|
commit | commitdiff | tree |
2014-01-06 |
Hallvard Furuseth | ITS#7775 Drop <assert.h>, drop/replace assert()s.
|
commit | commitdiff | tree |
2014-01-06 |
Hallvard Furuseth | ITS#7775 Add mdb_env_set_assert()
|
commit | commitdiff | tree |
2014-01-06 |
Hallvard Furuseth | Add mdb_env_<set,get>_userctx()
|
commit | commitdiff | tree |
2014-01-06 |
Hallvard Furuseth | ITS#7377 Invalidate txn on page-allocation errors
|
commit | commitdiff | tree |
2014-01-05 |
Hallvard Furuseth | Wrap __func__ in mdb_func_
|
commit | commitdiff | tree |
2014-01-05 |
Hallvard Furuseth | Invalidate the txn on corruption/internal errors
|
commit | commitdiff | tree |
2013-12-31 |
Hallvard Furuseth | mdb_page_malloc(): Move VGMEMP_ALLOC before memset
|
commit | commitdiff | tree |
2013-12-29 |
Hallvard Furuseth | ITS#7771 mdb_cursor_del0(): Fix xcursor tracking.
|
commit | commitdiff | tree |
2013-12-29 |
Hallvard Furuseth | sprintf format: pid_t need not be an int.
|
commit | commitdiff | tree |
2013-12-29 |
Hallvard Furuseth | Add mdb_dbg_pgno(): (sub)pagenum for debug output.
|
commit | commitdiff | tree |
2013-12-29 |
Hallvard Furuseth | ITS#7772 Reduce spurious sub-page growth.
|
commit | commitdiff | tree |
2013-12-29 |
Hallvard Furuseth | ITS#7665 Drop lmdb.h doc on non-overlapping flags.
|
commit | commitdiff | tree |
2013-12-29 |
Hallvard Furuseth | ITS#7515 has been fixed.
|
commit | commitdiff | tree |
2013-12-29 |
Hallvard Furuseth | Drop UNLOCK_MUTEX_R() on mdb_reader_pid() error
|
commit | commitdiff | tree |
2013-12-21 |
Hallvard Furuseth | Fix commit "Raise safe max MDB_MAXKEYSIZE."
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Replace MDB_node.mn_offset[], to ease debugging.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Comment MDB_node, mdb_page_unspill, mdb_update_key
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Fix mdb_reader_list() and its spec.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Support dynamic max MDB keysize.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Raise safe max MDB_MAXKEYSIZE.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Relax MDB_MAXKEYSIZE for existing data.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | ITS#7589 Fix me_nodemax and related node sizes.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | ITS#7589 Fix delete(uneven-sized MDB_DUPFIXED data).
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | put(MDB_MULTIPLE): Skip existing item cleanly.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Add EVEN(): Micro-optimize "up to multiple of 2".
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Warning cleanup.
|
commit | commitdiff | tree |
2013-12-11 |
Hallvard Furuseth | Clean up mdb_copy.
|
commit | commitdiff | tree |
2013-11-07 |
Hallvard Furuseth | Add MDB_CLEANMEM option.
|
commit | commitdiff | tree |
2013-11-07 |
Hallvard Furuseth | Fix MDB_MAXKEYSIZE doc: Account for MDB_DUPSORT.
|
commit | commitdiff | tree |
2013-11-07 |
Hallvard Furuseth | ITS#7713 Handle bigger OS page sizes
|
commit | commitdiff | tree |
2013-11-07 |
Hallvard Furuseth | mdb_cursor_put(): Factor out code. Kill a label.
|
commit | commitdiff | tree |
2013-10-03 |
Hallvard Furuseth | Add Caveat: Readers need write access. Whitespace.
|
commit | commitdiff | tree |
2013-10-03 |
Hallvard Furuseth | Maintain MDB_cursor.mc_top
|
commit | commitdiff | tree |
2013-10-03 |
Hallvard Furuseth | mdb_cursor_sibling(): Fix error result
|
commit | commitdiff | tree |
2013-10-03 |
Hallvard Furuseth | mdb_node_add(): Plug page leak when MDB_PAGE_FULL.
|
commit | commitdiff | tree |
2013-10-03 |
Hallvard Furuseth | Optimize code holding reader mutex
|
commit | commitdiff | tree |
2013-10-03 |
Hallvard Furuseth | Set MDB_xcursor DB_DIRTY, clear md_name.
|
commit | commitdiff | tree |
2013-10-03 |
Hallvard Furuseth | Set subDB DBI=parent DBI, fix MDB_DUPSORT delete.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | Drop unneeded code.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | Clean up and simplify mdb_page_search().
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | Tweak MDB_DEBUG output
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | Rename SWAP() to avoid conflict with sqlightning.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | mdb_page_unspill(): Rename local vars.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | ITS#7515 Fix mdb_page_unspill() in nested txn.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | ITS#7515 Fix mdb_txn_commit(nested txn with spills).
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | ITS#7515 Fix mt_dirty_room in nested txns.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | ITS#7515 mdb_pages_xkeep(): Careful about xcursors.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | mdb_pages_xkeep(): Reformat, use common flag mask
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | Update MDB documentation and comments.
|
commit | commitdiff | tree |
2013-09-23 |
Hallvard Furuseth | ITS#7682 mdb_env_copy(): Avoid Linux O_DIRECT bug.
|
commit | commitdiff | tree |
2013-08-25 |
Hallvard Furuseth | mdb_page_unspill(): Fix dirty_room in nested txn
|
commit | commitdiff | tree |
2013-08-23 |
Hallvard Furuseth | mdb_page_spill(): Fix nested txn mt_dirty_room
|
commit | commitdiff | tree |
2013-08-23 |
Hallvard Furuseth | Simplify last commits
|
commit | commitdiff | tree |
2013-08-14 |
Hallvard Furuseth | Tweak ITS#7615 fix: Obey strict-aliasing rules.
|
commit | commitdiff | tree |
2013-08-10 |
Hallvard Furuseth | Avoid compiling debug args with C90 compilers.
|
commit | commitdiff | tree |
2013-08-10 |
Hallvard Furuseth | Refuse ops on bad txns
|
commit | commitdiff | tree |
2013-08-10 |
Hallvard Furuseth | Replace EINVALs with generalized MDB_INCOMPATIBLE.
|
commit | commitdiff | tree |
2013-08-10 |
Hallvard Furuseth | mdb_txn_commit(): Always commit if MDB_TXN_SPILLS.
|
commit | commitdiff | tree |
2013-08-09 |
Hallvard Furuseth | Replace unpredictable EINVAL error returns.
|
commit | commitdiff | tree |
2013-08-09 |
Hallvard Furuseth | Re-fix reader-pid code
|
commit | commitdiff | tree |
2013-08-08 |
Hallvard Furuseth | mdb_cursorpages_mark: Mark current txn and no more.
|
commit | commitdiff | tree |
2013-08-08 |
Hallvard Furuseth | Fix mdb_ovpage_free() vs. spill.
|
commit | commitdiff | tree |
2013-08-08 |
Hallvard Furuseth | Fix page spilling when MDB_WRITEMAP.
|
commit | commitdiff | tree |
2013-08-08 |
Hallvard Furuseth | Set MDB_TXN_ERROR when inconsistent txn state
|
commit | commitdiff | tree |
2013-08-08 |
Hallvard Furuseth | Factor out MDB_env.
|
commit | commitdiff | tree |
2013-08-08 |
Hallvard Furuseth | MDB_LOCK_VERSION -> MDB_LOCK_FORMAT.
|
commit | commitdiff | tree |
2013-08-08 |
Hallvard Furuseth | Fix mdb_reader_pid().
|
commit | commitdiff | tree |
2013-08-05 |
Hallvard Furuseth | Silence warnings
|
commit | commitdiff | tree |
2013-08-05 |
Hallvard Furuseth | Tweak comments
|
commit | commitdiff | tree |
2013-08-05 |
Hallvard Furuseth | Clarify doc: mdb_copy, nested txns, mdb_drop().
|
commit | commitdiff | tree |
2013-07-12 |
Hallvard Furuseth | Also set/clear P_KEEP in parent txn's cursors
|
commit | commitdiff | tree |
2013-07-12 |
Hallvard Furuseth | Simplify: Always set C_UNTRACK for tracked cursors.
|
commit | commitdiff | tree |
2013-07-12 |
Hallvard Furuseth | Save freelist using proper mdb_cursor_put().
|
commit | commitdiff | tree |
2013-07-10 |
Hallvard Furuseth | Do not follow uninited cursors' page pointers.
|
commit | commitdiff | tree |
2013-07-07 |
Hallvard Furuseth | ITS#7515 Reject conflicting page versions.
|
commit | commitdiff | tree |
2013-07-07 |
Hallvard Furuseth | ITS#7515 Fix tracking of parent txn's cursors.
|
commit | commitdiff | tree |
2013-07-07 |
Hallvard Furuseth | Simplify MDB_cursor: Drop flags C_ALLOCD,C_SHADOW.
|
commit | commitdiff | tree |
2013-07-06 |
Hallvard Furuseth | Silence more uninit warnings
|
commit | commitdiff | tree |
2013-06-26 |
Hallvard Furuseth | Fix alloc/free issues.
|
commit | commitdiff | tree |
2013-06-26 |
Hallvard Furuseth | Factor out some vars, simplify.
|
commit | commitdiff | tree |
2013-06-26 |
Hallvard Furuseth | Makefile/user-macro comments.
|
commit | commitdiff | tree |
2013-06-26 |
Hallvard Furuseth | Tweak I/O, fix last commit.
|
commit | commitdiff | tree |
2013-06-22 |
Hallvard Furuseth | Improve MDB error handling, drop seek calls.
|
commit | commitdiff | tree |
2013-06-22 |
Hallvard Furuseth | Fix Windows I/O.
|
commit | commitdiff | tree |
2013-06-22 |
Hallvard Furuseth | Catch more MDB errors. DPRINTF in mdb_env_reset0.
|
commit | commitdiff | tree |
2013-06-22 |
Hallvard Furuseth | Tweak MIDLs, catch errors.
|
commit | commitdiff | tree |
2013-06-22 |
Hallvard Furuseth | Factor out MDB variables/expressions, cleanup.
|
commit | commitdiff | tree |
2013-06-22 |
Hallvard Furuseth | Rearrange MDB dirty page code.
|
commit | commitdiff | tree |
2013-06-20 |
Hallvard Furuseth | Simplify mdb_page_alloc().
|
commit | commitdiff | tree |
2013-06-20 |
Hallvard Furuseth | ITS#7620: Keep empty IDLs. Tweak mdb_page_alloc().
|
commit | commitdiff | tree |
2013-06-13 |
Hallvard Furuseth | ITS#7515 Nested MDB txns: Inherit txn flags.
|
commit | commitdiff | tree |
2013-06-13 |
Hallvard Furuseth | Clean up mdb_page_touch(), mdb_page_copy().
|
commit | commitdiff | tree |
2013-06-13 |
Hallvard Furuseth | ITS#7594 Fix MDB cursor tracking with subDBs.
|
commit | commitdiff | tree |
2013-06-13 |
Hallvard Furuseth | ITS#7594 Invalidate a dropped MDB DB's cursors.
|
commit | commitdiff | tree |
2013-06-13 |
Hallvard Furuseth | Don't #define _GNU_SOURCE if already defined.
|
commit | commitdiff | tree |
2013-06-13 |
Hallvard Furuseth | More for ITS#7620 Fix mdb_ovpage_free().
|
commit | commitdiff | tree |
2013-06-12 |
Hallvard Furuseth | Drop me_pgfree, add mdb_freelist_save().
|
commit | commitdiff | tree |
2013-05-21 |
Hallvard Furuseth | Drop unused liblmdb MIDL-range support.
|
commit | commitdiff | tree |
2013-05-21 |
Hallvard Furuseth | Factor out mdb_find_oldest,mdb_dlist_free,dirty_list.
|
commit | commitdiff | tree |
next |