aboutsummaryrefslogtreecommitdiff
path: root/libssh/socket.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-29fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis1-3/+3
2008-10-28poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis1-7/+78
2008-06-21Resolved the unitialized data_except member variable in socket.c, thanks Aris Adamantiadis1-0/+3
2008-06-17gcrypt + SSH1 bug resolvedAris Adamantiadis1-0/+1
2008-06-16displaced the data_to_* into socketAris Adamantiadis1-27/+65
2008-06-16Big changes :Aris Adamantiadis1-7/+288
2008-05-22fix #ifdef win32 bugAris Adamantiadis1-1/+1
2008-03-07second part of win32 changesAris Adamantiadis1-1/+12
2008-03-07first part of win32 patchesAris Adamantiadis1-9/+23
2008-03-04added the socket class and created wrappersAris Adamantiadis1-0/+150