2016-12-21 |
Hallvard Furuseth | More MDB_node doc |
commit | commitdiff | tree | snapshot |
2016-12-21 |
Hallvard Furuseth | Doxygen fixes. Use DISTRIBUTE_GROUP_DOC. |
commit | commitdiff | tree | snapshot |
2016-12-21 |
Howard Chu | More 0.9.19 updates |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#8504 Fix prev commit: mc_error, #ifdef SIGPIPE |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Lorenz Bauer | ITS#8504 mdb_env_copyfd2(): Don't abort on SIGPIPE |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#8542 mdb_dbi_open(): Protect mainDB cursors |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | doxygen cleanup |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Note functions which must set MDB_TXN_ERROR on failure |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Only set me_mfd if needed. Drop unused read access. |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#8505 Clarify fork() caveat, mdb_env_get_fd(), flock... |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#8505 Protect parent from fork()-pthread_exit() |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#8505 Set FD_CLOEXEC for me_mfd,env_copy as well |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Move opening files to mdb_fopen() |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Factor filename handling out to mdb_fname_*() |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#7992 Tighter utf8_to_utf16(), fix errcodes |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Clean up strange fcntl result check |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Drop spurious Errcode() call |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#7682 F_NOCACHE: Allow error, skip any O_DIRECT |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Howard Chu | ITS#8489 reset cursor EOF flag in cursor_set |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Clean up MDB_USE_ROBUST #defines |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Fix mdb_page_list() message |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Howard Chu | Fix mdb_audit() printf format |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Howard Chu | ITS#8481 make shared lib suffix overridable |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Comment MDB_page |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Doc fixes: VALID_FLAGS, mm_last_pg, mt_loose_count |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Silence warning for initializer "mdb_copy my = {0}" |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#8209 MDB_CP_COMPACT: Handle empty or broken DB |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | ITS#8209 MDB_CP_COMPACT: Threading/error handling |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Howard Chu | Add MDB_PREV_MULTIPLE (collected mdb.master changes) |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Factor out refreshing sub-page pointers |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Howard Chu | More for ITS#8406 (xcursor fixups) |
commit | commitdiff | tree | snapshot |
2016-12-15 |
Hallvard Furuseth | Cleanup: Add flag DB_DUPDATA, drop DB_DIRTY hack |
commit | commitdiff | tree | snapshot |
2016-12-01 |
Hallvard Furuseth | Pass cursor to mdb_page_get(), mdb_node_read(). |
commit | commitdiff | tree | snapshot |
2016-12-01 |
Hallvard Furuseth | Fix comment: SysV semaphores -> Posix semaphores |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Howard Chu | WIN64 needs off_t redefined too |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Hallvard Furuseth | lmdb.h Caveats: Reserved vs. actual mem/disk usage |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Howard Chu | ITS#8339, #8424 |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Hallvard Furuseth | mdb_env_setup_locks: Plug mutexattr leak on error |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Howard Chu | ITS#8339 Solaris 10/11 robust mutex fixes |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Howard Chu | ITS#8424 init cursor in mdb_env_cwalk |
commit | commitdiff | tree | snapshot |
2016-06-15 |
Hallvard Furuseth | Comment ovpage code in mdb_cursor_put() |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Howard Chu | RE 0.9.19 |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Howard Chu | ITS#8412 fix NEXT_DUP after cursor_del |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Howard Chu | ITS#8406 fix xcursors after cursor_del |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Howard Chu | mdb_drop optimization |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Howard Chu | ITS#8393 fix MDB_GET_BOTH on non-dup record |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Howard Chu | Tweak Win32 errmsg buffer |
commit | commitdiff | tree | snapshot |
2016-02-05 |
Howard Chu | Release 0.9.18 LMDB_0.9.18 |
commit | commitdiff | tree | snapshot |
2016-02-04 |
Hallvard Furuseth | ITS#7992 Fix memleak in prev change |
commit | commitdiff | tree | snapshot |
2016-01-30 |
Howard Chu | Happy New Year |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Howard Chu | ITS#8363 |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Howard Chu | ITS#8363 Fix off-by-one in mdb_midl_shrink |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Howard Chu | ITS#8355, doc update |
commit | commitdiff | tree | snapshot |
2016-01-24 |
Howard Chu | ITS#8355 fix subcursors |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Howard Chu | Update WRITEMAP doc |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Hallvard Furuseth | ITS#8334, mdb_copy |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Howard Chu | Fixups for env_copy with large files |
commit | commitdiff | tree | snapshot |
2016-01-09 |
Howard Chu | MinGW warning cleanup: _MSC_VER -> _WIN32. |
commit | commitdiff | tree | snapshot |
2016-01-06 |
Hallvard Furuseth | ITS#8334 Fix MDB_APPENDDUP vs. rewrite(single item) |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Howard Chu | ITS#8336 |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Howard Chu | ITS#8336 fix page_search_root assert on FreeDB |
commit | commitdiff | tree | snapshot |
2015-12-22 |
Howard Chu | MDB_RESERVE doc |
commit | commitdiff | tree | snapshot |
2015-12-19 |
Howard Chu | ITS#7992 cleanup, new docs, mdb_dbi_open cleanup |
commit | commitdiff | tree | snapshot |
2015-12-19 |
Howard Chu | Add Getting Started doc |
commit | commitdiff | tree | snapshot |
2015-12-19 |
Howard Chu | ITS#7992 cleanup |
commit | commitdiff | tree | snapshot |
2015-12-19 |
Hallvard Furuseth | mdb_dbi_open(): Catch strdup failure |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Howard Chu | ITS#8169, #8330 |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Sebastien Launay | ITS#8330 Fix robust mutex detection for glibc 2.10... |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Howard Chu | ITS#8169 more Makefile tweaks |
commit | commitdiff | tree | snapshot |
2015-12-03 |
Howard Chu | Return to releng |
commit | commitdiff | tree | snapshot |
2015-11-30 |
Howard Chu | Release 0.9.17 LMDB_0.9.17 |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8321 cleanup unused var |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8168, 8169 |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Heiko Becker | ITS#8169 Allow passing mandir to make install |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Heiko Becker | ITS#8168 Allow passing AR to make |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8323 |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8321 fix ambiguity in cursor_put fixup |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | Cleanup C_DEL flag usage |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8321 More cursor fixup |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8321 page_touch - don't fixup the cursor we just... |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8321 mdb_put cursor needs tracking too |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8321 Fix mdb_cursor_set |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8321 deinit empty cursors |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Howard Chu | ITS#8323 Fix nested commit |
commit | commitdiff | tree | snapshot |
2015-11-24 |
Hallvard Furuseth | CURSOR_TMP_[UN]TRACK() -> WITH_CURSOR_TRACKING() |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8319, 8320 |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Orivej Desh | ITS#8320 mdb_load: fix loading data from simple text... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Orivej Desh | ITS#8319 mdb_load: explain readline and mdb_cursor_put... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8316, 8321 |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 reorganize page_split fixups |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 simplify page_split fixups |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 track temporary cursors |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 fix mdb_cursor_put |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 fix mdb_cursor_shadow() |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 fix mdb_cursor_chk() |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 don't skip fixups on splitting cursors |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8321 Fix del/dupsort |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | ITS#8300 more for prev commit |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | Silence some valgrind uninit warnings |
commit | commitdiff | tree | snapshot |
2015-11-23 |
Howard Chu | Refix root split check from 5da67968afb599697d7557c13b6... |
commit | commitdiff | tree | snapshot |
next |