1. 19 Nov, 2012 1 commit
  2. 17 Nov, 2012 1 commit
  3. 14 Nov, 2012 1 commit
  4. 13 Nov, 2012 1 commit
  5. 09 Nov, 2012 1 commit
  6. 07 Nov, 2012 1 commit
  7. 06 Nov, 2012 1 commit
  8. 10 Oct, 2012 2 commits
  9. 02 Oct, 2012 1 commit
  10. 12 Sep, 2012 1 commit
  11. 09 Sep, 2012 1 commit
  12. 03 Sep, 2012 1 commit
  13. 09 Aug, 2012 1 commit
  14. 08 Aug, 2012 2 commits
  15. 07 Aug, 2012 1 commit
  16. 27 Jul, 2012 1 commit
  17. 26 Jul, 2012 2 commits
  18. 22 Jul, 2012 1 commit
  19. 20 Jul, 2012 1 commit
  20. 15 Jul, 2012 1 commit
  21. 09 Jul, 2012 2 commits
  22. 07 Jul, 2012 1 commit
  23. 25 Jun, 2012 2 commits
  24. 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
  25. 11 Jun, 2012 1 commit
  26. 09 Jun, 2012 1 commit
  27. 08 Jun, 2012 1 commit
  28. 04 Jun, 2012 1 commit
  29. 03 Jun, 2012 3 commits
  30. 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
  31. 28 May, 2012 1 commit
  32. 24 May, 2012 2 commits