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 |
2011-09-05 |
Howard Chu | Begin reimplementing basic ops as cursor ops |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Howard Chu | Add MDB_{FIRST,LAST}_DUP for cursor_get |
commit | commitdiff | tree | snapshot |
2011-09-04 |
Howard Chu | Fix mdb_split, fix MDB_GET_BOTH |
commit | commitdiff | tree | snapshot |
2011-09-03 |
Howard Chu | Cleanup midl, start documenting internals |
commit | commitdiff | tree | snapshot |
2011-09-02 |
Howard Chu | Tweak docs |
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 |
next |