]> git.samba.org - kai/samba.git/history - lib/tdb2/private.h
tdb2: unify tdb1_parse_record into tdb_parse_record
[kai/samba.git] / lib / tdb2 / private.h
2011-09-13 Rusty Russelltdb2: unify tdb1_parse_record into tdb_parse_record
2011-09-13 Rusty Russelltdb2: unify tdb1_chainlock et al. into tdb_chainlock
2011-09-13 Rusty Russelltdb2: unify tdb1_traverse into tdb_traverse
2011-09-13 Rusty Russelltdb2: unify tdb1_store into tdb_store
2011-09-13 Rusty Russelltdb2: unify tdb1_delete into tdb_delete.
2011-09-13 Rusty Russelltdb2: unify tdb1_append into tdb_append
2011-09-13 Rusty Russelltdb2: unify tdb1_fetch into tdb_fetch
2011-09-13 Rusty Russelltdb2: unify tdb1_store into tdb_store
2011-09-13 Rusty Russelltdb2: unify tdb1_open into tdb_open
2011-09-13 Rusty Russelltdb2: make jenkins_hash function non-static, rename...
2011-09-13 Rusty Russelltdb2: merge tdb1_context into tdb_context.
2011-09-13 Rusty Russelltdb2: Make TDB1 use the same tdb_hash() wrapper as...
2011-09-13 Rusty Russelltdb2: make tdb1 use same low-level lock functions.
2011-09-13 Rusty Russelltdb2: Make tdb1 use the tdb_file structure.
2011-09-13 Rusty Russelltdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()
2011-09-13 Rusty Russelltdb2: rearrange tdb_context layout so tdb1_context...
2011-09-13 Rusty Russelltdb2: keep link of every non-internal tdb.
2011-09-13 Rusty Russelltdb2: save openhook, allow tdb_get_attribute() on it.
2011-09-13 Rusty Russelltdb2: add TDB_RDONLY flag, allow setting/unsetting it.
2011-09-13 Rusty Russelltdb2: save open_flags instead of mmap_flags.
2011-09-13 Rusty Russelltdb2: Hand error code to logging function.
2011-09-13 Rusty Russelltdb2: move transaction lock
2011-09-13 Rusty Russelltdb2: fix tdb_lock offset.
2011-09-13 Rusty Russelltdb2: Fix to always use 64-bit offset definition
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... save-diskspace-tags/samba-4.0.0alpha16
2011-06-20 Rusty Russelltdb2: minor changes to SAMBIFY it.
2011-06-20 Rusty Russelltdb2: add lib/tdb2 (from CCAN init-1161-g661d41f)