Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | schannel: remove version number and identify its use with 'schannel' literal | Yang Tse | |
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. | |||
2012-06-11 | sspi: Updated RELEASE-NOTES, FEATURES and THANKS | Marc Hoersken | |
2012-06-09 | pop3: Added support for apop authentication | Steve Holme | |
2012-06-08 | ssl: fix duplicated SSL handshake with multi interface and proxy | Kamil Dudka | |
Bug: https://bugzilla.redhat.com/788526 Reported by: Enrico Scholz | |||
2012-06-04 | pop3: Added support for sasl digest-md5 authentication | Steve Holme | |
2012-06-03 | RELEASE-NOTES: Added missing addition of sasl login support | Steve Holme | |
2012-06-03 | pop3: Added support for sasl cram-md5 authentication | Steve Holme | |
2012-06-03 | RELEASE-NOTES: synced with c4e3578e4bf | Daniel Stenberg | |
Also bumped the contributor number and next release is to become 7.27.0 | |||
2012-06-02 | pop3: Fixed the issue of having to supply the user name for all requests | Steve Holme | |
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. | |||
2012-05-28 | nss: use human-readable error messages provided by NSS | Kamil Dudka | |
Bug: http://lists.baseurl.org/pipermail/yum-devel/2012-January/009002.html | |||
2012-05-24 | bump to 7.26.1: start working towards next release | Daniel Stenberg | |
2012-05-24 | RELEASE-NOTES: synced with ef60fdbd73 | Daniel Stenberg | |
Just before 7.26.0 is about to ship | |||
2012-05-22 | RELEASE-NOTES: synced with 8ae1e657e82a | Daniel Stenberg | |
And mention that this will become 7.26.0 | |||
2012-04-29 | REALEASE-NOTES: synced with 64f48e884e3c1 | Daniel Stenberg | |
2012-04-13 | nss: provide human-readable names for NSS errors | Kamil Dudka | |
2012-04-13 | nss: use NSS_InitContext() to initialize NSS if available | Kamil Dudka | |
NSS_InitContext() was introduced in NSS 3.12.5 and helps to prevent collisions on NSS initialization/shutdown with other libraries. Bug: https://bugzilla.redhat.com/738456 | |||
2012-04-13 | nss: unconditionally require PK11_CreateGenericObject() | Kamil Dudka | |
This bumps the minimal supported version of NSS to 3.12.x. | |||
2012-03-23 | version: start working on 7.25.1-DEV | Yang Tse | |
2012-03-22 | RELEASE-NOTES: synced with b8b2cf612b2 | Daniel Stenberg | |
2012-03-18 | RELEASE-NOTES: synced with ad77420ac761b | Daniel Stenberg | |
3 more bugs, 1 more contributor | |||
2012-03-10 | RELEASE-NOTES: synced with e650dbde86 | Daniel Stenberg | |
New: 12 bugs, 3 changes, 6 contributors and updated counters at the top | |||
2012-02-13 | RELEASE-NOTES: synced with 2b26eb985 | Daniel Stenberg | |
9 bug fixes, 4 changes and numerous contributors Bumped release version and option counters | |||
2012-01-25 | version: start working on 7.24.1-DEV | Yang Tse | |
2012-01-24 | RELEASE-NOTES: synced with 70f71bb99f7ed9 | Daniel Stenberg | |
Synced and prepared for 7.24.0 release. Two security problems, one bug fix, two more contributors. | |||
2012-01-22 | RELEASE-NOTES: synced with 6e2fd2c9ea | Daniel Stenberg | |
3 more bugfixes, 3 more contributors | |||
2012-01-18 | RELEASE-NOTES: synced with 5d70a61b94604 | Daniel Stenberg | |
5 more bug fixes, 1 more contributor | |||
2012-01-12 | RELEASE-NOTES: synced with 9f20379fe4 | Daniel Stenberg | |
5 bug fixes, 3 more contributors | |||
2012-01-03 | RELEASE-NOTES: synced with 2f4a487a68 | Daniel Stenberg | |
Two bugfixes, two more contributors | |||
2011-12-31 | RELEASE-NOTES: synced with 81ebdd9e287 | Daniel Stenberg | |
6 more bugfixes, 3 more contributors | |||
2011-12-25 | transfer: avoid unnecessary timeout event when waiting for 100-continue | Kamil Dudka | |
The commit 9dd85bc unintentionally changed the way we compute the time spent waiting for 100-continue. In particular, when using a SSL client certificate, the time spent by SSL handshake was included and could cause the CURL_TIMEOUT_EXPECT_100 timeout to be mistakenly fired up. Bug: https://bugzilla.redhat.com/767490 Reported by: Mamoru Tasaka | |||
2011-12-20 | RELEASE-NOTES: added two references | Daniel Stenberg | |
2011-12-20 | RELEASE-NOTES: synced with 380bade777 | Daniel Stenberg | |
5 new bugfixes, 2 new changes and 4 new contributors | |||
2011-12-19 | RELEASE-NOTES: synced with af9bc1604c1 | Daniel Stenberg | |
One new feature, one bug fix. Introduced references in this file for mentioned issues after this discussion: http://curl.haxx.se/mail/lib-2011-12/0187.html The plan is to let the references get moved over to the changes.html file at release-time | |||
2011-12-12 | RELEASE-NOTES: synced with 1259ccf7474 | Daniel Stenberg | |
5 more bugfixes, 5 more contributors | |||
2011-12-05 | RELEASE-NOTES: synced with 347f951c390 | Daniel Stenberg | |
8 more bugs, 5 more contributors | |||
2011-11-30 | RELEASE-NOTES: synced with 1038d0aa1 | Daniel Stenberg | |
5 bugfixes and 1 new contributor | |||
2011-11-25 | RELEASE-NOTES: synced with 2c905fd1f82 | Daniel Stenberg | |
2011-11-17 | RELEASE-NOTES: correct the release and contributor numbers | Daniel Stenberg | |
2011-11-15 | 7.24.0: start the work | Daniel Stenberg | |
2011-11-12 | RELEASE-NOTES: synced with 10120e6a | Daniel Stenberg | |
one more bug fix and contributor | |||
2011-11-06 | RELEASE-NOTES: synced with e3166df1bb3 | Daniel Stenberg | |
4 new bugfixes, 2 more contributors | |||
2011-10-25 | RELEASE-NOTES: synced with 4464583a6ed | Daniel Stenberg | |
5 more bug fixes, 4 additional contributors | |||
2011-10-18 | RELEASE-NOTES: synced with ecbb08cea3cd6 | Daniel Stenberg | |
2011-10-17 | nss: select client certificates by DER | Kamil Dudka | |
... instead of nicknames, which are not unique. | |||
2011-10-08 | RELEASE-NOTES: Fixed a couple of typos | Dan Fandrich | |
2011-09-29 | RELEASE-NOTES: synced with 5898a6a09b211fc7e2 | Daniel Stenberg | |
Bumped next release version to become 7.23.0 for the changes | |||
2011-09-25 | RELEASE-NOTES: synced with d2a47021c0a6 | Daniel Stenberg | |
2011-09-13 | Curl_add_custom_headers: support headers with no data | warp kawada | |
A custom HTTP header ending in a semicolon instead of a colon will be treated as a header to be added without any data portion. | |||
2011-09-13 | 7.22.1: start working | Daniel Stenberg | |
2011-09-13 | RELEASE-NOTES: ready for 7.22.0 | Daniel Stenberg | |