Age | Commit message (Expand) | Author | Files | Lines |
2012-03-22 | lib/tdb2: fix OpenBSD incoherent mmap (tdb2 version) | Rusty Russell | 1 | -1/+1 |
2012-03-14 | lib/tdb2: Add gcc-style format attribute to tdb_logerr. | Rusty Russell | 1 | -4/+5 |
2012-02-21 | lib/tdb2: Do not include config.h in (to-be) public library, use replace. | Amitay Isaacs | 1 | -0/+5 |
2012-01-30 | tdb2: copy tdb1's changed expansion logic. | Rusty Russell | 1 | -0/+3 |
2012-01-30 | tdb2: careful on wrap. | Rusty Russell | 1 | -1/+1 |
2011-12-05 | tdb2: add a capability list from the header. | Rusty Russell | 1 | -2/+19 |
2011-11-01 | tdb2: use HAVE_LIBREPLACE instead of _SAMBA_BUILD_. | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: fix prototypes which return enum TDB_ERROR. | Rusty Russell | 1 | -9/+9 |
2011-09-14 | tdb2: add error conversion functions. | Rusty Russell | 1 | -1/+3 |
2011-09-14 | tdb2: check lock owner in tdb1 backend. | Rusty Russell | 1 | -0/+6 |
2011-09-14 | tdb2: add tdb_attribute_tdb1_max_dead | Rusty Russell | 1 | -2/+4 |
2011-09-14 | tdb2: unify tdb1_wipe into tdb_wipe. | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into tdb_get_seqnum/tdb_inc... | Rusty Russell | 1 | -0/+2 |
2011-09-14 | tdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstkey/tdb_nextkey. | Rusty Russell | 1 | -0/+4 |
2011-09-14 | tdb2: unify tdb1_check and tdb1_summary into tdb_check and tdb_summary. | Rusty Russell | 1 | -0/+9 |
2011-09-14 | tdb2: unify tdb1_transaction_start etc. into tdb_transaction_start. | Rusty Russell | 1 | -0/+5 |
2011-09-14 | tdb2: unify tdb1_parse_record into tdb_parse_record | Rusty Russell | 1 | -0/+5 |
2011-09-14 | tdb2: unify tdb1_chainlock et al. into tdb_chainlock | Rusty Russell | 1 | -0/+7 |
2011-09-14 | tdb2: unify tdb1_traverse into tdb_traverse | Rusty Russell | 1 | -0/+5 |
2011-09-14 | tdb2: unify tdb1_store into tdb_store | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: unify tdb1_delete into tdb_delete. | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: unify tdb1_append into tdb_append | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: unify tdb1_fetch into tdb_fetch | Rusty Russell | 1 | -0/+2 |
2011-09-14 | tdb2: unify tdb1_store into tdb_store | Rusty Russell | 1 | -0/+3 |
2011-09-14 | tdb2: unify tdb1_open into tdb_open | Rusty Russell | 1 | -0/+18 |
2011-09-14 | tdb2: make jenkins_hash function non-static, rename to tdb_jenkins_hash. | Rusty Russell | 1 | -0/+3 |
2011-09-14 | tdb2: merge tdb1_context into tdb_context. | Rusty Russell | 1 | -62/+99 |
2011-09-14 | tdb2: Make TDB1 use the same tdb_hash() wrapper as TDB2 | Rusty Russell | 1 | -3/+3 |
2011-09-14 | tdb2: make tdb1 use same low-level lock functions. | Rusty Russell | 1 | -1/+20 |
2011-09-14 | tdb2: Make tdb1 use the tdb_file structure. | Rusty Russell | 1 | -2/+3 |
2011-09-14 | tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr() | Rusty Russell | 1 | -3/+3 |
2011-09-14 | tdb2: rearrange tdb_context layout so tdb1_context can match | Rusty Russell | 1 | -16/+16 |
2011-09-14 | tdb2: keep link of every non-internal tdb. | Rusty Russell | 1 | -3/+3 |
2011-09-14 | tdb2: save openhook, allow tdb_get_attribute() on it. | Rusty Russell | 1 | -0/+4 |
2011-09-14 | tdb2: add TDB_RDONLY flag, allow setting/unsetting it. | Rusty Russell | 1 | -3/+0 |
2011-09-14 | tdb2: save open_flags instead of mmap_flags. | Rusty Russell | 1 | -2/+2 |
2011-09-14 | tdb2: Hand error code to logging function. | Rusty Russell | 1 | -0/+1 |
2011-09-14 | tdb2: move transaction lock | Rusty Russell | 1 | -2/+2 |
2011-09-14 | tdb2: fix tdb_lock offset. | Rusty Russell | 1 | -1/+1 |
2011-09-14 | tdb2: Fix to always use 64-bit offset definition | Rusty Russell | 1 | -7/+1 |
2011-06-20 | tdb2: minor changes to SAMBIFY it. | Rusty Russell | 1 | -4/+14 |
2011-06-20 | tdb2: add lib/tdb2 (from CCAN init-1161-g661d41f) | Rusty Russell | 1 | -0/+614 |