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