1. 04 Sep, 2013 4 commits
    • Daniel Stenberg's avatar
      curl.h: add CURL_VERSION_HTTP2 as a feature · b77997e6
      Daniel Stenberg authored
      It isn't added as a separate protocol as HTTP2 will be done over HTTP://
      URLs that can be upgraded to HTTP2 if the server supports it as well.
      b77997e6
    • 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. 03 Sep, 2013 1 commit
  3. 02 Sep, 2013 1 commit
  4. 01 Sep, 2013 3 commits
  5. 31 Aug, 2013 8 commits
  6. 30 Aug, 2013 6 commits
  7. 29 Aug, 2013 7 commits
  8. 28 Aug, 2013 7 commits
  9. 27 Aug, 2013 3 commits