aboutsummaryrefslogtreecommitdiff
path: root/tests/test_socket.c
AgeCommit message (Collapse)AuthorFilesLines
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-1/+1
2009-12-01Asynchronous sockets work !Aris Adamantiadis1-4/+16
Still need a bit of tuning but it's stable enough for our current needs
2009-11-30More loggingAris Adamantiadis1-0/+2
2009-11-30Socket connect callback working...Aris Adamantiadis1-4/+10
Still need to make sure the connect syscall is correctly called
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis1-0/+73
chapter 1- SSH Socket Connections. I would like to be able to -Have a ssh_poll_ctx object -Add a ssh socket over it -launch the socket connection (using socket functions) -ssh_poll_ctx_dopoll() -Wait for the timeout or have the "connected" callback called