- 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
-
-
Yang Tse authored
-
Yang Tse authored
Reviewing fields being free'd in free_config_fields() still pending
-
Yang Tse authored
-
Yang Tse authored
Additionally some code reorganization and direct OOM handling fixes, just another step towards fixing curl tool issues uncovered 2011-09-15
-
Yang Tse authored
Additionally fix data type of result vars for iconv() calls
-
- Sep 15, 2011
-
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
Re-enabling MemoryTracking capability on 'src' subdirectory files and torture tests have uncovered many issues which were going unnoticed in curl tool. So here we go fixing some of them. Others still remain and should be addressed ASAP, given that curl tool is used in our test harness also for test server start verification purposes. There are even non-socket file descriptor leaks.
-
Yang Tse authored
-
Yang Tse authored
-
- Sep 14, 2011
- 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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Jeff Pohlmeyer authored
With this fix, it should work for PolarSSL-1.0.0 (and SVN-1091 trunk) and retain compatibility with earlier versions. (Tested with 0.14.1) PolarSSL still doesn't play nicely with curl's CA bundle (we discussed this before) but I was at least able to retrieve the https://www.gmail.com/ login page using a modified ca-certificates.crt file with all 3 versions of PolarSSL.
-
Daniel Stenberg authored
Reported by: Jeff Pohlmeyer
-
- Sep 12, 2011
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-