summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_update_record.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke1-3/+6
2017-06-29ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs1-1/+1
2016-12-05ctdb-daemon: Remove setting of debug_extraAmitay Isaacs1-1/+0
2016-11-29ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke1-0/+1
2016-02-23ctdb: Use ctdb_wait_for_process_to_exit()Martin Schwenke1-4/+1
2015-11-18ctdb: Use prctl_set_comment from lib/utilChristof Schmitt1-1/+2
2015-11-16ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs1-1/+1
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs1-1/+1
2015-11-04ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs1-2/+2
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs1-0/+1
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs1-2/+13
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs1-9/+12
2015-10-30ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs1-0/+1
2014-09-10ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke1-1/+1
2014-08-21ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke1-2/+2
2013-07-10ctdbd: Set process names for child processesAmitay Isaacs1-0/+1
2013-06-14build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent1-1/+1
2012-05-03Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg1-3/+3
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs1-1/+0
2012-03-30build: Remove re-definition of same variableAmitay Isaacs1-4/+4
2012-03-12ReadOnly: Only restrict the readonly sanity/paranoia check that only allowsRonnie Sahlberg1-1/+4
2012-03-02READONLY: when updating a remote node to revoke a delegation, make sure we do...Ronnie Sahlberg1-0/+17
2012-02-21server:update_record: remove some blood stains (trailing spaces...)Michael Adam1-15/+15
2012-02-21server:update_record: make ctdb_childwrite staticMichael Adam1-1/+2
2012-02-21server: move the code for the update_record control to its own fileMichael Adam1-0/+334