summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-12-29Do clock_gettime() weak symbol check only on OS X/iOSJohn Hood
2016-12-29macosx/build.sh: build-a-bottle option changedmosh-1.3.0-rc1John Hood
2016-12-29Finish release changes for 1.3.0-rc1John Hood
2016-12-29Try multiple clock sources at runtime.John Hood
2016-12-27.travis.yml: do release builds on mobile-shell/mosh, not cgull/moshmosh-1.3.0-rc0John Hood
2016-12-24Travis build: don't upload dist tarball, better name for build reportJohn Hood
2016-12-21Revert to Xcode 6.4/OS X 10.10 for Travis buildJohn Hood
2016-12-21Rework Travis OS X build to eliminate subshells and "set -e".John Hood
2016-12-211.3.0-rc0-- test build processJohn Hood
2016-12-21Make Travis upload distribution tarball too.John Hood
2016-12-02Start ssh with -f instead of -n to avoid ssh hangs.John Hood
2016-11-29More print-to-pipe error checking in tests.John Hood
2016-11-29Check for assertion failures while testing.John Hood
2016-11-23s/geteuid/getuid/ for correct user lookupsJohn Hood
2016-11-20Fix Coverity "missing move operator" (copy to rvalue).John Hood
2016-11-19Remove a Network::Exception that isn't one.John Hood
2016-11-19src/test/local.test: Set TERM=xtermAnders Kaseorg
2016-11-19src/tests/inpty.cc: Send the inner stderr to the outer stderrAnders Kaseorg
2016-11-19Clarify that -p does not affect SSH portAshish Gupta
2016-11-19Add a little hint for first-time userschenxiaoqino
2016-11-19Make all commands properly support --help and --versionAnders Kaseorg
2016-11-19append_move(): improve awkward control flow, namingJohn Hood
2016-11-19Fix Configure failure on FreeBSD with only base OpenSSL.john hood
2016-11-17Describe Cell width as a narrow/wide boolean.John Hood
2016-11-17Shrink Cell to its prior size by using bitfields.John Hood
2016-11-17Fix broken wrap behavior causing broken copy/paste.John Hood
2016-11-13src/tests/inpty.cc: Skip the test on forkpty failuresAnders Kaseorg
2016-11-12inpty.cc: Align configuration to be like mosh-server.cc.john hood
2016-11-12Add a trivial test that the mosh script works without needing tmuxAnders Kaseorg
2016-11-12Add ZERO_AR_DATEJohn Hood
2016-11-12OS X package build on TravisJohn Hood
2016-11-12tests/prediction-unicode.test: env -u is not POSIXJohn Hood
2016-11-12Restore Perl 5.10 supportAnders Kaseorg
2016-11-11Revert "Do not close stdin on ssh session."John Hood
2016-11-06Add a test for spinning on no-change screen updatesJohn Hood
2016-11-06Test for spinning MoshJohn Hood
2016-11-06Fix off-by-one error on timeouts for input history echo updatesJohn Hood
2016-11-06Update send/ack timers on empty diffJohn Hood
2016-11-06Put spin debug under -vv flag, and add to mosh-clientJohn Hood
2016-11-06Log/limit pselect() with timeout of 0John Hood
2016-11-06Do not close stdin on ssh session.John Hood
2016-11-06Add tests to run Mosh repeatedly.John Hood
2016-11-06Exit gracefully on pty write or ioctl failure.John Hood
2016-11-06Handle printing to closed pipes better in tests.John Hood
2016-11-06OpenIndiana pid_t is long intJohn Hood
2016-11-06Remove unused includeJohn Hood
2016-11-04e2e-test: Add newline to “unknown test type argument” errorAnders Kaseorg
2016-11-04Fix most shell hygiene issues found by shellcheckAnders Kaseorg
2016-10-31make V=1John Hood
2016-10-29Cleanup AppVeyor Git checkout more safely.John Hood