summaryrefslogtreecommitdiffstats
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* ctdb-logging: Move controls handling functions from common to serverAmitay Isaacs2014-06-121-41/+0
* ctdb-logging: Split ringbuffer handling code from ctdb_collect_logAmitay Isaacs2014-06-121-7/+21
* ctdb-common: Move mkdir_p_or_die to system utilitiesAmitay Isaacs2014-06-122-14/+14
* ctdb-daemon: Rename ctdb_mkdir_p_or_die to mkdir_p_or_dieAmitay Isaacs2014-06-121-1/+1
* ctdb-common: Move lockdown_memory to system utilitiesAmitay Isaacs2014-06-122-27/+28
* ctdb-daemon: Rename ctdb_lockdown_memory to lockdown_memoryAmitay Isaacs2014-06-121-1/+1
* ctdb-daemon: Instead of passing ctdb context, pass valgrinding booleanAmitay Isaacs2014-06-121-2/+2
* ctdb-common: Keep debug level related functions with logging codeAmitay Isaacs2014-06-122-40/+40
* ctdb-common: Remove unused functionsAmitay Isaacs2014-06-121-16/+0
* ctdb-common: Separate more system utilities that are independent of ctdbAmitay Isaacs2014-06-122-251/+252
* ctdb-common: Separate system utilties that are ctdb independentAmitay Isaacs2014-06-122-49/+71
* ctdb-common: No dynamic memory allocation in mkdir_p()Martin Schwenke2014-06-121-10/+27
* ctdb-common: Do not dynamically allocate memory when not necessaryMartin Schwenke2014-06-121-19/+17
* ctdb-common: Drop ctdb prefix from utility functions independent of ctdbAmitay Isaacs2014-06-122-4/+4
* ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs2014-06-122-3/+3
* ctdb-common: Do not abort if restoring scheduling policy failsAmitay Isaacs2014-06-121-3/+3
* ctdb-common: No need to save previous scheduler priorityAmitay Isaacs2014-06-121-26/+8
* ctdb-util: Do not use mlockall() on AIXAmitay Isaacs2014-03-041-6/+1
* ctdb-common: mkdir_p should not try to create .Amitay Isaacs2014-01-161-0/+4
* ctdb-common: Refactor code to keep track of child processesAmitay Isaacs2013-11-271-8/+14
* ctdb-common: Coverity fixesAmitay Isaacs2013-11-193-16/+37
* common: New function ctdb_mkdir_p_or_die()Martin Schwenke2013-10-251-0/+14
* common: New function mkdir_p()Martin Schwenke2013-10-251-0/+28
* common/util: Use AIX specific code for setting high priority for CTDB daemonAmitay Isaacs2013-10-221-3/+51
* common: Fix setting of debug level in the client codeAmitay Isaacs2013-10-041-0/+7
* utils: Make debug level strings case-insensitiveMartin Schwenke2013-09-251-1/+1
* common: Make parse_ip() valgrind-cleanMartin Schwenke2013-09-111-0/+2
* common/io: Limit the queue buffer size for fair scheduling via teventAmitay Isaacs2013-08-221-12/+31
* Revert "common/io: Keep queue buffer size multiple of 4K"Amitay Isaacs2013-08-221-22/+6
* Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...Amitay Isaacs2013-08-221-1/+0
* ctdbd: For volatile databases, write an empty record with rsn=0 only on dmasterAmitay Isaacs2013-08-221-1/+3
* util: In passing the code, fix a space vs. tab in set_close_on_exec().Michael Adam2013-08-191-1/+1
* common: Null terminate process name string so valgrind doesn't complainAmitay Isaacs2013-08-141-0/+1
* common/io: Keep queue buffer size multiple of 4KAmitay Isaacs2013-08-091-6/+22
* IPv6 neighbor solicit cleanupSumit Bose2013-07-111-7/+8
* Fixes for various issues found by CoveritySumit Bose2013-07-111-2/+10
* ctdbd: Set process names for child processesAmitay Isaacs2013-07-101-0/+1
* common/system: Add ctdb_set_process_name() functionAmitay Isaacs2013-07-105-0/+35
* util: New function ctdb_die()Martin Schwenke2013-07-051-0/+9
* build: Fix compiler warnings for uninitialized variablesAmitay Isaacs2013-07-041-1/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-145-5/+5
* ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERYMartin Schwenke2013-05-241-0/+1
* ctdbd: Replace ctdb->done_startup with ctdb->runstateMartin Schwenke2013-05-241-0/+49
* logging: Make sure ringbuffer messages are terminated with a newlineAmitay Isaacs2013-05-241-0/+6
* logging: Fix a bug in ringbufferAmitay Isaacs2013-05-231-36/+26
* util: ctdb_fork() should call ctdb_set_child_info()Martin Schwenke2013-04-181-0/+2
* util: New functions ctdb_set_child_info() and ctdb_is_child_process()Martin Schwenke2013-04-181-0/+22
* common/messaging: Use the jenkins hash in ctdb_messageVolker Lendecke2013-04-051-1/+3
* common/messaging: use tdb_parse_record in message_list_db_fetchVolker Lendecke2013-04-051-11/+17
* common/messaging: Abstract db related operations inside db functionsAmitay Isaacs2013-04-051-57/+39