Commit Graph

522 Commits

Author SHA1 Message Date
Keith Winstein 612159490f Modify benchmark to avoid excessive repeated lines 2012-03-14 01:34:40 -04:00
Keith Winstein 53ab10a645 Optimize ConditionalOverlayCell::reset_with_orig() (52% speedup!) 2012-03-14 01:26:11 -04:00
Keith Winstein 561a2be761 Optimize out use of sgr() by storing rendition instead (11% speedup) 2012-03-14 01:11:47 -04:00
Keith Winstein c6c6f8bea0 Small fixes to README 2012-03-13 19:22:39 -04:00
Keith Winstein 45fd4b914c Update benchmark results in README.md 2012-03-13 19:21:46 -04:00
Keith Winstein 56e52190eb Fix warning for clang++ -- we now compile on clang++ with -Werror 2012-03-13 18:54:37 -04:00
Keith Winstein 4bde28bc3f Add benchmark example (stress test for prediction overlay) 2012-03-13 18:48:30 -04:00
Keith Winstein 9f1589cffc Fix typo in README.md 2012-03-13 15:57:35 -04:00
Keith Winstein ee9540b039 Note on optimization 2012-03-13 15:55:02 -04:00
Keith Winstein fbd17a1810 Revise man page example output to match new version 2012-03-12 16:51:25 -04:00
Keith Winstein c845e41121 Remove beta notice in man pages 2012-03-12 16:40:39 -04:00
Keith Winstein ddc3c3aff4 Update THANKS 2012-03-12 16:37:25 -04:00
Keith Winstein e1452fc333 Relax glitch test for flagging 2012-03-12 16:28:27 -04:00
Keith Winstein aa677c2d73 Update THANKS 2012-03-12 14:54:08 -04:00
Keith Winstein ef0bf90221 Rearrange mosh-server startup message 2012-03-12 05:15:41 -04:00
Keith Winstein e0ac9e7804 Move version and copyright information to --version 2012-03-12 05:08:40 -04:00
Keith Winstein 91b8d500a5 Increase version number 2012-03-12 04:52:55 -04:00
Keith Winstein 4f8f938369 Add versions and no-warranty msg to mosh, mosh-client, mosh-server 2012-03-12 04:49:00 -04:00
Keith Winstein 66730050ee Update version 2012-03-10 16:51:30 -05:00
Anders Kaseorg 843401a935 Display::Display: Fix undefined pointer comparison
“If two pointers p and q of the same type point to different that are
not members of the same object or elements of the same array or to
different functions, or if only one of them is null, the results of
p<q, p>q, p<=q, and p>=q are unspecified.”

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-10 15:58:19 -05:00
Keith Winstein 5ac36b58df Update README.md 2012-03-10 14:10:47 -05:00
Keith Winstein 792724159c Update README.md 2012-03-10 14:06:01 -05:00
Keith Winstein bc3297aa75 Small cleanup to generated output when predictions active 2012-03-10 06:42:21 -05:00
Keith Winstein 122d9fbccf Eliminate warning on OS X where argument to tigetstr is not const 2012-03-10 06:02:17 -05:00
Keith Winstein 0f8d0eea0d Update version number (to 0.98) and changelogs 2012-03-10 05:47:05 -05:00
Keith Winstein b8457dd308 Use TERM env var / terminfo to decide whether to send ECH. Fixes tmux bug.
Closes #28 github issue.
2012-03-10 05:41:03 -05:00
Keith Winstein ac16f9127c Output EL (erase line) when possible 2012-03-10 04:30:04 -05:00
Keith Winstein 66c6c0669a Print pre-CONNECT output only on failure 2012-03-10 03:55:25 -05:00
Keith Winstein 0fe911ce20 Update man pages to reflect port selection (closes #21 github issue) 2012-03-10 03:48:46 -05:00
Keith Winstein df3eec1397 Allow explicit UDP port option, confine ports to range 60000..61000 2012-03-10 03:34:47 -05:00
Keith Winstein c96e4956b0 Update AUTHORS 2012-03-08 11:36:31 -05:00
Keith Winstein df5d163f9c Fix asserts with side-effects (per Keegan McAllister) 2012-03-08 10:50:19 -05:00
Keegan McAllister 4a29ab9d70 Fix comments, formatting, error message around use of selfpipe 2012-03-07 18:38:18 -08:00
Keith Winstein e9cea2627e Update version numbers (etc.) for new release 2012-03-07 04:22:15 -05:00
Keith Winstein dc1c49975f Underline when empirical delay gets >500ms, even if SRTT hasn't (fixes #35) 2012-03-07 04:09:40 -05:00
Keith Winstein 562ab991c8 Turn off prediction display only when quiescent (fixes #36 github issue) 2012-03-07 03:51:31 -05:00
Keith Winstein 5dc208a97e Terminate compiler warnings options so displays with closing right bracket 2012-03-07 03:30:23 -05:00
Keith Winstein 4e158a22e5 Fix bug affecting clean shutdown on OS X 2012-03-07 03:21:33 -05:00
Keith Winstein 4295111fd9 Add new files to debian/copyright 2012-03-07 03:10:19 -05:00
Keith Winstein 5a9f75bdba Update AUTHORS 2012-03-07 03:10:19 -05:00
Keith Winstein 812b24b83a Screen out ill-formed UTF-8 representing surrogate code point 2012-03-07 03:10:19 -05:00
Keith Winstein 875e17e966 skalibs without HAS_SIGNALFD will not work if we block these signals 2012-03-07 03:10:19 -05:00
Anders Kaseorg b65b1bde53 Add autogen.sh to EXTRA_DIST
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:10:19 -05:00
Anders Kaseorg edada5e1ea Don’t use $(builddir)
$(builddir) is always ., except apparently on automake 1.9 which
doesn’t define it.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:10:19 -05:00
Quentin Smith 03edc31ccb Lower required autoconf version since 2.65 isn't needed 2012-03-07 03:10:19 -05:00
Anders Kaseorg c56f8229e5 Build with bundled libstddjb selfpipe by default
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:10:19 -05:00
Anders Kaseorg 29bb8facc7 Fake up enough headers to let libstddjb selfpipe build
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:05:37 -05:00
Quentin Smith 77f3a9073f Import selfpipe code from skalibs 1.2.5
[andersk@mit.edu: Move code to new third/libstddjb directory]
2012-03-07 03:05:37 -05:00
Quentin Smith 9a3ab83783 Use libstddjb's selfpipe instead of signalfd
Use selfpipe in our client, server, and examples.
2012-03-07 03:05:37 -05:00
Anders Kaseorg 6d65fe9f79 Add configure options for external skalibs
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2012-03-07 03:05:37 -05:00