summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * tools/ctdb: Remove setdbseqnum commandAmitay Isaacs2013-10-041-86/+0
| * tests: No need to set sequence number when modifying persistent databaseAmitay Isaacs2013-10-041-10/+2
| * client: Remove old persistent transaction codeAmitay Isaacs2013-10-041-445/+0
| * client: Reimplement persistent transaction code using TRANS3_COMMITAmitay Isaacs2013-10-042-5/+290
| * client: Add functions to parse g_lock.tdb recordsAmitay Isaacs2013-10-041-0/+198
| * client: Add functions to handle server_id structureAmitay Isaacs2013-10-041-0/+66
| * ctdbd: Remove transaction code related to TRANS2 commitsAmitay Isaacs2013-10-045-323/+4
| * ctdbd: Deprecate TRANS2 commit controlsAmitay Isaacs2013-10-042-12/+11
| * ctdbd: Create a utility function to log error for "not implemented" controlsAmitay Isaacs2013-10-041-4/+15
| * include: Remove unused set_dmaster structureAmitay Isaacs2013-10-041-6/+0
| * tests/tool: Remove references in libctdb in file and function namesMartin Schwenke2013-10-047-62/+40
| * tests/tool: Rework test programs so they no longer expect libctdbMartin Schwenke2013-10-044-285/+291
| * tests/tool: Fix some comment typosMartin Schwenke2013-10-042-2/+2
| * tools/ctdb: Stop return value from being clobbered in control_lvsmaster()Martin Schwenke2013-10-041-2/+2
| * client: Fix some format string compiler warningsMartin Schwenke2013-10-041-2/+4
| * common: Fix setting of debug level in the client codeAmitay Isaacs2013-10-041-0/+7
| * libctdb: Remove incomplete libctdbAmitay Isaacs2013-10-0442-6319/+1
| * tools/ctdb: Pass memory context for returning nodes in parse_nodestringAmitay Isaacs2013-10-042-8/+9
| * tests: Do not use libctdb code in testsAmitay Isaacs2013-10-043-54/+24
| * tools/ctdb: Do not use libctdb for commandline toolAmitay Isaacs2013-10-042-109/+202
| * client: Add ctdb_ctrl_getdbseqnum() functionAmitay Isaacs2013-10-042-0/+36
| * client: Add ctdb_ctrl_getdbstatistics() functionAmitay Isaacs2013-10-042-0/+56
| * client: Add ctdb_client_check_message_handlers() functionAmitay Isaacs2013-10-042-1/+38
| * client: Remove extra whitespacesAmitay Isaacs2013-10-041-3/+2
| * tests: Remove unused test program ctdb_fetch_lock_onceAmitay Isaacs2013-10-042-153/+2
| * tools/ctdb: When printing TDB data as a string, use correct length of the stringAmitay Isaacs2013-10-041-1/+1
| * tools/ctdb: Remove un-implemented ctdb vacuum commandAmitay Isaacs2013-10-042-10/+0
| * tests: Add a simple test to test cluster wide database traverseAmitay Isaacs2013-09-261-0/+73
| * traverse: Send traverse end record from traverse child processAmitay Isaacs2013-09-251-25/+26
| * traverse: Wait till all data has been flushed from output queueAmitay Isaacs2013-09-251-0/+6
| * traverse: Use ctdb local variable for convenienceAmitay Isaacs2013-09-251-3/+3
| * traverse: Check if local traverse failed or succeededAmitay Isaacs2013-09-251-10/+32
| * traverse: Log information when traverse starts and endsAmitay Isaacs2013-09-251-2/+11
| * tool/ltdbtool: -h option does not require an argumentMartin Schwenke2013-09-251-1/+1
| * scripts: Add support for optional ctdbd.conf configuration fileMartin Schwenke2013-09-251-0/+7
| * utils: Make debug level strings case-insensitiveMartin Schwenke2013-09-251-1/+1
| * tools/ctdb: Fix help messages for ctdb commandsMartin Schwenke2013-09-251-4/+4
| * tools/ctdb: Ban time of 0 is invalidMartin Schwenke2013-09-251-0/+5
| * eventscripts: Load CTDB configuration settings in 70.iscsiAmitay Isaacs2013-09-231-0/+2
| * recoverd: Disable takeover runs on other nodes for 5 minutesMartin Schwenke2013-09-191-2/+2
| * recoverd: Improve logging for takeover runsMartin Schwenke2013-09-191-1/+5
| * tools/ctdb: Use the standard long timeout when disabling takeover runsMartin Schwenke2013-09-191-2/+4
| * tools/ctdb: Fix arguments/semantics of rebalance nodeMartin Schwenke2013-09-191-6/+20
| * tools/ctdb: Make rebalancenode more robustMartin Schwenke2013-09-191-8/+4
| * tests/simple: Fix the reloadips test to cope with changes to reloadipsMartin Schwenke2013-09-191-3/+3
| * recoverd: Be careful about freeing the list of IP rebalance target nodesMartin Schwenke2013-09-191-1/+7
| * recoverd: reloadips should rebalance target nodes for new IPsMartin Schwenke2013-09-191-0/+20
| * ctdbd: Make ctdb_reloadips_child send controls asynchronouslyMartin Schwenke2013-09-191-42/+90
| * recoverd: Fix the implementation of CTDB_SRVID_REBALANCE_NODEMartin Schwenke2013-09-194-66/+91
| * recoverd: Remove unused CTDB_SRVID_RELOAD_ALL_IPS and handlerMartin Schwenke2013-09-192-93/+0