- Nov 15, 2011
-
-
Daniel Stenberg authored
-
- Nov 14, 2011
-
-
Dan Fandrich authored
-
- Oct 30, 2011
-
-
Dave Reisner authored
Try to be a little more descriptive about the effect of this flag, rather than parroting what was said in the paragraph just above.
-
- Oct 27, 2011
-
-
Daniel Stenberg authored
-
- Oct 24, 2011
-
-
Daniel Stenberg authored
Mention this maximum header size for the header callback cases
-
- Oct 23, 2011
-
-
Daniel Stenberg authored
shoot, Dan Fandrich already had this pointed out...
-
Steve Holme authored
Added pop3 username and password example as well as an explanation of how path part of the URL is used under pop3. Additionally have corrected a couple of typos.
-
- Oct 20, 2011
-
-
Daniel Stenberg authored
Multiple auths in the same WWW-Authenticate header Fixed in commit 7d81e3f7193b8c
-
Daniel Stenberg authored
This return code has not been used since 7.20.0 so we can stop mentioning it for current libcurl.
-
- Oct 16, 2011
-
-
Daniel Stenberg authored
Reported by: Thomas L. Shinnick
-
Daniel Stenberg authored
Elaborate what max_fd == -1 means Remove the reference to CURLM_CALL_MULTI_PERFORM as modern libcurl versions don't ever return that.
-
- Oct 15, 2011
-
-
Daniel Stenberg authored
-
- Oct 14, 2011
-
-
Michal Marek authored
-
- Oct 03, 2011
-
-
Dominique Leuenberger authored
This error could be caused by configure scripts being run with -Werror -Wall, which would lead to libcurl being detected as unusable.
-
Daniel Stenberg authored
Don't even declare the struct members for disabled features Introducing the CURLSHE_NOT_BUILT_IN return code for the share interface when trying to set a sharing option that has been disabled (or not enabled) in the library.
-
- Sep 30, 2011
-
-
Daniel Stenberg authored
Previously there was wording that made people uncertain of the exact rules. Feedback by: Julien Royer and Georg Lippitsch URL: http://curl.haxx.se/mail/lib-2011-09/0357.html
-
- Sep 29, 2011
-
-
Dan Fandrich authored
-
- Sep 28, 2011
-
-
Steve Holme authored
Slight rewording of the CURLOPT_URL SMTP sub-section. Corrected the incorrect use of hyphens on the three uses of "zero-terminated" with "zero terminated" to match the rest of the document. Corrected the use of an out of place hyphen in CURLOPT_NOPROXY section.
-
Alejandro Alvarez authored
With locking, plus test, plus documentation
-
Daniel Stenberg authored
-
- Sep 27, 2011
-
-
Guenter Knauf authored
-
- Sep 26, 2011
-
-
Yang Tse authored
-
- Sep 25, 2011
-
-
Yang Tse authored
Allow (*curl_write_callback) write callbacks to return CURL_WRITEFUNC_OUT_OF_MEMORY to properly indicate libcurl of OOM conditions inside the callback itself.
-
Daniel Stenberg authored
If a socket is larger than FD_SETSIZE, avoid using FD_SET() on the platforms where this is possible. Bug: http://curl.haxx.se/bug/view.cgi?id=3413274 Reported by: Tim Starling
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 24, 2011
-
-
Guenter Knauf authored
Probably the wrong place, but I dont know better.
-
- Sep 23, 2011
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 22, 2011
-
-
Guenter Knauf authored
-
- Sep 21, 2011
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
Suffix rules cannot have any prerequisites of their own.
-
Guenter Knauf authored
Added envvars to specify OpenSSL include, libpath and lib. Added rule to create curlbuild.h from curlbuild.h.dist.
-
- Sep 20, 2011
-
-
Guenter Knauf authored
All paths to dependencies now quoted; synced examples makefile.
-
- Sep 18, 2011
-
-
Daniel Stenberg authored
-
Steve Holme authored
Expanded the section about CURLOPT_URL to include the format of the URL and detailed information and examples relating to specific protocols.
-
- Sep 13, 2011
-
-
warp kawada authored
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.
-