build: Move __attribute__ ((destructor)) and ((constructor)) tests to wafsamba
[obnox/samba/samba-obnox.git] / ctdb /
2015-10-07 Amitay Isaacsctdb-recoverd: Always check for recmaster before doing...
2015-10-07 Amitay Isaacsctdb-recoverd: Get rid of connected-ness comparison...
2015-10-07 Amitay Isaacsctdb-recoverd: Do not freeze databases for election
2015-10-07 Amitay Isaacsctdb-call: Improve a log message
2015-10-07 Amitay Isaacsctdb-recoverd: Add code for parallel database recovery
2015-10-07 Amitay Isaacsctdb-daemon: Add parallel database recovery capability
2015-10-07 Amitay Isaacsctdb-daemon: Use a define for default capabilities
2015-10-07 Amitay Isaacsctdb-recoverd: Update flags on all nodes before databas...
2015-10-07 Amitay Isaacsctdb-recoverd: Update capabilities before the database...
2015-10-07 Amitay Isaacsctdb-recovery: Factor out existing database recovery...
2015-10-07 Amitay Isaacsctdb-recoverd: Add parallel database recovery helper
2015-10-07 Amitay Isaacsctdb-client: Add client API for new database controls
2015-10-07 Amitay Isaacsctdb-protocol: Add controls for parallel DB recovery
2015-10-07 Amitay Isaacsctdb-client: Add new client API implementation
2015-10-07 Amitay Isaacsctdb-protocol: Add ctdb protocol serialization routines
2015-10-07 Amitay Isaacsctdb-include: Remove unused structure definitions
2015-10-07 Amitay Isaacsctdb-common: Add logging utilities
2015-10-07 Amitay Isaacsctdb-common: Add communication endpoint abstraction
2015-10-07 Amitay Isaacsctdb-common: Add packet write abstraction
2015-10-07 Amitay Isaacsctdb-common: Add packet read abstraction
2015-10-07 Amitay Isaacsctdb-packaging: Package public library and header for...
2015-10-07 Amitay Isaacsctdb-build: Placeholder for public headers from lib...
2015-10-07 Amitay Isaacsctdb-build: Set PKGCONFIGDIR for public libraries in...
2015-10-07 Amitay Isaacsctdb-packaging: Install header files in ctdb subdirectory
2015-10-07 Amitay Isaacsctdb-daemon: Use reqid abstraction
2015-10-07 Amitay Isaacsctdb-common: Add request id abstraction
2015-10-07 Amitay Isaacsctdb-include: Remove unused definition
2015-10-07 Amitay Isaacsctdb-daemon: whitespace fix
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-common: Add srvid abstraction
2015-10-07 Amitay Isaacsctdb-common: Add db_hash abstraction
2015-10-07 Amitay Isaacsctdb-daemon: whitespace fix
2015-10-07 Amitay Isaacsctdb-daemon: formatting fix
2015-10-07 Amitay Isaacsctdb-daemon: Remove ctdb from traverse_callback
2015-10-07 Amitay Isaacsctdb-build: Do not split ctdb-system subsystem
2015-10-07 Amitay Isaacsctdb-build: Do not mark ctdb private headers public
2015-10-07 Amitay Isaacsctdb-daemon: Remove freeze requirement for updating...
2015-10-07 Amitay Isaacsctdb-daemon: Add a check for database generation consis...
2015-10-07 Amitay Isaacsctdb-daemon: Check packet generation against database...
2015-10-07 Amitay Isaacsctdb-call: Delete old defer queue if recovery occurs
2015-10-07 Amitay Isaacsctdb-daemon: Use database generation in packet headers...
2015-10-07 Amitay Isaacsctdb-daemon: Introduce per database generation
2015-10-07 Amitay Isaacsctdb-freeze: Use individual database freeze in blocking...
2015-10-07 Amitay Isaacsctdb-freeze: Ensure all databases get frozen during...
2015-10-07 Amitay Isaacsctdb-freeze: Make function ctdb_start_freeze static
2015-10-07 Amitay Isaacsctdb-banning: Do not freeze databases on ban in the...
2015-10-07 Amitay Isaacsctdb-freeze: Fix a log message
2015-10-07 Amitay Isaacsctdb-freeze: Use database specific information in wipe...
2015-10-07 Amitay Isaacsctdb-freeze: Use single database transactions for globa...
2015-10-07 Amitay Isaacsctdb-daemon: Add controls for transactions on a single...
2015-10-07 Amitay Isaacsctdb-daemon: Rename ctdb_control_wipe_database to ctdb_...
2015-10-07 Amitay Isaacsctdb-freeze: simplify code with TALLOC_FREE
2015-10-07 Amitay Isaacsctdb-freeze: Improve log message to indicate subsequent...
2015-10-07 Amitay Isaacsctdb-daemon: Use database specific mark/unmark routines
2015-10-07 Amitay Isaacsctdb-daemon: Use database specific freeze check routine
2015-10-07 Amitay Isaacsctdb-locking: Add mark/unmark functions for a single...
2015-10-07 Amitay Isaacsctdb-freeze: Use single database freeze/thaw code for...
2015-10-07 Amitay Isaacsctdb-freeze: Move destructor closer to where it is...
2015-10-07 Amitay Isaacsctdb-daemon: Add controls to freeze/thaw a single database
2015-10-07 Amitay Isaacsctdb-daemon: Avoid the use of ctdb->freeze_handle variable
2015-10-07 Amitay Isaacsctdb-daemon: Avoid the use of ctdb->freeze_mode variable
2015-10-07 Amitay Isaacsctdb-freeze: Refactor code to check if databases are...
2015-10-07 Amitay Isaacsctdb-call: Convert pending calls list to per database...
2015-10-07 Amitay Isaacsctdb-freeze: Use ctdb_db_iterator to commit transaction...
2015-10-07 Amitay Isaacsctdb-freeze: Use ctdb_db_iterator to start transaction...
2015-10-07 Amitay Isaacsctdb-freeze: Use ctdb_db_iterator to cancel transaction...
2015-10-07 Amitay Isaacsctdb-freeze: Use ctdb_db_prio_iterator to cancel transa...
2015-10-07 Amitay Isaacsctdb-locking: Add ctdb_db_iterator to iterate through...
2015-10-07 Amitay Isaacsctdb-locking: Expose ctdb_db_prio_iterator function
2015-10-07 Amitay Isaacsctdb-locking: Rename ctdb_db_iterator to ctdb_db_prio_i...
2015-10-07 Amitay Isaacsctdb-locking: Remove unused priority argument from...
2015-10-07 Amitay Isaacsctdb-freeze: Remove commented test code
2015-10-07 Amitay Isaacsctdb-freeze: Do an early exit if freeze is pending
2015-09-29 Thomas Nagybuild:wafsamba: Set the default installation prefix...
2015-09-26 Mathieu Parentctdb-build: Use socket_wrapper only with selftest
2015-09-19 Martin Schwenkectdb-doc: Fix a typo in the definition of CTDB_NODE_ADDRESS
2015-09-15 Volker Lendeckectdb: Fix CID 1324447 Double close
2015-09-15 Martin Schwenkectdb-build: Install pre-built manpages when xsltproc...
2015-09-15 Martin Schwenkectdb-doc: Update out-of-date documentation for CTDB...
2015-09-15 Martin Schwenkectdb-scripts: Update important installed files to use...
2015-09-15 Martin Schwenkectdb-tools: Drop vacuum.log from ctdb_diagnostics
2015-09-15 Martin Schwenkectdb-scripts: Rename variable CTDB_ETCDIR to CTDB_SYS_E...
2015-09-15 Martin Schwenkectdb-scripts: CTDB_BASE must be set when including...
2015-09-15 Martin Schwenkectdb-scripts: Factor out possible creation of rt_tables...
2015-09-15 Martin Schwenkectdb-scripts: Move remaining state files into CTDB_SCRI...
2015-09-15 Martin Schwenkectdb-scripts: New internal variable CTDB_SCRIPT_VARDIR
2015-09-15 Martin Schwenkectdb-scripts: Properly set CTDB_VARDIR in scripts at...
2015-09-15 Martin Schwenkectdb-build: Add missing manual pages to pre-generate...
2015-09-15 Martin Schwenkectdb-docs: Update "ctdb reloadnodes" documentation
2015-09-15 Martin Schwenkectdb-scripts: Drop internal file-level variables refere...
2015-09-15 Martin Schwenkectdb-scripts: Drop file removal involving $ctdb_managed_dir
2015-09-15 Martin Schwenkectdb-scripts: Drop functions ctdb_checkstatus() and...
2015-09-15 Martin Schwenkectdb-scripts: Drop 62.cnfs eventscript
2015-09-14 Martin Schwenkectdb-scripts: New internal variable CTDB_NFS_CALLOUT_ST...
2015-09-09 Michael Adamctdb-server: fix a possible fd leak in ctdb_tcp_listen_...
2015-09-09 Michael Adamctdb: improve a misleading help text.
2015-09-09 Michael Adamctdb-doc: remove description of removed --syslog option...
2015-09-07 Martin Schwenkectdb-tools: Add dbstatistics to ctdb_diagnostics
2015-09-07 Martin Schwenkectdb-daemon: Drop struct ctdb_control_killtcp
next