| 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 | 
| 2012-12-11 | Howard Chu | Make sure init_meta is at beginning of file | commit | commitdiff | tree | snapshot | 
| 2012-12-11 | Howard Chu | More for prev commit | commit | commitdiff | tree | snapshot | 
| 2012-12-11 | Howard Chu | Partially revert 65d40eb5d2c7c28df05e2c1d9b21d90e2a82e0b5 | commit | commitdiff | tree | snapshot | 
| 2012-12-11 | Howard Chu | FIx prev commit | commit | commitdiff | tree | snapshot | 
| 2012-12-10 | Howard Chu | Add error checks to txn_commit | commit | commitdiff | tree | snapshot | 
| 2012-12-10 | Howard Chu | ITS#7455 simplify | commit | commitdiff | tree | snapshot | 
| 2012-12-07 | Howard Chu | ITS#7467 add verbose freelist info | commit | commitdiff | tree | snapshot | 
| 2012-12-07 | Howard Chu | ITS#7465 fail if both -a and -s specified | commit | commitdiff | tree | snapshot | 
| 2012-12-07 | Howard Chu | Yet more retries for overflow page scan | commit | commitdiff | tree | snapshot | 
| 2012-12-06 | Howard Chu | Freelist fixes | commit | commitdiff | tree | snapshot | 
| 2012-12-04 | Howard Chu | Fix mdb_env_copy | commit | commitdiff | tree | snapshot | 
| 2012-12-04 | Howard Chu | Rename mdb_open/close mdb_dbi_open/close | commit | commitdiff | tree | snapshot | 
| 2012-12-03 | Howard Chu | Fix 5c1ee7f7ba9580d5ff29e74cbb02eee335c33d94 | commit | commitdiff | tree | snapshot | 
| 2012-12-03 | Howard Chu | Fix mdb_midl_shrink | commit | commitdiff | tree | snapshot | 
| 2012-11-30 | Howard Chu | More retries for overflow page scan | commit | commitdiff | tree | snapshot | 
| 2012-11-30 | Howard Chu | Rename libmdb to liblmdb | commit | commitdiff | tree | snapshot | 
| 2012-11-30 | Howard Chu | Add install target | commit | commitdiff | tree | snapshot | 
| 2012-11-30 | Howard Chu | Rename libmdb to liblmdb, lmdb.h | commit | commitdiff | tree | snapshot | 
| 2012-11-30 | Howard Chu | ITS#7455 use freelist for overflow pages | commit | commitdiff | tree | snapshot | 
| 2012-11-28 | Howard Chu | Drop unneeded #include <time.h> | commit | commitdiff | tree | snapshot | 
| 2012-11-28 | Howard Chu | Doc layout tweaks | commit | commitdiff | tree | snapshot | 
| 2012-11-27 | Hallvard Furuseth | mdb_env_sync(,force=1): Override MDB_MAPASYNC. | commit | commitdiff | tree | snapshot | 
| 2012-11-27 | Hallvard Furuseth | mdb_cursor_dbi(): Assume valid args. | commit | commitdiff | tree | snapshot | 
| 2012-11-27 | Hallvard Furuseth | API change: mdb_drop() only accepts del=0 or 1. | commit | commitdiff | tree | snapshot | 
| 2012-11-27 | Hallvard Furuseth | API change: mdb_env_set_maxdbs(, *named* DBs). | commit | commitdiff | tree | snapshot | 
| 2012-11-27 | Hallvard Furuseth | ITS#7453 Fix reset of MDB_NOSYNC/MDB_NOMETASYNC. | commit | commitdiff | tree | snapshot | 
| 2012-11-27 | Hallvard Furuseth | Tweak MDB_FIXEDMAP handling. | commit | commitdiff | tree | snapshot | 
| 2012-11-27 | Hallvard Furuseth | Renumber MDB_NOSUBDIR. Check mdb_env_open() flags. | commit | commitdiff | tree | snapshot | 
| 2012-11-05 | Howard Chu | ITS#7432 fix typo in mdb_midl_sort | commit | commitdiff | tree | snapshot | 
| 2012-10-25 | Howard Chu | Better fix for MDB_DEBUG tweak -- from hbf | commit | commitdiff | tree | snapshot | 
| 2012-10-25 | Howard Chu | Revert "MDB_DEBUG tweak for old compilers" | commit | commitdiff | tree | snapshot | 
| 2012-10-25 | Howard Chu | MDB_DEBUG tweak for old compilers | commit | commitdiff | tree | snapshot | 
| 2012-10-23 | Howard Chu | Fix flag checks in mdb_open | commit | commitdiff | tree | snapshot | 
| 2012-10-23 | Howard Chu | fix Windows mdb_env_copy(), WriteFile overflow | commit | commitdiff | tree | snapshot | 
| 2012-10-23 | Howard Chu | Make sure mdb_open flags are committed on main DB | commit | commitdiff | tree | snapshot | 
| 2012-10-22 | Howard Chu | Minor cleanup | commit | commitdiff | tree | snapshot | 
| 2012-10-22 | Howard Chu | Fix MDB_PREV | commit | commitdiff | tree | snapshot | 
| 2012-10-17 | Howard Chu | Tweak output, add free page info | commit | commitdiff | tree | snapshot | 
| 2012-10-16 | Howard Chu | Add mdb_env_info() to retrieve interesting env params | commit | commitdiff | tree | snapshot | 
| 2012-10-16 | Howard Chu | Merge mdb_stata into mdb_stat | commit | commitdiff | tree | snapshot | 
| 2012-10-16 | Howard Chu | Make sure increases of mapsize are persisted | commit | commitdiff | tree | snapshot | 
| 2012-10-15 | Hallvard Furuseth | ITS#7377 Errorcheck Windows calls and thread keys. | commit | commitdiff | tree | snapshot | 
| 2012-10-15 | Hallvard Furuseth | Explicitly unlock the MDB lockfile on Windows. | commit | commitdiff | tree | snapshot | 
| 2012-10-15 | Hallvard Furuseth | mdb_env_open(): Keep mdb_env_set_flags() flags. | commit | commitdiff | tree | snapshot | 
| 2012-10-15 | Hallvard Furuseth | More for mdb_env_copy(). | commit | commitdiff | tree | snapshot | 
| 2012-10-15 | Hallvard Furuseth | Fix last commit. | commit | commitdiff | tree | snapshot | 
| 2012-10-13 | Howard Chu | Support read access on read-only media | commit | commitdiff | tree | snapshot | 
| 2012-10-11 | Howard Chu | Silence warning in prev commit | commit | commitdiff | tree | snapshot | 
| 2012-10-11 | Howard Chu | Add mdb_copy for backing up a DB environment | commit | commitdiff | tree | snapshot | 
| 2012-10-03 | Hallvard Furuseth | Tweak MDB restrictions | commit | commitdiff | tree | snapshot | 
| 2012-10-03 | Hallvard Furuseth | Fix mdb_open() off-by-one error in maxdbs check | commit | commitdiff | tree | snapshot | 
| 2012-10-03 | Hallvard Furuseth | ITS#7377 Wrap fcntl F_SETLK in EINTR loop too. | commit | commitdiff | tree | snapshot | 
| 2012-10-03 | Hallvard Furuseth | ITS#7377 Catch ftruncate() error | commit | commitdiff | tree | snapshot | 
| 2012-10-03 | Hallvard Furuseth | ITS#7377 Document caveats/troubeshooting. | commit | commitdiff | tree | snapshot | 
| 2012-09-30 | Howard Chu | Fix prev commit | commit | commitdiff | tree | snapshot | 
| 2012-09-30 | Howard Chu | Fix mdb_drop | commit | commitdiff | tree | snapshot | 
| 2012-09-27 | Howard Chu | ITS#7385, check further for bad splits | commit | commitdiff | tree | snapshot | 
| 2012-09-19 | Howard Chu | Add MDB_GET_CURRENT | commit | commitdiff | tree | snapshot | 
| 2012-09-18 | Howard Chu | ITS#7394 ignore WRITEMAP if RDONLY | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Howard Chu | More for 48ef27b6f5c804eca6a9d27f8dd2b4ded376f8af | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Howard Chu | More for ab04c50a32275e216b82edaeeed50208cf49336b | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | ITS#7377 Catch MDB user errors. | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | ITS#7377 Catch MDB setup errors and clean up. | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | ITS#7364 Limit mdb lock upgrade before sem_unlink. | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | ITS#7364 Always sem_unlink() in mdb_env_open(). | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | ITS#7377 Wrap sem_wait & file locks in EINTR loops | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | Remove mdb data races. Use (txnid_t)-1 as "no ID". | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | Save pid in MDB_env instead of repeating getpid(). | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | MDB_WRITEMAP needs no DSYNC descriptor (me_mfd) | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Hallvard Furuseth | ITS#7363 Preprocessor namespace cleanup. | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Howard Chu | More for ab04c50a32275e216b82edaeeed50208cf49336b | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Howard Chu | Add mdb_cursor_renew() | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Howard Chu | Shared lib should depend on pthread | commit | commitdiff | tree | snapshot | 
| 2012-09-17 | Howard Chu | Add MDB_SET_KEY cursor op | commit | commitdiff | tree | snapshot | 
| 2012-09-14 | Howard Chu | ITS#7383 More explicit error codes | commit | commitdiff | tree | snapshot | 
| 2012-09-12 | Howard Chu | ITS#7385 fix mdb_page_split (again) | commit | commitdiff | tree | snapshot | 
| 2012-09-07 | Howard Chu | Update comments, bump version | commit | commitdiff | tree | snapshot | 
| 2012-09-06 | Howard Chu | msync should default to fully synchronous | commit | commitdiff | tree | snapshot | 
| 2012-09-05 | Howard Chu | Add msync support for WRITEMAP option | commit | commitdiff | tree | snapshot | 
| 2012-09-05 | Howard Chu | Add MDB_WRITEMAP to use a writable mmap | commit | commitdiff | tree | snapshot | 
| 2012-09-04 | Howard Chu | More for 57b5fbea491c956ed7a4ab7d12d802de2b29455d | commit | commitdiff | tree | snapshot | 
| 2012-08-29 | Hallvard Furuseth | libmdb: Fix P_INVALID when pgno_t != unsigned long | commit | commitdiff | tree | snapshot | 
| 2012-08-29 | Hallvard Furuseth | libmdb: Check sem_open() against SEM_FAILED. | commit | commitdiff | tree | snapshot | 
| next |