summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* ctdb-common: Rename system utility filesMartin Schwenke2018-07-029-13/+39
* ctdb-common: Use sin6_len only if the structure supports itAmitay Isaacs2018-07-022-3/+3
* ctdb-common: Correctly handle conf->reload()Amitay Isaacs2018-06-291-19/+128
* ctdb-common: replace talloc / memcpy by talloc_memdupSwen Schillig2018-06-221-3/+2
* ctdb-common: Add support to run events through failureAmitay Isaacs2018-06-052-13/+21
* ctdb-common: Reset running state on failureAmitay Isaacs2018-06-051-0/+1
* ctdb-common: Improve error handling in run_eventAmitay Isaacs2018-06-051-2/+1
* ctdb-common: Return script_list for zero scriptsAmitay Isaacs2018-06-051-9/+13
* ctdb-common: Rename run_event_script_list to run_event_listAmitay Isaacs2018-06-052-6/+6
* ctdb-common: Do not initialize run_proc inside run_eventAmitay Isaacs2018-06-052-7/+3
* ctdb-common: Simplify process registration using linked listAmitay Isaacs2018-06-051-112/+69
* ctdb-scripts: Event scripts must end with ".script" suffixMartin Schwenke2018-06-051-31/+25
* ctdb-tools: Add legacy config options to config toolMartin Schwenke2018-05-171-0/+2
* ctdb-tools: Add database config options to config toolMartin Schwenke2018-05-171-0/+2
* ctdb-tools: Add cluster config options to config toolMartin Schwenke2018-05-171-0/+2
* ctdb-tools: Add event daemon config options to config toolAmitay Isaacs2018-05-171-0/+2
* ctdb: Check return values of tevent_req_set_endtime()Andreas Schneider2018-05-171-1/+3
* ctdb-common: Fix CID 1435600Volker Lendecke2018-05-161-2/+1
* ctdb-common: Fix CID 1435599Amitay Isaacs2018-05-161-1/+1
* ctdb-tools: Add logging config options to config toolAmitay Isaacs2018-05-121-0/+3
* ctdb-common: Add config options for loggingMartin Schwenke2018-05-122-0/+163
* ctdb-common: Add a function to validate logging specificationAmitay Isaacs2018-05-122-0/+77
* ctdb-common: Refactor log backend parsing codeAmitay Isaacs2018-05-121-44/+77
* ctdb-common: Add config options toolAmitay Isaacs2018-05-122-0/+340
* ctdb-common: Add config file parsing codeAmitay Isaacs2018-05-122-0/+1732
* ctdb-common: Add path toolAmitay Isaacs2018-05-122-0/+370
* ctdb-common: Add utility code to get various pathsAmitay Isaacs2018-05-122-0/+216
* ctdb-common: Add command line processing abstractionAmitay Isaacs2018-05-122-0/+665
* Fix spelling s/succesfully/successfully/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/retun/return/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/allows to/allows one to/Mathieu Parent2018-05-124-4/+4
* ctdb-common: Drop unused function ctdb_sys_find_ifname()Amitay Isaacs2018-03-092-85/+0
* ctdb-common: Drop debugging variable CTDB_EXTERNAL_TRACEMartin Schwenke2018-03-012-33/+0
* ctdb-common: Optimize sock_queue's memory managamentSwen Schillig2018-01-301-1/+14
* ctdb-common: Remove sock_queue_destructorSwen Schillig2018-01-301-11/+0
* ctdb-common: Return if packet size is zeroSwen Schillig2018-01-301-0/+1
* ctdb-common: Avoid using void ** argumentAmitay Isaacs2017-12-132-3/+3
* ctdb-common: Add special monitor handling to run_event abstractionAmitay Isaacs2017-11-241-10/+135
* ctdb-common: Add async version of shutdown in sock_daemonAmitay Isaacs2017-11-212-9/+70
* ctdb-common: Add async version of reconfigure in sock_daemonAmitay Isaacs2017-11-212-0/+42
* ctdb-common: Add async version of startup in sock_daemonAmitay Isaacs2017-11-212-0/+48
* ctdb-common: Handle errors on unexpected socket close in sock_daemonAmitay Isaacs2017-11-211-3/+16
* ctdb-common: Start listening to sockets only on successful startupAmitay Isaacs2017-11-211-13/+30
* ctdb-common: Start wait computation only after successful startupAmitay Isaacs2017-11-211-11/+22
* ctdb-common: Return status from sock_daemon startup()/reconfigure()Amitay Isaacs2017-11-212-6/+29
* ctdb-common: Do not use sock->req outside sock_socket functionsAmitay Isaacs2017-11-211-3/+4
* ctdb-common: Call missing tevent_wakeup_recv() in sock_daemonAmitay Isaacs2017-11-211-0/+8
* gpo: move mkdir_p to lib/utilDavid Mulder2017-11-202-48/+2
* ctdb-common: Fix stale socket removalAmitay Isaacs2017-11-071-15/+16
* ctdb-common: Ensure unused bytes in union are initialisedMartin Schwenke2017-11-071-9/+35