summaryrefslogtreecommitdiffstats
path: root/libssh/channels.c
Commit message (Expand)AuthorAgeFilesLines
...
* Improve channel_write().Andreas Schneider2009-05-041-68/+81
* Improve channel_close().Andreas Schneider2009-05-031-13/+17
* Improve channel_send_eof().Andreas Schneider2009-05-031-7/+12
* Reformat channel_free().Andreas Schneider2009-05-031-3/+7
* Improve channel_open_forward().Andreas Schneider2009-05-031-17/+21
* Improve channel_open().Andreas Schneider2009-05-031-16/+18
* Reformat some code of channel_default_bufferize().Andreas Schneider2009-05-031-5/+8
* Reformat channel_handle().Andreas Schneider2009-05-031-27/+33
* Improve channel_rcv_request().Andreas Schneider2009-05-031-56/+75
* Improve channel_rcv_close().Andreas Schneider2009-05-031-24/+36
* Reformat channel_rcv_eof().Andreas Schneider2009-05-031-15/+19
* Improve channel_rcv_data().Andreas Schneider2009-05-031-48/+62
* Improve channel_rcv_change_window().Andreas Schneider2009-05-021-23/+30
* Improve channel_from_msg().Andreas Schneider2009-05-021-11/+17
* Improve grow_window().Andreas Schneider2009-05-021-9/+7
* Improve ssh_channel_from_local().Andreas Schneider2009-05-021-10/+17
* Improve channel_open().Andreas Schneider2009-05-021-90/+109
* Improve ssh_channel_new_id().Andreas Schneider2009-05-021-4/+11
* Fix the documentation.Andreas Schneider2009-05-021-9/+17
* Use consistent return values for packet_translate().Andreas Schneider2009-04-141-1/+2
* Fix SSHv1 compile errors.Andreas Schneider2009-04-081-1/+1
* Fix typo.Andreas Schneider2009-04-071-1/+1
* Add my copyright.Andreas Schneider2009-04-071-0/+1
* Check for buffer_add_* return values in channel functions.Andreas Schneider2009-04-071-189/+459
* Add return values and error checking to channel_default_bufferize().Andreas Schneider2009-04-071-15/+38
* Improve channel_new().Andreas Schneider2009-04-071-21/+35
* Fix build warnings, mostly const chars.Andreas Schneider2009-04-051-11/+14
* Improve channel_free().Andreas Schneider2009-04-041-22/+32
* Fix build warnings.Andreas Schneider2009-04-011-2/+2
* Add checks for memory errors in channel functions.Andreas Schneider2009-04-011-3/+19
* Normalize the license in all files and add vim tab instructions.Andreas Schneider2009-03-291-18/+23
* Fix build warnings.Andreas Schneider2009-03-141-3/+3
* Replace ssh_say with ssh_log.Andreas Schneider2009-03-111-49/+96
* exit-status should be -1 when undefinedAris Adamantiadis2009-02-041-3/+3
* channel_get_exit_status()Aris Adamantiadis2009-02-031-0/+12
* added logging for exit-statusAris Adamantiadis2009-02-031-0/+1
* Fix build warnings in channel code.Andreas Schneider2009-02-021-12/+16
* 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