summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * remove test code in the fetch test to keep the daemons running forever Ronnie Sahlberg2007-05-021-4/+0
| |/
| * change the getnodemap control to a more consistent output for whether a Ronnie Sahlberg2007-05-021-3/+3
| * update some calls to ctdb_control() that were still using the old Ronnie Sahlberg2007-05-024-6/+4
| * merge with tridges tree to resolve all conflictsRonnie Sahlberg2007-05-0274-577/+4151
| |\ | |/ |/|
* | new files for updated events systemAndrew Tridgell2007-05-029-0/+2802
* | merge latest versions of lib/replace, lib/talloc, lib/tdb and lib/events into...Andrew Tridgell2007-05-0236-274/+588
* | fixed a lib/events bug found by volkerAndrew Tridgell2007-05-021-3/+4
* | added a hopcount in ctdb_callAndrew Tridgell2007-05-016-3/+18
* | auto-determine listen address by attempting to bind to each address in the cl...Andrew Tridgell2007-05-0114-50/+149
* | added attach command in ctdb_controlAndrew Tridgell2007-04-303-3/+31
* | changed the way set_call and attach are done so that you can safelyAndrew Tridgell2007-04-3015-170/+323
* | don't use stderr here - rely on loggingAndrew Tridgell2007-04-302-2/+2
* | saner logfile codeAndrew Tridgell2007-04-298-4/+69
* | yay! finally fixed the bug that volker, ronnie and I have been chasingAndrew Tridgell2007-04-299-72/+171
| * specify which node to perform recovery to when using the recovery Ronnie Sahlberg2007-05-021-4/+9
| * fix a bug in pushdb control.Ronnie Sahlberg2007-05-021-1/+1
| * add an initial recovery control to perform samba3 style recoveryRonnie Sahlberg2007-05-025-39/+251
| * add push/pull of tdb and a control to copy a tdb from one node to Ronnie Sahlberg2007-04-307-143/+166
| * merge from tridgeRonnie Sahlberg2007-04-2910-133/+277
| |\ | |/ |/|
* | added reset status controlAndrew Tridgell2007-04-285-1/+84
* | removed unnecessary variableAndrew Tridgell2007-04-282-9/+6
* | much simpler redirect logicAndrew Tridgell2007-04-285-88/+23
* | better name for this hackAndrew Tridgell2007-04-282-2/+2
* | use ctdb_get_connected_nodes for node listingAndrew Tridgell2007-04-284-35/+101
* | added status all and debug all control operationsAndrew Tridgell2007-04-283-7/+61
* | use rsync to avoid text busy on installAndrew Tridgell2007-04-281-2/+2
* | report number of clients in pingAndrew Tridgell2007-04-285-7/+10
* | merged from ronnieAndrew Tridgell2007-04-287-8/+229
|\ \
| | * add a new "recovery mode" field to ctdb.Ronnie Sahlberg2007-04-296-1/+146
| | * implement a control to pull a database from a remote nodeRonnie Sahlberg2007-04-295-1/+103
| | * control to delete all records in a databaseRonnie Sahlberg2007-04-295-17/+89
| | * add a new control to set all records in a database to a new dmaster Ronnie Sahlberg2007-04-296-3/+108
| | * add a control to read an entire tdb from a node including Ronnie Sahlberg2007-04-296-1/+204
| | * merge with tridgeRonnie Sahlberg2007-04-2810-10/+32
| |/| | |/ |/|
* | allow ctdbd_allocate_pkt to be used in client codeAndrew Tridgell2007-04-281-1/+3
* | fixed some warningsAndrew Tridgell2007-04-284-8/+10
* | added make test and make valgrindtest targetsAndrew Tridgell2007-04-285-1/+15
| * print vnn as decimal instead of hexRonnie Sahlberg2007-04-281-1/+1
| * add a few more controls that are useful for debugging a clusterRonnie Sahlberg2007-04-286-9/+122
| * add a control to pull the database list from a remote nodeRonnie Sahlberg2007-04-286-8/+116
| * you cant dereference ctdb->vnnmap in the client since it is null in hte Ronnie Sahlberg2007-04-281-1/+0
| * merge from tridgeRonnie Sahlberg2007-04-289-172/+146
| |\ | |/ |/|
* | factor out the packet allocation codeAndrew Tridgell2007-04-287-155/+115
* | merge from ronnieAndrew Tridgell2007-04-288-0/+34
|\|
| * ctdb will now verify that the generation id for all CTDB_REQ_CALLs that Ronnie Sahlberg2007-04-281-0/+14
| * clients should not fill in "generation" nor be aware of what generation Ronnie Sahlberg2007-04-281-5/+0
| * add a generation field to the pdu header.Ronnie Sahlberg2007-04-287-0/+25
* | added install targetAndrew Tridgell2007-04-271-0/+7
* | always use allocated packets to avoid alignment errorsAndrew Tridgell2007-04-272-37/+38
* | merge from ronnieAndrew Tridgell2007-04-2710-34/+32
|\|