summaryrefslogtreecommitdiffstats
path: root/libssh/poll.c
Commit message (Expand)AuthorAgeFilesLines
* Added a global poll contextAris Adamantiadis2009-12-111-0/+31
* struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis2009-12-061-1/+1
* Some brain surgery to add event-based socketsAris Adamantiadis2009-11-301-0/+32
* Always use the poll-emulation on Windows.Andreas Schneider2009-11-091-1/+2
* Update structures name to new conventionAris Adamantiadis2009-11-061-28/+28
* Fixed including of config.h.Andreas Schneider2009-09-251-1/+2
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-0/+1
* Fix poll sturct, ISO C doesn't allow unnamed unions.Andreas Schneider2009-08-251-13/+13
* Fix typedef collisons on Solaris.Andreas Schneider2009-08-251-9/+9
* Fix build with MSVC.Andreas Schneider2009-07-301-0/+1
* Fix build on windows, missing include.Andreas Schneider2009-07-131-0/+2
* Fixed copyright noticesAris Adamantiadis2009-07-131-1/+2
* fix int -> socket_t in SSH_POLLAris Adamantiadis2009-07-041-1/+1
* Move doxygen tags into C filesAris Adamantiadis2009-07-041-1/+114
* Add a generic way to handle sockets asynchronously.Aleksandar Kanchev2009-07-031-0/+226
* Make use of poll() and add a poll-emulation for win32.Andreas Schneider2009-06-041-0/+204