Correct "progess" typo.
[samba.git] / ctdb / common /
2017-02-22 Chris LambCorrect "emty" typo.
2017-02-17 Amitay Isaacsctdb-common: Refactor code to remove a stale socket
2017-02-16 Amitay Isaacsctdb-common: Fix use-after-free error in comm_fd_handler()
2017-02-01 Amitay Isaacsctdb-common: ioctl(.. FIONREAD ..) returns an int value
2017-01-16 Amitay Isaacsctdb-common: Add wait_send/wait_recv to sock_daemon_funcs
2017-01-16 Amitay Isaacsctdb-common: Avoid any processing after finishing teven...
2017-01-16 Amitay Isaacsctdb-common: Pass tevent_req to the computation sub...
2017-01-16 Amitay Isaacsctdb-common: Use consistent naming for sock_daemon_run...
2017-01-16 Amitay Isaacsctdb-common: Correct name of sock_daemon_run_send/recv...
2017-01-06 Amitay Isaacsctdb-common: Fix a bug in packet reading code for gener...
2017-01-06 Amitay Isaacsctdb-common: Simplify async computation for sock_socket...
2016-12-27 Volker Lendeckectdb: Fix CID 1398178 Argument cannot be negative
2016-12-27 Volker Lendeckectdb: Fix CID 1398179 Argument cannot be negative
2016-12-19 Martin Schwenkectdb-takeover: IPAllocAlgorithm replaces LCP2PublicIPs...
2016-12-18 Amitay Isaacsctdb-common: Add sock_daemon abstraction
2016-12-18 Amitay Isaacsctdb-common: Add generic socket I/O
2016-12-18 Amitay Isaacsctdb-common: Add run_proc abstraction
2016-12-16 Amitay Isaacsctdb-daemon: Move function typedef to where it's used
2016-12-05 Amitay Isaacsctdb-logging: Refactor logging code
2016-12-05 Martin Schwenkectdb-logging: Use Samba's debug levels
2016-12-05 Martin Schwenkectdb-logging: Drop enum debug_level
2016-11-29 Martin Schwenkectdb-common: Drop CTDB's copy of sys_read() and sys_write()
2016-11-25 Amitay Isaacsctdb-daemon: Mark RecoverPDBBySeqNum tunable deprecated
2016-11-25 Amitay Isaacsctdb-daemon: Remove unused code cmdline.[ch]
2016-10-27 Amitay Isaacsctdb-common: Simplify code using tdb_storev
2016-10-27 Amitay Isaacsctdb-common: Simplify code using local variables
2016-10-25 Amitay IsaacsRevert "ctdb-common: Use SCHED_RESET_ON_FORK when setti...
2016-09-22 Amitay Isaacsctdb-common: Add routines to manage PID file
2016-09-14 Amitay Isaacsctdb-common: Use correct db_id size in marshalling...
2016-08-17 Martin Schwenkectdb-common: Save errno before closing file to keep...
2016-08-17 Martin Schwenkectdb-common: Fix CID 1362728 Unchecked return value...
2016-08-17 Martin Schwenkectdb-common: Fix CID 1362729 Unchecked return value...
2016-08-10 Amitay Isaacsctdb-common: Fix format-nonliteral warning
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125585 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125583 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1125581 Dereference after null...
2016-08-08 Martin Schwenkectdb-common: Fix CID 1363227 Resource leak (RESOURCE_LEAK)
2016-08-03 Martin Schwenkectdb-common: Consistently use strlcpy() on interface...
2016-08-03 Martin Schwenkectdb-common: Fix CID 1125553 Buffer not null terminated...
2016-07-28 Amitay Isaacsctdb-daemon: Reduce QueueBufferSize from 16k to 1k
2016-07-28 Amitay Isaacsctdb-daemon: Add QueueBufferSize tunable
2016-07-28 Amitay Isaacsctdb-common: Fix parsing of debug level
2016-07-28 Amitay Isaacsctdb-common: Fix CID 1363227 (Resource leak)
2016-07-25 Amitay Isaacsctdb-common: Refactor tunable related functions
2016-06-08 Amitay Isaacsctdb-system: Remove duplicate functions
2016-06-08 Amitay Isaacsctdb-daemon: Use lib/util functions instead of redefini...
2016-06-08 Amitay Isaacsctdb-tests: Re-use set_blocking instead of re-definition
2016-05-26 Martin Schwenkectdb-common: Use correct macro for checking Ethernet...
2016-05-16 Volker Lendeckectdb: Improve debug in case of set_runstate failure
2016-04-23 Amitay Isaacsctdb-daemon: Remove unused controls related to server_id
2016-04-23 Amitay Isaacsctdb-system: Fix typo in ctdb_get_peer_pid
2016-04-01 Martin Schwenkectdb-system: Return window size and RST bit when readin...
2016-04-01 Amitay Isaacsctdb-system: Add ctdb_parse_connections() function
2016-03-04 Amitay Isaacsctdb-common: For AF_PACKET socket types, protocol is...
2016-02-23 Martin Schwenkectdb-common: New function ctdb_wait_for_process_to_exit()
2016-02-06 Michael Adamdlist: remove unneeded type argument from DLIST_ADD_END()
2016-02-02 Amitay Isaacsctdb-common: Use documented names for protocol family...
2016-02-02 Amitay Isaacsctdb-common: Protocol argument must be in host order...
2016-01-08 Volker Lendeckectdb: Fix CID 1347319 Unchecked return value
2015-11-25 Amitay Isaacsctdb-system: Use protocol/protocol.h instead of ctdb_pr...
2015-11-18 Christof Schmittctdb: Remove unused ctdb_set_process_name
2015-11-15 Amitay Isaacsctdb-daemon: Remove unused ctdb_logging.[ch]
2015-11-15 Amitay Isaacsctdb-common: Use new debug level API
2015-11-15 Amitay Isaacsctdb-common: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-system: Replace ctdb_logging.h with common/logging.h
2015-11-15 Amitay Isaacsctdb-logging: Allow numeric specification of debug...
2015-11-15 Amitay Isaacsctdb-logging: Allow sub-string matching for debug level...
2015-11-15 Amitay Isaacsctdb-logging: Fix for loop condition
2015-11-15 Amitay Isaacsctdb-logging: Add APIs to convert debug_level to and...
2015-11-15 Amitay Isaacsctdb-logging: Move debug_extra definition to server...
2015-11-15 Amitay Isaacsctdb-daemon: Move ctdb_fork.c to server
2015-11-06 Mathieu ParentFix various spelling errors
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_rec_data to ctdb_rec_da...
2015-11-03 Amitay Isaacsctdb-daemon: Rename struct ctdb_node_map to ctdb_node_m...
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-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for common client...
2015-10-30 Amitay Isaacsctdb-common: Add missing prototype for ctdb_cmdline_cli...
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-include: Move include/internal/cmdline.h to common/
2015-10-30 Amitay Isaacsctdb-daemon: Separate prototypes for system specific...
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-daemon: Use reqid abstraction
2015-10-07 Amitay Isaacsctdb-common: Add request id abstraction
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-08-19 Volker Lendeckectdb: Fix the build on FreeBSD 10.1
2015-08-07 Amitay Isaacsctdb-system: Remove unused system specific calls
2015-06-27 Michael Adamctdb: strip trailing spaces from nodes file.
2015-05-10 Martin Schwenkectdb-common: Reimplement external tracing using ctdb_se...
2015-04-07 Martin Schwenkectdb-common: Move ctdb_node_list_to_map() to utilities
2015-03-23 Martin Schwenkectdb-daemon: Move ctdb_read_nodes_file() to utilities
2015-03-23 Martin Schwenkectdb-daemon: Store node addresses as ctdb_sock_addr...
2015-03-23 Martin Schwenkectdb-common: Drop ctdb context from ctdb_parse_address()
2015-03-10 Volker Lendeckectdb: Fix 1125553 Buffer not null terminated
next