#
7d1eb66c |
| 29-Oct-2013 |
Daniel Stenberg |
RELEASE-NOTES: synced with 255826c40f9316
|
#
1cb5150d |
| 25-Oct-2013 |
Steve Holme |
RELEASE-NOTES: Synced with d24b7953c2132a
|
#
e179d0eb |
| 18-Oct-2013 |
Steve Holme |
RELEASE-NOTES: Synced with ce61510127ea60
|
#
86c64f3d |
| 18-Oct-2013 |
Kamil Dudka |
curl_sasl: initialize NSS before using crypto
|
#
1dcc4336 |
| 14-Oct-2013 |
Daniel Stenberg |
bump: start working on 7.33.1
|
Revision tags: curl-7_33_0 |
|
#
f77e89c5 |
| 13-Oct-2013 |
Daniel Stenberg |
RELEASE-NOTES: synced with 92cf6141ed0de
|
#
d015f4cc |
| 07-Oct-2013 |
Kamil Dudka |
ssh: improve the logic for detecting blocking direction This fixes a regression introduced by commit 0feeab78 limiting the speed of SCP upload to 16384 B/s on a fast connection (such as
ssh: improve the logic for detecting blocking direction This fixes a regression introduced by commit 0feeab78 limiting the speed of SCP upload to 16384 B/s on a fast connection (such as localhost).
show more ...
|
#
b4649190 |
| 06-Oct-2013 |
Daniel Stenberg |
RELEASE-NOTES: add twos refs to bug reports
|
#
725288bf |
| 06-Oct-2013 |
Daniel Stenberg |
RELEASE-NOTES: synced with 173160c0d068
|
#
77dc4ba8 |
| 23-Sep-2013 |
Daniel Stenberg |
RELEASE-NOTES: added recent contributors missing
|
#
59c1743c |
| 21-Sep-2013 |
Steve Holme |
RELEASE-NOTES: Corrected missed addition Somehow commit 60a20461629fda missed the last item in the sync list even though I'm sure I added it during editing.
|
#
60a20461 |
| 21-Sep-2013 |
Steve Holme |
RELEASE-NOTES: Synced with 6dd8bd8d2f9729
|
#
18db7438 |
| 20-Sep-2013 |
Steve Holme |
pop3: Added basic SASL XOAUTH2 support Added the ability to use an XOAUTH2 bearer token [RFC6750] with POP3 for authentication using RFC6749 "OAuth 2.0 Authorization Framework".
pop3: Added basic SASL XOAUTH2 support 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>".
show more ...
|
#
fbcefc0c |
| 14-Sep-2013 |
Steve Holme |
imap: Fixed response check for NOOP command
|
#
f3c9749a |
| 11-Sep-2013 |
Steve Holme |
imap: Fixed response check for LSUB and UID commands
|
#
5c14a7f0 |
| 10-Sep-2013 |
Jiri Hruska |
imap/pop3/smtp: Speed up SSL connection initialization Don't wait for the next callback call (usually 1 second) before continuing with protocol specific connection initialization.
|
#
d89eb559 |
| 10-Sep-2013 |
Steve Holme |
RELEASE-NOTES: Corrected duplicate in bfefe2400a16b8
|
#
4a85e60c |
| 10-Sep-2013 |
Steve Holme |
RELEASE-NOTES: Corrected typo from bfefe2400a16b8
|
#
bfefe240 |
| 10-Sep-2013 |
Steve Holme |
RELEASE-NOTES: synced with 25c68903756d6b
|
#
c639d725 |
| 09-Sep-2013 |
Kamil Dudka |
url: handle abortion by read/write callbacks, too Otherwise, the FTP protocol would unnecessarily hang 60 seconds if aborted in the CURLOPT_HEADERFUNCTION callback. Reported by:
url: handle abortion by read/write callbacks, too 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
show more ...
|
#
2eabb7d5 |
| 04-Sep-2013 |
Daniel Stenberg |
curl: add --http1.1 and --http2.0 options
|
#
f3849a7b |
| 31-Aug-2013 |
Steve Holme |
imap: Fixed response check for EXPUNGE command
|
#
c3b513e7 |
| 28-Aug-2013 |
Daniel Stenberg |
bump: next release is 7.33.0 due to added features
|
#
9d957294 |
| 26-Aug-2013 |
Steve Holme |
RELEASE-NOTES: synced with acf59be7f09a7
|
#
bb552933 |
| 23-Aug-2013 |
Daniel Stenberg |
FTP: remove krb4 support 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 probab
FTP: remove krb4 support 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
show more ...
|