aboutsummaryrefslogtreecommitdiff
path: root/libssh/socket.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-11Fix build.Andreas Schneider1-3/+0
2009-03-11Remove ssh_say.Andreas Schneider1-5/+9
2009-03-08Add missing include file.Andreas Schneider1-0/+1
2009-02-02Fix build warnings in socket code.Andreas Schneider1-13/+18
2009-02-02Start with ssh agent implementation.Andreas Schneider1-0/+31
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