summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/util
Commit message (Expand)AuthorAgeFilesLines
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* dlinklist: Fix a typoVolker Lendecke2014-04-021-1/+1
* db_wrap: Make sure tdb messages are logged correctlyAmitay Isaacs2013-08-141-0/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* util: Do not stop build if backtracing is not supportedAmitay Isaacs2013-05-291-2/+1
* util: Add hex_decode_talloc() to decode hex string into a binary blobAmitay Isaacs2013-03-251-0/+16
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-1/+1
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* libutil: Remove obsolete signal type cast.Andreas Schneider2011-11-261-5/+5
* Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-111-0/+4
* idtree: fix overflow for v. large ids on allocation and removalRusty Russell2010-12-071-1/+1
* idtree: fix right shift of signed ints, crash on large ids on AIXRusty Russell2010-10-081-1/+1
* Merge commit 'rusty/ports-from-1.0.112' into fooRonnie Sahlberg2010-08-192-1/+4
|\
| * logging: give a unique logging name to each forked child.Rusty Russell2010-08-182-1/+4
* | event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* | talloc: update to 2.0.3 version from SAMBARusty Russell2010-08-181-7/+0
|/
* tdb: improve loggingRusty Russell2010-07-011-2/+3
* idtree: fix handling of large ids (eg INT_MAX)Rusty Russell2010-06-101-2/+4
* ctdb: migrate to new dlinklist.h from SambaAndrew Tridgell2010-02-091-86/+108
* util: added TLIST_*() macrosAndrew Tridgell2010-02-041-0/+46
* lib/util: add pre and post panic action hooksStefan Metzmacher2010-01-202-0/+13
* lib/util: import fault/backtrace handling from samba.Stefan Metzmacher2010-01-206-0/+1211
* move DEBUG* macros to one placeStefan Metzmacher2010-01-202-4/+2
* Dont store debug level DEBUG_DEBUG in the in-memory ringbuffer.Ronnie Sahlberg2009-12-041-1/+1
* add an in memory ringbuffer where we store the last 500000 log entries regard...Ronnie Sahlberg2009-11-182-1/+2
* debug: add debug_add and dump_data functionsMichael Adam2009-08-042-1/+80
* Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg2009-05-211-1/+1
* add missing checks on so far ignored return valuesSumit Bose2009-05-212-2/+12
* The author of the upstream code asked for this code to be GPLv2+ not GPLv3Andrew Tridgell2008-09-301-1/+1
* merged a bugfix for the idtree code from the Linux kernel. ThisAndrew Tridgell2008-09-301-2/+14
* track both when we last started and ended a recovery.Ronnie Sahlberg2008-07-021-0/+6
* added syslog support, and use a pipe to catch logging from child processes to...Andrew Tridgell2008-01-162-2/+6
* ensure tdb log messages appear in ctdbd logsAndrew Tridgell2008-01-063-6/+29
* merge from ronnieAndrew Tridgell2007-08-071-2/+2
* minor back-merge from samba4Andrew Tridgell2007-07-101-1/+1
* update lib/replace from samba4Andrew Tridgell2007-07-108-24/+16
* move more util code to lib/utilAndrew Tridgell2007-06-072-0/+218
* fixed some debug messagesAndrew Tridgell2007-05-291-1/+1
* nicer date formattingAndrew Tridgell2007-05-191-4/+9
* new files for updated events systemAndrew Tridgell2007-05-022-0/+106
* fixed ctdb/ib bug at reject eventPeter Somogyi2007-04-231-2/+2
* use talloc_vasprintfPeter Somogyi2007-04-201-17/+2
* - ctdb/ib minor bugfixes (error case)Peter Somogyi2007-04-201-1/+17
* Add timestamps to debug output.Volker Lendecke2007-04-172-0/+61
* merge db wrap code from samba4Andrew Tridgell2007-01-252-0/+116
* - added in idtree for efficient reqid handlingAndrew Tridgell2006-11-281-0/+374
* initial versionAndrew Tridgell2006-11-181-0/+114