summaryrefslogtreecommitdiff
path: root/ctdb/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-09ctdb-daemon: Only consider client ID for local database attachMartin Schwenke1-2/+5
2017-10-25ctdb-daemon: Add implementation of control CHECK_PID_SRVIDAmitay Isaacs1-0/+2
2017-09-13ctdb-daemon: Add a function to check if db access is allowedAmitay Isaacs1-0/+1
2017-08-28ctdb-client: Fix ctdb_attach() to use database flagsAmitay Isaacs1-1/+1
2017-08-28ctdb-client: Optionally return database id from ctdb_ctrl_createdb()Amitay Isaacs1-1/+1
2017-08-28ctdb-client: Fix ctdb_ctrl_createdb() to use database flagsAmitay Isaacs1-1/+1
2017-06-29ctdb-daemon: Pass db_flags instead of passing persistent flagAmitay Isaacs1-1/+1
2017-06-29ctdb-daemon: Store db_flags instead of individual boolean flagsAmitay Isaacs1-3/+1
2017-06-26ctdb-client: Add a function to get db open flagsAmitay Isaacs1-0/+3
2017-06-26ctdb-client: Drop tdb_flags argument to ctdb_attach()Amitay Isaacs1-2/+1
2017-06-26ctdb-daemon: Ignore tdb open flags passed to DB attach controlsAmitay Isaacs1-1/+1
2017-06-19ctdb-locking: Reduce logging in case of contentionAmitay Isaacs1-0/+3
2017-05-24ctdb-daemon: Do not allow mixed ctdb versions in a clusterAmitay Isaacs2-0/+5
2017-05-24ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.cAmitay Isaacs1-2/+0
2017-04-05ctdb-daemon: Add tracking of migration recordsAmitay Isaacs1-0/+4
2016-12-19ctdb-takeover: Drop unused ctdb_takeover_run() and related codeMartin Schwenke1-3/+0
2016-12-19ctdb-protocol: Move CTDB_PUBLIC_IP_FLAGS_ONLY_AVAILABLE to protocol.hMartin Schwenke1-2/+0
2016-12-18ctdb-daemon: Switch to using event daemonAmitay Isaacs1-9/+0
2016-12-18ctdb-daemon: Add functions to talk to event daemonAmitay Isaacs1-0/+6
2016-12-18ctdb-client: Drop client code for eventscript controlsAmitay Isaacs1-11/+0
2016-12-18ctdb-daemon: Drop implementation of eventscript controlsAmitay Isaacs1-11/+0
2016-12-16ctdb-daemon: Move function typedef to where it's usedAmitay Isaacs1-6/+0
2016-12-05ctdb-daemon: Add ctdb_vfork_exec()Amitay Isaacs1-0/+3
2016-12-05ctdb-logging: Get rid of debug_extraAmitay Isaacs1-2/+0
2016-12-05ctdb-daemon: Remove setting of debug_extra from switch_from_server_to_client()Amitay Isaacs1-2/+1
2016-12-05ctdb-daemon: Remove setting of debug_extra via ctdb_set_child_info()Amitay Isaacs1-3/+0
2016-12-05ctdb-daemon: Consolidate initialization of logging and debug levelAmitay Isaacs1-1/+2
2016-12-05ctdb-logging: Remove duplicate logging codeAmitay Isaacs1-6/+0
2016-12-05ctdb-daemon: Remove tevent debug loggingAmitay Isaacs1-1/+0
2016-09-14ctdb-daemon: Remove NUM_DB_PRIORITIESAmitay Isaacs1-1/+0
2016-08-10ctdb-daemon: Fix format-nonliteral warningAmitay Isaacs1-1/+2
2016-08-10ctdb-daemon: Fix format-nonliteral warningAmitay Isaacs1-1/+1
2016-07-28ctdb-daemon: Drop implementation of global transaction controlsAmitay Isaacs1-4/+0
2016-07-28ctdb-daemon: Deletion of IPs is deferred until the next takeover runMartin Schwenke1-2/+1
2016-07-28ctdb-daemon: Fix statistics update macroAmitay Isaacs1-2/+2
2016-07-28ctdb-daemon: Move CTDB VNN structure to IP takeover codeMartin Schwenke1-33/+0
2016-07-25ctdb-locking: Remove ctdb_db_prio_iterator functionAmitay Isaacs1-2/+0
2016-07-25ctdb-freeze: Remove ctdb_db_prio_frozen() functionAmitay Isaacs1-1/+0
2016-07-25ctdb-locking: Remove API for locking databases with priorityAmitay Isaacs1-9/+0
2016-07-25ctdb-locking: Remove API for locking all databasesAmitay Isaacs1-6/+0
2016-07-25ctdb-daemon: Remove priority field from ctdb_db_contextAmitay Isaacs1-1/+0
2016-07-25ctdb-client: Remove client code for set/get_db_priorityAmitay Isaacs1-7/+0
2016-07-25ctdb-daemon: Remove implementation of SET/GET_DB_PRIORITYAmitay Isaacs1-3/+0
2016-07-25ctdb-daemon: Drop priorites from freeze/thaw codeAmitay Isaacs1-4/+3
2016-07-25ctdb-client: Mark ctdb_ctrl_freeze_priority staticAmitay Isaacs1-2/+0
2016-07-25ctdb-client: Drop unused functions ctdb_ctrl_freeze_send/recvAmitay Isaacs1-8/+0
2016-07-25ctdb-client: Remove functions ctdb_ctrl_thaw_priority() and ctdb_ctrl_thaw()Amitay Isaacs1-5/+0
2016-07-04ctdb-ipalloc: Don't build a global IP treeMartin Schwenke1-3/+0
2016-07-04ctdb-ipalloc: Drop code to update IP assignment treeMartin Schwenke1-4/+0
2016-06-08ctdb-recoverd: Recovery lock handle should be in recovery deamon contextMartin Schwenke1-1/+0