- Sep 20, 2016
-
-
John Hood authored
Fixes #788. This also works around issues with remote pty typeahead echo corrupting output from mosh-server.
-
John Hood authored
This eliminates issues with typeahead being echoed by the remote pty and corrupting remote output from mosh-server to the mosh script, but cannot be made default because older mosh-servers require a pty.
-
John Hood authored
Also cleans up other setsockopt() calls, and buffer sizing/handling for recvmsg(). These are minor errors and no actual misbehavior was observed. Discovered while working Windows Subsystem for Linux compatibility issues.
-
- Sep 18, 2016
- Aug 16, 2016
-
-
Andrew Chin authored
If #mosh ever sets the +n channel mode, we'll need to remove the `skip_join: true` part
-
- Aug 12, 2016
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
- Aug 11, 2016
-
-
Keith Winstein authored
-
- Aug 10, 2016
-
-
Keith Winstein authored
-
Keith Winstein authored
-
- Jul 31, 2016
-
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
- Jul 21, 2016
-
-
John Hood authored
It may contain configuration that breaks our testing.
-
- Jul 12, 2016
-
-
John Hood authored
Seems to fix #773.
-
- Jul 11, 2016
-
-
John Hood authored
Resolves #764, mostly.
-
- Jun 09, 2016
-
-
John Hood authored
OS X advertises IPv6 link-local addresses for .local hostnames. getaddrinfo() correctly reports interface identifiers for these, but we were discarding them by using the socket peer host address instead.
-
Robin H. Johnson authored
Rather than trying to validate, accept any option to the bind-server option, and allow mosh-server to validate it, as noted by https://github.com/mobile-shell/mosh/pull/670#issuecomment-135147605 Fixes: 669 Signed-off-by:
Robin H. Johnson <robbat2@gentoo.org>
-
- May 25, 2016
- 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.
-