| 2011-09-03 | Howard Chu | Fix conversion of IDL to range | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Fix log parsing, broken by 8d74f71 | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Tests updates for mdb | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Add MDB support to configure and test framework. | commit | commitdiff | tree | snapshot | 
| 2011-09-02 | Howard Chu | Import back-mdb | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Merge remote branch 'mdb4/master' | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Ugly-as-sin initial Windows port | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | API cleanup, doxygen docs for public API | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Cleanup, fix freelist alloc | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Tweak locks, fix race conditions | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Reduce excessive memcpy in mdb_split | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix mdb_split, tweak split_indx if space is tight | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix update of big data items | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix free page reclaim and dbs table update | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More debug, fix MDB_DEL_DUP | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More debug output | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add txn_reset / txn_renew | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | First cut at DUPFIXED support | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Set MINKEYS to 2 | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Keep re-using dpages instead of freeing them | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Hallvard B... | Avoid cast-away-const for errstr[] | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Hallvard B... | Wrap O_DSYNC in MDB_DSYNC. | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Hallvard B... | Simplify: Replace IDL*_CMP() with CMP() | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Hallvard B... | Macro cleanup: Parenthesize, simplify, remove a ; | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Hallvard B... | Drop gcc extension ,##__VA_ARGS__.  Add DPUTS(). | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix cursor_set for dups | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Sorted dups fix | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Don't alloc in cursor_push/pop | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix multi-page commits | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix overflow page read | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Sub-DB init/dirty fixes | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix dupsort fetch | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More txn/cursor cleanup | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Update DB tables on commit even if no dirty pages | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add mdb_strerror(), mdb_env_set_flags() | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | allow silent commit of read-only TXNs | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Protect err codes | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Error cleanup | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Get rid of AC_MEMCPY | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Use IDL2 for dirty page list | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Use O_DSYNC on metafd. | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Minor cleanup | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Better defs for locker structures | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Silence stupid warning | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add mdb_version() | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Rationalize mdbenv namespace | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Move MDB_VERSION to mdb.h, use major/minor/patch | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Tweak MDB_val to match struct berval | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Rename idl to midl | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add another FIXME comment | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add mtest2 and 3 | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Portability tweak | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Make a shared library too | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Start using as a library | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Sorted dup fixes | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add MDB_INTEGERKEY db flag | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Allow setting DB flags on main DB | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Cleanup, add mdb_cursor_count() | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More DB checks | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Consolidate stat functions | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Header cleanup | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More subDB fixes | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Parameter cleanup | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Valgrind complaints | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More subDB stuff | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Make sure subDB info is saved after writes | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Sorted dups basically completed, needs testing | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Added cursor_get for sorted dups | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add mdb_get for sorted dups | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add mdb_del for sorted dups | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add mdb_put for sorted dups | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix reader txn locking | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Don't malloc the free_pgs list every time | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Setup context for sorted dups | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add explicit md_dirty flag to dbxs | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add cursor_prev | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Use BDB cursor terminology | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Add some legalese | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Additional debug, fixes | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Save free-list in DB | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More sub-db stuff | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Use STAILQ instead of SIMPLEQ | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More subdb stuff, add cursor_last() | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Tweak mt_dbxs array | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix free page re-use | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fixup metapage writes | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Tweaks to txn handling | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More subDBs, compiles now | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Start DB restructuring | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Replace ulong with ULONG macro | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More prep for subdatabases | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Tweak comment about overflow allocations | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Use an environment directory | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | No longer need -lssl | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Fix db_stat stuff | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | More fixes for seeking | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Re-use old pages | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Hallvard Furuseth | tests/data/: #bdb,hdb# -> #maindb/indexdb#. | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Hallvard Furuseth | tests: Add $MAINDB, $INDEXDB for [bhn]db tests. | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Howard Chu | Also track skipped (non-executable) tests | commit | commitdiff | tree | snapshot | 
| next |