summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_util.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-3/+3
* ctdb-common: Changing scheduler policy does not require ctdb contextAmitay Isaacs2014-06-121-2/+2
* 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: Coverity fixesAmitay Isaacs2013-11-191-5/+23
* common: New function ctdb_mkdir_p_or_die()Martin Schwenke2013-10-251-0/+14
* common/util: Use AIX specific code for setting high priority for CTDB daemonAmitay Isaacs2013-10-221-3/+51
* utils: Make debug level strings case-insensitiveMartin Schwenke2013-09-251-1/+1
* common: Make parse_ip() valgrind-cleanMartin Schwenke2013-09-111-0/+2
* util: In passing the code, fix a space vs. tab in set_close_on_exec().Michael Adam2013-08-191-1/+1
* util: New function ctdb_die()Martin Schwenke2013-07-051-0/+9
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* 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
* common: Debug ctdb_addr_to_str() using new function ctdb_external_trace()Martin Schwenke2012-10-181-0/+25
* util: Do not lock down memory when running with local daemonsAmitay Isaacs2012-07-261-1/+6
* util: Do not try to lockdown memory when running in local daemons modeAmitay Isaacs2012-07-161-1/+6
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-031-18/+0
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-masterRonnie Sahlberg2012-02-211-0/+1
|\
| * READONLY: only send a control to schedule fast-vacuuming from child context i...Ronnie Sahlberg2012-02-211-0/+1
* | FreeBSD does not define s6_addr32, only s6_addrVolker Lendecke2012-02-131-1/+1
|/
* change the hash function to use the much better Jenkins hashRonnie Sahlberg2011-02-181-8/+1
* Add ctdb_fork(0 which will fork a child process and drop the real-timeRonnie Sahlberg2011-01-111-6/+11
* Revert scheduling back to use real-time processesRonnie Sahlberg2011-01-111-8/+41
* Drop the loglevel of the "reqid wrap" developer debug message to DEBUGRonnie Sahlberg2010-10-281-1/+1
* Revert "change the hash function to use the much better Jenkins hash"Ronnie Sahlberg2010-10-111-1/+8
* change the hash function to use the much better Jenkins hashRonnie Sahlberg2010-10-081-8/+1
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-291-34/+0
* ouch, the ordering of the constants and the strings must be kept in syncRonnie Sahlberg2010-08-301-2/+2
* Add a new event "ipreallocated"Ronnie Sahlberg2010-08-301-0/+1
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* Delay reusing ids to make protocol more robustRusty Russell2010-06-101-1/+7
* ctdb: use full range of IDRRusty Russell2010-05-111-7/+3
* eventscript: don't do debugging system() from inside signal handlerRusty Russell2010-04-081-0/+12
* server: add "setup" eventStefan Metzmacher2010-02-231-0/+1
* fixed printing of high latencyAndrew Tridgell2010-02-161-1/+1
* server: add updateip eventStefan Metzmacher2010-01-201-1/+2
* server: allow multiple interfaces comma separated in public_addressesStefan Metzmacher2010-01-201-7/+13
* server: add "init" eventStefan Metzmacher2010-01-201-0/+1
* ctdb: use mlockall, cautiouslyRusty Russell2009-12-161-0/+23
* Remove RT priority, use niceness.Rusty Russell2009-12-161-41/+8
* eventscript: expost call names and enumRusty Russell2009-12-081-0/+12
* update the handling of debug levels so that we always can use a literal inste...Ronnie Sahlberg2009-07-011-0/+38
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-1/+2
* add missing checks on so far ignored return valuesSumit Bose2009-05-211-0/+1
* Track how long it takes to take out the recovery lock from both the main dame...Ronnie Sahlberg2009-05-141-0/+16
* we need to set the port properly in the parse_ip helperRonnie Sahlberg2009-03-241-5/+20