Skip to content
  1. Aug 04, 2011
  2. Aug 03, 2011
  3. Jul 31, 2011
    • 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
  4. Jul 29, 2011
  5. Jul 28, 2011
  6. Jul 27, 2011
  7. Jul 26, 2011
  8. Jul 25, 2011
  9. Jul 24, 2011
  10. Jul 22, 2011
    • 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
  11. Jul 19, 2011