index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
tdb tools: Mostly cosmetic adaptions
Matthias Dieter Wallnöfer
2009-11-20
2
-8
/
+9
*
tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTING
Stefan Metzmacher
2009-11-20
1
-1
/
+1
*
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
Stefan Metzmacher
2009-11-20
5
-3
/
+63
*
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2009-11-20
2
-1
/
+14
*
tdb: always set tdb->tracefd to -1 to be safe on goto fail
Stefan Metzmacher
2009-11-20
1
-4
/
+3
*
tdb: Fix a C++ warning
Volker Lendecke
2009-11-08
1
-1
/
+2
*
tdb: update README a bit
Kirill Smelkov
2009-10-29
1
-8
/
+1
*
tdb: add tests for double .close() in pytdb
Kirill Smelkov
2009-10-29
1
-0
/
+9
*
tdb: reset tdb->fd to -1 in tdb_close()
Kirill Smelkov
2009-10-29
1
-1
/
+3
*
tdb: fix typo in python's Tdb.get() docstring
Kirill Smelkov
2009-10-29
1
-1
/
+1
*
tdb: kill last bits from swig
Kirill Smelkov
2009-10-29
2
-6
/
+1
*
tdb: detect tdb store of identical records and skip
Andrew Tridgell
2009-10-25
1
-0
/
+20
*
tdb: rename 'struct list_struct' into 'struct tdb_record'
Stefan Metzmacher
2009-10-23
9
-54
/
+54
*
lib/tdb: make tdbtool use tdb_check() for "check" command
Rusty Russell
2009-10-22
1
-14
/
+30
*
lib/tdb: add tdb_check()
Rusty Russell
2009-10-22
8
-3
/
+441
*
lib/tdb: add -t (always use transactions) option to tdbtorture
Rusty Russell
2009-10-22
1
-12
/
+29
*
lib/tdb: wean off TDB_ERRCODE.
Rusty Russell
2009-10-22
9
-40
/
+59
*
lib/tdb: TDB_TRACE support (for developers)
Rusty Russell
2009-10-22
7
-55
/
+402
*
tdb: fixed the intermittent failure of tdbtorture in the build farm
Andrew Tridgell
2009-10-20
1
-2
/
+5
*
tdb:tdbtool: fix indentation.
Michael Adam
2009-09-21
1
-178
/
+177
*
tdb:tdbtool: add transaction_start/_commit/_cancel commands.
Michael Adam
2009-09-21
1
-0
/
+21
*
tdb:tdbtool: add the "speed" command to the help text.
Michael Adam
2009-09-21
1
-0
/
+1
*
tdb: increase minor version
Andrew Tridgell
2009-09-19
1
-1
/
+1
*
tdb: allow reads after prepare commit
Andrew Tridgell
2009-09-15
1
-8
/
+0
*
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
[next]