summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Tests - ctdb tool - add verbose option and output filteringMartin Schwenke2012-02-062-2/+14
| * | Tests - ctdb tool - fix "ctdb status" testMartin Schwenke2012-02-061-6/+6
| * | Tests - let run_tests.sh take a list of tests to runMartin Schwenke2012-02-061-1/+1
| * | Tests: initial ctdb tool testcasesMartin Schwenke2012-02-0611-0/+341
| * | Tests: fix usage message in ctdb_tool_libctdbMartin Schwenke2012-02-061-1/+1
| * | Tests: libctdb stubs should fail when current node disconnectedMartin Schwenke2012-02-061-0/+46
| * | Tests - add a version of the ctdb tool that compiles against libctdb stubsMartin Schwenke2012-02-062-1/+56
| * | ctdb tool - free some memory used by poptMartin Schwenke2012-02-061-0/+1
| * | Tests - allow tools/ctdb.c:main() to be usedMartin Schwenke2012-02-061-0/+30
| * | Tests - more libctdb stub test infrastructureMartin Schwenke2012-02-062-3/+86
| * | Tests - more libctdb stubs and supporting state faking functionsMartin Schwenke2012-02-061-5/+197
| * | ctdb tool - convert control_status() over to use just libctdb()Martin Schwenke2012-02-061-11/+8
| * | libctdb - add ctdb_getvnnmap()Martin Schwenke2012-02-065-20/+172
| * | Tests - update test code for ctdb tool code and libctdb stubsMartin Schwenke2012-02-062-6/+7
| * | ctdb tool - Fix parse_nodestring() related issuesMartin Schwenke2012-02-061-6/+10
| |/
| * Add a hoook to the ctdb initscript that we can call out to for applications t...Ronnie Sahlberg2012-02-061-0/+2
| * ReadOnly update documentationRonnie Sahlberg2012-02-011-87/+170
| * ReadOnly: update the loop test tool to print number of fetches per secondRonnie Sahlberg2012-02-011-2/+11
| * Niceify the readonlyrecord API. Dont force clients to be exposed to the featc...Ronnie Sahlberg2012-01-313-8/+47
| * Define ETIME on non-supporting platformsMathieu Parent2012-01-311-0/+4
| * Add kFreeBSD supportMathieu Parent2012-01-312-0/+369
| * Fix a cut&paste errorVolker Lendecke2012-01-181-1/+1
| * server: fix a comment typoMichael Adam2012-01-101-1/+1
| * explain why we use FIONREADRonnie Sahlberg2012-01-041-0/+6
| * Merge branch 'master' of ssh://git.samba.org/data/git/ctdbRonnie Sahlberg2012-01-0311-1292/+1247
| |\
| | * vacuum: improve logging in remove_record_from_delete_queue()Michael Adam2011-12-231-5/+20
| | * vacuum: improve logging in delete_record_traverse()Michael Adam2011-12-231-3/+12
| | * vacuum: improve logging in insert_record_into_delete_queue()Michael Adam2011-12-231-4/+4
| | * vacuum: improve debugging in delete_queue_traverse()Michael Adam2011-12-231-4/+12
| | * vacuum: add debug message to insert_record_into_delete_queue() for failed insertMichael Adam2011-12-231-0/+4
| | * vacuum: improve debugging in insert_record_into_delete_queue()Michael Adam2011-12-231-4/+6
| | * vacuum: initialize (to zero) the vacuum fetch list in ctdb_vacuum_init_vacuum...Michael Adam2011-12-231-1/+1
| | * vacuum: add statistics output for processing of the delete listMichael Adam2011-12-231-2/+22
| | * doc:ctdb.1: add generated files after updateMichael Adam2011-12-232-407/+598
| | * doc:ctdb.1: explain that "ctdb listvars" does not list obsolete tunables any ...Michael Adam2011-12-231-1/+3
| | * doc:ctdb.1: adapt example output of "ctdb listvars" to current stateMichael Adam2011-12-231-43/+43
| | * ctdb-tool: adapt formatting of "listvars" output to lenght of longest nameMichael Adam2011-12-231-1/+1
| | * tunables: don't list obsolete tunables in the list_tunables controlMichael Adam2011-12-231-0/+3
| | * tunables: add a bool obsolete flag to the tunable_map listMichael Adam2011-12-231-49/+50
| | * vacuum: add a comment explaining a race in the vacuum code.Michael Adam2011-12-231-0/+11
| | * vacuum: factor out initialization of the vacuum data from ctdb_vacuum_db()Michael Adam2011-12-231-161/+165
| | * vacuum: streamline ctdb_process_delete_list()Michael Adam2011-12-231-114/+127
| | * vacuum: factor processing of the delete list out of ctdb_vacuum_db()Michael Adam2011-12-231-103/+121
| | * vacuum: factor processing of vacuum fetch lists out of ctdb_vacuum_db()Michael Adam2011-12-231-30/+47
| | * vacuum: factor out full vacuum run out of ctdb_vacuum_db() as ctdb_vacuum_db_...Michael Adam2011-12-231-30/+49
| | * vacuum: factor out the fast vacuuming run into ctdb_vacuum_db_fast()Michael Adam2011-12-231-25/+34
| | * vacuum: rename delete_tree to delete_listMichael Adam2011-12-231-23/+23
| | * vacuum: appropriately rename vdata.list to vdata.vacuum_fetch_listMichael Adam2011-12-231-9/+11
| | * vacuum: introduce a helper variable for the vacuum fetch list in ctdb_vacuum_...Michael Adam2011-12-231-4/+5
| | * vacuum: introduce a helper variable in add_record_to_vacuum_fetch_list() to r...Michael Adam2011-12-231-7/+10