summaryrefslogtreecommitdiff
path: root/ctdb
AgeCommit message (Expand)AuthorFilesLines
2015-10-07ctdb-recoverd: Always check for recmaster before doing recoveryAmitay Isaacs1-0/+18
2015-10-07ctdb-recoverd: Get rid of connected-ness comparison in electionAmitay Isaacs1-5/+0
2015-10-07ctdb-recoverd: Do not freeze databases for electionAmitay Isaacs1-5/+8
2015-10-07ctdb-call: Improve a log messageAmitay Isaacs1-1/+2
2015-10-07ctdb-recoverd: Add code for parallel database recoveryAmitay Isaacs2-1/+143
2015-10-07ctdb-daemon: Add parallel database recovery capabilityAmitay Isaacs2-2/+12
2015-10-07ctdb-daemon: Use a define for default capabilitiesAmitay Isaacs3-1/+5
2015-10-07ctdb-recoverd: Update flags on all nodes before database recoveryAmitay Isaacs1-21/+21
2015-10-07ctdb-recoverd: Update capabilities before the database recoveryAmitay Isaacs1-7/+7
2015-10-07ctdb-recovery: Factor out existing database recovery codeAmitay Isaacs1-118/+132
2015-10-07ctdb-recoverd: Add parallel database recovery helperAmitay Isaacs3-0/+1895
2015-10-07ctdb-client: Add client API for new database controlsAmitay Isaacs2-0/+172
2015-10-07ctdb-protocol: Add controls for parallel DB recoveryAmitay Isaacs6-2/+249
2015-10-07ctdb-client: Add new client API implementationAmitay Isaacs11-0/+7499
2015-10-07ctdb-protocol: Add ctdb protocol serialization routinesAmitay Isaacs16-0/+13522
2015-10-07ctdb-include: Remove unused structure definitionsAmitay Isaacs1-11/+0
2015-10-07ctdb-common: Add logging utilitiesAmitay Isaacs3-1/+115
2015-10-07ctdb-common: Add communication endpoint abstractionAmitay Isaacs8-1/+1370
2015-10-07ctdb-common: Add packet write abstractionAmitay Isaacs5-1/+559
2015-10-07ctdb-common: Add packet read abstractionAmitay Isaacs5-3/+542
2015-10-07ctdb-packaging: Package public library and header for tevent-unix-utilAmitay Isaacs1-0/+3
2015-10-07ctdb-build: Placeholder for public headers from lib/utilAmitay Isaacs2-1/+7
2015-10-07ctdb-build: Set PKGCONFIGDIR for public libraries in standalone buildAmitay Isaacs1-0/+2
2015-10-07ctdb-packaging: Install header files in ctdb subdirectoryAmitay Isaacs1-0/+1
2015-10-07ctdb-daemon: Use reqid abstractionAmitay Isaacs14-98/+66
2015-10-07ctdb-common: Add request id abstractionAmitay Isaacs5-1/+269
2015-10-07ctdb-include: Remove unused definitionAmitay Isaacs1-1/+0
2015-10-07ctdb-daemon: whitespace fixAmitay Isaacs2-2/+2
2015-10-07ctdb-daemon: formatting fixAmitay Isaacs3-11/+19
2015-10-07ctdb-daemon: Replace ctdb_message with srvid abstractionAmitay Isaacs16-451/+223
2015-10-07ctdb-common: Add srvid abstractionAmitay Isaacs5-1/+471
2015-10-07ctdb-common: Add db_hash abstractionAmitay Isaacs6-1/+556
2015-10-07ctdb-daemon: whitespace fixAmitay Isaacs1-1/+1
2015-10-07ctdb-daemon: formatting fixAmitay Isaacs1-3/+3
2015-10-07ctdb-daemon: Remove ctdb from traverse_callbackAmitay Isaacs4-9/+13
2015-10-07ctdb-build: Do not split ctdb-system subsystemAmitay Isaacs3-25/+20
2015-10-07ctdb-build: Do not mark ctdb private headers publicAmitay Isaacs2-12/+0
2015-10-07ctdb-daemon: Remove freeze requirement for updating vnnmapAmitay Isaacs1-3/+3
2015-10-07ctdb-daemon: Add a check for database generation consistencyAmitay Isaacs1-0/+11
2015-10-07ctdb-daemon: Check packet generation against database generationAmitay Isaacs2-28/+52
2015-10-07ctdb-call: Delete old defer queue if recovery occursAmitay Isaacs1-2/+9
2015-10-07ctdb-daemon: Use database generation in packet headers for database requestsAmitay Isaacs2-7/+14
2015-10-07ctdb-daemon: Introduce per database generationAmitay Isaacs5-3/+16
2015-10-07ctdb-freeze: Use individual database freeze in blocking freezeAmitay Isaacs1-8/+21
2015-10-07ctdb-freeze: Ensure all databases get frozen during freezeAmitay Isaacs1-4/+45
2015-10-07ctdb-freeze: Make function ctdb_start_freeze staticAmitay Isaacs2-3/+1
2015-10-07ctdb-banning: Do not freeze databases on ban in the daemonAmitay Isaacs1-7/+3
2015-10-07ctdb-freeze: Fix a log messageAmitay Isaacs1-1/+1
2015-10-07ctdb-freeze: Use database specific information in wipe databaseAmitay Isaacs1-3/+3
2015-10-07ctdb-freeze: Use single database transactions for global transactionsAmitay Isaacs1-6/+13