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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
when we compare ip addresses in ctdb_same_ip we must first canonicalize the a...
Ronnie Sahlberg
2008-08-20
1
-7
/
+33
*
fix a bug in the tcp socketkiller for ipv6
Ronnie Sahlberg
2008-08-20
1
-1
/
+1
*
fix the ipv6 checksum calculation for pseudoheader so that it actually works
Ronnie Sahlberg
2008-08-19
1
-46
/
+112
*
initial ipv6 patch
Ronnie Sahlberg
2008-08-19
3
-130
/
+172
*
added marshalling helper functions
Andrew Tridgell
2008-07-30
1
-0
/
+100
*
we don't need ctdb_ltdb_persistent_store() any more
Andrew Tridgell
2008-07-30
1
-59
/
+0
*
From Chris Cowan, patch to make aix compile again
Ronnie Sahlberg
2008-07-09
1
-28
/
+54
*
zero out the sockaddr_in structure before we store the ipv4 data in it to mak...
Ronnie Sahlberg
2008-07-07
1
-0
/
+2
*
ensure pad bytes in the ltdb_header are initialised
Andrew Tridgell
2008-07-04
1
-2
/
+1
*
first cut to convert takeover_callback_state{}
Ronnie Sahlberg
2008-06-04
1
-2
/
+23
*
convert handling of gratious arps and their controls and helpers to
Ronnie Sahlberg
2008-06-04
3
-80
/
+101
*
do persistent writes in a child process
Ronnie Sahlberg
2008-05-28
1
-2
/
+2
*
disable transactions for now, there are more situations where there are conf...
Ronnie Sahlberg
2008-05-22
1
-1
/
+1
*
cleanup of the previous patch.
Ronnie Sahlberg
2008-05-22
1
-1
/
+1
*
second try for safe transaction stores into persistend tdb databases
Ronnie Sahlberg
2008-05-22
1
-13
/
+49
*
Start implementing support for ipv6.
Ronnie Sahlberg
2008-05-14
3
-68
/
+177
*
Add a missing include
Ronnie Sahlberg
2008-05-14
1
-1
/
+1
*
add a checksum routine for tcp over ipv6
Ronnie Sahlberg
2008-05-14
1
-0
/
+24
*
Try to use tdb transactions when updating a record and record header inside t...
Ronnie Sahlberg
2008-05-12
1
-1
/
+25
*
Revert "Revert "Revert "- accept an optional set of tdb_flags from clients on...
Ronnie Sahlberg
2008-04-10
1
-19
/
+1
*
Revert "Revert "- accept an optional set of tdb_flags from clients on open a ...
Ronnie Sahlberg
2008-04-10
1
-1
/
+19
*
Revert "- accept an optional set of tdb_flags from clients on open a database,"
Ronnie Sahlberg
2008-04-10
1
-19
/
+1
*
- accept an optional set of tdb_flags from clients on open a database,
Andrew Tridgell
2008-04-10
1
-1
/
+19
*
add improvements to tracking memory usage in ctdbd adn the recovery daemon
Ronnie Sahlberg
2008-04-01
1
-1
/
+1
*
from tridge: decorate dumpmemory output so that packets that are queued show ...
Ronnie Sahlberg
2008-04-01
1
-0
/
+23
*
merge from ronnie
Andrew Tridgell
2008-02-04
7
-31
/
+31
*
added debug constants to allow for better mapping to syslog levels
Andrew Tridgell
2008-02-04
2
-4
/
+5
*
block alarm signals during critical sections of vacuum
Andrew Tridgell
2008-01-10
1
-0
/
+19
*
added support for persistent databases in ctdbd
Andrew Tridgell
2007-09-21
1
-4
/
+17
*
merge from tridge
Ronnie Sahlberg
2007-09-13
2
-86
/
+3
|
\
|
*
we don't need the is_loopback logic in ctdb any more
Andrew Tridgell
2007-09-13
2
-87
/
+3
|
*
- use struct sockaddr_in more consistently instead of string addresses
Andrew Tridgell
2007-09-10
3
-24
/
+62
*
|
merged patch from tridge
Ronnie Sahlberg
2007-09-10
3
-24
/
+62
|
\
\
|
|
/
|
/
|
*
|
change the signature to ctdb_sys_have_ip() to also return:
Ronnie Sahlberg
2007-09-10
2
-3
/
+89
*
|
change ctdb_ctrl_getvnn to ctdb_ctrl_getpnn
Ronnie Sahlberg
2007-09-04
1
-1
/
+1
*
|
change ctdb->vnn to ctdb->pnn
Ronnie Sahlberg
2007-09-04
1
-4
/
+4
|
/
*
add an initial implementation of a service_id structure and three
Ronnie Sahlberg
2007-08-24
1
-0
/
+4
*
merge from volker
Andrew Tridgell
2007-08-22
1
-2
/
+4
*
zero out the sa struct to supress a valgrind error
Ronnie Sahlberg
2007-08-15
1
-0
/
+2
*
add a function to return the first entry that is stored in a tree where
Ronnie Sahlberg
2007-08-15
2
-0
/
+41
*
change the mem hierarchy for trees. let the node be owned by the data
Ronnie Sahlberg
2007-08-09
2
-68
/
+158
*
remove an unused function
Ronnie Sahlberg
2007-08-09
1
-10
/
+0
*
add helpers to traverse a tree where the key is an array of uint32
Ronnie Sahlberg
2007-08-08
2
-0
/
+53
*
add helpers to add/lookup/delete nodes in a tree where the key is an
Ronnie Sahlberg
2007-08-08
2
-0
/
+130
*
add a tree insert function that takes a callback fucntion to populate
Ronnie Sahlberg
2007-08-08
2
-10
/
+87
*
when inserting data in the tree, if there was already a node with the
Ronnie Sahlberg
2007-08-08
2
-8
/
+25
*
dont wait indefinitely for the initial getvnn to complete
Ronnie Sahlberg
2007-08-08
1
-1
/
+1
*
change error output in ctdb and in ctdb_cmdline_client to print to
Ronnie Sahlberg
2007-08-07
1
-3
/
+3
*
fix the remaining bugs with tree delete that testing found.
Ronnie Sahlberg
2007-07-30
1
-5
/
+50
*
remove dead code
Ronnie Sahlberg
2007-07-26
1
-2
/
+0
[prev]
[next]