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
/
lib
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion args
Michael Adam
2009-09-11
1
-1
/
+1
*
tdb:mksigs: normalize bool -> _Bool
Michael Adam
2009-09-11
1
-0
/
+3
*
tdb:mksigs: ignore symbols (like _DEPRECATED_) after closing function parenth...
Michael Adam
2009-09-11
1
-0
/
+1
*
tdb:mksigs: correctly ignode multiline function typedefs
Michael Adam
2009-09-11
1
-5
/
+5
*
tdb:mksigs: ignore struct forward declarations.
Michael Adam
2009-09-11
1
-0
/
+1
*
tdb:mksyms: allow characters after closing functions parenthesis.
Michael Adam
2009-09-11
1
-2
/
+2
*
tdb:mksyms: allow double pointer return value of functions.
Michael Adam
2009-09-11
1
-1
/
+1
*
tdb: fix c++ build warning.
Günther Deschner
2009-09-07
1
-2
/
+2
*
One would expect I could spell my name...
Michael Adam
2009-08-30
1
-1
/
+1
*
tdb: move the original abi_checks script to script/abi_checks_gcc.sh
Michael Adam
2009-08-30
1
-0
/
+0
*
tdb: run abi_checks as part of "make test".
Michael Adam
2009-08-30
1
-0
/
+2
*
tdb: remove files generated by "make abi_checks" in "make clean".
Michael Adam
2009-08-30
1
-0
/
+2
*
tdb: add a target "abi_checks" to tdb.
Michael Adam
2009-08-30
1
-0
/
+4
*
tdb: add script/abi_checks.sh. check for abi changes without gcc magic.
Michael Adam
2009-08-30
1
-0
/
+91
*
tdb: add script to extract signatures from header files.
Michael Adam
2009-08-30
1
-0
/
+178
*
tdb: add scripts to extract library symbols (exports file) from headers
Michael Adam
2009-08-30
2
-0
/
+121
*
lib/tdb: don't overwrite TDBs with different version numbers.
Rusty Russell
2009-08-28
1
-5
/
+7
*
Add define guards around otherwise unused variable.
Jeremy Allison
2009-08-06
1
-0
/
+3
*
There is one signedness issue in tdb which prevents traverses of TDB records
Rusty Russell
2009-08-06
1
-9
/
+21
*
tdb: don't alter tdb->flags in tdb_reopen_all()
Rusty Russell
2009-07-31
1
-6
/
+13
*
tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...
Rusty Russell
2009-07-31
1
-5
/
+10
*
tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...
Rusty Russell
2009-07-31
1
-5
/
+0
*
realloc() has that horrible overloaded free semantic when size is 0:
Rusty Russell
2009-07-30
1
-2
/
+7
*
If the record is at the end of the database, pretending it has length 1
Rusty Russell
2009-07-30
1
-4
/
+1
*
tdb: fix locking error
Rusty Russell
2009-07-21
1
-1
/
+1
*
Make tdb transaction lock recursive (samba version)
Rusty Russell
2009-07-20
3
-21
/
+20
*
tdb: fix define of tdbdir when srcdir != "."
Björn Jacke
2009-07-03
1
-2
/
+2
*
Sort the signature files
Simo Sorce
2009-07-03
2
-44
/
+44
*
tdb: Fix help string in configure flag to enable Python bindings.
Jelmer Vernooij
2009-06-17
1
-1
/
+1
*
fix release scripts to always git clean
Simo Sorce
2009-06-17
1
-0
/
+3
*
Add exports file and abi checker for tdb
tdb-1.1.5
Simo Sorce
2009-06-15
7
-3
/
+172
*
Add option to --disable-python on build
Simo Sorce
2009-06-15
1
-0
/
+9
*
lib/tdb/tools/tdbtorture.c: fixed memory leak.
Slava Semushin
2009-06-06
1
-0
/
+2
*
overallocate all records by 25%
Andrew Tridgell
2009-06-01
1
-0
/
+3
*
auto-repack in transactions that expand the tdb
Andrew Tridgell
2009-06-01
1
-0
/
+12
*
fixed tdbbackup to give tdb error messages
Andrew Tridgell
2009-05-28
1
-7
/
+31
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
2009-05-28
1
-6
/
+6
|
\
|
*
tdb: Fix some recently introduced warnings in tdbtool
Tim Prouty
2009-05-27
1
-6
/
+6
*
|
make TDB_NOSYNC affect all the fsync/msync calls in transactions
Andrew Tridgell
2009-05-28
1
-5
/
+7
|
/
*
added some more speed tests to tdbtool
Andrew Tridgell
2009-05-26
1
-6
/
+59
*
Detect tight loop in tdb_find()
Jim McDonough
2009-05-21
1
-0
/
+5
*
Update copies of config.guess and config.sub.
Jelmer Vernooij
2009-05-16
2
-76
/
+282
*
Update tdb and talloc web pages
Simo Sorce
2009-05-05
1
-4
/
+10
*
Add release scripts for talloc and tdb
Simo Sorce
2009-05-05
1
-0
/
+45
*
tdb: Remove unused variable
Tim Prouty
2009-03-31
1
-1
/
+0
*
up the version to 1.1.4 with the addition of
Andrew Tridgell
2009-03-31
1
-1
/
+1
*
added basic testing of tdb_transaction_prepare_commit() in tdbtorture
Andrew Tridgell
2009-03-31
1
-0
/
+6
*
Add tdb_transaction_prepare_commit()
Howard Chu
2009-03-31
3
-52
/
+133
*
lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...
Stefan Metzmacher
2009-02-25
1
-0
/
+5
*
lib/tdb: don't generate a static library for the samba4 build
Stefan Metzmacher
2009-02-03
1
-1
/
+1
[next]