1. Apr 08, 2016
    • Baruch Siach's avatar
      configure.ac: link test for -fstack-protector-all · 7196dfdb
      Baruch Siach authored
      There are (broken) compilers out there that accept -fstack-protector-*
      parameters, but do not provide the needed ssp library. As a result,
      build does not fail, but link does. Use the local check_link_flag
      autoconf function to correctly test for SSP availability.
      
      Required for the Imagination Technologies Codescape IMG MIPS
      toolchain, version 2015.10 (and who knows what else).
      
      Fixes #744.
      7196dfdb
  2. Mar 31, 2016
  3. Mar 26, 2016
  4. 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
  5. 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
  6. Jan 17, 2016
  7. Jan 13, 2016
  8. Jan 11, 2016
  9. Dec 25, 2015
  10. Dec 07, 2015