Age | Commit message (Expand) | Author | Files | Lines |
2012-06-22 | dbwrap: intialize state.status in dbwrap_fetch_int32() | Stefan Metzmacher | 1 | -0/+2 |
2012-06-22 | dbwrap: Convert fetch_int32 to dbwrap_parse_record | Volker Lendecke | 1 | -13/+24 |
2012-06-22 | dbwrap: Add dbwrap_fetch_int32 | Volker Lendecke | 2 | -3/+11 |
2012-06-22 | dbwrap: Add dbwrap_change_int32_atomic | Volker Lendecke | 2 | -9/+21 |
2012-06-22 | tdb: don't use err.h in tests. | Rusty Russell | 21 | -22/+1 |
2012-06-22 | tdb: make TDB_NOSYNC merely disable sync. | Rusty Russell | 3 | -15/+20 |
2012-06-22 | dbwrap: dbwrap_hash_size(). | Rusty Russell | 7 | -0/+12 |
2012-06-22 | dbwrap: dbwrap_name(). | Rusty Russell | 7 | -1/+11 |
2012-06-22 | dbwrap: dbwrap_transaction_start_nonblock(). | Rusty Russell | 4 | -0/+26 |
2012-06-22 | dbwrap: dbwrap_fetch_locked_timeout(). | Rusty Russell | 4 | -0/+52 |
2012-06-22 | dbwrap: add dbwrap_check() function. | Rusty Russell | 4 | -0/+31 |
2012-06-22 | dbwrap: dbwrap_local_open() | Rusty Russell | 4 | -0/+92 |
2012-06-22 | dbwrap: remove get_flags(). | Rusty Russell | 5 | -24/+0 |
2012-06-22 | util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.c | Rusty Russell | 3 | -1/+98 |
2012-06-22 | util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomic | Rusty Russell | 2 | -0/+89 |
2012-06-22 | util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map. | Rusty Russell | 2 | -0/+49 |
2012-06-22 | util: util_ntdb.c gains bystring functions. | Rusty Russell | 2 | -1/+85 |
2012-06-22 | util: ntdb_new() supports NTDB_CLEAR_IF_FIRST. | Rusty Russell | 2 | -1/+99 |
2012-06-22 | util: util_ntdb.c | Rusty Russell | 3 | -0/+168 |
2012-06-22 | ntdb: take advantage of direct access across expand. | Rusty Russell | 1 | -33/+15 |
2012-06-22 | ntdb: test arbitrary operations during ntdb_parse_record(). | Rusty Russell | 2 | -0/+90 |
2012-06-22 | ntdb: make database read-only during ntdb_parse() callback. | Rusty Russell | 6 | -24/+195 |
2012-06-22 | ntdb: allow direct access for NTDB_INTERNAL dbs during expansion. | Rusty Russell | 1 | -14/+45 |
2012-06-22 | ntdb: enhancement to allow direct access to the ntdb map during expansion. | Rusty Russell | 5 | -33/+86 |
2012-06-22 | ntdb: don't munmap the database on every close. | Rusty Russell | 2 | -13/+16 |
2012-06-22 | ntdb: hand correct error code when alloc_read allocation fails. | Rusty Russell | 1 | -1/+1 |
2012-06-22 | autobuild: always set TDB_NO_FSYNC. | Rusty Russell | 1 | -0/+4 |
2012-06-22 | ntdb: respect TDB_NO_FSYNC flag for 'make test' | Rusty Russell | 51 | -151/+187 |
2012-06-21 | Add --disable-ntdb option for building. | Jelmer Vernooij | 1 | -0/+1 |
2012-06-20 | ntdb: fix occasional abort in testing. | Rusty Russell | 1 | -1/+7 |
2012-06-19 | ntdb: add autoconf support. | Rusty Russell | 1 | -0/+41 |
2012-06-19 | lib/tdb_wrap: use tdb directly, not tdb_compat. | Rusty Russell | 3 | -4/+6 |
2012-06-19 | ldb: use tdb directly, not tdb_compat. | Rusty Russell | 8 | -21/+24 |
2012-06-19 | lib/dbwrap: depend directly on tdb, not tdb_compat. | Rusty Russell | 1 | -1/+1 |
2012-06-19 | lib/util_tdb: depend directly on tdb, not tdb_compat. | Rusty Russell | 2 | -5/+5 |
2012-06-19 | ntdb: update documentation. | Rusty Russell | 6 | -5821/+505 |
2012-06-19 | ntdb: optimize ntdb_fetch. | Rusty Russell | 7 | -51/+59 |
2012-06-19 | ntdb: add -h arg to ntdbrestore | Rusty Russell | 1 | -8/+28 |
2012-06-19 | ntdb: reduce default hashsize on ntdbtorture. | Rusty Russell | 1 | -3/+10 |
2012-06-19 | ntdb: add NTDB_ATTRIBUTE_HASHSIZE | Rusty Russell | 2 | -2/+41 |
2012-06-19 | ntdb: remove hash table trees. | Rusty Russell | 36 | -1662/+1096 |
2012-06-19 | ntdb: special accessor functions for read/write of an offset. | Rusty Russell | 3 | -50/+114 |
2012-06-19 | ntdb: inline oob check | Rusty Russell | 6 | -14/+24 |
2012-06-19 | ntdb: allocator attribute. | Rusty Russell | 15 | -92/+311 |
2012-06-19 | ntdb: still prepare recovery area with NTDB_NOSYNC. | Rusty Russell | 1 | -10/+8 |
2012-06-19 | ntdb: simply disallow NULL names. | Rusty Russell | 3 | -10/+5 |
2012-06-19 | ntdb: reduce transaction pagesize from 64k to 16k. | Rusty Russell | 1 | -1/+1 |
2012-06-19 | ntdb: remove last block transactoin logic. | Rusty Russell | 1 | -44/+1 |
2012-06-19 | ntdb: create initial database to be multiple of NTDB_PGSIZE. | Rusty Russell | 8 | -88/+138 |
2012-06-19 | ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE) | Rusty Russell | 6 | -46/+73 |