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 |
2012-08-27 |
Howard Chu | In mdb_audit, change assert to fprintf |
commit | commitdiff | tree | snapshot |
2012-08-26 |
Howard Chu | Fix mdb_audit() |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Ondrej Kuznik | ITS#7369 mdb_stat: cleanup in case something went wrong. |
commit | commitdiff | tree | snapshot |
2012-08-24 |
Howard Chu | ITS#7369 abort txn before exiting |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Howard Chu | ITS#7364 also close the mutexes as needed |
commit | commitdiff | tree | snapshot |
2012-08-23 |
Chris Mikkelson | ITS#7364 Remove POSIX semaphores when the last user... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
Chris Mikkelson | ITS#7363 Use posix semaphores on apple and bsd systems. |
commit | commitdiff | tree | snapshot |
2012-08-16 |
Howard Chu | Loop thru all DBs and show their stats |
commit | commitdiff | tree | snapshot |
2012-08-02 |
Howard Chu | Minor cleanup |
commit | commitdiff | tree | snapshot |
2012-07-31 |
Howard Chu | Write optimization: avoid copying unused portions of... |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Howard Chu | Fix txn_commit error check |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Howard Chu | Fix 205bb17793e27be67098ccc80ee919165d7cb993 |
commit | commitdiff | tree | snapshot |
2012-07-26 |
Howard Chu | Update sub-DBs before updating free list |
commit | commitdiff | tree | snapshot |
2012-07-25 |
Howard Chu | Append mode should also detect keys that are too small |
commit | commitdiff | tree | snapshot |
2012-07-24 |
Howard Chu | Fix root split check in mdb_page_split |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Howard Chu | Skip unneeded calls to mdb_page_get in mdb_page_search |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Howard Chu | Leave extra space when creating a fake page |
commit | commitdiff | tree | snapshot |
2012-07-23 |
Howard Chu | Append mode still needs to detect duplicates |
commit | commitdiff | tree | snapshot |
2012-07-21 |
Howard Chu | Append tweaks, page_split fixes |
commit | commitdiff | tree | snapshot |
2012-07-17 |
Howard Chu | Make sure cursor's DB is init'd if STALE. |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Howard Chu | Don't use env-private copy of DB root nodes. |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Howard Chu | Fix darwin sem_open() names |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Howard Chu | Fix ID -> MDB_ID due to 20baad4a207db5d0e84fc3a7409f216... |
commit | commitdiff | tree | snapshot |
2012-07-13 |
Howard Chu | Windows thread callback support |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Howard Chu | Drop me_toggle, unused |
commit | commitdiff | tree | snapshot |
2012-07-09 |
Howard Chu | Revert "libmdb: Do not use the MDB_txbody.mtb_txnid... |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Howard Chu | Fix: avoid direct reference to meta pages |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Howard Chu | Add MDB_NOMETASYNC env option. |
commit | commitdiff | tree | snapshot |
2012-07-06 |
Howard Chu | Tweak b802bcf7040110e1f0768d9d9ffa88dabd4bd5e7 |
commit | commitdiff | tree | snapshot |
2012-07-05 |
Howard Chu | Partial revert of 13c663f666ac28d7a72cbe644d393fc8d2dd9881 |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Howard Chu | Tweak prev commit, use first unused slot |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Howard Chu | Fix mdb_open, re-use closed dbi slots |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Howard Chu | ITS#7266 fix rebalance for LEAF2 pages |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Howard Chu | More freelist tweaks, avoid referencing freed page |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Howard Chu | Further clarification of mdb_open() |
commit | commitdiff | tree | snapshot |
2012-04-18 |
Howard Chu | ITS#7251 fix Apple/Windows shared mutex naming |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: midl.h namespace cleanup. |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: Simplify pick_meta() from read_meta(). |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: Simplify mdb_default_cmp. No real change. |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: signed meets unsigned warning cleanup |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: MDB_FDATASYNC code cleanup. |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: Add C++ 'extern "C" {}' to *.h |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: Don't open datafile twice when not needed. |
commit | commitdiff | tree | snapshot |
2012-04-12 |
Hallvard Furuseth | libmdb: Set close-on-exec flag on lockfile |
commit | commitdiff | tree | snapshot |
next |