aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/poll.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-12Removed the global poll ctx in fav. of /session ctxAris Adamantiadis1-3/+1
2010-07-09poll: Added poll constants for Windows.Andreas Schneider1-2/+40
WSAPoll uses different constanst values as the POSIX implementation, what else ...
2010-05-17poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider1-0/+1
2010-05-12Added runtime detection of WSAPoll().Andreas Schneider1-0/+1
Signed-off-by: Andreas Schneider <mail@cynapses.org>
2010-05-10Some grammarnazi things + fix int->socket_tAris Adamantiadis1-3/+4
2010-04-04Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider1-1/+15
2009-12-11Added a global poll contextAris Adamantiadis1-1/+2
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-1/+1
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis1-0/+2
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
2009-11-06Update structures name to new conventionAris Adamantiadis1-17/+17
SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx
2009-09-26More include file splittingAris Adamantiadis1-0/+41
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+61