aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Restore benchmark iterations to 100000Gravatar Keith Winstein2012-03-14
* Eliminate unnecessary snprintf()Gravatar Keith Winstein2012-03-14
* Eliminate one terminal copy per frame (20% speedup on benchmark)Gravatar Keith Winstein2012-03-14
* Modify benchmark to avoid excessive repeated linesGravatar Keith Winstein2012-03-14
* Optimize ConditionalOverlayCell::reset_with_orig() (52% speedup!)Gravatar Keith Winstein2012-03-14
* Optimize out use of sgr() by storing rendition instead (11% speedup)Gravatar Keith Winstein2012-03-14
* Fix warning for clang++ -- we now compile on clang++ with -WerrorGravatar Keith Winstein2012-03-13
* Add benchmark example (stress test for prediction overlay)Gravatar Keith Winstein2012-03-13
* Relax glitch test for flaggingGravatar Keith Winstein2012-03-12
* Rearrange mosh-server startup messageGravatar Keith Winstein2012-03-12
* Add versions and no-warranty msg to mosh, mosh-client, mosh-serverGravatar Keith Winstein2012-03-12
* Display::Display: Fix undefined pointer comparisonGravatar Anders Kaseorg2012-03-10
* Small cleanup to generated output when predictions activeGravatar Keith Winstein2012-03-10
* Eliminate warning on OS X where argument to tigetstr is not constGravatar Keith Winstein2012-03-10
* Use TERM env var / terminfo to decide whether to send ECH. Fixes tmux bug.Gravatar Keith Winstein2012-03-10
* Output EL (erase line) when possibleGravatar Keith Winstein2012-03-10
* Print pre-CONNECT output only on failureGravatar Keith Winstein2012-03-10
* Allow explicit UDP port option, confine ports to range 60000..61000Gravatar Keith Winstein2012-03-10
* Fix asserts with side-effects (per Keegan McAllister)Gravatar Keith Winstein2012-03-08
* Fix comments, formatting, error message around use of selfpipeGravatar Keegan McAllister2012-03-07
* Underline when empirical delay gets >500ms, even if SRTT hasn't (fixes #35)Gravatar Keith Winstein2012-03-07
* Turn off prediction display only when quiescent (fixes #36 github issue)Gravatar Keith Winstein2012-03-07
* Fix bug affecting clean shutdown on OS XGravatar Keith Winstein2012-03-07
* Screen out ill-formed UTF-8 representing surrogate code pointGravatar Keith Winstein2012-03-07
* skalibs without HAS_SIGNALFD will not work if we block these signalsGravatar Keith Winstein2012-03-07
* Don’t use $(builddir)Gravatar Anders Kaseorg2012-03-07
* Build with bundled libstddjb selfpipe by defaultGravatar Anders Kaseorg2012-03-07
* Use libstddjb's selfpipe instead of signalfdGravatar Quentin Smith2012-03-07
* Fix ioctlGravatar Quentin Smith2012-03-07
* Remove redundant uses of environGravatar Anders Kaseorg2012-03-07
* Handle util.h if it exists instead of pty.hGravatar Quentin Smith2012-03-07
* Handle the absence of IP_MTU_DISCOVERGravatar Quentin Smith2012-03-07
* Add boost and protobuf in the places where they are neededGravatar Quentin Smith2012-03-07
* Add alternate timestamp implementationsGravatar Quentin Smith2012-03-07
* Cast MB_CUR_MAX to type size_tGravatar Quentin Smith2012-03-07
* Remove check for __STDC_ISO_10646__Gravatar Quentin Smith2012-03-07
* Add configure test for protocGravatar Quentin Smith2012-03-07
* Check for proper byteorder functionsGravatar Quentin Smith2012-03-07
* Make libutempter optionalGravatar Quentin Smith2012-03-07
* Stop overriding LIBS so that configure can properly set itGravatar Quentin Smith2012-03-07
* Use automake’s silent-rules mode if available, for quieter build outputGravatar Anders Kaseorg2012-03-07
* Make warning CXXFLAGS configurableGravatar Anders Kaseorg2012-03-07
* Make mosh-server exit if there's no connection within 60 secondsGravatar Keegan McAllister2012-03-06
* Save calculated time since latest remote stateGravatar Keegan McAllister2012-03-06
* Change timeout from -1 to INT_MAX in TransportSenderGravatar Keegan McAllister2012-03-06
* Rename 'attached' to 'has_remote_addr'Gravatar Keegan McAllister2012-03-06
* Fix build problem on i386Gravatar Keith Winstein2012-02-26
* Fix bug causing too-aggressive prediction (showing part of passwords)Gravatar Keith Winstein2012-02-26
* Compress all instructions (closes #19 github issue)Gravatar Keith Winstein2012-02-26
* Add const to fragmenterGravatar Keith Winstein2012-02-26