- Jun 04, 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>
-
Jérémie Courrèges-Anglas authored
using a mix of good old select and sigprocmask Signed-off-by:Jérémie Courrèges-Anglas <jca@wxcvbn.org>
-
Andrew Chin authored
Previously, mosh was linking with macports-provided libs in /opt/local/lib, which was not portable to users without macports Closes #411
-
Anders Kaseorg authored
There’s a bug in automake ≥ 1.10, < 1.12 where ‘-Wall foreign’ incorrectly turns off warnings about portability issues. To get consistent results across automake versions, use ‘foreign -Wall’ instead. http://debbugs.gnu.org/cgi-bin/bugreport.cgi?bug=7669 Signed-off-by:
Anders Kaseorg <andersk@mit.edu> Closes #413
-
- Apr 10, 2013
-
-
Anton Lundin authored
We don't need to write perl like C.
-
- Mar 28, 2013
-
-
Keith Winstein authored
-
Keith Winstein authored
This test doesn't return an error on failure and also was triggering a stack protector warning on some platforms. We have an end-to-end test of OCB in src/tests/ocb-aes.cc that seems to work well.
-
Alexander Chernyakhovsky authored
-
- Mar 27, 2013
-
-
Alexander Chernyakhovsky authored
When attempting to build againt EPEL 5, it was noticed that human_readable_duration expects an int, but time_elapsed is an integer. Explicitly static_cast<int>( time_elapsed ) to appease older compilers.
-
Keith Winstein authored
-
Keith Winstein authored
-
- Mar 11, 2013
-
-
Keith Winstein authored
-
Keith Winstein authored
(Failed on Perl 5.8 with OS X 10.5)
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Keith Winstein authored
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #390.
-
Anders Kaseorg authored
Found by cppcheck Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
cppcheck found an exception safety bug in the old code, but like, really now. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
In the old code, cppcheck complained about throwing in the destructor, but like, seriously? Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Found by cppcheck. Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu> Closes #392.
-
Anders Kaseorg authored
The configure --enable-tests flag is no longer needed because check_PROGRAMS are not built until you run ‘make check’. 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> Closes #384. Closes #2.
-
Anders Kaseorg authored
Closes #2 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> Closes #385.
-
Anders Kaseorg authored
Signed-off-by:Anders Kaseorg <andersk@mit.edu>
-