1. 20 Nov, 2012 1 commit
  2. 19 Nov, 2012 2 commits
  3. 17 Nov, 2012 1 commit
  4. 14 Nov, 2012 1 commit
  5. 13 Nov, 2012 1 commit
  6. 09 Nov, 2012 1 commit
  7. 07 Nov, 2012 1 commit
  8. 06 Nov, 2012 1 commit
  9. 10 Oct, 2012 2 commits
  10. 02 Oct, 2012 1 commit
  11. 12 Sep, 2012 1 commit
  12. 09 Sep, 2012 1 commit
  13. 03 Sep, 2012 1 commit
  14. 09 Aug, 2012 1 commit
  15. 08 Aug, 2012 2 commits
  16. 07 Aug, 2012 1 commit
  17. 27 Jul, 2012 1 commit
  18. 26 Jul, 2012 2 commits
  19. 22 Jul, 2012 1 commit
  20. 20 Jul, 2012 1 commit
  21. 15 Jul, 2012 1 commit
  22. 09 Jul, 2012 2 commits
  23. 07 Jul, 2012 1 commit
  24. 25 Jun, 2012 2 commits
  25. 13 Jun, 2012 1 commit
    • Yang Tse's avatar
      schannel: remove version number and identify its use with 'schannel' literal · 819afe46
      Yang Tse authored
      Version number is removed in order to make this info consistent with
      how we do it with other MS and Linux system libraries for which we don't
      provide this info.
      
      Identifier changed from 'WinSSPI' to 'schannel' given that this is the
      actual provider of the SSL/TLS support. libcurl can still be built with
      SSPI and without SCHANNEL support.
      819afe46
  26. 11 Jun, 2012 1 commit
  27. 09 Jun, 2012 1 commit
  28. 08 Jun, 2012 1 commit
  29. 04 Jun, 2012 1 commit
  30. 03 Jun, 2012 3 commits
  31. 02 Jun, 2012 1 commit
    • Steve Holme's avatar
      pop3: Fixed the issue of having to supply the user name for all requests · 69ba0da8
      Steve Holme authored
      Previously it wasn't possible to connect to POP3 and not specify the
      user name as a CURLE_ACCESS_DENIED error would be returned. This error
      occurred because USER would be sent to the server with a blank user name
      if no mailbox user was specified as the server would reply with -ERR.
      
      This wasn't a problem prior to the 7.26.0 release but with the
      introduction of custom commands the user and/or application developer
      might want to issue a CAPA command without having to log in as a
      specific mailbox user.
      
      Additionally this fix won't send the newly introduced AUTH command if no
      user name is specified.
      69ba0da8
  32. 28 May, 2012 1 commit