1. Aug 07, 2017
  2. Aug 03, 2017
  3. Aug 02, 2017
    • John Hood's avatar
      Allow non-inserting prediction. · 8aac3cc9
      John Hood authored
      This may be useful for users who find prediction's activity right of
      the cursor distracting.
      
      Prediction underscoring is still a little weird sometimes, it replays
      a history of known/unknown changes as acks come in from the server.
      8aac3cc9
    • John Hood's avatar
      Don't do prediction on large pastes into mosh-client. · 91de8901
      John Hood authored
      Fixes #482, memory use blowup on large pastes.  mosh is still pretty slow
      about copying pastes through, though.
      91de8901
    • John Hood's avatar
      Reformat printed strings in source · 48e9dd16
      John Hood authored
      Consolidate multiple printfs.
      Break up multiline strings with string concatentation, for better
       clarity and shorter lines.
      Use fputs where appropriate.
      
      This also has the benefit of producing a single constant string with
      copyright and versions in the binaries.
      48e9dd16
  4. Aug 01, 2017
  5. Jul 24, 2017
  6. Jul 22, 2017
  7. Jul 21, 2017
  8. Jul 20, 2017
  9. May 29, 2017
  10. May 23, 2017
    • Giel van Schijndel's avatar
      When binding on the IPv6 any address bind for IPv4 too · cb91788d
      Giel van Schijndel authored
      On some Linux systems this is the default. On most other operating
      systems accepting IPv4 connections on a IPv6 socket only happens when
      explicitly requested. Even on Linux it depends on the sysctl config.
      
      This change makes it independent from the system's defaults whether IPv4
      connections will be accepted too through the same socket.
      cb91788d
  11. May 22, 2017
  12. May 20, 2017
  13. May 19, 2017
  14. May 18, 2017
  15. May 09, 2017
  16. May 08, 2017
  17. May 06, 2017
  18. Apr 26, 2017
  19. Apr 25, 2017
    • John Hood's avatar
      Work around JuiceSSH rendering bug · 2873def5
      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.
      2873def5