Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-28 | RELEASE-NOTES: changed encoding to UTF-8 like previous releases | Dan Fandrich | |
2014-01-28 | RELEASE-NOTES: Synced with 5a47062cada9 | Steve Holme | |
2014-01-21 | RELEASE-NOTES: added another missing bug ref | Steve Holme | |
2014-01-21 | RELEASE-NOTES: added missing bug ref | Daniel Stenberg | |
2014-01-20 | RELEASE-NOTES: synced with 12ecd56da77 | Daniel Stenberg | |
2014-01-19 | RELEASE-NOTES: Synced with 2cac75c4e400 | Steve Holme | |
2014-01-15 | RELEASE-NOTES: Synced with c7a76bb056f31e | Steve Holme | |
2014-01-11 | Makefile.dist: Added support for VC7 | Steve Holme | |
Currently VC7 and VC7.1 builds have to be ran with the VC variable set to vc6 which is not only inconsistent with the nmake winbuild system but also with newer versions of Visual Studio supported by this file. Note: This doesn't break the build for anyone still running with the VC variable set to vc6 or not set (which defaults to vc6). | |||
2014-01-10 | RELEASE-NOTES: Synced with 980659a2caa285 | Steve Holme | |
2014-01-07 | RELEASE-NOTES: Synced with 8ae35102c43d8d | Steve Holme | |
2013-12-31 | RELEASE-NOTES: Synced with 7de2e032584d44 | Steve Holme | |
2013-12-25 | RELEASE-NOTES: Synced with 0ff0a994ada62a | Steve Holme | |
2013-12-24 | RELEASE-NOTES: Corrected copy/paste typo | Steve Holme | |
2013-12-24 | pop3: Fixed APOP being determined by CAPA response rather than by timestamp | Steve Holme | |
This commit replaces that of 9f260b5d6610f3 because according to RFC-2449, section 6, there is no APOP capability "...even though APOP is an optional command in [POP3]. Clients discover server support of APOP by the presence in the greeting banner of an initial challenge enclosed in angle brackets." | |||
2013-12-20 | RELEASE-NOTES: Synced with 812c5ace759d04 | Steve Holme | |
2013-12-17 | bump: start working on the next release | Daniel Stenberg | |
2013-12-16 | RELEASE-NOTES: synced with c0ef05e67 | Daniel Stenberg | |
... for the pending 7.34.0 release Upped the contributor count | |||
2013-12-14 | RELEASE-NOTES: synced with dd4d9ea542 | Daniel Stenberg | |
2013-12-09 | RELEASE-NOTES: recount contributors and libcurl options | Daniel Stenberg | |
2013-12-07 | RELEASE-NOTES: synced with c4f46e97ca6c | Daniel Stenberg | |
2013-12-02 | nss: allow to use TLS > 1.0 if built against recent NSS | Kamil Dudka | |
Bug: http://curl.haxx.se/mail/lib-2013-11/0162.html | |||
2013-12-01 | RELEASE-NOTES: Synced with ad3836448efbb7 | Steve Holme | |
2013-11-24 | RELEASE-NOTES: Synced with 35e476a3f6cdd5 | Steve Holme | |
2013-11-17 | RELEASE-NOTES: Synced with 8191800a0c8ff7 | Steve Holme | |
2013-11-13 | RELEASE-NOTES: Synced with bde901ad89a6f1 | Steve Holme | |
2013-11-11 | bump: next release will be 7.34.0 | Daniel Stenberg | |
Due to all the news and changes. | |||
2013-11-10 | RELEASE-NOTES: Synced with 0f81fbe5da6643 | Steve Holme | |
2013-11-05 | RELEASE-NOTES: Synced with 7fc3b2ce382ed6 | Steve Holme | |
2013-10-30 | email: Post graceful SASL authentication cancellation tidy up | Steve Holme | |
2013-10-29 | RELEASE-NOTES: synced with 255826c40f9316 | Daniel Stenberg | |
2013-10-25 | RELEASE-NOTES: Synced with d24b7953c2132a | Steve Holme | |
2013-10-18 | RELEASE-NOTES: Synced with ce61510127ea60 | Steve Holme | |
2013-10-18 | curl_sasl: initialize NSS before using crypto | Kamil Dudka | |
2013-10-14 | bump: start working on 7.33.1 | Daniel Stenberg | |
2013-10-13 | RELEASE-NOTES: synced with 92cf6141ed0de | Daniel Stenberg | |
2013-10-12 | ssh: improve the logic for detecting blocking direction | Kamil Dudka | |
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). | |||
2013-10-07 | RELEASE-NOTES: add twos refs to bug reports | Daniel Stenberg | |
2013-10-06 | RELEASE-NOTES: synced with 173160c0d068 | Daniel Stenberg | |
2013-09-23 | RELEASE-NOTES: added recent contributors missing | Daniel Stenberg | |
2013-09-21 | RELEASE-NOTES: Corrected missed addition | Steve Holme | |
Somehow commit 60a20461629fda missed the last item in the sync list even though I'm sure I added it during editing. | |||
2013-09-21 | RELEASE-NOTES: Synced with 6dd8bd8d2f9729 | Steve Holme | |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme | |
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>". | |||
2013-09-14 | imap: Fixed response check for NOOP command | Steve Holme | |
2013-09-11 | imap: Fixed response check for LSUB and UID commands | Steve Holme | |
2013-09-10 | imap/pop3/smtp: Speed up SSL connection initialization | Jiri Hruska | |
Don't wait for the next callback call (usually 1 second) before continuing with protocol specific connection initialization. | |||
2013-09-10 | RELEASE-NOTES: Corrected duplicate in bfefe2400a16b8 | Steve Holme | |
2013-09-10 | RELEASE-NOTES: Corrected typo from bfefe2400a16b8 | Steve Holme | |
2013-09-10 | RELEASE-NOTES: synced with 25c68903756d6b | Steve Holme | |
2013-09-09 | url: handle abortion by read/write callbacks, too | Kamil Dudka | |
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 | |||
2013-09-04 | curl: add --http1.1 and --http2.0 options | Daniel Stenberg | |