summaryrefslogtreecommitdiffstats
path: root/libssh/channels.c
Commit message (Expand)AuthorAgeFilesLines
* misc: Rename libssh/ to src/Andreas Schneider2010-09-061-2495/+0
* Mark channel_read_buffer as deprecated in doxygenAris Adamantiadis2010-08-291-4/+2
* Limit the size of packets in ssh_channel_write*Aris Adamantiadis2010-08-281-3/+6
* ssh_channel_forward_* -> ssh_forward_*Aris Adamantiadis2010-08-281-6/+6
* Added missing /** in doxygen @}'sAris Adamantiadis2010-08-281-1/+1
* Changed SSH_SUCCESS to SSH_OKAris Adamantiadis2010-08-201-17/+17
* Continue removing old flushing codeAris Adamantiadis2010-07-231-5/+5
* Fixed channel opening failures (infinite loop)Aris Adamantiadis2010-07-171-1/+1
* Fixed keepalive problem on older openssh serversAris Adamantiadis2010-07-161-1/+1
* channel: Fixed the type of the max fd variable in ssh_channel_select().Andreas Schneider2010-06-171-5/+5
* Sanitize libssh namespace + legacy wrappersAris Adamantiadis2010-05-141-120/+120
* channels: Don't use signal as a name.Andreas Schneider2010-04-201-9/+9
* Fixed the documentation of channels.c.Andreas Schneider2010-04-041-171/+223
* Fixed a build warning.Andreas Schneider2010-03-251-1/+1
* Fixed spelling.Andreas Schneider2010-03-251-1/+1
* Answer to openssh's keepalivesAris Adamantiadis2010-03-011-0/+9
* add missing leave_function()Aris Adamantiadis2010-02-021-2/+4
* Handle timeout correctlyAris Adamantiadis2010-02-021-1/+1
* The ssh_message object needs to be freed after processing in channel_accept().Vic Lee2010-02-011-1/+4
* Correctly handle channel failures and chan statesAris Adamantiadis2010-01-241-56/+57
* Made parts of SSH asynchronous (inc kex1)Aris Adamantiadis2010-01-241-4/+9
* Fixed blocking bug in channel_pollAris Adamantiadis2010-01-081-12/+13
* Prefix message_handle_channel_request with ssh_Aris Adamantiadis2010-01-081-1/+1
* Merged the channel_request hdlrs and clean hdlrsAris Adamantiadis2010-01-081-7/+5
* Add support for async global requestsAris Adamantiadis2010-01-061-17/+85
* Fixed typos from a* to error.cAris Adamantiadis2010-01-061-13/+13
* Remove some references to packet_wait()Aris Adamantiadis2010-01-031-2/+2
* Removed channel_handle now unused functionAris Adamantiadis2010-01-031-26/+0
* Channel requests are asynchronousAris Adamantiadis2010-01-031-13/+77
* Explicitely use the packet buffer arg in channelsAris Adamantiadis2010-01-031-20/+23
* Some work for async channel requestsAris Adamantiadis2010-01-031-5/+27
* Made channel_open_session partially asynchronousAris Adamantiadis2009-12-271-40/+65
* Made packet_wait issue warningsAris Adamantiadis2009-12-131-13/+2
* Standardize callbacks style and add documentationAris Adamantiadis2009-11-291-5/+5
* Squashed commit of the following:Aris Adamantiadis2009-11-271-149/+159
* Fix another memleakAris Adamantiadis2009-11-181-1/+1
* Fixed possible doulbe free problem found by Bernhard R. Link.Andreas Schneider2009-11-181-0/+4
* Fixed a memory leak in channel_new() if we have an error.Andreas Schneider2009-11-181-0/+1
* channel_read() won't block until count b. are readAris Adamantiadis2009-11-051-4/+6
* more priv.h splittingAris Adamantiadis2009-09-261-0/+1
* Fixed doxygen compilation warningsAris Adamantiadis2009-09-261-3/+3
* More include file splittingAris Adamantiadis2009-09-261-0/+1
* Moved lots of declaration out of priv.hAris Adamantiadis2009-09-231-1/+6
* Get rid of SSH_MESSAGEAris Adamantiadis2009-09-231-2/+2
* get rid of SSH_SESSIONAris Adamantiadis2009-09-231-25/+25
* Add warning in channel_open_forward documentationAris Adamantiadis2009-09-141-0/+3
* Support for sending signals (RFC 4254, section 6.9).Dmitry V. Krivenok2009-09-101-0/+51
* Build channel_accept() on Windows too.Andreas Schneider2009-08-161-2/+0
* Fix return code from packet_wait in channel_requestVic Lee2009-08-161-1/+1
* Fix channel_accept_x11 on Windows.Andreas Schneider2009-08-161-3/+11