- May 25, 2015
-
-
john hood authored
-
John Hood authored
-
John Hood authored
-
Anders Kaseorg authored
A Darwin PPC 32-bit user observes huge values numer == 1000000000 and denom == 18431683 returned from mach_timebase_info(). For these values, mach_absolute_time() * numer overflows uint64_t every 1000.82 seconds, and 1000000 * denom always overflows uint32_t, with the effect of making time run backwards at -11190660 times its usual speed. This bug was masked on Darwin x86 64-bit, where numer == denom == 1. Fix it by doing the conversion with double arithmetic instead. Closes #479. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- May 21, 2015
- Feb 03, 2015
-
-
Pasi Sjöholm authored
Fixes following problem when compiling mosh with gcc4.8 and __ARM_NEON__ defined by using -121 instead of 135. ocb.cc: In function 'block double_block(block)': ocb.cc:263:56: error: narrowing conversion of '135' from 'int' to '__builtin_neon_qi' inside { } is ill-formed in C++11 [-Werror=narrowing] Signed-off-by:Pasi Sjöholm <pasi.sjoholm@jollamobile.com>
-
- Dec 16, 2014
-
-
Keith Winstein authored
-
Andrew Chin authored
I'm not sure if this is correct, but tmux does this! Signed-off-by:Andrew Chin <achin@eminence32.net>
-
- Dec 09, 2014
-
-
Andrew Chin authored
Signed-off-by:Andrew Chin <achin@eminence32.net>
-
Andrew Chin authored
We aren't sure why this change was made, and reverting it appears to help fix mouse issues in emacs related to text hilighting. Signed-off-by:Andrew Chin <achin@eminence32.net>
-
- Apr 27, 2014
-
-
Richard Woodbury authored
-
- Jan 09, 2014
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- Jan 04, 2014
-
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
This reverts commit 578db45f . The NULL inputs to getaddrinfo are valid in certain cases, and at least in the case of node, important. The segfault happens not with getaddrinfo, but with the error message generation below it. Signed-off-by:
Anders Kaseorg <andersk@mit.edu>
-
Keith Winstein authored
-
Igor Bukanov authored
Closes #472 Closes #473
-
Keith Winstein authored
Fix thanks to Igor Bukanov. Closes #470.
-
Bazyli Brzóska authored
(closes #461)
-
Bazyli Brzóska authored
-
Bazyli Brzóska authored
-
Bazyli Brzóska authored
-
- Aug 17, 2013
-
-
Anders Kaseorg authored
This is optional, but needed for IPv6 support. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Once we support IPv6, we won’t be able to create a socket until we know which address family to use. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Otherwise the printed exception may be immediately hidden when the terminal exits alternate screen mode. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- Jul 15, 2013
-
-
Keith Winstein authored
-
- Jul 01, 2013
-
-
Barosl LEE authored
Allow bracketed paste mode-setting control sequences to be passed to the outer terminal. Signed-off-by:Barosl LEE <vcs@barosl.com> Closes #430
-
Daniel "Tracerneo" Ziółkowski authored
Closes #443
-
Andrew Chin authored
Closes #424
-
- Jun 06, 2013
-
-
Keith Winstein authored
-
- May 18, 2013
-
-
Timo J. Rinne authored
Uses environment variable MOSH_ESCAPE_KEY. Defaults to current Ctrl-^ which is somewhat problematic for many non-US keyboards. Signed-off-by:Timo J. Rinne <tri@iki.fi> Closes #425. Closes #215.
-
- Apr 29, 2013
-
-
Keith Winstein authored
Closes #415.
-
Philipp Haselwarter authored
Allow overriding the switch passed to mosh-server from -s to -i IP. Signed-off-by:Philipp Haselwarter <philipp@haselwarter.org>
-
- Apr 16, 2013
-
-
Jérémie Courrèges-Anglas authored
Instead of looking for htobe64 which is be available both when be64toh or betoh64 are, check for the latter functions. If we find betoh64 but not be64toh, use compat #defines. If both can't be found, search for OSX' OSSwapHostToBigInt64. Also include sys/types.h in byteorder.h (which is necessary for byteorder functions on OpenBSD), and incidentally fixes build of networkfragment.cc. Fixes build on OpenBSD Signed-off-by:Jérémie Courrèges-Anglas <jca@wxcvbn.org>
-