index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
lib
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: fixed the intermittent failure of tdbtorture in the build farm
Andrew Tridgell
2009-12-16
1
-2
/
+5
*
tdb:tdbtool: fix indentation.
Michael Adam
2009-12-16
1
-178
/
+177
*
Fix all warnings in source3 with gcc4.3. Jeremy. (cherry picked from samba co...
Stefan Metzmacher
2009-12-16
1
-1
/
+3
*
s3/s4: Fix "shadows a global declaration" warning (cherry picked from samba c...
Tim Prouty
2009-12-16
1
-1
/
+1
*
tdb: Fix some recently introduced warnings in tdbtool (cherry picked from sam...
Tim Prouty
2009-12-16
1
-6
/
+6
*
added some more speed tests to tdbtool
Andrew Tridgell
2009-12-16
1
-6
/
+59
*
tdb:tdbtool: add transaction_start/_commit/_cancel commands.
Michael Adam
2009-12-16
1
-0
/
+21
*
tdb:tdbtool: add the "speed" command to the help text.
Michael Adam
2009-12-16
1
-0
/
+1
*
Added a simple tdb integrity check to tdbtool. The command "check" runs trave...
Holger Hetterich
2009-12-16
1
-1
/
+28
*
tdb: allow reads after prepare commit
Andrew Tridgell
2009-12-16
1
-8
/
+0
*
tdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion args
Michael Adam
2009-12-16
1
-1
/
+1
*
tdb:mksigs: normalize bool -> _Bool
Michael Adam
2009-12-16
1
-0
/
+3
*
tdb:mksigs: ignore symbols (like _DEPRECATED_) after closing function parenth...
Michael Adam
2009-12-16
1
-0
/
+1
*
tdb:mksigs: correctly ignode multiline function typedefs
Michael Adam
2009-12-16
1
-5
/
+5
*
tdb:mksigs: ignore struct forward declarations.
Michael Adam
2009-12-16
1
-0
/
+1
*
tdb:mksyms: allow characters after closing functions parenthesis.
Michael Adam
2009-12-16
1
-2
/
+2
*
tdb:mksyms: allow double pointer return value of functions.
Michael Adam
2009-12-16
1
-1
/
+1
*
tdb: fix c++ build warning.
Günther Deschner
2009-12-16
1
-2
/
+2
*
One would expect I could spell my name... (cherry picked from samba commit 0d...
Michael Adam
2009-12-16
1
-1
/
+1
*
tdb: add script/abi_checks.sh. check for abi changes without gcc magic.
Michael Adam
2009-12-16
1
-0
/
+91
*
tdb: add script to extract signatures from header files.
Michael Adam
2009-12-16
1
-0
/
+178
*
tdb: add scripts to extract library symbols (exports file) from headers
Michael Adam
2009-12-16
2
-0
/
+121
*
lib/tdb: don't overwrite TDBs with different version numbers.
Rusty Russell
2009-12-16
1
-5
/
+7
*
Add define guards around otherwise unused variable. Jeremy. (cherry picked fr...
Jeremy Allison
2009-12-16
1
-0
/
+3
*
There is one signedness issue in tdb which prevents traverses of TDB records ...
Rusty Russell
2009-12-16
1
-9
/
+21
*
Revert "try to restart statd everytime it fails, not just the first time"
Ronnie Sahlberg
2009-09-15
2
-114
/
+299
*
try to restart statd everytime it fails, not just the first time
Ronnie Sahlberg
2009-09-15
2
-299
/
+114
*
Update outdated autotools helper files.
Mathieu Parent
2009-09-09
2
-114
/
+299
*
tdb: don't alter tdb->flags in tdb_reopen_all()
Rusty Russell
2009-08-04
1
-6
/
+13
*
tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...
Rusty Russell
2009-08-04
1
-5
/
+10
*
realloc() has that horrible overloaded free semantic when size is 0: current ...
Rusty Russell
2009-08-04
1
-2
/
+7
*
If the record is at the end of the database, pretending it has length 1 might...
Rusty Russell
2009-08-04
1
-4
/
+1
*
Port from SAMBA tdb: commit 54a51839ea65aa788b18fce8de0ae4f9ba63e4e7 Author: ...
Rusty Russell
2009-08-04
2
-5
/
+14
*
Port from SAMBA tdb: commit a6cc04a20089e8fbcce138c271961c37ddcd6c34 Author: ...
Rusty Russell
2009-08-04
1
-0
/
+3
*
Port from SAMBA tdb: commit a386173fa1c7c5bcc11ea9260d84b6c52c154b3d Author: ...
Rusty Russell
2009-08-04
1
-0
/
+12
*
Port from SAMBA ctdb: commit 936d76802f98d04d9743b2ca8eeeaadd4362db51 Author:...
Rusty Russell
2009-08-04
2
-1
/
+93
*
Port from SAMBA tdb: commit 4b4fec65db4e202afa13b2d15867f4d8a54d154e Author: ...
Rusty Russell
2009-08-04
1
-5
/
+7
*
Port from SAMBA tdb: commit a91bcbccf8a2243dac57cacec6fdfc9907580f69 Author: ...
Rusty Russell
2009-08-04
1
-0
/
+5
*
Port from SAMBA tdb: commit 42c0931441ef53a3f977e1334355fa83f05ac184 Author: ...
Rusty Russell
2009-08-04
1
-1
/
+0
*
Port from SAMBA tdb:
Rusty Russell
2009-08-04
3
-52
/
+133
*
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2009-05-25
2
-1
/
+14
*
Revert "add TDB_NO_NESTING. When this flag is set tdb will not allow any nest...
Ronnie Sahlberg
2009-05-25
2
-15
/
+4
*
add TDB_NO_NESTING. When this flag is set tdb will not allow any nested trans...
Ronnie Sahlberg
2009-04-26
2
-4
/
+15
*
second try for safe transaction stores into persistend tdb databases
Ronnie Sahlberg
2008-05-22
1
-1
/
+1
*
dont emit the can not start transaction with locks held at all.
Ronnie Sahlberg
2008-05-21
1
-1
/
+1
*
lower the debug level for the "can not start transaction" since we do expect ...
Ronnie Sahlberg
2008-05-21
1
-1
/
+1
*
carefully step around the recovery area when doing a tdb_wipe_all. This prevents
Andrew Tridgell
2008-02-08
1
-33
/
+47
*
fixed a problem with tdb growing after each recovery
Andrew Tridgell
2008-02-07
1
-0
/
+43
*
fixed a crash bug in the new transaction code
Andrew Tridgell
2008-01-31
1
-0
/
+3
*
merge from samba4
Andrew Tridgell
2008-01-18
8
-53
/
+18
[next]