- Sep 24, 2011
-
-
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.
-
Guenter Knauf authored
Also added check for __x86_64__ define since MinGW64 seems to define the _M_X64 macro through a header not available for config-win32.h.
-
Guenter Knauf authored
Fix posted by Tomas Hoger <thoger redhat com>.
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
- Sep 19, 2011
- 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.
-
Steve Holme authored
Fixed Curl_gethostname() so that it always returns the un-qualified machine name rather than being dependent on the socket provider. Note: The return of getenv("CURL_GETHOSTNAME") is also parsed in case the developer / test harness provided a fully qualified domain name as it's value as well.
-
- Sep 17, 2011
-
-
Yang Tse authored
Additionally function my_useragent() now provides default User-Agent string
-
Yang Tse authored
Reorder handling of fields to match same order as the one given by current definition order of 'Configurable' struct fields. Fields currently not handled marked for further inspection.
-
Guenter Knauf authored
-
Yang Tse authored
-
- Sep 16, 2011