summaryrefslogtreecommitdiff
path: root/TODO (follow)
Commit message (Expand)AuthorAgeFilesLines
* TODO: UpdateArtyom V. Poptsov2017-05-021-0/+12
* README, NEWS, TODO: UpdateArtyom V. Poptsov2016-08-191-1/+0
* TODO: UpdateArtyom V. Poptsov2016-08-171-0/+1
* TODO: UpdateArtyom V. Poptsov2016-08-071-0/+2
* TODO: UpdateArtyom V. Poptsov2015-11-231-29/+0
* channel-func.c (guile_ssh_channel_listen_forward): Bugfix•••'channel-listen-forward' always return garbage as the 2nd argument when called with port > 0. The patch fixes that. * libguile-ssh/channel-func.c (guile_ssh_channel_listen_forward): Bugfix: Return the requested port as the 2nd result if PORT was set. * TODO: Update. Artyom V. Poptsov2015-11-011-4/+0
* TODO (Known Bugs): UpdateArtyom V. Poptsov2015-10-301-0/+33
* TODO (Know Bugs): UpdateArtyom V. Poptsov2015-08-041-0/+3
* TODO: UpdateArtyom V. Poptsov2015-07-281-3/+0
* TODO: Update "Known Bugs"Artyom V. Poptsov2015-07-261-0/+10
* TODO: UpdateArtyom V. Poptsov2015-07-101-0/+2
* TODO (Known Bugs): UpdateArtyom V. Poptsov2014-10-111-2/+0
* TODO: UpdateArtyom V. Poptsov2014-08-231-1/+2
* TODO: UpdateArtyom Poptsov2014-07-191-3/+0
* TODO (Known Bugs): New sectionArtyom Poptsov2014-07-131-2/+8
* NEWS, TODO: Update.Artyom Poptsov2014-02-051-1/+0
* TODO: Update.Artyom Poptsov2014-01-071-1/+2
* NEWS, TODO: Update.Artyom Poptsov2013-11-191-1/+0
* TODO: Update.Artyom Poptsov2013-11-171-0/+1
* NEWS, TODO: Update.Artyom Poptsov2013-11-031-1/+2
* README, TODO: Update.•••* README: Add info about dependencies. * TODO: Update. Artyom Poptsov2013-07-141-7/+2
* Fix GC'ing of SSH objects.•••The program doesn't crashes anymore during GC'ing of channels and keys. * src/session-type.c (free_session): Mark all related channels as freed. (guile_ssh_make_session): Initialize the channels array. * src/key-type.c (mark_key_smob): Fix smob marking. * src/channel-type.c (free_channel): Check if the channel has been already freed along with the related SSH session. (guile_ssh_make_channel): Store the reference to the channel in the array of channels related to the SSH session. * src/channel-type.h: Add is_channel_alive field to channel_data. * TODO: Add to the repository. Artyom Poptsov2013-07-131-0/+9