index
:
libssh.git
gssfixes
libssh testing ground
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libssh
/
channels.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
misc: Rename libssh/ to src/
Andreas Schneider
2010-09-06
1
-2495
/
+0
*
Mark channel_read_buffer as deprecated in doxygen
Aris Adamantiadis
2010-08-29
1
-4
/
+2
*
Limit the size of packets in ssh_channel_write*
Aris Adamantiadis
2010-08-28
1
-3
/
+6
*
ssh_channel_forward_* -> ssh_forward_*
Aris Adamantiadis
2010-08-28
1
-6
/
+6
*
Added missing /** in doxygen @}'s
Aris Adamantiadis
2010-08-28
1
-1
/
+1
*
Changed SSH_SUCCESS to SSH_OK
Aris Adamantiadis
2010-08-20
1
-17
/
+17
*
Continue removing old flushing code
Aris Adamantiadis
2010-07-23
1
-5
/
+5
*
Fixed channel opening failures (infinite loop)
Aris Adamantiadis
2010-07-17
1
-1
/
+1
*
Fixed keepalive problem on older openssh servers
Aris Adamantiadis
2010-07-16
1
-1
/
+1
*
channel: Fixed the type of the max fd variable in ssh_channel_select().
Andreas Schneider
2010-06-17
1
-5
/
+5
*
Sanitize libssh namespace + legacy wrappers
Aris Adamantiadis
2010-05-14
1
-120
/
+120
*
channels: Don't use signal as a name.
Andreas Schneider
2010-04-20
1
-9
/
+9
*
Fixed the documentation of channels.c.
Andreas Schneider
2010-04-04
1
-171
/
+223
*
Fixed a build warning.
Andreas Schneider
2010-03-25
1
-1
/
+1
*
Fixed spelling.
Andreas Schneider
2010-03-25
1
-1
/
+1
*
Answer to openssh's keepalives
Aris Adamantiadis
2010-03-01
1
-0
/
+9
*
add missing leave_function()
Aris Adamantiadis
2010-02-02
1
-2
/
+4
*
Handle timeout correctly
Aris Adamantiadis
2010-02-02
1
-1
/
+1
*
The ssh_message object needs to be freed after processing in channel_accept().
Vic Lee
2010-02-01
1
-1
/
+4
*
Correctly handle channel failures and chan states
Aris Adamantiadis
2010-01-24
1
-56
/
+57
*
Made parts of SSH asynchronous (inc kex1)
Aris Adamantiadis
2010-01-24
1
-4
/
+9
*
Fixed blocking bug in channel_poll
Aris Adamantiadis
2010-01-08
1
-12
/
+13
*
Prefix message_handle_channel_request with ssh_
Aris Adamantiadis
2010-01-08
1
-1
/
+1
*
Merged the channel_request hdlrs and clean hdlrs
Aris Adamantiadis
2010-01-08
1
-7
/
+5
*
Add support for async global requests
Aris Adamantiadis
2010-01-06
1
-17
/
+85
*
Fixed typos from a* to error.c
Aris Adamantiadis
2010-01-06
1
-13
/
+13
*
Remove some references to packet_wait()
Aris Adamantiadis
2010-01-03
1
-2
/
+2
*
Removed channel_handle now unused function
Aris Adamantiadis
2010-01-03
1
-26
/
+0
*
Channel requests are asynchronous
Aris Adamantiadis
2010-01-03
1
-13
/
+77
*
Explicitely use the packet buffer arg in channels
Aris Adamantiadis
2010-01-03
1
-20
/
+23
*
Some work for async channel requests
Aris Adamantiadis
2010-01-03
1
-5
/
+27
*
Made channel_open_session partially asynchronous
Aris Adamantiadis
2009-12-27
1
-40
/
+65
*
Made packet_wait issue warnings
Aris Adamantiadis
2009-12-13
1
-13
/
+2
*
Standardize callbacks style and add documentation
Aris Adamantiadis
2009-11-29
1
-5
/
+5
*
Squashed commit of the following:
Aris Adamantiadis
2009-11-27
1
-149
/
+159
*
Fix another memleak
Aris Adamantiadis
2009-11-18
1
-1
/
+1
*
Fixed possible doulbe free problem found by Bernhard R. Link.
Andreas Schneider
2009-11-18
1
-0
/
+4
*
Fixed a memory leak in channel_new() if we have an error.
Andreas Schneider
2009-11-18
1
-0
/
+1
*
channel_read() won't block until count b. are read
Aris Adamantiadis
2009-11-05
1
-4
/
+6
*
more priv.h splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
Fixed doxygen compilation warnings
Aris Adamantiadis
2009-09-26
1
-3
/
+3
*
More include file splitting
Aris Adamantiadis
2009-09-26
1
-0
/
+1
*
Moved lots of declaration out of priv.h
Aris Adamantiadis
2009-09-23
1
-1
/
+6
*
Get rid of SSH_MESSAGE
Aris Adamantiadis
2009-09-23
1
-2
/
+2
*
get rid of SSH_SESSION
Aris Adamantiadis
2009-09-23
1
-25
/
+25
*
Add warning in channel_open_forward documentation
Aris Adamantiadis
2009-09-14
1
-0
/
+3
*
Support for sending signals (RFC 4254, section 6.9).
Dmitry V. Krivenok
2009-09-10
1
-0
/
+51
*
Build channel_accept() on Windows too.
Andreas Schneider
2009-08-16
1
-2
/
+0
*
Fix return code from packet_wait in channel_request
Vic Lee
2009-08-16
1
-1
/
+1
*
Fix channel_accept_x11 on Windows.
Andreas Schneider
2009-08-16
1
-3
/
+11
[next]