Mercurial > dropbear
log svr-chansession.c @ 955:36eacc322e00
age | author | description |
---|---|---|
Mon, 28 Jul 2014 23:23:49 +0800 | Matt Johnston | Make sure the check_close() handler runs when a server child process exits |
Wed, 16 Jul 2014 22:53:32 +0800 | Matt Johnston | Set tcp priority as follows: |
Sat, 15 Feb 2014 21:13:57 +0800 | Matt Johnston | - Save errno in signal handlers |
Tue, 03 Dec 2013 00:04:48 +0800 | Matt Johnston | - Sockets are set to lowdelay priority initially to improve conneciton setup |
Mon, 02 Dec 2013 22:55:43 +0800 | Catalin Patulea | Set IPTOS_LOWDELAY on PTY sessions only |
Thu, 14 Nov 2013 22:05:47 +0800 | Matt Johnston | rename random.h to dbrandom.h since some OSes have a system random.h |
Mon, 12 Aug 2013 22:41:00 +0800 | Matt Johnston | Remove accidental one second sleep leftover from debugging |