- 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"
-
- Apr 08, 2013
-
-
Nick Zitzmann authored
I noticed that aria2's SecureTransport code disables insecure ciphers such as NULL, anonymous, IDEA, and weak-key ciphers used by SSLv3 and later. That's a good idea, and now we do the same thing in order to prevent curl from accessing a "secure" site that only negotiates insecure ciphersuites.
-
Steve Holme authored
-
Steve Holme authored
-
Daniel Stenberg authored
-
- Apr 05, 2013
-
-
Daniel Stenberg authored
3 more bug fixes, 6 more contributors
-
- Mar 31, 2013
-
-
Daniel Stenberg authored
-
- Mar 27, 2013
-
-
Steve Holme authored
-
Daniel Stenberg authored
-
- Mar 23, 2013
-
-
Daniel Stenberg authored
More changes, bugfixes and contributors!
-
- Mar 19, 2013
-
-
Nick Zitzmann authored
I found out that ECC doesn't work as of OS X 10.8.3, so those ciphers are turned off until the next point release of OS X.
-
- Mar 12, 2013
-
-
Zdenek Pavlas authored
The flag can be used in pycurl-based applications where using the multi interface would not be acceptable because of the performance lost caused by implementing the select() loop in python. Bug: http://curl.haxx.se/bug/view.cgi?id=1168 Downstream Bug: https://bugzilla.redhat.com/919127
-
Kamil Dudka authored
-
- Mar 09, 2013
-
-
Daniel Stenberg authored
8 more bugfixes, one change and a bunch of contributors
-
- Mar 08, 2013
-
-
Daniel Stenberg authored
-
- Mar 07, 2013
-
-
Daniel Stenberg authored
-
Steve Holme authored
With all the recent imap changes it wasn't clear what new features and fixes should be included in the release notes.
-
Nick Zitzmann authored
-
- Mar 06, 2013
-
-
Kamil Dudka authored
The option needs to be set on the SSL socket. Setting it on the model takes no effect. Note that the non-blocking mode is still not enabled for the handshake because the code is not yet ready for that.
-
- Feb 16, 2013
-
-
Daniel Stenberg authored
-
- Feb 10, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
- Feb 07, 2013
-
-
Steve Holme authored
-
- Feb 06, 2013
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 05, 2013
-
-
Daniel Stenberg authored
8 more bug fixes mentioned
-
Steve Holme authored
Added recent additions and fixes following the changes to imap, pop3 and smtp. Additionally added another contributor that helped to test the imap sasl changes.
-
- Jan 28, 2013
-
-
Daniel Stenberg authored
Even though he's a fine dude, once is enough for this time!
-