summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/util
Commit message (Collapse)AuthorAgeFilesLines
...
* The author of the upstream code asked for this code to be GPLv2+ not GPLv3Andrew Tridgell2008-09-301-1/+1
| | | | (This used to be ctdb commit 000018f2f4fb9f2452f56731b027dd6a7beda111)
* merged a bugfix for the idtree code from the Linux kernel. ThisAndrew Tridgell2008-09-301-2/+14
| | | | | | | | matches commit 7aae6dd80e265aa9402ed507caaff4a5dba55069 in the kernel. Many thanks to Jim Houston for pointing out this fix to us (This used to be ctdb commit 85f6032cbdb197f3a003d86f086afa2cee898a4d)
* track both when we last started and ended a recovery.Ronnie Sahlberg2008-07-021-0/+6
| | | | | | | | | | | | make ctdb uptime print how long the recovery took in the recovery daemon when we check that the public ip address allocation on the local node is correct (we have the ips we should have and we dont have any we shouldnt have) use ctdb uptime and check the recovery start/stop times and make sure we dont check for ip allocation inconsistencies during a recovery where the ip address allocation is in flux. (This used to be ctdb commit f86551580349b7f662f9a07e4eb0c1189e38e429)
* added syslog support, and use a pipe to catch logging from child processes ↵Andrew Tridgell2008-01-162-2/+6
| | | | | | to the ctdbd logging functions (This used to be ctdb commit 1306b04cd01e996fd1aa1159a9521f2ff7b06165)
* ensure tdb log messages appear in ctdbd logsAndrew Tridgell2008-01-063-6/+29
| | | | (This used to be ctdb commit b2439487832230e7b738c0f89eeaa2c0c4ba0951)
* merge from ronnieAndrew Tridgell2007-08-071-2/+2
| | | | (This used to be ctdb commit e06f70f064e39f1a4a394f00b81b6b1d215534d4)
* minor back-merge from samba4Andrew Tridgell2007-07-101-1/+1
| | | | (This used to be ctdb commit c591f9b2d2847f440702e7264c7da2fd6d69f4be)
* update lib/replace from samba4Andrew Tridgell2007-07-108-24/+16
| | | | (This used to be ctdb commit f0555484105668c01c21f56322992e752e831109)
* move more util code to lib/utilAndrew Tridgell2007-06-072-0/+218
| | | | (This used to be ctdb commit de5ab0584c978a6be4afeacd80c84015b206a3c6)
* fixed some debug messagesAndrew Tridgell2007-05-291-1/+1
| | | | (This used to be ctdb commit 037f0149c0c0e65af0a1669b9a52586129e4b48f)
* nicer date formattingAndrew Tridgell2007-05-191-4/+9
| | | | (This used to be ctdb commit 78c256caa738593e335de65df752ff015f3a38e1)
* new files for updated events systemAndrew Tridgell2007-05-022-0/+106
| | | | (This used to be ctdb commit 15d8308e5a0ce04351d70ac3dd25c7698931ebba)
* fixed ctdb/ib bug at reject eventPeter Somogyi2007-04-231-2/+2
| | | | | | reverted my suggestion in debug.c (based on my false error detection) (This used to be ctdb commit 5c52c9f37639c65b551c10d1706c49653cd99742)
* use talloc_vasprintfPeter Somogyi2007-04-201-17/+2
| | | | (This used to be ctdb commit e259620d416497fba5ac43a87f3be7b280c21409)
* - ctdb/ib minor bugfixes (error case)Peter Somogyi2007-04-201-1/+17
| | | | | | | - make ctdb capable of alternative connection (like ib) again, solved the fork problem - do_debug memory overwrite bugfix (occured using ibwrapper_test with wrong address given) (This used to be ctdb commit da0b84cda26d544f63841dfd770ed7ebad401944)
* Add timestamps to debug output.Volker Lendecke2007-04-172-0/+61
| | | | (This used to be ctdb commit 197a02384bd2ca42dfff4c0357175424d2321e9c)
* merge db wrap code from samba4Andrew Tridgell2007-01-252-0/+116
| | | | (This used to be ctdb commit 2f3c299c76ce463cd866dfb1900ff45928f32ba6)
* - added in idtree for efficient reqid handlingAndrew Tridgell2006-11-281-0/+374
| | | | | | | | - started adding ctdb_call() code - added ctdb_call_local() implementation (This used to be ctdb commit 97b1fdf7fa0e230f36add3f1770ecb3a9faee0a1)
* initial versionAndrew Tridgell2006-11-181-0/+114
(This used to be ctdb commit 5bba7deef9b03a68d336c138e83d6d4fac35bfce)