1. 30 Oct, 2011 3 commits
    • Dave Reisner's avatar
      doc/curl.1: fix sentence with ending for -# option · b24c28e6
      Dave Reisner authored
      Try to be a little more descriptive about the effect of this flag,
      rather than parroting what was said in the paragraph just above.
      b24c28e6
    • Yang Tse's avatar
      FTP test server: fix server unresponsiveness · 0b315c1c
      Yang Tse authored
      Some torture tests left FTP test server in an unresponsive state, resulting
      in torture tests that actually completed following unexpected code paths.
      
      Changes in this commit solely address this issue and some adjustments for
      ftpserver.pl logging relative to data channel establishment and tear down.
      Pending NODATACONN relative adjustments reserved for a further commit.
      0b315c1c
    • Yang Tse's avatar
      runtests.pl: running server checks - commit 4464583a follow-up · e2928e15
      Yang Tse authored
      Ensure verification takes place with no server commands file.
      Ignore verbose setting for running server precheck.
      Tweak unresponsive server message, to allow detection by haxx.se scripts.
      e2928e15
  2. 29 Oct, 2011 1 commit
  3. 28 Oct, 2011 1 commit
  4. 27 Oct, 2011 6 commits
  5. 26 Oct, 2011 3 commits
  6. 25 Oct, 2011 2 commits
  7. 24 Oct, 2011 8 commits
  8. 23 Oct, 2011 2 commits
  9. 22 Oct, 2011 1 commit
    • Yang Tse's avatar
      tool_operate.c: OOM handling fix · cc76bbe7
      Yang Tse authored
      Move curl_easy_perform source code geneartion out of curl_easy_perform's loop
      for proper OOM handling and source code geneartion.
      cc76bbe7
  10. 21 Oct, 2011 7 commits
  11. 20 Oct, 2011 5 commits
  12. 19 Oct, 2011 1 commit
    • Tim Harder's avatar
      gtls: only call gnutls_transport_set_lowat with <gnutls-2.12.0 · 8036da87
      Tim Harder authored
      The default lowat level for gnutls-2.12* is set to zero to avoid
      unnecessary system calls and the gnutls_transport_set_lowat function has
      been totally removed in >=gnutls-3 which causes build failures.
      
      Therefore, the function shouldn't be used except for versions that
      require it, <gnutls-2.12.0.
      8036da87