Mercurial > dropbear
comparison CHANGES @ 1196:a29559086628 coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 02 Dec 2015 22:37:51 +0800 |
parents | 79a6ef02307d |
children | 388e5c3e380e |
comparison
equal
deleted
inserted
replaced
1173:d734fe76b72f | 1196:a29559086628 |
---|---|
1 2015.70 - 26 November 2015 | |
2 | |
3 - Fix server password authentication on Linux, broke in 2015.69 | |
4 | |
5 2015.69 - 25 November 2015 | |
6 | |
7 - Fix crash when forwarded TCP connections fail to connect (bug introduced in 2015.68) | |
8 | |
9 - Avoid hang on session close when multiple sessions are started, affects Qt Creator | |
10 Patch from Andrzej Szombierski | |
11 | |
12 - Reduce per-channel memory consumption in common case, increase default | |
13 channel limit from 100 to 1000 which should improve SOCKS forwarding for modern | |
14 webpages | |
15 | |
16 - Handle multiple command line arguments in a single flag, thanks to Guilhem Moulin | |
17 | |
18 - Manpage improvements from Guilhem Moulin | |
19 | |
20 - Build fixes for Android from Mike Frysinger | |
21 | |
22 - Don't display the MOTD when an explicit command is run from Guilhem Moulin | |
23 | |
24 - Check curve25519 shared secret isn't zero | |
25 | |
1 2015.68 - Saturday 8 August 2015 | 26 2015.68 - Saturday 8 August 2015 |
2 | 27 |
3 - Reduce local data copying for improved efficiency. Measured 30% | 28 - Reduce local data copying for improved efficiency. Measured 30% |
4 increase in throughput for connections to localhost | 29 increase in throughput for connections to localhost |
5 | 30 |