nwrap: Fix the build on Solaris
[obnox/samba/samba-obnox.git] / ctdb / client /
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-13 Martin Schwenkectdb-client: Only get capabilities from active nodes
2015-11-25 Amitay Isaacsctdb-include: Make client header self contained
2015-11-15 Amitay Isaacsctdb-client: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-daemon: Move switch_from_server_to_client() to...
2015-11-06 Mathieu ParentFix various spelling errors
2015-11-03 Amitay Isaacsctdb-include: Use new protocol definitions
2015-11-03 Amitay Isaacsctdb-protocol: Rename G_LOCK_READ/WRITE to CTDB_G_LOCK_...
2015-11-03 Amitay Isaacsctdb-client: Rename g_lock datatypes as per new protocol.h
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_get_ifaces...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_public_ip_info...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_iface_info...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_set_tunable...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_pulldb to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_gratious_arp...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_ip_iface to...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_tunable to ctdb_tunable...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_control_tcp_tickle_list...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_ban_time to ctdb_ban_state
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_tcp_connection to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_server_id_list to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_server_id to ctdb_client_id
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_dbid_map to ctdb_dbid_m...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_db_statistics to ctdb_d...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_statistics_wire to...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_da...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_all_public_ips to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_node_map to ctdb_node_m...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_reply_control to ctdb_r...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_control to ctdb_req...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_message to ctdb_req...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_reply_call to ctdb_repl...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_req_call to ctdb_req_ca...
2015-11-03 Amitay Isaacsctdb-daemon: Rename enum ctdb_eventscript_call to ctdb_...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_scripts_wire to ctdb_sc...
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for common client...
2015-10-30 Amitay Isaacsctdb-daemon: Remove dependency on includes.h
2015-10-30 Amitay Isaacsctdb-daemon: Stop using tevent compatibility definitions
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for system specific...
2015-10-07 Amitay Isaacsctdb-client: Add client API for new database controls
2015-10-07 Amitay Isaacsctdb-client: Add new client API implementation
2015-10-07 Amitay Isaacsctdb-daemon: Use reqid abstraction
2015-10-07 Amitay Isaacsctdb-daemon: formatting fix
2015-10-07 Amitay Isaacsctdb-daemon: Replace ctdb_message with srvid abstraction
2015-10-07 Amitay Isaacsctdb-daemon: formatting fix
2015-10-07 Amitay Isaacsctdb-daemon: Remove ctdb from traverse_callback
2015-09-07 Martin Schwenkectdb-daemon: Drop struct ctdb_control_killtcp
2015-07-29 Amitay Isaacsctdb-client: Return the correct status sent from the...
2015-07-10 Amitay Isaacsctdb-daemon: Remove control CTDB_CONTROL_SET_CALL
2015-07-10 Amitay Isaacsctdb-daemon: Fix valgrind invalid read error in db_stat...
2015-05-11 Amitay Isaacsctdb-daemon: Remove obsolete IPv4 only controls
2015-05-10 Martin Schwenkectdb-client: Add API for retrieving and checking capabi...
2015-04-21 Volker Lendeckectdb: Fix the O3 developer build
2015-03-23 Martin Schwenkectdb-daemon: New control CTDB_CONTROL_GET_NODES_FILE
2015-02-18 Martin Schwenkectdb-client: Return a value of 1 when setting obsolete...
2015-02-13 Volker Lendeckectdb: server_id_get->server_id_fetch
2014-12-19 Amitay Isaacsctdb-daemon: Use correct tdb flags when enabling robust...
2014-10-28 Amitay Isaacsctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
2014-10-28 Amitay Isaacsctdb: Rename ctdb socket variable from CTDB_PATH to...
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-09-09 Martin Schwenkectdb-client: Rename static function server_id_equal()
2014-07-09 Amitay Isaacsctdb-daemon: Support per-node robust mutex feature
2014-07-05 Martin Schwenkectdb-daemon: Remove ctdbd_pid global variable
2014-04-23 Amitay Isaacsctdb-client: Talloc tdb_wrap off ctdb_db_context
2014-04-14 Amitay Isaacsctdb-client: Add client code to detach a database
2014-03-28 Amitay Isaacsctdb-client: ctdb_fetch_lock should check for readonly...
2013-11-27 Amitay Isaacsctdb-client: Treat empty __db_sequence_number__ record...
2013-11-19 Amitay Isaacsctdb-client: Coverity fixes
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-11-07 Amitay Isaacsclient: Make g_lock_lock() wait till lock is obtained
2013-10-22 Martin Schwenkeclient: Fix a format string argument compiler warning
2013-10-04 Amitay Isaacsclient: Remove old persistent transaction code
2013-10-04 Amitay Isaacsclient: Reimplement persistent transaction code using...
2013-10-04 Amitay Isaacsclient: Add functions to parse g_lock.tdb records
2013-10-04 Amitay Isaacsclient: Add functions to handle server_id structure
2013-10-04 Martin Schwenkeclient: Fix some format string compiler warnings
2013-10-04 Amitay Isaacsclient: Add ctdb_ctrl_getdbseqnum() function
2013-10-04 Amitay Isaacsclient: Add ctdb_ctrl_getdbstatistics() function
2013-10-04 Amitay Isaacsclient: Add ctdb_client_check_message_handlers() function
2013-10-04 Amitay Isaacsclient: Remove extra whitespaces
2013-09-11 Martin Schwenkeclient: Remove unused function list_of_active_nodes_exc...
2013-08-22 Amitay IsaacsRevert "LACOUNT: Add back lacount mechanism to defer...
2013-08-14 Amitay Isaacsrecoverd: Use TDB_INCOMPATIBLE_HASH when creating volat...
2013-08-14 Amitay IsaacsRevert "recoverd: Use correct tdb flags when creating...
2013-08-01 Amitay Isaacsrecoverd: Use correct tdb flags when creating missing...
2013-08-01 Amitay Isaacsclient: Always use jenkins hash when attaching volatile...
2013-07-11 Sumit BoseFix memory leak in ctdb_send_message()
2013-07-11 Sumit BoseFixes for various issues found by Coverity
2013-06-25 Amitay Isaacsclient: Exit with non-zero status when unix socket...
2013-06-14 Mathieu Parentbuild: Fix tdb.h path to enable building with system...
2013-05-24 Martin Schwenkeclient: async_callback() sets result to -ETIME if a...
2013-05-24 Martin Schwenkectdbd: Update the get_tunable code to return -EINVAL...
2013-05-24 Martin Schwenkectdbd: New control CTDB_CONTROL_GET_RUNSTATE
2013-04-24 Michael Adamclient: fix ctdb_control() to be able to cope with...
2013-04-05 Amitay Isaacsclient: Set the socket non-blocking only after connect...
2013-04-05 Amitay IsaacsRevert "client: handle transient connection errors"
2013-02-20 Martin Schwenkeclient: Refactor node listing functions to use list_of_...
2013-02-20 Martin Schwenkeclient: New generic node listing function list_of_nodes()
2012-10-05 Martin Schwenkeutil: ctdb_fork() closes all sockets opened by the...
2012-05-28 Amitay Isaacsserver: Replace BOOL datatype with bool, True/False...
next