summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added a simple tdb integrity check to tdbtool. The command "check" runs trave...Holger Hetterich2009-12-161-1/+28
* tdb: allow reads after prepare commitAndrew Tridgell2009-12-161-8/+0
* tdb:mksigs: allow PRINTF_ATTRIBUTE(..) macros function types as funcion argsMichael Adam2009-12-161-1/+1
* tdb:mksigs: normalize bool -> _BoolMichael Adam2009-12-161-0/+3
* tdb:mksigs: ignore symbols (like _DEPRECATED_) after closing function parenth...Michael Adam2009-12-161-0/+1
* tdb:mksigs: correctly ignode multiline function typedefsMichael Adam2009-12-161-5/+5
* tdb:mksigs: ignore struct forward declarations.Michael Adam2009-12-161-0/+1
* tdb:mksyms: allow characters after closing functions parenthesis.Michael Adam2009-12-161-2/+2
* tdb:mksyms: allow double pointer return value of functions.Michael Adam2009-12-161-1/+1
* tdb: fix c++ build warning.Günther Deschner2009-12-161-2/+2
* One would expect I could spell my name... (cherry picked from samba commit 0d...Michael Adam2009-12-161-1/+1
* tdb: add script/abi_checks.sh. check for abi changes without gcc magic.Michael Adam2009-12-161-0/+91
* tdb: add script to extract signatures from header files.Michael Adam2009-12-161-0/+178
* tdb: add scripts to extract library symbols (exports file) from headersMichael Adam2009-12-162-0/+121
* lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell2009-12-161-5/+7
* Add define guards around otherwise unused variable. Jeremy. (cherry picked fr...Jeremy Allison2009-12-161-0/+3
* There is one signedness issue in tdb which prevents traverses of TDB records ...Rusty Russell2009-12-161-9/+21
* Import "talloc_array_length" from upstream tallocVolker Lendecke2009-12-121-0/+1
* Run only one event for each epoll_wait/select callVolker Lendecke2009-12-102-6/+2
* improve time jump loggingChristian Ambach2009-12-103-6/+6
* talloc: save errno over talloc_freeRusty Russell2009-12-071-1/+6
* 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
* for debuggingRonnie Sahlberg2009-10-273-27/+39
* patch the event loop so we read the current time every iteration.Ronnie Sahlberg2009-10-263-0/+42
* Revert "try to restart statd everytime it fails, not just the first time"Ronnie Sahlberg2009-09-156-342/+897
* try to restart statd everytime it fails, not just the first timeRonnie Sahlberg2009-09-156-897/+342
* Update outdated autotools helper files.Mathieu Parent2009-09-096-342/+897
* debug: add debug_add and dump_data functionsMichael Adam2009-08-042-1/+80
* tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell2009-08-041-6/+13
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-08-041-5/+10
* realloc() has that horrible overloaded free semantic when size is 0: current ...Rusty Russell2009-08-041-2/+7
* If the record is at the end of the database, pretending it has length 1 might...Rusty Russell2009-08-041-4/+1
* Port from SAMBA tdb: commit 54a51839ea65aa788b18fce8de0ae4f9ba63e4e7 Author: ...Rusty Russell2009-08-042-5/+14
* Port from SAMBA tdb: commit a6cc04a20089e8fbcce138c271961c37ddcd6c34 Author: ...Rusty Russell2009-08-041-0/+3
* Port from SAMBA tdb: commit a386173fa1c7c5bcc11ea9260d84b6c52c154b3d Author: ...Rusty Russell2009-08-041-0/+12
* Port from SAMBA ctdb: commit 936d76802f98d04d9743b2ca8eeeaadd4362db51 Author:...Rusty Russell2009-08-042-1/+93