aboutsummaryrefslogtreecommitdiff
path: root/libssh/channels.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-02Fix build warnings in channel code.Andreas Schneider1-12/+16
2008-11-04doxygen fixes. Mostly typos and some comments.Aris Adamantiadis1-11/+11
2008-06-30fix channel performance by changing the window len.Aris Adamantiadis1-2/+3
2008-06-27fixed a problem when a channel blocking read was bigger than size of buffer Aris Adamantiadis1-3/+7
2008-06-17fixed a bug in the channel windows.Aris Adamantiadis1-10/+12
2008-06-16displaced the data_to_* into socketAris Adamantiadis1-6/+6
2008-06-16Big changes :Aris Adamantiadis1-7/+3
2008-06-12big changes :Aris Adamantiadis1-18/+97
2008-05-26workaround for the bug #14Aris Adamantiadis1-0/+5
2008-05-12Doxygen changesAris Adamantiadis1-4/+2
2008-05-08fixed a bug in channel_poll where channel_poll() would return 0 even Aris Adamantiadis1-1/+1
2008-03-12fixed the netdb problem ?Aris Adamantiadis1-1/+0
2008-03-07change doxygen doc for channel_pollAris Adamantiadis1-2/+1
2008-03-07first part of win32 patchesAris Adamantiadis1-1/+1
2008-03-04added the socket class and created wrappersAris Adamantiadis1-6/+21
2008-03-03Rodolphe Rocca fixesAris Adamantiadis1-1/+1
2006-11-12good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis1-9/+185
2005-10-26resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis1-2/+3
2005-10-26resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis1-9/+14
2005-10-26patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis1-3/+3
2005-10-25channel_select(). this function rocks !Aris Adamantiadis1-11/+143
2005-10-04added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis1-7/+23
2005-08-31fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis1-0/+2
2005-08-10The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis1-5/+5
2005-07-05first importAris Adamantiadis1-0/+701