summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/util
Commit message (Expand)AuthorAgeFilesLines
* ctdb-build: Change from ctdb-util to samba-utilMartin Schwenke2014-10-0612-2116/+0
* ctdb-logging: Update to use Samba style debug.h/debug.cMartin Schwenke2014-10-062-74/+64
* ctdb-logging: Remove log ringbufferMartin Schwenke2014-10-061-1/+0
* lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...Jeremy Allison2014-09-302-6/+6
* lib/util: Do not duplicate the protocol list, use smb_constants.hAndrew Bartlett2014-09-291-11/+1
* ctdb-build: Add missing configure checks for backtraceAmitay Isaacs2014-09-191-1/+1
* lib: Remove unused file_lines_slashcontVolker Lendecke2014-09-171-6/+0
* lib: Move "large_file_support()" to the source4 smb serverVolker Lendecke2014-09-171-1/+0
* ctdb-util: Clean up dependenciesMartin Schwenke2014-09-111-2/+1
* ctdb-includes: Remove some unnecessary declarationsMartin Schwenke2014-09-111-2/+0
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-103-140/+1
* ctdb-build: Make ctdb-util a wscript build subsystemMartin Schwenke2014-09-101-0/+10
* ctdb-logging: Move variable debug_extra from debug.*Martin Schwenke2014-09-102-2/+0
* ctdb-tools: Move definition of timeval_delta() to tools/ctdb.cMartin Schwenke2014-09-101-6/+0
* ctdb-daemon: Drop the argument to fault_setup()Martin Schwenke2014-09-102-5/+2
* ctdb-util: Add extra max_size argument to file_lines_load()Martin Schwenke2014-09-101-1/+5
* ctdb-common: Move hex_decode_talloc() to the lock helperMartin Schwenke2014-09-101-16/+0
* ctdb-util: Remove util/strlist.c and references to str_util_*()Martin Schwenke2014-09-102-119/+0
* ctdb: Fix some "declarations after code" problemsMartin Schwenke2014-09-101-1/+1
* ctdb-util: Variables should be declared extern in headersMartin Schwenke2014-09-101-3/+3
* ctdb-build: Remove autoconf build filesAmitay Isaacs2014-06-202-16/+0
* ctdb-header: Protect against multiple includesAmitay Isaacs2014-06-201-0/+4
* 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