2012-01-22 |
Howard Chu | Fix typo in e8e57be42107a877f604d0c4e67115ef37681a1b |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Howard Chu | Add valgrind support with -DUSE_VALGRIND |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Howard Chu | txn_commit must abort txn before returning errors |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Howard Chu | ITS#7121 fix page splits when newindx == 0 |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Howard Chu | ITS#7126 fix cursor tracking code |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Howard Chu | Happy New Year! |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Howard Chu | ITS#7121 fix page splits when data+key size is too... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Kurt Zeilenga | Happy New Year! |
commit | commitdiff | tree | snapshot |
2011-11-18 |
Howard Chu | Add $(SOLIBS) macro for shared lib dependencies |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Howard Chu | More s/DEBUG/MDB_DEBUG/ |
commit | commitdiff | tree | snapshot |
2011-11-15 |
Howard Chu | Alignment fixes for debug msgs |
commit | commitdiff | tree | snapshot |
2011-11-14 |
Howard Chu | s/DEBUG/MDB_DEBUG/ |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Howard Chu | Add MDB_FDATASYNC to allow override to fsync if needed. |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Howard Chu | Use <inttypes.h> instead of <stdint.h> |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Howard Chu | Fix size check |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Howard Chu | More Solaris warning cleanup |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Howard Chu | More pgno alignment tweaks |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Howard Chu | Add dummy DKEY define |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Howard Chu | Add Solaris byte-order detection |
commit | commitdiff | tree | snapshot |
2011-11-09 |
Howard Chu | Fix mdb_drop return |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Howard Chu | Android/ARM portability |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Howard Chu | Fix page_split with MDB_RESERVE |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Howard Chu | Fix subcursor initialization |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Howard Chu | Don't use Append mode when splits are caused by sub... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Howard Chu | Fix freelist bug on page split |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Howard Chu | Add rudimentary MDB_MULTIPLE support for puts |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Howard Chu | Add MDB_APPEND to avoid splitting full pages |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Howard Chu | Fix 6e05ca17e988754ae90fde1921765ba130bb90b2 |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Howard Chu | Add mdb_cursor_txn() and mdb_cursor_dbi() for querying... |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Howard Chu | Add MDB_RESERVE mode |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Howard Chu | Tweak cursor adjustment code |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Howard Chu | Make sure mdb_open actually got a sub-db record |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Howard Chu | Doc for the MDB_NOSUBDIR env option |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Howard Chu | Add MDB_NOSUBDIR option |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Howard Chu | Reader table notes |
commit | commitdiff | tree | snapshot |
2011-09-22 |
Howard Chu | assert cleanup |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Howard Chu | txn_abort/commit free all their cursors now. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Howard Chu | Only free malloc'd cursors |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Howard Chu | Track changes to all cursors. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Howard Chu | Add support for nested transactions. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Hallvard Furuseth | libmdb IDL cleanup. |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Howard Chu | Additional fix for prev commit |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Howard Chu | Make sure 2 subpages fit in one real page |
commit | commitdiff | tree | snapshot |
2011-09-19 |
Howard Chu | Fix last delete from a subpage |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Howard Chu | Fix 09006ccec7928c9cf53bca6abe741e8d4d466c98 |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Howard Chu | Fix mdb_drop() if not deleting the DB record |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Howard Chu | Fix typo, minor cleanup |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Howard Chu | Add mdb_drop() for deleting a DB |
commit | commitdiff | tree | snapshot |
2011-09-18 |
Howard Chu | API change, consistency check |
commit | commitdiff | tree | snapshot |
2011-09-17 |
Howard Chu | New sorted-dup subpage support |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Howard Chu | Use FNV-1A hash to generate unique mutex names |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Howard Chu | Doc tweak - txn flags |
commit | commitdiff | tree | snapshot |
2011-09-15 |
Howard Chu | MacOSX semaphore names are limited to 31 chars |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Howard Chu | Add MacOSX support |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Howard Chu | Minor doc cleanup |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Howard Chu | More docs |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Howard Chu | Namespace cleanup |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Howard Chu | Tweak search_node inner loop to avoid LEAF2 checks |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Howard Chu | cursor_set/search_node tweaks, use intcmp when possible |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Howard Chu | Minor tweaks, update relfunc behavior |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Howard Chu | More cursor_init cleanup |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Howard Chu | One more sub-cursor fix |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Howard Chu | Merge branch 'mdb.master' of ssh://git-openldap.org... |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Howard Chu | Fix 2e3bc39fa94f21d692d8e94183f57aef9122c487 |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Hallvard Furuseth | Fix mdb debug formats |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Hallvard Furuseth | Restore missing LAZY_LOCKS semicolon. |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Hallvard Furuseth | mdb integer type cleanup: Use MDB_dbi consistently. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | Drop ULONG in favor of size_t. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | Add mdb.c:txnid_t for readability. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | mdb type cleanup: Consistent reader count types. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | explain mdl_midl_sort() istack size |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | Fix memn(r)cmp of key sizes > INT_MAX. Simplify. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | Check some mdb integer type assumptions |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | Put MDB_node.<mn_lo,mn_hi> in host byte order. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | C90 compatibility cleanup in mdb. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | Cleanup mdb macros. |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Hallvard Furuseth | libmdb/.gitignore += test[45], Doxygen output |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Howard Chu | If put(NOOVERWRITE) exists, return existing data |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Howard Chu | Minor typos, additional clarification |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Howard Chu | Partial revert, fix MDB_page definition |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Howard Chu | More docs |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Howard Chu | More docs |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Howard Chu | Speedup cintcmp |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Howard Chu | Fix previous commit |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Howard Chu | Merge branch 'mdb.cursor' into mdb.master |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Howard Chu | Forgot to commit this |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Howard Chu | Forgot to commit this |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Howard Chu | Further cursor-based restructuring |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Howard Chu | Cleanup unused code |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Howard Chu | Fix mdb_move_node again |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Howard Chu | Fix search_node, add cintcmp |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Howard Chu | Guarantee nodes are 2-byte aligned |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Howard Chu | Change MDB_node to depend on 2-byte alignment |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | Fix for mdb_cmp refactoring |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | Minor cleanup |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | Use mdb_midl_append/sort instead of _insert |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | mdb_cmp refactoring |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | Cursor stuff working, no major perf gain |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | Cursors in-progress, broken |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | Use cursor->mc_flags |
commit | commitdiff | tree | snapshot |
next |