summaryrefslogtreecommitdiffstats
path: root/include/libssh/poll.h
Commit message (Collapse)AuthorAgeFilesLines
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
| | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
* crypt: Rename to packet_crypt.Andreas Schneider2011-09-181-0/+2
|
* Removed the global poll ctx in fav. of /session ctxAris Adamantiadis2010-10-121-3/+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: Added a cleanup function to free the ws2_32 library.Andreas Schneider2010-05-171-0/+1
|
* Added runtime detection of WSAPoll().Andreas Schneider2010-05-121-0/+1
| | | | Signed-off-by: Andreas Schneider <mail@cynapses.org>
* Some grammarnazi things + fix int->socket_tAris Adamantiadis2010-05-101-3/+4
|
* Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider2010-04-041-1/+15
|
* Added a global poll contextAris Adamantiadis2009-12-111-1/+2
|
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-1/+1
|
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-301-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
* 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