Mercurial > gftp.yaz
comparison ChangeLog @ 872:d7cbef177dfc
2007-2-4 Brian Masney <masneyb@gftp.org>
* lib/sshv2.c (sshv2_start_login_sequence) - when checking for
EINTR/EGAIN, only stop trying to connect if the current operation
was to be cancelled.
* lib/protocols.c (_do_sleep) - don't check for EINTR/EAGAIN. Allow
a signal to interrupt the timer.
author | masneyb |
---|---|
date | Sun, 04 Feb 2007 21:25:46 +0000 |
parents | 44961d0159ed |
children | 42f9ce5e4bff |
comparison
equal
deleted
inserted
replaced
871:f9a71e63edab | 872:d7cbef177dfc |
---|---|
1 2007-1-14 Brian Masney <masneyb@gftp.org> | 1 2007-2-4 Brian Masney <masneyb@gftp.org> |
2 * Makefile.am - removed intl/ directory from the SUBDIRS variable. | 2 * lib/sshv2.c (sshv2_start_login_sequence) - when checking for |
3 EINTR/EGAIN, only stop trying to connect if the current operation | |
4 was to be cancelled. | |
5 | |
6 * lib/protocols.c (_do_sleep) - don't check for EINTR/EAGAIN. Allow | |
7 a signal to interrupt the timer. | |
3 | 8 |
4 2007-1-10 Brian Masney <masneyb@gftp.org> | 9 2007-1-10 Brian Masney <masneyb@gftp.org> |
5 * AUTHORS README NEWS - added missing files for automake. | 10 * AUTHORS README NEWS - added missing files for automake. |
6 | 11 |
7 * autogen.sh - added -f flag to the gettext parameters | 12 * autogen.sh - added -f flag to the gettext parameters |