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
...
*
Port from SAMBA tdb: commit 4b4fec65db4e202afa13b2d15867f4d8a54d154e Author: ...
Rusty Russell
2009-08-04
1
-5
/
+7
*
Port from SAMBA tdb: commit a91bcbccf8a2243dac57cacec6fdfc9907580f69 Author: ...
Rusty Russell
2009-08-04
1
-0
/
+5
*
Port from SAMBA tdb: commit 42c0931441ef53a3f977e1334355fa83f05ac184 Author: ...
Rusty Russell
2009-08-04
1
-1
/
+0
*
Port from SAMBA tdb:
Rusty Russell
2009-08-04
3
-52
/
+133
*
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2009-05-25
2
-1
/
+14
*
Revert "add TDB_NO_NESTING. When this flag is set tdb will not allow any nest...
Ronnie Sahlberg
2009-05-25
2
-15
/
+4
*
Whitespace changes and using the CTDB_NO_MEMORY() macro changes to
Ronnie Sahlberg
2009-05-21
1
-1
/
+1
*
add missing checks on so far ignored return values
Sumit Bose
2009-05-21
2
-2
/
+12
*
Remove generated binary files.
Michael Adam
2009-05-13
2
-0
/
+0
*
add TDB_NO_NESTING. When this flag is set tdb will not allow any nested trans...
Ronnie Sahlberg
2009-04-26
2
-4
/
+15
*
autoconf: Make sure the result of the mkdir_has_mode test gets cached.
Michael Adam
2009-01-29
1
-4
/
+4
*
Fix circular dependency error with autoconf 2.6.3.
Andreas Schneider
2009-01-16
1
-0
/
+2
*
The author of the upstream code asked for this code to be GPLv2+ not GPLv3
Andrew Tridgell
2008-09-30
1
-1
/
+1
*
merged a bugfix for the idtree code from the Linux kernel. This
Andrew Tridgell
2008-09-30
1
-2
/
+14
*
fixed a bug where we would look for a signal past the end of the
Andrew Tridgell
2008-07-18
1
-5
/
+5
*
track both when we last started and ended a recovery.
Ronnie Sahlberg
2008-07-02
1
-0
/
+6
*
second try for safe transaction stores into persistend tdb databases
Ronnie Sahlberg
2008-05-22
1
-1
/
+1
*
dont emit the can not start transaction with locks held at all.
Ronnie Sahlberg
2008-05-21
1
-1
/
+1
*
lower the debug level for the "can not start transaction" since we do expect ...
Ronnie Sahlberg
2008-05-21
1
-1
/
+1
*
carefully step around the recovery area when doing a tdb_wipe_all. This prevents
Andrew Tridgell
2008-02-08
1
-33
/
+47
*
fixed a problem with tdb growing after each recovery
Andrew Tridgell
2008-02-07
1
-0
/
+43
*
fixed a crash bug in the new transaction code
Andrew Tridgell
2008-01-31
1
-0
/
+3
*
merge from samba4
Andrew Tridgell
2008-01-18
8
-53
/
+18
*
more efficient freelist allocation
Andrew Tridgell
2008-01-18
2
-43
/
+43
*
added syslog support, and use a pipe to catch logging from child processes to...
Andrew Tridgell
2008-01-16
2
-2
/
+6
*
minor fix to transaction_write_existing
Andrew Tridgell
2008-01-15
1
-16
/
+6
*
fixed the bug that caused tdbtorture to fail
Andrew Tridgell
2008-01-14
3
-0
/
+123
*
tdb_freelist_size was reporting 1 more than correct size
Andrew Tridgell
2008-01-10
1
-2
/
+1
*
a compromise for freelist scanning - we now will look for other than the firs...
Andrew Tridgell
2008-01-09
1
-1
/
+16
*
added two new ctdb commands:
Andrew Tridgell
2008-01-08
2
-0
/
+24
*
ensure tdb log messages appear in ctdbd logs
Andrew Tridgell
2008-01-06
3
-6
/
+29
*
- added tdb_add_flags() and tdb_remove_flags()
Andrew Tridgell
2008-01-06
4
-3
/
+17
*
merge from Samba4
Andrew Tridgell
2008-01-05
16
-79
/
+229
*
update from Samba4
Andrew Tridgell
2008-01-05
26
-203
/
+2427
*
convert tdb from u32 to uint32_t to match the current Samba trees
Andrew Tridgell
2008-01-05
7
-49
/
+45
*
Rewrote the tdb transaction code to be O(N) instead of O(N^2)
Andrew Tridgell
2008-01-05
1
-184
/
+181
*
fixed data offset definition
Andrew Tridgell
2008-01-05
1
-1
/
+1
*
cleanup the new freelist code
Andrew Tridgell
2008-01-05
1
-29
/
+24
*
added tdb_wipe_all() function
Andrew Tridgell
2008-01-05
1
-1
/
+55
*
avoid write locks during delete checks in traversals
Andrew Tridgell
2008-01-05
3
-1
/
+5
*
expand tdb by minimum of 25% at a time
Andrew Tridgell
2008-01-05
1
-5
/
+7
*
prevent O(n^2) behaviour for traverse after large numbers of deletes
Andrew Tridgell
2008-01-04
1
-0
/
+23
*
quick fix for timeout in recovery
Andrew Tridgell
2008-01-02
2
-8
/
+3
*
remove a incorrectly added file
Andrew Tridgell
2007-10-19
1
-36
/
+0
*
make sure we set close on exec on any possibly inherited fds
Andrew Tridgell
2007-09-19
2
-0
/
+18
*
merge from ronnie
Andrew Tridgell
2007-08-07
1
-2
/
+2
*
make timed_event structure private to events_timed.c
Andrew Tridgell
2007-07-25
2
-11
/
+11
*
minor back-merge from samba4
Andrew Tridgell
2007-07-10
1
-1
/
+1
*
more merges for GPLv3 update
Andrew Tridgell
2007-07-10
10
-31
/
+109
*
update lib/events from samba4 (If->if)
Andrew Tridgell
2007-07-10
10
-10
/
+10
[prev]
[next]