aboutsummaryrefslogtreecommitdiff
path: root/libssh/poll.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-06poll: FD_SETSIZE is only for the count value of FD_SET on Windows.Andreas Schneider1-0/+2
2010-06-24poll: Another attempt to get bsd_poll() working correctly.Andreas Schneider1-2/+6
2010-06-24poll: Fixed building with poll-emulation on UNIX.Andreas Schneider1-6/+8
2010-06-22poll: Added a comment to the bsd_poll() implementation.Andreas Schneider1-0/+10
2010-06-22poll: Handle FD_SETSIZE in bsd_poll().Andreas Schneider1-1/+1
2010-06-22poll: Fixed a comparsion.Andreas Schneider1-1/+1
2010-06-21poll: Fixed a typo.Andreas Schneider1-1/+1
2010-06-20poll: Check if maxfd has been set.Andreas Schneider1-2/+3
2010-06-17poll: Fixed type of the fd variables and use SSH_INVALID_SOCKET.Andreas Schneider1-4/+4
2010-06-17poll: Fixed brackets.Andreas Schneider1-2/+2
2010-06-17poll: Fixed another wrong invalid fd check in bsd_poll.Andreas Schneider1-1/+1
2010-06-17poll: Some code cleanup for easier debugging.Andreas Schneider1-2/+4
2010-06-17poll: Fixed a malfunction with wrong max fd value check.Andreas Schneider1-2/+2
2010-06-01doc: Group the poll functions and add a description.Andreas Schneider1-0/+21
2010-05-17poll: Added a cleanup function to free the ws2_32 library.Andreas Schneider1-0/+12
2010-05-12Added runtime detection of WSAPoll().Andreas Schneider1-8/+30
2010-05-12Fixed Windows build warnings.Andreas Schneider1-1/+8
2010-05-10Fix style in ssh_poll_ctx_dopollAris Adamantiadis1-19/+26
2010-05-09ssh_socket support for 2 fd + Proxyhost commandAris Adamantiadis1-3/+11
2010-04-04Added a select(2) based poll-emulation if poll(2) is not available.Andreas Schneider1-137/+94
2009-12-13ssh_poll_handle detaches from context before freeAris Adamantiadis1-0/+4
2009-12-11Added a global poll contextAris Adamantiadis1-0/+31
2009-12-06struct socket -> struct ssh_socket_struct +typedefAris Adamantiadis1-1/+1
2009-11-30Some brain surgery to add event-based socketsAris Adamantiadis1-0/+32
2009-11-09Always use the poll-emulation on Windows.Andreas Schneider1-1/+2
2009-11-06Update structures name to new conventionAris Adamantiadis1-28/+28
2009-09-25Fixed including of config.h.Andreas Schneider1-1/+2
2009-09-23Moved lots of declaration out of priv.hAris Adamantiadis1-0/+1
2009-08-25Fix poll sturct, ISO C doesn't allow unnamed unions.Andreas Schneider1-13/+13
2009-08-25Fix typedef collisons on Solaris.Andreas Schneider1-9/+9
2009-07-30Fix build with MSVC.Andreas Schneider1-0/+1
2009-07-13Fix build on windows, missing include.Andreas Schneider1-0/+2
2009-07-13Fixed copyright noticesAris Adamantiadis1-1/+2
2009-07-04fix int -> socket_t in SSH_POLLAris Adamantiadis1-1/+1
2009-07-04Move doxygen tags into C filesAris Adamantiadis1-1/+114
2009-07-03Add a generic way to handle sockets asynchronously.Aleksandar Kanchev1-0/+226
2009-06-04Make use of poll() and add a poll-emulation for win32.Andreas Schneider1-0/+204