summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
* ctdb: migrate to new dlinklist.h from SambaAndrew Tridgell2010-02-091-86/+108
* util: added TLIST_*() macrosAndrew Tridgell2010-02-041-0/+46
* tdb: fix an early release of the global lock that can cause data corruptionVolker Lendecke2010-02-021-5/+10
* 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
* lib/events: finish "Run only one event for each epoll_wait/select call"Stefan Metzmacher2010-01-203-33/+2
* Fix release script with newer versins of gitSimo Sorce2009-12-161-1/+1
* tdb tools: Mostly cosmetic adaptionsMatthias Dieter Wallnöfer2009-12-162-8/+9
* tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTINGStefan Metzmacher2009-12-161-1/+1
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-12-165-3/+63
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-12-161-4/+3
* tdb: Fix a C++ warning (cherry picked from samba commit be88a126ea50ea7e41583...Volker Lendecke2009-12-161-1/+2
* tdb: update README a bitKirill Smelkov2009-12-161-8/+1
* tdb: add tests for double .close() in pytdbKirill Smelkov2009-12-161-0/+9
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-12-161-1/+3
* tdb: fix typo in python's Tdb.get() docstringKirill Smelkov2009-12-161-1/+1
* tdb: detect tdb store of identical records and skipAndrew Tridgell2009-12-161-0/+20
* tdb: rename 'struct list_struct' into 'struct tdb_record'Stefan Metzmacher2009-12-169-54/+54
* lib/tdb: make tdbtool use tdb_check() for "check" commandRusty Russell2009-12-161-14/+30
* lib/tdb: add tdb_check()Rusty Russell2009-12-166-3/+439
* tdb: kill last bits from swigKirill Smelkov2009-12-161-1/+1
* lib/tdb: sync build files from samba masterStefan Metzmacher2009-12-1623-1244/+513
* s3 build: Remove unused fstat check to fix a bunch of HAVE_FSTAT warnings (ch...Stefan Metzmacher2009-12-161-4/+0
* lib/tdb: include replace.h and system/filesys.h in pytdb.cStefan Metzmacher2009-12-161-4/+3
* Avoid using a utility header for Python replacements included in Samba, since...Stefan Metzmacher2009-12-162-32/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 (cherry pi...Stefan Metzmacher2009-12-162-1/+32
* py: Properly increase the reference counter of Py_None. (cherry picked from s...Stefan Metzmacher2009-12-161-16/+16
* Make sure to not close tdb database more than once. (cherry picked from samba...Jelmer Vernooij2009-12-161-2/+10
* Implement missing functions in pytdb. (cherry picked from samba commit 2da551...Jelmer Vernooij2009-12-162-34/+66
* Add simple manually written replacement for the tdb module. (cherry picked fr...Stefan Metzmacher2009-12-163-0/+609
* tdb: Add simple reimplementation of tdbdump in Python as an example of the td...Jelmer Vernooij2009-12-161-0/+12
* Remove unecessary msync. Jeremy. (cherry picked from samba commit 0bae1ef3de8...Jeremy Allison2009-12-161-4/+0
* The msync manpage reports that msync *must* be called before munmap. Failure ...Stefan Metzmacher2009-12-162-2/+8
* Attempt to fix bug 5684Volker Lendecke2009-12-161-1/+1
* lib/tdb/tools/tdbtorture.c: fixed memory leak.Slava Semushin2009-12-161-0/+2
* added basic testing of tdb_transaction_prepare_commit() in tdbtorture (cherry...Andrew Tridgell2009-12-161-0/+6
* make tdbbackup use transactionsAndrew Tridgell2009-12-161-6/+19
* fixed tdbbackup to give tdb error messages (cherry picked from samba commit 0...Andrew Tridgell2009-12-161-7/+31
* lib/tdb: add -t (always use transactions) option to tdbtortureRusty Russell2009-12-161-12/+29
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-12-169-40/+59
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-12-167-55/+402
* tdb: fixed the intermittent failure of tdbtorture in the build farmAndrew Tridgell2009-12-161-2/+5
* tdb:tdbtool: fix indentation.Michael Adam2009-12-161-178/+177
* Fix all warnings in source3 with gcc4.3. Jeremy. (cherry picked from samba co...Stefan Metzmacher2009-12-161-1/+3
* s3/s4: Fix "shadows a global declaration" warning (cherry picked from samba c...Tim Prouty2009-12-161-1/+1
* tdb: Fix some recently introduced warnings in tdbtool (cherry picked from sam...Tim Prouty2009-12-161-6/+6
* added some more speed tests to tdbtoolAndrew Tridgell2009-12-161-6/+59
* tdb:tdbtool: add transaction_start/_commit/_cancel commands.Michael Adam2009-12-161-0/+21
* tdb:tdbtool: add the "speed" command to the help text.Michael Adam2009-12-161-0/+1