aboutsummaryrefslogtreecommitdiff
path: root/src/connector.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-07connector: Add missing check for POLLHUP to detect EOFAndreas Schneider1-1/+2
2018-03-07connector: ensure channel callbacks are removedAlberto Aguirre1-9/+9
2018-03-07connector: Check for POLLHUP on in_fdAlberto Aguirre1-1/+1
2017-10-28Fix config.h includesAndreas Schneider1-0/+2
2016-11-06cmake: Check for io.h on WindowsAndreas Schneider1-2/+2
2016-11-05connector: Fix build with Visual StudioAndreas Schneider1-0/+14
2016-05-02connector: Implement ssh_connector_except()Aris Adamantiadis1-0/+619