- May 25, 2016
-
-
John Hood authored
Also require Perl 5.14, which is the new compatibility floor. Fixes #758.
-
- May 14, 2016
- May 13, 2016
-
-
John Hood authored
-
- May 11, 2016
-
-
john hood authored
-
John Hood authored
This is more stylistic than substantial, but it's bad enough style to be worth fixing.
-
John Hood authored
We were potentially passing (char *)NULL to string constructors.
-
John Hood authored
I think this one was actually impossible to trigger.
-
John Hood authored
-
John Hood authored
-
- May 10, 2016
-
-
John Hood authored
Should resolve https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811579 Resolves #719.
-
- May 09, 2016
-
-
Anders Kaseorg authored
For example, do not interpret regex metacharacters within the hostname, and avoid accidentally matching the username part of username@hostname when they happen to match. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Jaeho Shin authored
Improves 679b8192 to make it simpler to ignore mosh-client from OS X Terminal.app's "Ask before closing" process list. (See: http://superuser.com/a/254647) Moreover, the command displayed from ps is a completely functional one, which was not the case in the previous approach, that mangles `argv[0]`. Fixes #742.
-
John Hood authored
-
John Hood authored
-
John Hood authored
Motivated by Cygwin.
-
john hood authored
Fixes #745.
-
- Apr 08, 2016
-
-
John Hood authored
-
John Hood authored
-
Baruch Siach authored
There are (broken) compilers out there that accept -fstack-protector-* parameters, but do not provide the needed ssp library. As a result, build does not fail, but link does. Use the local check_link_flag autoconf function to correctly test for SSP availability. Required for the Imagination Technologies Codescape IMG MIPS toolchain, version 2015.10 (and who knows what else). Fixes #744.
-
- Mar 31, 2016
-
-
John Hood authored
-
John Hood authored
-
HIGUCHI Yuta authored
This should resolve mobile-shell/mosh#675
-
Steve Dignam authored
-
Steve Dignam authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
Found by OpenBSD build.
-
John Hood authored
-
John Hood authored
* A resize action could be applied to the framebuffer but discarded before being applied to termios, causing them to be out of sync. * Only every second action was skipped, instead of skipping consecutive resize actions, as intended. Found by inspection, not seen in actual usage or by the window-resize test.
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
This is an alternate way to resolve #417 without affecting backward compatibility.
-
John Hood authored
-
John Hood authored
Add --family=auto/all. Attempt connects to all available addresses. Working error handling. Fixes #629.
-