summaryrefslogtreecommitdiff
path: root/ctdb/server/eventscript.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-1/+1
2018-10-22ctdb-daemon: Fix valgrind hit in event codeMartin Schwenke1-1/+1
2018-10-22ctdb-daemon: Exit if eventd goes awayMartin Schwenke1-7/+2
2018-10-22ctdb-daemon: Return early when refusing to run an event scriptMartin Schwenke1-0/+1
2018-09-03ctdb-daemon: Log complete eventd startup commandMartin Schwenke1-2/+6
2018-08-30ctdb-daemon: Do not retry connection to eventdMartin Schwenke1-11/+3
2018-08-30ctdb-daemon: Wait for eventd to be ready before connectingMartin Schwenke1-3/+107
2018-08-30ctdb-daemon: Open eventd pipe earlierMartin Schwenke1-5/+9
2018-08-30ctdb-daemon: Improve error handling consistencyMartin Schwenke1-0/+1
2018-07-28ctdb-daemon: Switch to using ETIMEDOUT instead of ETIMEAmitay Isaacs1-2/+2
2018-07-05ctdb-daemon: Add client code to talk to new event daemonAmitay Isaacs1-22/+24
2018-07-05ctdb-daemon: Switch to starting new event daemonAmitay Isaacs1-59/+9
2017-09-01ctdb-protocol: Replace ctdb_event_header with sock_packet_headerAmitay Isaacs1-1/+2
2017-08-17ctdb-daemon: Fix a return valueMartin Schwenke1-1/+1
2017-02-17ctdb-daemon: Use sock_clean() to remove stale socketsAmitay Isaacs1-6/+1
2017-01-17ctdb-daemon: Remove stale eventd socketAmitay Isaacs1-0/+9
2016-12-18ctdb-daemon: Switch to using event daemonAmitay Isaacs1-818/+27
2016-12-18ctdb-daemon: Add functions to talk to event daemonAmitay Isaacs1-0/+587
2016-12-18ctdb-daemon: Refactor check for valid events during recoveryAmitay Isaacs1-20/+27
2016-12-18ctdb-daemon: Drop implementation of eventscript controlsAmitay Isaacs1-233/+0
2016-11-29ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke1-1/+1
2016-09-01ctdb-daemon: Don't steal control structure before synchronous replyMartin Schwenke1-2/+2
2016-09-01ctdb-daemon: Handle failure immediately, do housekeeping laterMartin Schwenke1-10/+9
2016-09-01ctdb-daemon: Schedule running of callback if there are no event scriptsMartin Schwenke1-1/+63
2016-08-10ctdb-daemon: Fix format-nonliteral warningAmitay Isaacs1-0/+8
2016-06-01ctdb:eventscript: timedout->timed out in ctdb_event_script_args()Michael Adam1-1/+1
2015-11-16ctdb-daemon: Reset script timeout count in monitor codeMartin Schwenke1-1/+0
2015-11-16ctdb-daemon: Do not bother printing script timeout countMartin Schwenke1-2/+2
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-2/+2
2015-11-04ctdb-daemon: Rename enum ctdb_eventscript_call to ctdb_eventAmitay Isaacs1-12/+12
2015-11-04ctdb-daemon: Rename struct ctdb_scripts_wire to ctdb_script_list_oldAmitay Isaacs1-4/+6
2015-11-04ctdb-daemon: Rename struct ctdb_script_wire to ctdb_scriptAmitay Isaacs1-7/+7
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-4/+15
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-9/+17
2015-10-30ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs1-0/+1
2015-07-14ctdb-daemon: Allow a new monitor event to cancel one already in progressMartin Schwenke1-2/+6
2015-07-14ctdb-daemon: Improve error messages when eventscript control is cancelledMartin Schwenke1-2/+11
2015-07-14ctdb-daemon: Avoid double-free during monitor cancellationAmitay Isaacs1-1/+1
2015-05-10ctdb-daemon: Initialise eventscript status earlierMartin Schwenke1-4/+4
2015-05-10ctdb-daemon: Make ctdb_event_script_args() terminate if no scriptsMartin Schwenke1-0/+1
2015-03-13ctdb: Fix CID 1125613 Destination buffer too smallVolker Lendecke1-1/+7
2015-03-13ctdb: Introduce a helper var in ctdb_get_script_listVolker Lendecke1-3/+5
2015-03-13ctdb: Fix memleak in ctdb_get_script_listVolker Lendecke1-2/+5
2015-03-13ctdb: Make for-loop in ctdb_get_script_list more idiomaticVolker Lendecke1-6/+7
2015-03-13ctdb: Fix whitespaceVolker Lendecke1-18/+17
2015-03-11ctdb: Fix CID 1288201 Array compared against 0Volker Lendecke1-4/+0
2015-03-10ctdb-daemon: Use statically allocated arrays for helper pathsMartin Schwenke1-9/+6
2014-11-14ctdb-daemon: Improve error handling for running event scriptsAmitay Isaacs1-2/+8