index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb: Improve debugging when the allrecord lock fails to upgrade
Andrew Bartlett
2017-05-23
1
-4
/
+17
*
tdb: version 1.3.13
tdb-1.3.13
Stefan Metzmacher
2017-04-27
2
-1
/
+71
*
tdb: Improve debugging in _tdb_transaction_start
Andrew Bartlett
2017-04-27
1
-0
/
+4
*
tdb: Improve debugging when the allrecord lock fails to upgrade
Andrew Bartlett
2017-04-27
2
-1
/
+6
*
tdb: runtime check for robust mutexes may hang in threaded programs
Ralph Boehme
2017-04-27
1
-46
/
+70
*
tdbtool: Add "storehex" command
Volker Lendecke
2017-04-22
2
-0
/
+97
*
tdb: Test for readonly lock upgrade bug
Volker Lendecke
2017-04-11
2
-0
/
+167
*
tdb: Do lock upgrades properly
Volker Lendecke
2017-04-10
1
-0
/
+16
*
tdb: Fix some signed/unsigned hickups
Volker Lendecke
2017-04-10
1
-5
/
+7
*
tdb/tools: add documentation for the tdbbackup -n option
Björn Baumbach
2017-03-28
1
-0
/
+8
*
waf: disable-python - align tdb's wscript
Ian Stakenvicius
2017-03-10
1
-7
/
+2
*
tdb: version 1.3.12
tdb-1.3.12
Stefan Metzmacher
2016-11-30
2
-1
/
+71
*
tdb: Fix mutexes on FreeBSD
Volker Lendecke
2016-11-29
1
-1
/
+2
*
tdb: Only mmap the mutex area if not already mmap'ed
Volker Lendecke
2016-11-29
1
-0
/
+4
*
tdb: NULL out tdb->mutexes in tdb_mutex_munmap
Volker Lendecke
2016-11-29
1
-1
/
+8
*
tdb: Use tdb_storev in tdb_append
tdb-1.3.11
Volker Lendecke
2016-08-29
1
-30
/
+6
*
tdb: Add tdb_storev
Volker Lendecke
2016-08-29
4
-1
/
+122
*
tdb: Add tdb_trace_1plusn_rec_flag_ret
Volker Lendecke
2016-08-29
2
-0
/
+24
*
tdb: Vectorize _tdb_store
Volker Lendecke
2016-08-29
1
-15
/
+54
*
tdb: Vectorize tdb_update_hash
Volker Lendecke
2016-08-29
1
-12
/
+26
*
tdb: Allow _v variant in tdb_update_hash_cmp
Volker Lendecke
2016-08-29
1
-7
/
+31
*
tdb: Remove unnecessary checks
Volker Lendecke
2016-08-29
1
-3
/
+1
*
tdb: Do an overflow check
Volker Lendecke
2016-08-29
1
-1
/
+8
*
tdb: Fix a signed/unsigned hickup
Volker Lendecke
2016-08-29
1
-1
/
+1
*
tdb: Fix format-nonliteral warning
Amitay Isaacs
2016-08-24
1
-0
/
+3
*
tdb: version 1.3.10
tdb-1.3.10
Stefan Metzmacher
2016-07-28
2
-1
/
+70
*
tdb: Don't malloc for every record in traverse
Volker Lendecke
2016-07-15
1
-6
/
+40
*
tdb: avoid many fcntl calls when incrementing seqnum
Bob Campbell
2016-07-03
1
-0
/
+5
*
s3: tdb: On some platforms pthread_mutex_trylock() returns EBUSY not EDEADLK.
Jeremy Allison
2016-06-29
1
-1
/
+1
*
tdb:torture: fix -O3 error unused result of write
Michael Adam
2016-05-13
1
-1
/
+5
*
tdb:torture: fix -O3 error unused result code of read
Michael Adam
2016-05-13
1
-2
/
+6
*
tdb mutex check: Fix CID 1358473 Uninitialized scalar variable
Volker Lendecke
2016-04-12
1
-0
/
+2
*
tdb: version 1.3.9
tdb-1.3.9
Stefan Metzmacher
2016-04-11
2
-1
/
+70
*
tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes()
Uri Simchoni
2016-04-11
1
-37
/
+45
*
tdb: avoid a race condition when checking for robust mutexes
Ralph Boehme
2016-03-29
1
-28
/
+32
*
lib:tdb: Remove use of strcpy in tdb test.
Jeremy Allison
2016-03-22
1
-1
/
+2
*
tdb: eliminate deprecation warnings in python tests
Michael Adam
2016-02-16
1
-26
/
+26
*
tdb: Only set public headers field when installing as a public library.
Jelmer Vernooij
2016-01-13
1
-1
/
+1
*
tdb: Refuse to load a database with hash size 0
Andrew Bartlett
2015-12-18
1
-0
/
+7
*
Fix various spelling errors
Mathieu Parent
2015-11-06
1
-2
/
+2
*
tdb: version 1.3.8
tdb-1.3.8
Stefan Metzmacher
2015-11-05
2
-1
/
+70
*
Revert "tdb: Add tdbdump -u"
Ralph Boehme
2015-09-18
2
-293
/
+1
*
tdb: Add tdbdump -u
Volker Lendecke
2015-09-18
2
-1
/
+293
*
tdb: Fix broken build with --disable-python
Martin Schwenke
2015-07-23
1
-5
/
+6
*
tdb: version 1.3.7
tdb-1.3.7
Stefan Metzmacher
2015-07-21
2
-1
/
+70
*
tdb python binding: raise KeyError(key) when the key doesn't exist
Aurelien Aptel
2015-07-21
1
-1
/
+5
*
pytdb: Add tests for text interface
Petr Viktorin
2015-07-21
1
-23
/
+141
*
pyldb: Add a text-based interface for Python 3
Petr Viktorin
2015-07-21
3
-0
/
+163
*
pytdb: Use new dict API on Python 3
Petr Viktorin
2015-07-21
2
-11
/
+47
*
pytdb: Build for two versions of Python at once
Petr Viktorin
2015-07-21
1
-8
/
+8
[next]