- Sep 26, 2011
-
-
Yang Tse authored
-
Yang Tse authored
-
Guenter Knauf authored
-
- Sep 25, 2011
-
-
Steve Holme authored
-
Steve Holme authored
Removed the code that striped off the domain name when Curl_gethostname returned the fully qualified domain name as the function has been updated to return the un-qualified host name. Replaced the use of HOSTNAME_MAX as the size of the buffer in the call to Curl_gethostname with sizeof(host) as this is safer should the buffer size ever be changed.
-
Steve Holme authored
Moved HOSTNAME_MAX #define into curl_gethostname.h rather than being locally defined in curl_gethostname.c, curl_ntlm_msgs.c and smtp.c.
-
Daniel Stenberg authored
-
Yang Tse authored
-
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.
-
Guenter Knauf authored
-
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
-
-
Daniel Stenberg authored
When we use binary posts and regular ones intermixed on a single command line, we cannot do strlen() etc on the data to figure out the length (when inserting '&' and more). We must therefore keep track of the post data length. Then we also end up setting the libcurl option with the known size, so that we don't risk that libcurl will do strlen() on the data. This has the minor side-effect that --libcurl source codes now always will use CURLOPT_POSTFIELDSIZE but I don't consider that terribly damaging. Bug: http://curl.haxx.se/bug/view.cgi?id=3413181 Reported by: Taneli Vähäkangas
-
Yang Tse authored
-
Yang Tse authored
-
Guenter Knauf authored
Probably the wrong place, but I dont know better.
-
Yang Tse authored
-
- Sep 23, 2011
-
-
Daniel Stenberg authored
In some cases Content-Length: couldn't be replaced by an application Also, indented some code properly
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 22, 2011
-
-
Daniel Stenberg authored
To avoid that the progress meter headers get output between each transfer, make sure the bits gets kept when (re-)inited. Reported by: Christopher Stone
-
Yang Tse authored
-
Yang Tse authored
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues.
-
Guenter Knauf authored
-
- Sep 21, 2011
-
-
Yang Tse authored
-
Daniel Stenberg authored
Verifies the fix from commit 322f3d5a
-
Gisle Vanem authored
I think curl should ignore this case and smtp.c should test for this. Since RFC-2821 seems to allow a "null reverse-path". Ref. "MAIL FROM:<>" in section 3.7, page 25.
-
Dave Reisner authored
Example: * upload completely sent off: 35out of 35 bytes Should be: * upload completely sent off: 35 out of 35 bytes
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Yang Tse authored
Related code not ready yet for this kind of checks.
-
Guenter Knauf authored
Suffix rules cannot have any prerequisites of their own.
-
Guenter Knauf authored
-
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
-
-
Yang Tse authored
my_setopt and my_setopt_str no longer ignores curl_easy_setopt result. Fixed some OOM handling issues.
-
Yang Tse authored
Overhauled FindWin32CACert()
-
Guenter Knauf authored
All paths to dependencies now quoted; synced examples makefile.
-