ctdb-protocol: Fix marshalling for pid_t
[vlendec/samba-autobuild/.git] / ctdb /
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for pid_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for a string with length
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for a string
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for fixed size char...
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for bool
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for double
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for uint64_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for uint32_t
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for int32_t
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for uint16_t
2017-08-30 Amitay Isaacsctdb-protocol: Add marshalling for uint8_t
2017-08-30 Amitay Isaacsctdb-tests: Add test templates for various data types
2017-08-30 Amitay Isaacsctdb-protocol: Fix marshalling for GET_DB_SEQNUM control
2017-08-30 Amitay Isaacsctdb-tests: Reorganize protocol tests
2017-08-30 Amitay Isaacsctdb-protocol: Separate marshalling for basic data...
2017-08-29 Martin Schwenkectdb-tests: Add sock daemon test for do_fork
2017-08-29 Martin Schwenkectdb-tests: Add sock daemon test for create_session
2017-08-29 Martin Schwenkectdb-common: Allow sock_daemon to daemonise during...
2017-08-29 Martin Schwenkectdb-tests: Add a sock_daemon test for PID file contention
2017-08-29 Amitay Isaacsctdb-common: Move PID file creation to sock_daemon_run_...
2017-08-29 Martin Schwenkectdb-tests: Add improved PID file check to test2
2017-08-29 Martin Schwenkectdb-tests: Add comments describing sock daemon tests
2017-08-29 Martin Schwenkectdb-daemon: Use become_daemon() instead of custom...
2017-08-29 Martin Schwenkectdb-daemon: Narrow a #include
2017-08-25 Amitay Isaacsctdb-client: Fix ctdb_attach() to use database flags
2017-08-25 Amitay Isaacsctdb-client: Optionally return database id from ctdb_ct...
2017-08-25 Amitay Isaacsctdb-client: Fix ctdb_ctrl_createdb() to use database...
2017-08-25 Amitay Isaacsctdb-tests: Add a test to check databases are attached...
2017-08-25 Amitay Isaacsctdb-tests: Add functions to start/stop/restart a singl...
2017-08-25 Amitay Isaacsctdb-tests: Add functions to start/stop/restart ctdb...
2017-08-24 Volker Lendeckectdb: Fix a typo
2017-08-17 Martin Schwenkectdb-daemon: Fix a return value
2017-08-17 Martin Schwenkectdb-daemon: Fix default socket location
2017-08-14 Amitay Isaacsctdb-daemon: Drop the implementation of CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-protocol: Drop unused protocol data structures
2017-08-14 Amitay Isaacsctdb-protocol: Drop marshalling code for CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-client: Drop client code to send CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-tools: Drop check_srvids command from ctdb tool
2017-08-14 Amitay Isaacsctdb-protocol: Mark CTDB_CONTROL_CHECK_SRVIDS obsolete
2017-08-14 Amitay Isaacsctdb-client: Server id exists should check if the pid...
2017-08-14 Martin Schwenkectdb-tools: Remove duplicate code
2017-08-14 Martin Schwenkectdb-scripts: Ignore shellcheck SC2181 warning (use...
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2181 warnings (use of...
2017-08-14 Martin Schwenkectdb-tools: Use a clear and readable if-statement
2017-08-14 Martin Schwenkectdb-tools: Reformat and explain complex code
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2188 warning (redirect...
2017-08-14 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2188 (redirect...
2017-08-14 Martin Schwenkectdb-tests: Indentation fixups
2017-08-14 Martin Schwenkectdb-tests: Fix logic to handle PATH additions for...
2017-08-14 Martin Schwenkectdb-tests: Move die() function to top of script
2017-08-14 Martin Schwenkectdb-tests: run_tests.sh sets evironment variable CTDB_...
2017-08-10 Martin Schwenkectdb-tests: Add a big no-op LCP2 IP takeover test
2017-08-10 Martin Schwenkectdb-takeover: Do not call ctdb_announce_vnn_iface...
2017-08-02 Martin Schwenkectdb-common: Reimplement pidfile_context_create() using...
2017-08-02 Martin Schwenkectdb-common: Rename pidfile_create() -> pidfile_context...
2017-07-23 Martin Schwenkectdb-tests: Add event script startup/shutdown tests
2017-07-23 Martin Schwenkectdb-scripts: Fix a typo
2017-07-13 Martin Schwenkectdb-docs: Update documentation of ipreallocated event
2017-07-13 Martin Schwenkectdb-common: Set close-on-exec when creating PID file
2017-07-12 Ralph Boehmectdb: enable mutexes for volatile TDBs by default
2017-07-11 Anoop C Sctdb-scripts: Fix inline comments in 10.interface
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when recovery...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when shutting...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when ctdb starts...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs when node is...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs for recmaster...
2017-07-04 Amitay Isaacsctdb-daemon: Increase priority of logs for node connect...
2017-06-29 Amitay Isaacsctdb-tests: Add transaction/recovery test for replicate...
2017-06-29 Amitay Isaacsctdb-tests: Generalize transaction_loop test
2017-06-29 Amitay Isaacsctdb-tests: Support replicated db in tool tests
2017-06-29 Amitay Isaacsctdb-tests: Add database type option for tests
2017-06-29 Amitay Isaacsctdb-tools: Allow attach for replicated databases
2017-06-29 Amitay Isaacsctdb-client: Add db support for CTDB_DB_FLAGS_REPLICATED
2017-06-29 Amitay Isaacsctdb-client: Add sync api for DB_ATTACH_REPLICATED...
2017-06-29 Amitay Isaacsctdb-protocol: Add marshalling for CTDB_CONTROL_DB_ATTA...
2017-06-29 Amitay Isaacsctdb-daemon: Add implementation for CTDB_CONTROL_DB_ATT...
2017-06-29 Amitay Isaacsctdb-protocol: Add new control CTDB_CONTROL_DB_ATTACH_R...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_REPLICATED...
2017-06-29 Amitay Isaacsctdb-daemon: Calculate tdb flags for replicated databases
2017-06-29 Amitay Isaacsctdb-protocol: Add CTDB_DB_FLAGS_REPLICATED for new...
2017-06-29 Amitay Isaacsctdb-client: Store db_flags instead of a boolean persis...
2017-06-29 Amitay Isaacsctdb-recovery: Use db_flags instead of a boolean persis...
2017-06-29 Amitay Isaacsctdb-daemon: Pass db_flags instead of passing persisten...
2017-06-29 Amitay Isaacsctdb-daemon: Store db_flags instead of individual boole...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_STICKY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_READONLY...
2017-06-29 Amitay Isaacsctdb-daemon: Add accessors for CTDB_DB_FLAGS_PERSISTENT...
2017-06-29 Amitay Isaacsctdb-protocol: Add DB_OPEN_FLAGS control to debug
2017-06-29 Amitay Isaacsctdb-tests: Fix control reply data for DB_ATTACH_PERSIS...
2017-06-26 Amitay Isaacsctdb-protocol: Do not pass tdb open flags to DB attach...
2017-06-26 Amitay Isaacsctdb-client: Do not pass tdb open flags to db attach api
2017-06-26 Amitay Isaacsctdb-client: Remove calaculation of tdb flags
2017-06-26 Amitay Isaacsctdb-client: Ask daemon for db open flags
2017-06-26 Amitay Isaacsctdb-client: Ask daemon for db open flags
2017-06-26 Amitay Isaacsctdb-client: Add a function to get db open flags
2017-06-26 Amitay Isaacsctdb-client: Add sync api for control DB_OPEN_FLAGS
2017-06-26 Amitay Isaacsctdb-protocol: Add protocol marshalling for control...
2017-06-26 Amitay Isaacsctdb-daemon: Implement DB_OPEN_FLAGS control
2017-06-26 Amitay Isaacsctdb-protocol: Add new control to get database open...
2017-06-26 Amitay Isaacsctdb-daemon: Drop extra boolean arguments to ctdb_local...
next