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
/
ctdb
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tdb: cleanup: tdb_nest_lock/tdb_nest_unlock
Rusty Russell
2010-04-22
3
-45
/
+67
*
tdb: cleanup: rename global_lock to allrecord_lock.
Rusty Russell
2010-04-22
5
-29
/
+29
*
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
Rusty Russell
2010-04-22
3
-17
/
+17
*
tdb: make _tdb_transaction_cancel static.
Rusty Russell
2010-04-22
2
-2
/
+1
*
tdb: cleanup: split brlock and brunlock methods.
Rusty Russell
2010-04-22
7
-117
/
+235
*
Spelling fixes for tdb.
Brad Hards
2010-04-22
2
-2
/
+2
*
tdb: use fdatasync() instead of fsync() in transactions
Andrew Tridgell
2010-04-22
1
-1
/
+1
*
tdb: Apply some const, just for clarity
Volker Lendecke
2010-04-22
1
-1
/
+1
*
tdb: fix recovery reuse after crash
Rusty Russell
2010-04-22
1
-4
/
+10
*
tdb: give a name to the invalid recovery area constant (0)
Rusty Russell
2010-04-22
3
-4
/
+5
*
release-scripts: parametrize scripts
Simo Sorce
2010-04-22
2
-48
/
+67
*
tdb: raise version to 1.2.1
Simo Sorce
2010-04-22
1
-1
/
+1
*
Correction of spelling errors.
Mathieu Parent
2010-02-24
1
-1
/
+1
*
ctdb: migrate to new dlinklist.h from Samba
Andrew Tridgell
2010-02-09
1
-86
/
+108
*
util: added TLIST_*() macros
Andrew Tridgell
2010-02-04
1
-0
/
+46
*
tdb: fix an early release of the global lock that can cause data corruption
Volker Lendecke
2010-02-02
1
-5
/
+10
*
lib/util: add pre and post panic action hooks
Stefan Metzmacher
2010-01-20
2
-0
/
+13
*
lib/util: import fault/backtrace handling from samba.
Stefan Metzmacher
2010-01-20
6
-0
/
+1211
*
move DEBUG* macros to one place
Stefan Metzmacher
2010-01-20
2
-4
/
+2
*
lib/events: finish "Run only one event for each epoll_wait/select call"
Stefan Metzmacher
2010-01-20
3
-33
/
+2
*
Fix release script with newer versins of git
Simo Sorce
2009-12-16
1
-1
/
+1
*
tdb tools: Mostly cosmetic adaptions
Matthias Dieter Wallnöfer
2009-12-16
2
-8
/
+9
*
tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTING
Stefan Metzmacher
2009-12-16
1
-1
/
+1
*
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
Stefan Metzmacher
2009-12-16
5
-3
/
+63
*
tdb: always set tdb->tracefd to -1 to be safe on goto fail
Stefan Metzmacher
2009-12-16
1
-4
/
+3
*
tdb: Fix a C++ warning (cherry picked from samba commit be88a126ea50ea7e41583...
Volker Lendecke
2009-12-16
1
-1
/
+2
*
tdb: update README a bit
Kirill Smelkov
2009-12-16
1
-8
/
+1
*
tdb: add tests for double .close() in pytdb
Kirill Smelkov
2009-12-16
1
-0
/
+9
*
tdb: reset tdb->fd to -1 in tdb_close()
Kirill Smelkov
2009-12-16
1
-1
/
+3
*
tdb: fix typo in python's Tdb.get() docstring
Kirill Smelkov
2009-12-16
1
-1
/
+1
*
tdb: detect tdb store of identical records and skip
Andrew Tridgell
2009-12-16
1
-0
/
+20
*
tdb: rename 'struct list_struct' into 'struct tdb_record'
Stefan Metzmacher
2009-12-16
9
-54
/
+54
*
lib/tdb: make tdbtool use tdb_check() for "check" command
Rusty Russell
2009-12-16
1
-14
/
+30
*
lib/tdb: add tdb_check()
Rusty Russell
2009-12-16
6
-3
/
+439
*
tdb: kill last bits from swig
Kirill Smelkov
2009-12-16
1
-1
/
+1
*
lib/tdb: sync build files from samba master
Stefan Metzmacher
2009-12-16
23
-1244
/
+513
*
s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings (ch...
Stefan Metzmacher
2009-12-16
1
-4
/
+0
*
lib/tdb: include replace.h and system/filesys.h in pytdb.c
Stefan Metzmacher
2009-12-16
1
-4
/
+3
*
Avoid using a utility header for Python replacements included in Samba, since...
Stefan Metzmacher
2009-12-16
2
-32
/
+5
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 (cherry pi...
Stefan Metzmacher
2009-12-16
2
-1
/
+32
*
py: Properly increase the reference counter of Py_None. (cherry picked from s...
Stefan Metzmacher
2009-12-16
1
-16
/
+16
*
Make sure to not close tdb database more than once. (cherry picked from samba...
Jelmer Vernooij
2009-12-16
1
-2
/
+10
*
Implement missing functions in pytdb. (cherry picked from samba commit 2da551...
Jelmer Vernooij
2009-12-16
2
-34
/
+66
*
Add simple manually written replacement for the tdb module. (cherry picked fr...
Stefan Metzmacher
2009-12-16
3
-0
/
+609
*
tdb: Add simple reimplementation of tdbdump in Python as an example of the td...
Jelmer Vernooij
2009-12-16
1
-0
/
+12
*
Remove unecessary msync. Jeremy. (cherry picked from samba commit 0bae1ef3de8...
Jeremy Allison
2009-12-16
1
-4
/
+0
*
The msync manpage reports that msync *must* be called before munmap. Failure ...
Stefan Metzmacher
2009-12-16
2
-2
/
+8
*
Attempt to fix bug 5684
Volker Lendecke
2009-12-16
1
-1
/
+1
*
lib/tdb/tools/tdbtorture.c: fixed memory leak.
Slava Semushin
2009-12-16
1
-0
/
+2
*
added basic testing of tdb_transaction_prepare_commit() in tdbtorture (cherry...
Andrew Tridgell
2009-12-16
1
-0
/
+6
[prev]
[next]