summaryrefslogtreecommitdiffstats
path: root/include/libssh/poll.h
Commit message (Collapse)AuthorAgeFilesLines
* poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-08-251-0/+1
|
* poll: Added poll constants for Windows.Andreas Schneider2010-07-091-2/+40
| | | | | WSAPoll uses different constanst values as the POSIX implementation, what else ...
* poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider2010-06-171-1/+1
|
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-121-0/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-05-121-1/+15
|
* Update structures name to new conventionAris Adamantiadis2009-11-061-17/+17
| | | | | SSH_POLL* -> ssh_poll_handle, SSH_POLL_CTX* -> ssh_poll_ctx
* More include file splittingAris Adamantiadis2009-09-261-0/+41
|
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+61