- Sep 20, 2013
-
-
Steve Holme authored
Added the ability to use an XOAUTH2 bearer token [RFC6750] with POP3 for authentication using RFC6749 "OAuth 2.0 Authorization Framework". The bearer token is expected to be valid for the user specified in conn->user. If CURLOPT_XOAUTH2_BEARER is defined and the connection has an advertised auth mechanism of "XOAUTH2", the user and access token are formatted as a base64 encoded string and sent to the server as "AUTH XOAUTH2 <bearer token>".
-
- Sep 14, 2013
-
-
Steve Holme authored
-
- Sep 11, 2013
-
-
Steve Holme authored
-
- Sep 10, 2013
-
-
Jiri Hruska authored
Don't wait for the next callback call (usually 1 second) before continuing with protocol specific connection initialization.
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Sep 09, 2013
-
-
Kamil Dudka authored
Otherwise, the FTP protocol would unnecessarily hang 60 seconds if aborted in the CURLOPT_HEADERFUNCTION callback. Reported by: Tomas Mlcoch Bug: https://bugzilla.redhat.com/1005686
-
- Sep 04, 2013
-
-
Daniel Stenberg authored
-
- Aug 31, 2013
-
-
Steve Holme authored
-
- Aug 28, 2013
-
-
Daniel Stenberg authored
-
- Aug 26, 2013
-
-
Steve Holme authored
-
- Aug 25, 2013
-
-
Daniel Stenberg authored
We've announced this pending removal for a long time and we've repeatedly asked if anyone would care or if anyone objects. Nobody has objected. It has probably not even been working for a good while since nobody has tested/used this code recently. The stuff in krb4.h that was generic enough to be used by other sources is now present in security.h
-
- Aug 23, 2013
-
-
Daniel Stenberg authored
-
- Aug 12, 2013
-
-
Daniel Stenberg authored
Start working on the next version and up some counters.
-
- Aug 08, 2013
-
-
Daniel Stenberg authored
-
- Jul 29, 2013
-
-
Daniel Stenberg authored
-
- Jul 19, 2013
-
-
Daniel Stenberg authored
-
- Jun 30, 2013
-
-
Kamil Dudka authored
This commit fixes a regression introduced in fddb7b44. Reported by: Markus Moeller Bug: http://curl.haxx.se/mail/archive-2013-06/0052.html
-
- Jun 25, 2013
-
-
Daniel Stenberg authored
The 10 first bug fixes for the pending release...
-
- Jun 22, 2013
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 20, 2013
-
-
Daniel Stenberg authored
-
- Jun 13, 2013
-
-
Daniel Stenberg authored
Mention 7 recent bug fixes and their associated contributors
-
- Jun 07, 2013
-
-
Daniel Stenberg authored
Added 11 bugs and 7 contributors
-
- May 12, 2013
-
-
Daniel Stenberg authored
-
- May 06, 2013
-
-
Jared Jennings authored
-
- May 04, 2013
-
-
Steve Holme authored
-
- Apr 29, 2013
-
-
Steve Holme authored
The curl command line utility would display the the completed progress bar with a percentage of zero as the progress routines didn't know the size of the transfer.
-
- Apr 28, 2013
-
-
Nick Zitzmann authored
Users using the Secure Transport (darwinssl) back-end can now use a certificate and private key to authenticate with a site using TLS. Because Apple's security system is based around the keychain and does not have any non-public function to create a SecIdentityRef data structure from data loaded outside of the Keychain, the certificate and private key have to be loaded into the Keychain first (using the certtool command line tool or the Security framework's C API) before we can find it and use it.
-
- Apr 27, 2013
-
-
Daniel Stenberg authored
Since we're adding new stuff, the next release will bump the minor version and we're looking forward to 7.31.0
-
Steve Holme authored
-
- Apr 26, 2013
-
-
Zdenek Pavlas authored
... in order to prevent an artificial timeout event based on stale speed-check data from a previous network transfer. This commit fixes a regression caused by 9dd85bce. Bug: https://bugzilla.redhat.com/906031
-
- Apr 24, 2013
-
-
Steve Holme authored
-
- Apr 20, 2013
-
-
Steve Holme authored
-
- Apr 13, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
- Apr 12, 2013
-
-
Daniel Stenberg authored
-
- Apr 11, 2013
-
-
Daniel Stenberg authored
Most notable the security advisory: http://curl.haxx.se/docs/adv_20130412.html
-
- Apr 09, 2013
-
-
Daniel Stenberg authored
added "tcpkeepalive on Mac OS X"
-