summaryrefslogtreecommitdiffstats
path: root/tests/test_socket.c
Commit message (Collapse)AuthorAgeFilesLines
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-1/+1
|
* Asynchronous sockets work !Aris Adamantiadis2009-12-011-4/+16
| | | | | Still need a bit of tuning but it's stable enough for our current needs
* More loggingAris Adamantiadis2009-11-301-0/+2
|
* Socket connect callback working...Aris Adamantiadis2009-11-301-4/+10
| | | | | Still need to make sure the connect syscall is correctly called
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-301-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