Rusty Russell
|
1e3138a0ad
tdb2: make tdb1 headers include tdb2 headers.
|
14 years ago |
Rusty Russell
|
0fd5be2955
tdb2: rearrange tdb_context layout so tdb1_context can match
|
14 years ago |
Rusty Russell
|
75a6a6ad64
tdb2: remove TDB1 TDB_NO_FSYNC environment variable hack.
|
14 years ago |
Rusty Russell
|
444fade529
tdb2: get rid of TDB1 mark and nonblock functions.
|
14 years ago |
Rusty Russell
|
39f5529479
tdb2: remove _PUBLIC_ in tdb1 functions.
|
14 years ago |
Rusty Russell
|
b929638e3c
tdb2: Remove unused tdb1 functions.
|
14 years ago |
Rusty Russell
|
fab544c24c
tdb2: test: import tdb1's tests.
|
14 years ago |
Rusty Russell
|
5d6194b434
tdb2: include tdb1 source in tests.
|
14 years ago |
Rusty Russell
|
19e6c1a250
tdb2: import TDB1 code.
|
14 years ago |
Rusty Russell
|
476567430b
tdb2: make tests include a single mega-header to simplify future patches
|
14 years ago |
Rusty Russell
|
1a0c636bc3
tdb2: tdb_foreach()
|
14 years ago |
Rusty Russell
|
2414f26191
tdb2: keep link of every non-internal tdb.
|
14 years ago |
Rusty Russell
|
937d0babe9
tdb2: save openhook, allow tdb_get_attribute() on it.
|
14 years ago |
Rusty Russell
|
b87e14495d
tdb2: add TDB_RDONLY flag, allow setting/unsetting it.
|
14 years ago |
Rusty Russell
|
91436a2557
tdb2: return TDB_ERR_RDONLY if trying to start a transaction on a R/O tdb.
|
14 years ago |
Rusty Russell
|
6b7c3c840e
tdb2: save open_flags instead of mmap_flags.
|
14 years ago |
Rusty Russell
|
6e3d9e8a66
tdb2: Hand error code to logging function.
|
14 years ago |
Rusty Russell
|
de432e8f85
tdb2: move transaction lock
|
14 years ago |
Rusty Russell
|
3e3ee8b0c1
tdb2: enforce TDB_CONVERT
|
14 years ago |
Rusty Russell
|
77658070a3
tdb2: cleanup oob handling.
|
14 years ago |
Rusty Russell
|
736c033322
tdb2: fix tdb_lock offset.
|
14 years ago |
Rusty Russell
|
51f592dfcd
tdb2: fix internal tdb_write_convert() error handling in tdb_open()
|
14 years ago |
Rusty Russell
|
baa17ee2d5
tdb2: Fix to always use 64-bit offset definition
|
14 years ago |
Volker Lendecke
|
0eb0295702
tally: Adapt tally_histogram to Samba coding conventions
|
14 years ago |
Volker Lendecke
|
d1f92df64d
tally: Adapt get_max_bucket to Samba coding conventions
|
14 years ago |
Volker Lendecke
|
e31e88bc5b
tally: Adapt tally_approx_median to Samba coding conventions
|
14 years ago |
Volker Lendecke
|
ce3198f061
tally: Adapt bucket_range to Samba coding conventions
|
14 years ago |
Volker Lendecke
|
6697a3dde2
tally: Adapt tally_mean to Samba coding conventions
|
14 years ago |
Volker Lendecke
|
63a3c0f3a8
tally: Adapt divls64 to Samba coding conventions
|
14 years ago |
Volker Lendecke
|
9dba5bf0cb
tally: Avoid some // style comments in divls64
|
14 years ago |