ctdb.git
2015-04-13 Amitay Isaacsdoc: Update NEWS ctdb-2.5.5
2015-03-27 Martin Schwenkeincludes: Remove some unnecessary declarations
2015-03-27 Martin Schwenkelogging: Move variable debug_extra from debug.*
2015-03-27 Martin Schwenkelogging: Factor out ctdb_logging.h from includes.h
2015-03-27 Martin Schwenkerecoverd: Change include of dlinklist.h to contain...
2015-03-27 Martin Schwenketools: Move definition of timeval_delta() to tools...
2015-03-27 Martin Schwenkedaemon: Drop the argument to fault_setup()
2015-03-27 Martin Schwenkeutil: Add extra max_size argument to file_lines_load()
2015-03-27 Martin Schwenkecommon: Move hex_decode_talloc() to the lock helper
2015-03-27 Martin Schwenkecommon: Add some missing #includes
2015-03-27 Martin Schwenkedaemon: Move some inline declarations to header file
2015-03-27 Martin Schwenketests: Add missing declarations caused by #define magic
2015-03-27 Martin Schwenketests: Mark some functions as static
2015-03-27 Martin Schwenkeutil: Remove util/strlist.c and references to str_util_*()
2015-03-27 Martin SchwenkeFix some "declarations after code" problems
2015-03-27 Martin Schwenkeutil: Variables should be declared extern in headers
2015-03-06 Martin SchwenkeChange default debug level to NOTICE (2)
2015-03-06 Martin Schwenketests: Check for readable, not executable, script
2015-03-06 Amitay Isaacslocking: Back-off from logging every 10 seconds
2015-03-06 Amitay Isaacstests: Correctly cascade test failures from the end...
2015-03-06 Amitay Isaacsscripts: Add a 'rm' stub so statd-callout tests work...
2015-03-05 Martin Schwenkescripts: Remove unused function nfs_statd_update()
2015-03-05 Martin Schwenkescripts: Change statd-callout to be more scalable
2015-03-05 Martin Schwenkescripts: Fix a regression in statd-callout
2015-03-05 Martin Schwenketests: Unit tests for statd-callout
2015-03-05 Martin Schwenketests: Make setup of public addresses more obvious
2015-03-05 Martin Schwenketests: Extend eventscript unit test infrastructure...
2015-03-05 Martin Schwenketests: Support testing scripts that change directory
2015-03-05 Martin Schwenketests: Extend ctdb stub to support "ip" with and without -X
2015-03-05 Martin Schwenketests: Extend ctdb stub to support "ptrans", "pdelete...
2015-03-05 Martin Schwenketest: Remove unused function check_ctdb_logfile()
2015-02-26 Amitay Isaacsio: Do not use sys_write to write to client sockets
2015-02-26 Martin Schwenkescripts: Improve messages about invalid tunables during...
2015-02-26 Martin Schwenketool: Print a warning when setting an obsolete tunable...
2015-02-26 Martin Schwenkeclient: Return a value of 1 when setting obsolete tunab...
2015-02-26 Martin Schwenketests: New tests for 00.ctdb "setup" event - set tunabl...
2015-02-26 Martin Schwenkescripts: Fix tunable setup code by making it shell...
2015-02-18 Martin Schwenkerecoverd: Abort when daemon can take recovery lock...
2015-02-18 Martin Schwenkerecoverd: Improve error messages on recovery lock coher...
2015-02-18 Martin Schwenkerecoverd: Don't release and re-take the recovery lock
2015-02-18 Martin Schwenkerecoverd: Simplify ctdb_recovery_lock()
2015-02-18 Martin Schwenkerecoverd: Remove check_recovery_lock()
2015-02-18 Martin Schwenkerecoverd: Improve logging when recovery lock file is...
2015-02-18 Martin Schwenkerecoverd: New function ctdb_recovery_unlock()
2015-02-18 Martin Schwenkerecoverd: New function ctdb_recovery_have_lock()
2015-02-18 Martin Schwenkedaemon: Log a warning when setting obsolete tunables
2015-02-18 Martin Schwenkedaemon: Mark tunable VerifyRecoveryLock as obsolete
2015-02-18 Martin Schwenkedoc: Improve documentation of the recovery lock
2015-02-06 Martin Schwenketests: Add new "ctdb setreclock" test
2015-02-06 Martin Schwenkedaemon: Fix SET_RECLOCK_FILE regression
2015-02-06 Martin Schwenkescripts: Call iptables/ip6tables directly from iptables...
2015-02-06 Martin Schwenkescripts: Error message, comment and whitespace cleanups
2015-02-06 Martin Schwenkescripts: iSCSI eventscript should fail when PNN can...
2015-02-06 Martin Schwenkescripts: Make 70.iscsi IPv6-aware
2015-02-06 Michael Adamimprove helpfulness of debug message when taking recloc...
2015-02-06 Martin Schwenkedaemon: Handle out-of-memory when setting recovery...
2015-02-06 Martin Schwenkescripts: Don't use the GNU awk gensub() function
2015-02-06 Martin Schwenkescripts: Try to deal with Ubuntu having /usr/sbin/service
2015-02-02 Amitay Isaacsdaemon: Use correct tdb flags when enabling robust...
2015-01-09 Ledscripts: Fix bashism in ctdbd_wrapper script
2015-01-09 Martin Schwenketests: Fix tickle sniffing for IPv4
2014-12-10 Martin Schwenketests: Need to drop public IPs in kill-failover tests
2014-12-10 Martin Schwenkedaemon: Gratuitous ARP equivalent for IPv6 is neighbor...
2014-12-10 Martin Schwenketests: More debug on SSH failure
2014-12-10 Martin Schwenketests: Make tcpdump output more verbose
2014-12-10 Martin Schwenketests: Use ip neigh command instead of arp
2014-12-10 Martin Schwenketests: Generalise the gratarp and tickle sniffing code...
2014-12-10 Martin Schwenketests: Match IPv6 connections in netstat output
2014-12-10 Martin Schwenketests: Use ping_wrapper to do relevant ping or ping6
2014-12-10 Martin Schwenketests: Extend regexps to handle IPv6 address matching
2014-12-10 Martin Schwenketests: Bracket IP addresses in NFS mounts and scp comma...
2014-12-10 Martin Schwenketests: Try to handle IPv6 addresses for local daemons
2014-12-10 Martin Schwenketests: Extend regexp to match IPv6 addresses
2014-12-10 Martin Schwenketools: Bracket IP addresses in onnode (for IPv6)
2014-12-10 Amitay Isaacsdaemon: Fix IP address comparisons for IPv6 addresses
2014-12-10 Martin Schwenkescripts: Wait until IPv6 addresses are not "tentative"
2014-12-10 Amitay Isaacseventscripts: Specify broadcast optionally to ip addr add
2014-12-10 Martin Schwenkedaemon: Trust vnn->interface for an IP when releasing it
2014-12-10 Martin Schwenkescripts: Make 10.interface IPv6-safe
2014-12-10 Martin Schwenkescripts: New functions ip6tables() and iptables_wrapper()
2014-12-10 Martin Schwenkescripts: Add IPv6 addresses support in ip_maskbits_iface()
2014-12-10 Martin Schwenkeutils: Update Nagios code to use ctdb -X
2014-12-10 Martin Schwenkedoc: Update examples to use ctdb -X
2014-12-10 Martin Schwenketool: Fix "ctdb -Y ifaces" output to have trailing...
2014-12-10 Martin Schwenketests: Update integration tests to use ctdb -X
2014-12-10 Martin Schwenketools: Update onnode and ctdb-diagnostics to use ctdb -X
2014-12-10 Martin Schwenkescripts: Update eventscripts to use ctdb -X instead...
2014-12-10 Martin Schwenketools: Add -X option for machine parsable output with...
2014-12-10 Martin Schwenketools: Add -x option to specify delimiter for machine...
2014-12-10 Martin Schwenketools: Produce machine readable output with new functio...
2014-12-10 Martin Schwenketests: Make the fake log timestamp string easy to modify
2014-12-10 Martin Schwenketests: Clean up some tests where IP movement is checked
2014-12-10 Martin Schwenketests: Remove dependency on log ringbuffer from missing...
2014-12-10 Martin Schwenketests: Make all_ips_on_node() do what it should
2014-12-10 Martin Schwenketests: Factor out new function get_test_ip_mask_and_iface()
2014-12-10 Martin Schwenketests: Simplify and rename wait_until_ips_are_on_nodeglob()
2014-12-10 Amitay Isaacstests: Do not run ip command if running against local...
2014-12-10 Martin Schwenkeeventscripts: Fix regression in IP add/delete functions
2014-12-10 Martin Schwenketests-eventscripts: Testing support for promote_secondaries
2014-12-10 Martin Schwenkeeventscripts: Deleting IPs should use the promote_secon...
next