sahlberg/ctdb.git
2009-02-03 Michael Adamevents 41.httpd: support suse and ubuntu/debian systems...
2009-02-03 Michael Adambuild: print default in help for --with-logdir
2009-02-03 Michael Adammake: add a "showlayout" target for diagnostics
2009-02-03 Mathieu PARENTbuild: Make log-directory configurable indepently of...
2009-02-03 Michael Adamevents.d/41.httpd: fix a typo in the fix of the comment...
2009-02-02 Ronnie Sahlbergnew version 1.0.71 ctdb-1.0.71
2009-01-30 Michael Adamadd a simple test script to test ctdb_check_tcp_ports
2009-01-30 Michael Adamctdb_check_tcp_ports: correctly detect listeners on...
2009-01-30 Michael Adamctdb_check_tcp_ports: fail the check if neither netstat...
2009-01-30 Michael Adamctdb_check_tcp_ports: cope with multiple locations...
2009-01-29 Michael Adamremove include <netinet/in.h> from public ctdb.h
2009-01-29 Michael Adampackaging: add a maketarball script
2009-01-29 Michael AdamFix the build on AIX: sys/socket.h needs to be included...
2009-01-29 Michael Adamautoconf: Make sure the result of the mkdir_has_mode...
2009-01-27 Michael Adamevents.d/41.httpd: fix a comment typo
2009-01-19 Michael AdamFix treatment of link local ipv6 addresses: set the...
2009-01-19 Michael Adamctdb_util: use the parse_ip() function - avoid code...
2009-01-19 Michael Adamctdb_sys_have_ip: fix ipv6 support for aix, too.
2009-01-19 Stefan Metzmacherctdb_sys_have_ip: don't overwrite input data (setting...
2009-01-19 Michael AdamFix verification of IP allocation with ipv6 addresses...
2009-01-19 Michael Adamevents 50.samba: fix control of nmbd without separate...
2009-01-19 Michael Adampackaging(RPM): detect and use ccache if available
2009-01-19 Michael AdamMakefile: remove extra "/" in paths
2009-01-17 Michael Adammakerpms: fix detection of support for --rsyncable...
2009-01-16 Michael Adamctdb.init: fix typo
2009-01-16 Michael Adamevents 50.samba: also support suse and ubuntu/debain...
2009-01-16 Michael Adamfuncions: make (nice_)service a noop for empty service...
2009-01-16 Michael Adamctdb.init: use detect_init_style() in the init script
2009-01-16 Michael Adamfunctions: add detect_init_style().
2009-01-16 rootnew version origin/master ctdb-1.0.70b
2009-01-16 Michael Adamctdb.init: add $network to RequiredStop to match Requir...
2009-01-16 Andreas SchneiderFix circular dependency error with autoconf 2.6.3.
2009-01-16 Michael Adammakerpms: fix creation of tarball when gzip does not...
2009-01-16 Michael Adamctdb.spec: fix version and (RPM-)release number.
2009-01-16 Michael Adammakerpms: confess
2009-01-16 Michael Adammakerpms: don't hard-code the version number but extrac...
2009-01-16 Michael Adammakerpms: remove the need of calling makerpms.sh from...
2009-01-16 Michael Adammakerpms: don't cd to $SPECDIR but rpmbuild -ba $SPECDI...
2009-01-16 Michael Adammakerpms: catch error of git archive correctly (echo...
2009-01-16 Michael Adammakerpms: move comment to appropriate place
2009-01-16 Michael Adammakerpms: use variable (SPECFILE) that is available...
2009-01-16 Michael Adamdoc: join broken lines in excerpt from log.ctdb
2009-01-16 Michael Adamctdb.samba.org: fix instruction for turning off samba...
2009-01-15 Stefan MetzmacherFix segfault in ip takeover fallback code.
2009-01-13 rootfinish the ipv6 support.
2008-12-18 Ronnie Sahlbergnew version 1.0.69 ctdb-1.0.69
2008-12-17 rootadd better errorchecking that nodes we try to talk...
2008-12-17 Ronnie Sahlbergdont call ctdb_fatal() just because we are asked to...
2008-12-15 Michael Adamskip directories containing macros (%) in ctdb_check_di...
2008-12-15 Michael Adamctdb.init: add Default-Start to init script to enable...
2008-12-15 Michael Adamctdb.init: check availability of ctdb (with ping) befor...
2008-12-15 Michael Adamctdb.init: behave correctly when calling "service ctdb...
2008-12-15 Michael Adamctdb.init: fix return code of "service ctdb stop" on...
2008-12-15 Michael Adamctdb.init: fix status message of "service ctdb stop...
2008-12-15 Michael Adampackaging: set docdir in calls to make (to get it right...
2008-12-11 Ronnie SahlbergNew version 1.0.68 ctdb-1.0.68
2008-12-11 Michael AdamImprove the monitor event test for ethernet interfaces...
2008-12-11 Michael AdamUse "grep -q" instead of "grep ... > /dev/null" in...
2008-12-10 rootupdate the "ctdb recover" command.
2008-12-10 rootadd a CTDB_TIMEOUT variable for the ctdb tool.
2008-12-10 rootmake sure we return an errorcode when the ctdb command...
2008-12-09 rootadd a helper that waits until the clueter is no longe...
2008-12-08 rootupdate to the flags handling
2008-12-08 rootIf ctdbd was started with the --socket option then...
2008-12-08 rootreturn -1 if ctdb ping failed
2008-12-05 rootredo and update how we synchronize flags across the...
2008-12-04 rootsome platforms are very picky about the third argument...
2008-12-04 Ronnie Sahlbergnew version 1.0.67 ctdb-1.0.67
2008-12-04 rootfix an incorrect path
2008-12-04 Ronnie Sahlbergadd a description of the recovery-process
2008-12-02 Ronnie Sahlbergprint the list of valid debug level literals when an...
2008-12-02 Ronnie Sahlbergredesign how reloadnodes is implemented.
2008-11-28 rootdebuglevel is a signed int, not usnigned.
2008-11-27 Ronnie Sahlbergmake it possible to delete an ip from all nodes at...
2008-11-24 Ronnie Sahlberginew version 1.0.66
2008-11-21 Ronnie Sahlbergallow to change the recmaster even the database is...
2008-11-21 Ronnie Sahlbergremove two variables no longer used from the example...
2008-11-20 Andrew Tridgellfixed problem with looping ctdb recoveries obnox/origin origin/origin
2008-11-20 Andrew TridgellMerge commit 'ronnie/master'
2008-11-20 Ronnie Sahlbergdont override/change CTDB_BASE if it is already set...
2008-11-20 Ronnie SahlbergKeepalive packets were only sent every KeepaliveInterva...
2008-11-20 Ronnie Sahlbergreqrite the handling of flag updates across the cluster...
2008-11-12 Ronnie Sahlbergnew version 1.0.65 ctdb-1.0.65
2008-11-11 Ronnie Sahlbergadd a CTDB_SOCKET variable that can be used to override...
2008-11-03 Ronnie Sahlbergwe actually need a ctdb_db variable
2008-10-30 Ronnie Sahlberglatency is measured in us, not ms
2008-10-30 Ronnie Sahlbergadd control and logging of very high latencies.
2008-10-22 Ronnie Sahlbergnew version 1.0.64 ctdb-1.0.64
2008-10-22 Ronnie Sahlbergadd a context and a timed event so that once we have...
2008-10-19 Ronnie Sahlbergnew version 1.0.63 ctdb-1.0.63
2008-10-19 Ronnie Sahlbergdont log "running periodic cleanup" ...
2008-10-17 Ronnie Sahlbergnull out the pointer before we reload the nodes file
2008-10-17 Ronnie Sahlbergwhen we reload the nodes file, we may need to reload...
2008-10-17 Ronnie Sahlbergmake it possible to set the script log level in CTDB...
2008-10-16 Ronnie Sahlbergspecify a "script log level" on the commandline to...
2008-10-16 Ronnie Sahlbergnew version 1.0.62 ctdb-1.0.62
2008-10-16 Ronnie Sahlbergallow multiple eventscripts using the same prefix.
2008-10-16 Andrew TridgellMerge commit 'ronnie/master'
2008-10-15 Ronnie Sahlbergnew version 1.0.61 ctdb-1.0.61
2008-10-15 Ronnie Sahlberginstall the new multipath monitoring event script
next