summaryrefslogtreecommitdiffstats
path: root/libssh/channels.c
Commit message (Expand)AuthorAgeFilesLines
* doxygen fixes. Mostly typos and some comments.Aris Adamantiadis2008-11-041-11/+11
* fix channel performance by changing the window len.Aris Adamantiadis2008-06-301-2/+3
* fixed a problem when a channel blocking read was bigger than size of buffer Aris Adamantiadis2008-06-271-3/+7
* fixed a bug in the channel windows.Aris Adamantiadis2008-06-171-10/+12
* displaced the data_to_* into socketAris Adamantiadis2008-06-161-6/+6
* Big changes :Aris Adamantiadis2008-06-161-7/+3
* big changes :Aris Adamantiadis2008-06-121-18/+97
* workaround for the bug #14Aris Adamantiadis2008-05-261-0/+5
* Doxygen changesAris Adamantiadis2008-05-121-4/+2
* fixed a bug in channel_poll where channel_poll() would return 0 even Aris Adamantiadis2008-05-081-1/+1
* fixed the netdb problem ?Aris Adamantiadis2008-03-121-1/+0
* change doxygen doc for channel_pollAris Adamantiadis2008-03-071-2/+1
* first part of win32 patchesAris Adamantiadis2008-03-071-1/+1
* added the socket class and created wrappersAris Adamantiadis2008-03-041-6/+21
* Rodolphe Rocca fixesAris Adamantiadis2008-03-031-1/+1
* good work tonight. Made documentation for authentication, channels, buffers, ...Aris Adamantiadis2006-11-121-9/+185
* resolved the channel hangs on exit issue (moved EOF to read events and remove...Aris Adamantiadis2005-10-261-2/+3
* resolved the infinite loop on exit (thanks giga for the hint).Aris Adamantiadis2005-10-261-9/+14
* patches from Norbert merged in. I have made some little changes here and there.Aris Adamantiadis2005-10-261-3/+3
* channel_select(). this function rocks !Aris Adamantiadis2005-10-251-11/+143
* added the gcrypt patch (without gcrypt as default library).Aris Adamantiadis2005-10-041-7/+23
* fixed bug in sample that made the client running in infinite loop.Aris Adamantiadis2005-08-311-0/+2
* The kex works, the client authentifies (with password) then it's possible to ...Aris Adamantiadis2005-08-101-5/+5
* first importAris Adamantiadis2005-07-051-0/+701