summaryrefslogtreecommitdiffstats
path: root/libssh/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ssh_say.Andreas Schneider2009-03-111-5/+9
* Add missing include file.Andreas Schneider2009-03-081-0/+1
* Fix build warnings in socket code.Andreas Schneider2009-02-021-13/+18
* Start with ssh agent implementation.Andreas Schneider2009-02-021-0/+31
* fixed a bug where channel_poll could wait forever for a packet already in soc...Aris Adamantiadis2008-10-291-3/+3
* poll(2) support for channel_poll. Not yet for channel_select.Aris Adamantiadis2008-10-281-7/+78
* Resolved the unitialized data_except member variable in socket.c, thanks Aris Adamantiadis2008-06-211-0/+3
* gcrypt + SSH1 bug resolvedAris Adamantiadis2008-06-171-0/+1
* displaced the data_to_* into socketAris Adamantiadis2008-06-161-27/+65
* Big changes :Aris Adamantiadis2008-06-161-7/+288
* fix #ifdef win32 bugAris Adamantiadis2008-05-221-1/+1
* second part of win32 changesAris Adamantiadis2008-03-071-1/+12
* first part of win32 patchesAris Adamantiadis2008-03-071-9/+23
* added the socket class and created wrappersAris Adamantiadis2008-03-041-0/+150