1. May 11, 2016
  2. May 10, 2016
  3. May 09, 2016
  4. Apr 08, 2016
  5. Mar 31, 2016
  6. Mar 26, 2016
  7. Mar 19, 2016
    • john hood's avatar
      configure.ac: Do s/-pthreads -lpthreads/-pthreads/ for protobuf · a47917b9
      john hood authored
      protobuf uses an obsolete automake pthreads detection macro,
      which results in "pkgconfig --libs protobuf" returning
      "-lprotobuf -pthread -lpthread" on Linux.  Remove
      the unnecessary and dangerous -lpthread in that case.
      
      Fixes #727, mosh-server crash in libutempter on Debian Sid.
      a47917b9
  8. Feb 11, 2016
    • Keith Winstein's avatar
      Eliminated "handled" field in Parser::Action · e7303e0b
      Keith Winstein authored
      This field was used during development to measure the
      coverage of the ANSI terminal parser against typical
      terminal input sequences.
      
      The "handled" field has not been read by any code since
      commit 1ee54cd7 (February 2011). Eliminating the field
      by popular request (closes #723).
      e7303e0b
  9. Jan 17, 2016