summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * doc: Update ping_pong documentation to add -c optionAmitay Isaacs2012-11-211-0/+17
| * utils:ping_pong: add a -c switch to check the lock before reading/writingMichael Adam2012-11-201-2/+40
| * recovery: data corruption of persistent DBs after recoveries: don't delete em...Michael Adam2012-11-201-2/+31
| * recoverd: fix a comment typoMichael Adam2012-11-201-1/+1
| * vacuum: fix a comment typoMichael Adam2012-11-191-1/+1
| * Eventscripts: 10.interface should list configured interfacesMartin Schwenke2012-11-191-3/+3
| * ctdbd: Make the link status of new interfaces more flexibleMartin Schwenke2012-11-191-1/+14
| * locking: Do not use RECLOCK for tracking DB locks and latenciesAmitay Isaacs2012-11-142-6/+12
| * tools/ctdb: Do not use function return value as pnnAmitay Isaacs2012-11-141-3/+5
| * recoverd: Track the nodes that fail takeover run and set culprit countAmitay Isaacs2012-11-143-11/+43
| * Eventscripts: 10.interface startup event should only process interfaces onceMartin Schwenke2012-11-141-7/+4
| * build: Fix the build with old system-installed teventVolker Lendecke2012-11-081-1/+4
| * ctdbd: Fix compilation warning in locking codeMartin Schwenke2012-10-311-2/+2
| * web: Update instructions for building from tarballAmitay Isaacs2012-10-311-1/+9
| * tests: Do not check release suffix in ctdb version testAmitay Isaacs2012-10-311-1/+2
| * packaging: Use maketarball.sh script to create tarball for RPMAmitay Isaacs2012-10-301-18/+5
| * packaging: Use optional argument as targetdir when creating tarballAmitay Isaacs2012-10-301-14/+14
| * tool/ctdb: Always support ctdb version command, don't make it optionalAmitay Isaacs2012-10-302-9/+4
| * build: Add rules to create include/version.h when building from git treeAmitay Isaacs2012-10-301-1/+7
| * packaging: Create include/version.h to define CTDB_VERSION_STRINGAmitay Isaacs2012-10-301-0/+14
| * Add a \n to an error messageVolker Lendecke2012-10-251-1/+1
| * Avoid a bashism in 60.ganeshaVolker Lendecke2012-10-241-1/+1
| * web: Update broken links to manpagesAmitay Isaacs2012-10-241-3/+5
| * packaging: Bundle README, COPYING and html version of manpagesAmitay Isaacs2012-10-222-0/+14
| * doc: Do not keep the built version of manpages in version controlAmitay Isaacs2012-10-2210-4834/+0
| * packaging: Use common code to generate VERSION stringAmitay Isaacs2012-10-222-39/+9
| * packaging: Factor out the code to genreate VERSION stringAmitay Isaacs2012-10-221-0/+50
| * packaging: Build docs and include them in tarballAmitay Isaacs2012-10-221-1/+8
| * build: Extract building of manpages in a separate MakefileAmitay Isaacs2012-10-222-14/+21
| * doc: README - add information about CTDB, license and websiteAmitay Isaacs2012-10-221-0/+8
| * web: Add posix locking information to prerequisitesAmitay Isaacs2012-10-221-5/+17
| * web: Add the links to ftp/http ctdb download areaAmitay Isaacs2012-10-221-4/+7
| * web: Remove reference to non-existent config filesAmitay Isaacs2012-10-221-3/+1
| * doc: getlog and clearlog changes for recovery daemon logsMartin Schwenke2012-10-223-340/+555
| * tests: Local daemons should use the logging ringbufferMartin Schwenke2012-10-221-1/+1
| * tools/ctdb: Merge recoverd log handling into getlog/clearlogMartin Schwenke2012-10-221-102/+63
| * tools/ctdb: Add log ringbuffer handling for recoverdMartin Schwenke2012-10-221-0/+73
| * recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOGMartin Schwenke2012-10-224-4/+63
| * build: Set CTDB_PATH to /tmp/ctdb.socket if SOCKPATH is not definedAmitay Isaacs2012-10-221-1/+5
| * Build: Set the default ctdb socket path at configure timeDavid Disseldorp2012-10-213-2/+15
| * locking: Do not use ctdb_kill() to kill smbd processesAmitay Isaacs2012-10-201-1/+1
| * locking: Add database priority handling for older versions of sambaAmitay Isaacs2012-10-201-0/+61
| * locking: Schedule a new lock request everytime a lock is releasedAmitay Isaacs2012-10-201-0/+4
| * ctdbd: Replace lockwait with locking API and remove ctdb_lockwait.cAmitay Isaacs2012-10-207-262/+7
| * ctdb_recover: Replace static locking functions with locking APIAmitay Isaacs2012-10-201-98/+8
| * ctdb_freeze: Replace locking functions with locking APIAmitay Isaacs2012-10-201-140/+18
| * ctdbd_test: Include ctdb_lock.c code for test stubsAmitay Isaacs2012-10-201-0/+1
| * tests: Fix statistics test for new output lines from locking APIAmitay Isaacs2012-10-201-1/+1
| * tools/ctdb: Display the locking statisticsAmitay Isaacs2012-10-201-14/+44
| * ctdbd: locking: Provide non-blocking API for locking of TDB record/db/alldbAmitay Isaacs2012-10-208-82/+1239