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
*
pytdb: Add support for tdb_transaction_prepare_commit()
Kirill Smelkov
2010-10-07
2
-0
/
+18
*
pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...
Kirill Smelkov
2010-10-07
2
-0
/
+30
*
pytdb: Update open flags to match those for tdb_open() in tdb.h
Kirill Smelkov
2010-10-07
1
-0
/
+6
*
pytdb: Fix repr segfault for internal db
Kirill Smelkov
2010-10-07
2
-1
/
+11
*
pytdb: Add support for tdb_add_flags() & tdb_remove_flags()
Kirill Smelkov
2010-10-07
2
-0
/
+27
*
tdb: added TDB_NO_FSYNC env variable
Andrew Tridgell
2010-10-07
1
-0
/
+4
*
tdb: increment version to 1.2.4
Rusty Russell
2010-10-07
1
-1
/
+1
*
tdb: put example hashes into header, so we notice incorrect hash_fn.
Rusty Russell
2010-10-07
3
-2
/
+65
*
tdb: fix tdb_check() on other-endian tdbs.
Rusty Russell
2010-10-07
1
-1
/
+1
*
tdb: fix tdb_check() on read-only TDBs to actually work.
Rusty Russell
2010-10-07
1
-5
/
+17
*
tdb: make check more robust against recovery failures.
Rusty Russell
2010-10-07
1
-5
/
+36
*
Add back monitoring for time skips, forward as well as backward.
Ronnie Sahlberg
2010-09-28
1
-0
/
+22
*
Merge commit 'rusty/ports-from-1.0.112' into foo
Ronnie Sahlberg
2010-08-19
2
-1
/
+4
|
\
|
*
logging: give a unique logging name to each forked child.
Rusty Russell
2010-08-18
2
-1
/
+4
*
|
We use eventloop nesting in a couple of places, notably the sync
Ronnie Sahlberg
2010-08-18
1
-0
/
+2
*
|
Merge commit 'rusty/libctdb-new' into foo
Ronnie Sahlberg
2010-08-18
71
-2694
/
+15668
|
\
\
|
*
|
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
58
-2358
/
+11225
|
*
|
talloc: update to 2.0.3 version from SAMBA
Rusty Russell
2010-08-18
13
-336
/
+4443
|
|
/
*
|
tdb: workaround starvation problem in locking entire database.
Rusty Russell
2010-08-16
2
-18
/
+70
*
|
tdb: Fix tdb_check() to work with read-only tdb databases.
Rusty Russell
2010-08-16
1
-3
/
+3
*
|
tdb: remove unused variable in tdb_new_database().
Rusty Russell
2010-08-16
1
-1
/
+0
*
|
tdb: fix short write logic in tdb_new_database
Rusty Russell
2010-08-16
3
-17
/
+17
|
/
*
tdb: improve logging
Rusty Russell
2010-07-01
1
-2
/
+3
*
idtree: fix handling of large ids (eg INT_MAX)
Rusty Russell
2010-06-10
1
-2
/
+4
*
tdb: define _PUBLIC_ so we can compile tdb.
Rusty Russell
2010-04-22
1
-0
/
+5
*
tdb: update tdb ABI to use hide_symbols=True
Andrew Tridgell
2010-04-22
4
-77
/
+65
*
subunit: Support formatting compatible with upstream subunit, for consistency.
Jelmer Vernooij
2010-04-22
1
-1
/
+1
*
tdb: update exports and signatures files
Simo Sorce
2010-04-22
2
-0
/
+2
*
tdb: Add a non-blocking version of tdb_transaction_start
Volker Lendecke
2010-04-22
6
-8
/
+24
*
tdb: Fix indentation in tdb_new_database()
Volker Lendecke
2010-04-22
1
-1
/
+1
*
Fix some nonempty blank lines
Volker Lendecke
2010-04-22
10
-45
/
+44
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-04-22
2
-2
/
+2
*
tdb: Fix bug 7248, avoid the nanosleep dependency
Volker Lendecke
2010-04-22
1
-4
/
+4
*
tdb: If tdb_parse_record does not find a record, return -1 instead of 0
Volker Lendecke
2010-04-22
2
-1
/
+23
*
tdb: handle processes dying during transaction commit.
Rusty Russell
2010-04-22
3
-0
/
+86
*
patch tdb-refactor-tdb_lock-and-tdb_lock_nonblock.patch
Rusty Russell
2010-04-22
1
-16
/
+13
*
tdb: add -k option to tdbtorture
Rusty Russell
2010-04-22
1
-57
/
+142
*
tdb: don't truncate tdb on recovery
Rusty Russell
2010-04-22
1
-10
/
+0
*
tdb: remove lock ops
Rusty Russell
2010-04-22
4
-40
/
+22
*
tdb: rename tdb_release_extra_locks() to tdb_release_transaction_locks()
Rusty Russell
2010-04-22
3
-13
/
+9
*
tdb: cleanup: remove ltype argument from _tdb_transaction_cancel.
Rusty Russell
2010-04-22
1
-17
/
+13
*
tdb: tdb_allrecord_lock/tdb_allrecord_unlock/tdb_allrecord_upgrade
Rusty Russell
2010-04-22
3
-29
/
+62
*
tdb: suppress record write locks when allrecord lock is taken.
Rusty Russell
2010-04-22
1
-0
/
+9
*
tdb: cleanup: always grab allrecord lock to infinity.
Rusty Russell
2010-04-22
1
-7
/
+3
*
tdb: remove num_locks
Rusty Russell
2010-04-22
2
-11
/
+2
*
tdb: use tdb_nest_lock() for seqnum lock.
Rusty Russell
2010-04-22
1
-3
/
+3
*
tdb: use tdb_nest_lock() for active lock.
Rusty Russell
2010-04-22
2
-5
/
+18
*
tdb: use tdb_nest_lock() for open lock.
Rusty Russell
2010-04-22
3
-15
/
+10
*
tdb: use tdb_nest_lock() for transaction lock.
Rusty Russell
2010-04-22
2
-32
/
+23
*
tdb: cleanup: find_nestlock() helper.
Rusty Russell
2010-04-22
1
-28
/
+23
[next]