summaryrefslogtreecommitdiffstats
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Port from SAMBA tdb: commit 4b4fec65db4e202afa13b2d15867f4d8a54d154e Author: ...Rusty Russell2009-08-041-5/+7
* Port from SAMBA tdb: commit a91bcbccf8a2243dac57cacec6fdfc9907580f69 Author: ...Rusty Russell2009-08-041-0/+5
* Port from SAMBA tdb: commit 42c0931441ef53a3f977e1334355fa83f05ac184 Author: ...Rusty Russell2009-08-041-1/+0
* Port from SAMBA tdb:Rusty Russell2009-08-043-52/+133
* New attempt at TDB transaction nesting allow/disallow.Ronnie Sahlberg2009-05-252-1/+14
* Revert "add TDB_NO_NESTING. When this flag is set tdb will not allow any nest...Ronnie Sahlberg2009-05-252-15/+4
* 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
* Remove generated binary files.Michael Adam2009-05-132-0/+0
* add TDB_NO_NESTING. When this flag is set tdb will not allow any nested trans...Ronnie Sahlberg2009-04-262-4/+15
* autoconf: Make sure the result of the mkdir_has_mode test gets cached.Michael Adam2009-01-291-4/+4
* Fix circular dependency error with autoconf 2.6.3.Andreas Schneider2009-01-161-0/+2
* 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
* fixed a bug where we would look for a signal past the end of theAndrew Tridgell2008-07-181-5/+5
* track both when we last started and ended a recovery.Ronnie Sahlberg2008-07-021-0/+6
* second try for safe transaction stores into persistend tdb databasesRonnie Sahlberg2008-05-221-1/+1
* dont emit the can not start transaction with locks held at all.Ronnie Sahlberg2008-05-211-1/+1
* lower the debug level for the "can not start transaction" since we do expect ...Ronnie Sahlberg2008-05-211-1/+1
* carefully step around the recovery area when doing a tdb_wipe_all. This preventsAndrew Tridgell2008-02-081-33/+47
* fixed a problem with tdb growing after each recoveryAndrew Tridgell2008-02-071-0/+43
* fixed a crash bug in the new transaction codeAndrew Tridgell2008-01-311-0/+3
* merge from samba4Andrew Tridgell2008-01-188-53/+18
* more efficient freelist allocationAndrew Tridgell2008-01-182-43/+43
* added syslog support, and use a pipe to catch logging from child processes to...Andrew Tridgell2008-01-162-2/+6
* minor fix to transaction_write_existingAndrew Tridgell2008-01-151-16/+6
* fixed the bug that caused tdbtorture to failAndrew Tridgell2008-01-143-0/+123
* tdb_freelist_size was reporting 1 more than correct sizeAndrew Tridgell2008-01-101-2/+1
* a compromise for freelist scanning - we now will look for other than the firs...Andrew Tridgell2008-01-091-1/+16
* added two new ctdb commands:Andrew Tridgell2008-01-082-0/+24
* ensure tdb log messages appear in ctdbd logsAndrew Tridgell2008-01-063-6/+29
* - added tdb_add_flags() and tdb_remove_flags()Andrew Tridgell2008-01-064-3/+17
* merge from Samba4Andrew Tridgell2008-01-0516-79/+229
* update from Samba4Andrew Tridgell2008-01-0526-203/+2427
* convert tdb from u32 to uint32_t to match the current Samba treesAndrew Tridgell2008-01-057-49/+45
* Rewrote the tdb transaction code to be O(N) instead of O(N^2)Andrew Tridgell2008-01-051-184/+181
* fixed data offset definitionAndrew Tridgell2008-01-051-1/+1
* cleanup the new freelist codeAndrew Tridgell2008-01-051-29/+24
* added tdb_wipe_all() functionAndrew Tridgell2008-01-051-1/+55
* avoid write locks during delete checks in traversalsAndrew Tridgell2008-01-053-1/+5
* expand tdb by minimum of 25% at a timeAndrew Tridgell2008-01-051-5/+7
* prevent O(n^2) behaviour for traverse after large numbers of deletesAndrew Tridgell2008-01-041-0/+23
* quick fix for timeout in recoveryAndrew Tridgell2008-01-022-8/+3
* remove a incorrectly added fileAndrew Tridgell2007-10-191-36/+0
* make sure we set close on exec on any possibly inherited fdsAndrew Tridgell2007-09-192-0/+18
* merge from ronnieAndrew Tridgell2007-08-071-2/+2
* make timed_event structure private to events_timed.cAndrew Tridgell2007-07-252-11/+11
* minor back-merge from samba4Andrew Tridgell2007-07-101-1/+1
* more merges for GPLv3 updateAndrew Tridgell2007-07-1010-31/+109
* update lib/events from samba4 (If->if)Andrew Tridgell2007-07-1010-10/+10