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
*
s4-waf: don't try to use the system lib for the library build
Andrew Tridgell
2010-04-13
1
-5
/
+6
*
tdb-waf: added build of manpages and config options for RPM build
Andrew Tridgell
2010-04-13
1
-3
/
+44
*
build: use a common autogen-waf.sh for all builds
Andrew Tridgell
2010-04-12
1
-22
/
+1
*
subunit: Support formatting compatible with upstream subunit, for consistency.
Jelmer Vernooij
2010-04-11
1
-1
/
+1
*
s4-waf: fixed waf distcheck for our standalone libs and s4
Andrew Tridgell
2010-04-06
1
-0
/
+4
*
s4-waf: added simple 'waf test' support for tdb, talloc and ldb
Andrew Tridgell
2010-04-06
1
-0
/
+6
*
s4-waf: autogen-waf.sh for the standalone library builds
Andrew Tridgell
2010-04-06
1
-0
/
+22
*
s4-waf: use a common pattern for finding buildtools and libs
Andrew Tridgell
2010-04-06
1
-11
/
+7
*
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
2010-04-06
1
-3
/
+3
*
s4-waf: fixed finding of buildtools and srcdir
Andrew Tridgell
2010-04-06
1
-7
/
+6
*
s4-waf: avoid having to run waf configure before waf dist
Andrew Tridgell
2010-04-06
1
-2
/
+3
*
s4-waf: allow standalone tarball build of libraries
Andrew Tridgell
2010-04-06
1
-2
/
+9
*
s4-waf: added 'waf dist' to our standalone libs as well
Andrew Tridgell
2010-04-06
1
-1
/
+3
*
s4-waf: added implied_deps for system libraries
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
s4-waf: support the use of system libraries
Andrew Tridgell
2010-04-06
1
-5
/
+10
*
s4-waf: set default for bundled libraries
Andrew Tridgell
2010-04-06
1
-1
/
+2
*
s4-waf: set the bundled library extension for some libs
Andrew Tridgell
2010-04-06
1
-0
/
+1
*
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
2010-04-06
1
-0
/
+2
*
s4-waf: fdatasync is in librt on solaris8
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: only enable pytdb on s4 build
Andrew Tridgell
2010-04-06
1
-0
/
+3
*
build: enable pytdb
Andrew Tridgell
2010-04-06
1
-0
/
+6
*
build: result of hack session with ita
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: started to split up wafsamba.py into separate modules
Andrew Tridgell
2010-04-06
1
-0
/
+5
*
build: added BUILD_SUBDIR() wrapper
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: added ADD_CFLAGS() and started of Samba4 build
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: tdb does not depend on talloc
Andrew Tridgell
2010-04-06
1
-1
/
+1
*
build: added waf build rules for ldb
Andrew Tridgell
2010-04-06
1
-3
/
+3
*
build: neater way to find libreplace and start on tevent waf build
Andrew Tridgell
2010-04-06
1
-9
/
+16
*
build: more binaries for waf tdb build
Andrew Tridgell
2010-04-06
1
-0
/
+12
*
build: added waf build for tdb
Andrew Tridgell
2010-04-06
1
-0
/
+24
*
tdb: update exports and signatures files
Simo Sorce
2010-03-26
2
-0
/
+2
*
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
2010-03-26
6
-8
/
+24
*
tdb: Fix indentation in tdb_new_database()
Volker Lendecke
2010-03-25
1
-1
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2010-03-25
10
-45
/
+44
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
2
-2
/
+2
*
tdb: Fix bug 7248, avoid the nanosleep dependency
Volker Lendecke
2010-03-22
1
-4
/
+4
*
tdb: If tdb_parse_record does not find a record, return -1 instead of 0
Volker Lendecke
2010-02-28
2
-1
/
+23
*
tdb: handle processes dying during transaction commit.
Rusty Russell
2010-02-24
3
-0
/
+86
*
patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
Rusty Russell
2010-02-24
1
-16
/
+13
*
tdb: add -k option to tdbtorture
Rusty Russell
2010-02-24
1
-57
/
+142
*
tdb: don't truncate tdb on recovery
Rusty Russell
2010-02-24
1
-10
/
+0
*
tdb: remove lock ops
Rusty Russell
2010-02-24
4
-40
/
+22
*
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
2010-02-24
3
-13
/
+9
*
tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
Rusty Russell
2010-02-24
1
-17
/
+13
*
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
2010-02-17
3
-29
/
+62
*
tdb: suppress record write locks when allrecord lock is taken.
Rusty Russell
2010-02-24
1
-0
/
+9
*
tdb: cleanup: always grab allrecord lock to infinity.
Rusty Russell
2010-02-24
1
-7
/
+3
*
tdb: remove num_locks
Rusty Russell
2010-02-17
2
-11
/
+2
*
tdb: use tdb_nest_lock() for seqnum lock.
Rusty Russell
2010-02-17
1
-3
/
+3
*
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
2010-02-24
2
-5
/
+18
[next]