1. 03 Aug, 2011 2 commits
  2. 31 Jul, 2011 2 commits
    • Yang Tse's avatar
      configure: add check for <sys/wait.h> · 7688a99b
      Yang Tse authored
      7688a99b
    • Yang Tse's avatar
      NTLM single-sign on adjustments (VIII) · 10a0bed4
      Yang Tse authored
      Use preprocessor symbols WINBIND_NTLM_AUTH_ENABLED and WINBIND_NTLM_AUTH_FILE
      for Samba's winbind daemon ntlm_auth helper code implementation and filename.
      
      Retain preprocessor symbol USE_NTLM_SSO for NTLM single-sign-on feature
      availability implementation independent.
      
      For test harness, prefix NTLM_AUTH environment vars with CURL_
      
      Refactor and rename configure option --with-ntlm-auth to --enable-wb-ntlm-auth[=FILE]
      10a0bed4
  3. 29 Jul, 2011 7 commits
  4. 28 Jul, 2011 6 commits
  5. 27 Jul, 2011 4 commits
  6. 26 Jul, 2011 4 commits
  7. 25 Jul, 2011 3 commits
  8. 24 Jul, 2011 1 commit
  9. 22 Jul, 2011 1 commit
    • Ben Winslow's avatar
      progress: reset flags at transfer start · 27b88140
      Ben Winslow authored
      When an easy handle is used to download an URI which has no
      Content-Length header (or equivalent) after downloading an URI which
      does, the value from the previous transfer is reused and returned by
      CURLINFO_CONTENT_LENGTH_DOWNLOAD. This is because the progress flags
      (used to determine whether such a header was received) are not reset
      between transfers.
      
      Bug: http://curl.haxx.se/bug/view.cgi?id=3370895
      27b88140
  10. 19 Jul, 2011 6 commits
  11. 18 Jul, 2011 4 commits