summaryrefslogtreecommitdiff
path: root/ctdb/include
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ctdb-daemon: Add parallel database recovery capabilityAmitay Isaacs1-1/+6
2015-10-07ctdb-daemon: Use a define for default capabilitiesAmitay Isaacs1-0/+2
2015-10-07ctdb-include: Remove unused structure definitionsAmitay Isaacs1-11/+0
2015-10-07ctdb-build: Placeholder for public headers from lib/utilAmitay Isaacs1-0/+6
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs1-6/+1
2015-10-07ctdb-include: Remove unused definitionAmitay Isaacs1-1/+0
2015-10-07ctdb-daemon: Replace ctdb_message with srvid abstractionAmitay Isaacs4-29/+7
2015-10-07ctdb-daemon: Remove ctdb from traverse_callbackAmitay Isaacs1-2/+3
2015-10-07ctdb-daemon: Introduce per database generationAmitay Isaacs1-0/+1
2015-10-07ctdb-freeze: Make function ctdb_start_freeze staticAmitay Isaacs1-2/+0
2015-10-07ctdb-daemon: Add controls for transactions on a single databaseAmitay Isaacs2-0/+10
2015-10-07ctdb-daemon: Rename ctdb_control_wipe_database to ctdb_control_transdbAmitay Isaacs1-1/+1
2015-10-07ctdb-locking: Add mark/unmark functions for a single databaseAmitay Isaacs1-0/+3
2015-10-07ctdb-daemon: Add controls to freeze/thaw a single databaseAmitay Isaacs2-0/+13
2015-10-07ctdb-freeze: Refactor code to check if databases are frozenAmitay Isaacs1-0/+2
2015-10-07ctdb-call: Convert pending calls list to per database listAmitay Isaacs1-1/+3
2015-10-07ctdb-locking: Add ctdb_db_iterator to iterate through all databasesAmitay Isaacs1-0/+2
2015-10-07ctdb-locking: Expose ctdb_db_prio_iterator functionAmitay Isaacs1-0/+6
2015-09-09ctdb: improve a misleading help text.Michael Adam1-1/+1
2015-09-07ctdb-daemon: Drop struct ctdb_control_killtcpMartin Schwenke1-9/+1
2015-08-07ctdb-daemon: Reset database statistics when resetting statisticsAmitay Isaacs1-0/+2
2015-08-07ctdb-system: Remove unused system specific callsAmitay Isaacs1-3/+0
2015-07-10ctdb-daemon: Remove control CTDB_CONTROL_SET_CALLAmitay Isaacs2-10/+1
2015-07-01ctdb-recoverd: Add new function clear_ip_assignment_tree()Martin Schwenke1-1/+2
2015-05-30ctdb: remove various dead prototypes from the ctdb private header.Günther Deschner1-52/+0
2015-05-30ctdb: remove various dead prototypes from the ctdb client header.Günther Deschner1-47/+0
2015-05-12ctdb-daemon: Remove obsolete IPv4 only controlsAmitay Isaacs1-27/+4
2015-05-12ctdb-daemon: Remove older data structure that supports only IPv4 addressesAmitay Isaacs1-11/+0
2015-05-10ctdb-daemon: Remove unused capabilities field from struct ctdb_nodeMartin Schwenke1-5/+0
2015-05-10ctdb-client: Add API for retrieving and checking capabilitiesMartin Schwenke1-0/+22
2015-04-07ctdb-common: Move ctdb_node_list_to_map() to utilitiesMartin Schwenke1-0/+3
2015-04-07ctdb-recoverd: New message ID CTDB_SRVID_DISABLE_RECOVERIESMartin Schwenke1-0/+3
2015-03-27ctdb-daemon: Drop tunable that is no longer in useAmitay Isaacs1-1/+0
2015-03-23ctdb-daemon: New control CTDB_CONTROL_GET_NODES_FILEMartin Schwenke3-0/+6
2015-03-23ctdb-daemon: Move ctdb_read_nodes_file() to utilitiesMartin Schwenke1-0/+2
2015-03-23ctdb-daemon: Store node addresses as ctdb_sock_addr rather than stringsMartin Schwenke2-14/+5
2015-03-23ctdb-common: Drop ctdb context from ctdb_parse_address()Martin Schwenke1-2/+1
2015-03-10ctdb-common: New function ctdb_set_helper()Martin Schwenke1-0/+2
2015-02-13ctdb-recoverd: Simplify ctdb_recovery_lock()Martin Schwenke1-1/+1
2015-02-13ctdb-recoverd: New function ctdb_recovery_unlock()Martin Schwenke1-0/+1
2015-02-13ctdb-recoverd: New function ctdb_recovery_have_lock()Martin Schwenke1-0/+1
2014-12-07ctdb: ctdb_protocol.h references struct sockaddrVolker Lendecke1-0/+2
2014-12-05ctdb-vacuum: Track time for vacuuming in database statisticsAmitay Isaacs1-0/+3
2014-10-31ctdb-includes: Reorder includes.h more logicallyMartin Schwenke1-7/+8
2014-10-31ctdb-includes: Remove unused idtree.hMartin Schwenke1-11/+0
2014-10-31ctdb-includes: Clean up includes.hMartin Schwenke1-21/+0
2014-10-28ctdb: Rename CTDB_VERSION to CTDB_PROTOCOLAmitay Isaacs1-1/+1
2014-10-28ctdb: Rename ctdb socket variable from CTDB_PATH to CTDB_SOCKETAmitay Isaacs1-2/+2
2014-10-28ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOGMartin Schwenke2-4/+7
2014-10-28ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke1-4/+2