aboutsummaryrefslogtreecommitdiff
path: root/libssh/poll.c
AgeCommit message (Expand)AuthorFilesLines
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