summaryrefslogtreecommitdiff
path: root/ctdb/server/ctdb_update_record.c
Commit message (Expand)AuthorAgeFilesLines
* ctdb-daemon: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-07-051-3/+6
* ctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT flagAmitay Isaacs2017-06-291-1/+1
* ctdb-daemon: Remove setting of debug_extraAmitay Isaacs2016-12-051-1/+0
* ctdb-common: Drop CTDB's copy of sys_read() and sys_write()Martin Schwenke2016-11-291-0/+1
* ctdb: Use ctdb_wait_for_process_to_exit()Martin Schwenke2016-02-231-4/+1
* ctdb: Use prctl_set_comment from lib/utilChristof Schmitt2015-11-181-1/+2
* ctdb-server: Replace ctdb_logging.h with common/logging.hAmitay Isaacs2015-11-161-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* ctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_data_oldAmitay Isaacs2015-11-041-1/+1
* ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_oldAmitay Isaacs2015-11-041-2/+2
* ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-daemon: Remove dependency on includes.hAmitay Isaacs2015-10-301-2/+13
* ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs2015-10-301-9/+12
* ctdb-daemon: Separate prototypes for system specific functionsAmitay Isaacs2015-10-301-0/+1
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-101-1/+1
* ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke2014-08-211-2/+2
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-3/+3
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* build: Remove re-definition of same variableAmitay Isaacs2012-03-301-4/+4
* ReadOnly: Only restrict the readonly sanity/paranoia check that only allowsRonnie Sahlberg2012-03-121-1/+4
* READONLY: when updating a remote node to revoke a delegation, make sure we do...Ronnie Sahlberg2012-03-021-0/+17
* server:update_record: remove some blood stains (trailing spaces...)Michael Adam2012-02-211-15/+15
* server:update_record: make ctdb_childwrite staticMichael Adam2012-02-211-1/+2
* server: move the code for the update_record control to its own fileMichael Adam2012-02-211-0/+334