- Nov 30, 2014
-
-
Bill Nagel authored
This patch updates the documentation for the SMB/CIFS protocol.
-
- Nov 29, 2014
-
-
Bill Nagel authored
Added the necessary protocol and port definitions in order to support SMB/CIFS.
-
- Nov 26, 2014
-
-
Steve Holme authored
-
- Nov 25, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
and some minor edits
-
Daniel Stenberg authored
refer to functions with the man page section properly
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Makes the example much easier and straight-forward!
-
- Nov 24, 2014
-
-
Travis Burtrum authored
-
- Nov 20, 2014
-
-
Brad Harder authored
-
- Nov 19, 2014
-
-
Steve Holme authored
-
Jay Satiro authored
Prior to this change when no file descriptors were ready on platforms other than Windows the multi examples would sleep whatever was in timeout, which may or may not have been less than the minimum recommended value [1] of 100ms. [1]: http://curl.haxx.se/libcurl/c/curl_multi_fdset.html
-
Waldek Kozba authored
-
- Nov 15, 2014
-
-
Jay Satiro authored
Windows does not support using select() for sleeping without a dummy socket. Instead use Windows' Sleep() and sleep for 100ms which is the minimum suggested value in the curl_multi_fdset() doc. Prior to this change the multi examples would exit prematurely since select() would error instead of sleeping when called without an fd. Reported-by: Johan Lantz Bug: http://curl.haxx.se/mail/lib-2014-11/0221.html
-
Michael Osipov authored
-
Steve Holme authored
-
- Nov 09, 2014
-
-
Steve Holme authored
Reworked the two sections that discuss modifying the Visual Studio pre- processor settings, and vc6libcurl.dsw/vc6libcurl.dsp, to remove the project files references as they have been superseded by a more thorough set of project files for VC6 through VC12, but to also give the correct reference to this setting in later versions of Visual Studio.
-
Steve Holme authored
-
- Nov 07, 2014
-
-
Steve Holme authored
-
- Nov 06, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Reported-by: Christian Hägele Bug: http://curl.haxx.se/mail/lib-2014-11/0078.html
-
- Nov 05, 2014
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
docs/THANKS-filter is a new filter file for converting contributor names we get or have recorded in alternative formats to the one we already use in THANKS. To help us show individual contributors using a single presentation of their names.
-
Daniel Stenberg authored
-
Frank Gevaerts authored
The removed names also appear as: Andrés García, François Charlier, Gökhan Şengün, Michał Górny, Sébastien Willemijns, Christopher Conroy, John E. Malmberg, Luca Altea, Peter Su, S. Moonesamy, Samuel Listopad, Yasuharu Yamada, Karl Moerder
-
Daniel Stenberg authored
./contributors.sh found these extra ones that somehow had fallen through the cracks and never gotten added here. Reported-by: Frank Gevaerts
-
Daniel Stenberg authored
-
- Nov 04, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
As implementations are refereed to GSS-API libraries as per the RFC and GSSAPI typically refers to the SASL authentication mechanism. ...and minor rewording on the same paragraph.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... instead of duplicating info.
-
Daniel Stenberg authored
-
- Nov 03, 2014
-
-
Daniel Stenberg authored
-
- Nov 02, 2014
-
-
Steve Holme authored
-
Steve Holme authored
...and removed duplication of what protocols are supported from the description text.
-
Steve Holme authored
-
Steve Holme authored
...and revised the proxy wording a little as well.
-