Skip to content
  1. Sep 04, 2013
    • Steve Holme's avatar
      imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 servers · 9e8ced98
      Steve Holme authored
      XOAUTH2 would be selected in preference to LOGIN and PLAIN if the IMAP
      or SMTP server advertised support for it even though a user's password
      was supplied but bearer token wasn't.
      
      Modified the selection logic so that XOAUTH2 will only be selected if
      the server supports it and A) The curl user/libcurl programmer has
      specifically asked for XOAUTH via the ;AUTH=XOAUTH login option or 2)
      The bearer token is specified. Obviously if XOAUTH is asked for via
      the login option but no token is specified the user will receive a
      authentication failure which makes more sense than no known
      authentication mechanisms supported!
      9e8ced98
    • Daniel Stenberg's avatar
      curl.h: added CURL_HTTP_VERSION_2_0 · 698e3bdf
      Daniel Stenberg authored
      Initial library considerations documented in lib/README.http2
      698e3bdf
    • Daniel Stenberg's avatar
      configure: added --with-nghttp2 · 9011fb3f
      Daniel Stenberg authored
      9011fb3f
  2. Sep 03, 2013
  3. Sep 02, 2013
  4. Sep 01, 2013
  5. Aug 31, 2013
  6. Aug 30, 2013
  7. Aug 29, 2013
  8. Aug 28, 2013
  9. Aug 27, 2013