summaryrefslogtreecommitdiff
path: root/ctdb/common/sock_io.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-05ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke1-1/+1
2018-07-04ctdb-common: Use correct return type for tevent_queue_add_entryAmitay Isaacs1-3/+3
2018-01-30ctdb-common: Optimize sock_queue's memory managamentSwen Schillig1-1/+14
2018-01-30ctdb-common: Remove sock_queue_destructorSwen Schillig1-11/+0
2018-01-30ctdb-common: Return if packet size is zeroSwen Schillig1-0/+1
2017-02-17ctdb-common: Refactor code to remove a stale socketAmitay Isaacs1-0/+15
2017-01-06ctdb-common: Fix a bug in packet reading code for generic socket I/OAmitay Isaacs1-13/+15
2016-12-27ctdb: Fix CID 1398178 Argument cannot be negativeVolker Lendecke1-1/+0
2016-12-18ctdb-common: Add generic socket I/OAmitay Isaacs1-0/+309