index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tdb2
/
tdb1_transaction.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-14
tdb2: add error conversion functions.
Rusty Russell
1
-2
/
+2
2011-09-14
tdb2: fix error handling for tdb1_transaction_commit.
Rusty Russell
1
-1
/
+2
2011-09-14
tdb2: return TDB_ERR_RDONLY from transactions on R/O databases, log nesting
Rusty Russell
1
-6
/
+22
2011-09-14
tdb2: add stats to tdb1 backend.
Rusty Russell
1
-0
/
+5
2011-09-14
tdb2: catch errors in tdb1_needs_recovery()
Rusty Russell
1
-3
/
+3
2011-09-14
tdb2: tdb_repack
Rusty Russell
1
-1
/
+1
2011-09-14
tdb2: merge tdb1_context into tdb_context.
Rusty Russell
1
-173
/
+174
2011-09-14
tdb2: use tdb->flags & TDB_RDONLY instead of tdb->read_only for TDB1 code.
Rusty Russell
1
-2
/
+2
2011-09-14
tdb2: don't cancel transactions on lock failures in tdb1 backend.
Rusty Russell
1
-5
/
+3
2011-09-14
tdb2: suppress tdb1 backend logging when locking returns EINTR or EAGAIN
Rusty Russell
1
-8
/
+15
2011-09-14
tdb2: Make tdb1 use the tdb_file structure.
Rusty Russell
1
-18
/
+18
2011-09-14
tdb2: Make TDB1 code use TDB2's open flags.
Rusty Russell
1
-16
/
+7
2011-09-14
tdb2: Make tdb1 share tdb_store flags, struct tdb_data and TDB_MAGIC_FOOD.
Rusty Russell
1
-3
/
+3
2011-09-14
tdb2: make TDB1 code use tdb2's TDB_ERROR and tdb_logerr()
Rusty Russell
1
-88
/
+143
2011-09-14
tdb2: get rid of TDB1 mark and nonblock functions.
Rusty Russell
1
-8
/
+4
2011-09-14
tdb2: remove _PUBLIC_ in tdb1 functions.
Rusty Russell
1
-4
/
+4
2011-09-14
tdb2: Remove unused tdb1 functions.
Rusty Russell
1
-5
/
+0
2011-09-14
tdb2: import TDB1 code.
Rusty Russell
1
-0
/
+1271