- Jan 19, 2014
-
-
Steve Holme authored
-
- Jan 15, 2014
-
-
Steve Holme authored
-
- Jan 11, 2014
-
-
Steve Holme authored
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).
-
- Jan 10, 2014
-
-
Steve Holme authored
-
- Jan 07, 2014
-
-
Steve Holme authored
-
- Dec 31, 2013
-
-
Steve Holme authored
-
- Dec 25, 2013
-
-
Steve Holme authored
-
- Dec 24, 2013
-
-
Steve Holme authored
-
Steve Holme authored
This commit replaces that of 9f260b5d 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."
-
- Dec 20, 2013
-
-
Steve Holme authored
-
- Dec 17, 2013
-
-
Daniel Stenberg authored
-
- Dec 16, 2013
-
-
Daniel Stenberg authored
... for the pending 7.34.0 release Upped the contributor count
-
- Dec 14, 2013
-
-
Daniel Stenberg authored
-
- Dec 09, 2013
-
-
Daniel Stenberg authored
-
- Dec 07, 2013
-
-
Daniel Stenberg authored
-
- Dec 02, 2013
-
-
Kamil Dudka authored
Bug: http://curl.haxx.se/mail/lib-2013-11/0162.html
-
- Dec 01, 2013
-
-
Steve Holme authored
-
- Nov 24, 2013
-
-
Steve Holme authored
-
- Nov 17, 2013
-
-
Steve Holme authored
-
- Nov 13, 2013
-
-
Steve Holme authored
-
- Nov 11, 2013
-
-
Daniel Stenberg authored
Due to all the news and changes.
-
- Nov 10, 2013
-
-
Steve Holme authored
-
- Nov 05, 2013
-
-
Steve Holme authored
-
- Oct 30, 2013
-
-
Steve Holme authored
-
- Oct 29, 2013
-
-
Daniel Stenberg authored
-
- Oct 25, 2013
-
-
Steve Holme authored
-
- Oct 18, 2013
-
-
Steve Holme authored
-
Kamil Dudka authored
-
- Oct 14, 2013
-
-
Daniel Stenberg authored
-
- Oct 13, 2013
-
-
Daniel Stenberg authored
-
- Oct 12, 2013
-
-
Kamil Dudka authored
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).
-
- Oct 06, 2013
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 23, 2013
-
-
Daniel Stenberg authored
-
- Sep 21, 2013
-
-
Steve Holme authored
Somehow commit 60a20461 missed the last item in the sync list even though I'm sure I added it during editing.
-
Steve Holme authored
-
- 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.
-