- May 06, 2017
-
-
John Hood authored
This fixes #881, corrupted display of man pages with tables in tmux 2.4.
-
- Apr 26, 2017
-
-
John Hood authored
tmux 2.4+ has serious bugs with combining characters.
-
- Apr 25, 2017
-
-
John Hood authored
JuiceSSH apparently has a bug where ECH for one character (ESC [ 1 X) does not actually erase the character, in its code that receives and interprets Mosh state updates. This was hidden before because Mosh <= 1.2.5 never sent this sequence, it sent ESC [ X instead as an optimization. Do the better optimization of sending spaces for short sequences of blanks instead.
-
Adrien Destugues authored
- Look for socket in libnetwork - Look for forkpty in libbsd
-
John Hood authored
-
John Hood authored
-
John Hood authored
-
John Hood authored
This tests for OpenBSD 6.x or later. We could likely extend the test to much older OpenBSD versions, but not without OS installs and testing.
-
John Hood authored
This uses the same utility function that mosh-client/mosh-server do. This resolves portability issues with the 'locale' command. This fixes OpenBSD 6.0 and probably Haiku builds.
-
- Mar 30, 2017
-
-
John Hood authored
-
- Mar 27, 2017
-
-
Alexander Chernyakhovsky authored
This is as variant of the patch I had in EL5 for a while, but forgot to upstream. It turns out that the changes we made to support 5.10.1 are actually sufficient for 5.8.8 if we remove unused imports, so remove them.
-
- Mar 26, 2017
-
-
Keith Winstein authored
-
- Mar 20, 2017
-
-
Jérémie Courrèges-Anglas authored
Unbreaks mosh on recent (> 2017/03/18) OpenBSD systems.
-
- Mar 18, 2017
-
-
John Hood authored
Signed-off-by:John Hood <cgull@glup.org>
-
- Mar 03, 2017
-
-
Keith Winstein authored
-
- Mar 02, 2017
-
-
John Hood authored
Fixes Debian sid schroot build. Also add build deps required for full testing: tmux, less (for window-resize.test)
-
John Hood authored
/etc/services may not be present in a Debian sid schroot. Also make $srcdir available to test scripts.
-
John Hood authored
The failure only occurs in a Debian Sid schroot environment.
-
John Hood authored
-
- Feb 24, 2017
-
-
John Hood authored
-
- Feb 22, 2017
-
-
John Hood authored
-
- Feb 07, 2017
-
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
- Feb 01, 2017
- Jan 21, 2017
-
-
John Hood authored
-
- Jan 08, 2017
-
-
Anders Kaseorg authored
The format of debian/changelog is very rigid as it is parsed by the build tools to determine the version number and other information. The version number must use ~ so that 1.3.0 is considered greater than 1.3.0~rc2 for upgrades, and there must be a Debian release number like -1 because this is not a Debian-native package. Finally, the default urgency is medium these days. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
- Jan 05, 2017
-
-
John Hood authored
-
John Hood authored
-
Carlos Cabanero authored
Unaligned data on ARM architectures do not perform efficiently unaligned memory access, and in the case of ARMv7 and iOS it completely breaks. The OCB algorithm dereferences a uint64x2_t pointer, and is replaced by a memcpy to avoid penalties when trying to align it. More info https://brewx.qualcomm.com/bws/content/gi/common/appseng/en/knowledgebase/docs/kb95.html
-
John Hood authored
-
- Dec 30, 2016
- Dec 28, 2016
-
-
John Hood authored
-
- Dec 24, 2016
-
-
John Hood authored
-