summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "It was possible for ->recovery_mode to get out of sync with the new t...Amitay Isaacs2014-07-071-10/+1
* ctdb-common: Use SCHED_RESET_ON_FORK when setting SCHED_FIFOMartin Schwenke2014-07-071-1/+7
* ctdb-recoverd: Don't say "Election timed out"Martin Schwenke2014-07-071-1/+1
* ctdb-recoverd: Log a message when releasing the recovery lockMartin Schwenke2014-07-071-0/+1
* ctdb-scripts: Support NFS on RHEL7 with systemdMartin Schwenke2014-07-071-2/+4
* ctdb-recoverd: No need to set ctdbd_pid againAmitay Isaacs2014-07-051-2/+0
* ctdb-daemon: Remove ctdbd_pid global variableMartin Schwenke2014-07-053-13/+7
* ctdb-daemon: Check PID in ctdb_remove_pidfile(), not unreliable flagMartin Schwenke2014-07-052-9/+2
* ctdb-daemon: Exit if setting the session ID failsMartin Schwenke2014-07-051-1/+3
* ctdb-tests: Fix racy test for debugging hung scriptsMartin Schwenke2014-07-032-1/+10
* ctdb-scripts: Always print footer when debugging hung scriptMartin Schwenke2014-07-031-8/+6
* ctdb-packaging: Update configure.rpm with minimum library versionsAmitay Isaacs2014-06-301-0/+1
* ctdb-packaging: Minimum required tevent library is 0.9.16Amitay Isaacs2014-06-301-1/+1
* ctdb-build: Instead of default test_wrap, install fixed test_wrapAmitay Isaacs2014-06-241-1/+14
* ctdb-build: Fix sed expression to protect '\'Amitay Isaacs2014-06-241-1/+1
* ctdb-build: Use correct path variables for ctdb_run_tests.shAmitay Isaacs2014-06-241-1/+1
* ctdb-build: Use CTDB_ETCDIR instead of ETCDIR/ctdbAmitay Isaacs2014-06-244-6/+8
* ctdb-build: Use CTDB_RUNDIR instead of VARDIR/run/ctdbAmitay Isaacs2014-06-242-5/+6
* ctdb-build: Add special target to get build versionAmitay Isaacs2014-06-242-1/+7
* ctdb-build: Allow waf to build rpms without configure firstAmitay Isaacs2014-06-241-1/+2
* ctdb: update configure.rpm with builtin and bundled library argumentsMichael Adam2014-06-201-0/+2
* ctdb:includes: add #ifdef guard for ZERO_STRUCTMichael Adam2014-06-201-0/+2
* ctdb:includes: add #ifdef guards for _PUBLIC_, _NORETURN_, and _PURE_Michael Adam2014-06-201-0/+6
* ctdb: Remove duplicate README.CodingAndrew Bartlett2014-06-201-236/+0
* autobuild: Remove unsupported --enable-socket-wrapper option from the "ctdb" ...Amitay Isaacs2014-06-201-1/+1
* ctdb-packaging: Remove unused filesAmitay Isaacs2014-06-202-210/+0
* ctdb-build: Add target to build RPMsAmitay Isaacs2014-06-202-0/+12
* ctdb-packaging: Modify spec file to use waf build instead of autoconfAmitay Isaacs2014-06-201-16/+15
* ctdb-packaging: Fix date/days in changelogAmitay Isaacs2014-06-201-7/+7
* ctdb-build: Add build files (configure/Makefile) to use wafAmitay Isaacs2014-06-202-0/+83
* ctdb-tests: Fix the tests for waf buildAmitay Isaacs2014-06-202-3/+3
* ctdb-build: Add waf build for CTDBAmitay Isaacs2014-06-201-0/+565
* ctdb-build: Remove autoconf build filesAmitay Isaacs2014-06-2012-4260/+0
* ctdb-mkversion: Support external VERSION specificationAmitay Isaacs2014-06-201-0/+7
* ctdb-header: Protect against multiple includesAmitay Isaacs2014-06-203-0/+11
* ctdb-build: Remove duplicate socket_wrapper libraryAmitay Isaacs2014-06-206-2981/+0
* ctdb-build: Remove duplicate tdb libraryAmitay Isaacs2014-06-2086-17723/+0
* ctdb-build: Remove duplicate tevent libraryAmitay Isaacs2014-06-2039-11795/+0
* ctdb-build: Remove duplicate talloc libraryAmitay Isaacs2014-06-2044-11915/+0
* ctdb-build: Remove duplicate replace libraryAmitay Isaacs2014-06-2072-15062/+0
* ctdb-build: Remove duplicate popt libraryAmitay Isaacs2014-06-2014-3340/+0
* ctdb-eventscripts: Ensure $GANRECDIR points to configured subdirectoryMartin Schwenke2014-06-201-14/+18
* ctdb-daemon: Debugging for tickle updatesMartin Schwenke2014-06-201-1/+10
* ctdb-tests: Try harder to avoid failures due to repeated recoveriesMartin Schwenke2014-06-192-15/+44
* ctdb:vacuum: always run freelist_size againMichael Adam2014-06-171-6/+4
* ctdb:vacuum: add missing return to ctdb_vacuum_traverse_db() error path.Michael Adam2014-06-171-0/+1
* ctdb:vacuum: remove now unused talloc ctx argument from ctdb_vacuum_db()Michael Adam2014-06-171-3/+1
* ctdb:vacuum: move init of vdata into init_vdata funcionMichael Adam2014-06-171-32/+43
* ctdb:vacuum: remove vacuum limit from vdata - not usedMichael Adam2014-06-171-2/+0
* ctdb:vacuum: remove a superfluous comment.Michael Adam2014-06-171-4/+1