Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-27 | Update man page info on --metalink and typo. | Ant Bryan | |
2012-07-27 | RELEASE-NOTES: remove mentioned of bug never in a release | Daniel Stenberg | |
The --silent bug came with 7561a0fc834c435 which was never in a release. Pointed out by Kamil Dudka | |||
2012-07-27 | RELEASE-NOTES: synced with 33b815e894fb | Daniel Stenberg | |
4 more bugfixes, 3 more contributors | |||
2012-07-26 | Changed Windows IDN text to 'WinIDN'. | Guenter Knauf | |
Synced the output to the same short form as we now use for Windows SSL (WinSSL). | |||
2012-07-25 | darwinssl: fixed freeze involving the multi interface | Nick Zitzmann | |
Previously the curl_multi interface would freeze if darwinssl was enabled and at least one of the handles tried to connect to a Web site using HTTPS. Removed the "wouldblock" state darwinssl was using because I figured out a solution for our "would block but in which direction?" dilemma. | |||
2012-07-25 | Added support for tls-srp to MinGW builds. | Guenter Knauf | |
2012-07-24 | curl_easy_setopt: fix typo | Daniel Stenberg | |
Reported by: Santhana Todatry | |||
2012-07-22 | keepalive: multiply value for OS-specific units | Daniel Stenberg | |
DragonFly uses milliseconds, while our API and Linux use full seconds. Reported by: John Marino Bug: http://curl.haxx.se/bug/view.cgi?id=3546257 | |||
2012-07-22 | http: print reason phrase from HTTP status line on error | Kamil Dudka | |
Bug: https://bugzilla.redhat.com/676596 | |||
2012-07-22 | tool_operate: fix misplaced initialization of orig_noprogress | Kamil Dudka | |
... and orig_isatty which caused --silent to be entirely ignored in case the standard output was redirected to a file! | |||
2012-07-21 | Client's "qop" value should not be quoted (RFC2617, section 3.2.2). | Anton Yabchinskiy | |
2012-07-21 | Fixed typo. | Guenter Knauf | |
2012-07-20 | make: make distclean work again | Daniel Stenberg | |
The clean-local hook needed some polish to make sure make distclean works. Added comment describing why. | |||
2012-07-20 | test Makefile: only feature 'unit' once in the list of dirs | Daniel Stenberg | |
2012-07-20 | Fixed some typos in documentation | Dan Fandrich | |
2012-07-20 | Fixed CR issue with Win32 version on MSYS. | Guenter Knauf | |
Previous fix didnt work on Linux ... | |||
2012-07-20 | Fixed CR issue with Win32 version on MSYS. | Guenter Knauf | |
2012-07-20 | Fixed MSYS <-> Windows path convertion. | Guenter Knauf | |
Replaced the Windows real path from mount hack with a more reliable and simpler hack: the MSYS shell has a builtin pwd which understands a -W option which does convertion to Windows paths. Tested and confirmed that this works on all MSYS versions I have back to a 3 year old one. | |||
2012-07-19 | Follow-up fix to detect SSL libs with MinGW. | Guenter Knauf | |
1) the check for winssl needs to come before nss check 2) the SSL checks must begin with a new if or else we will never find any SSL lib with MinGW. | |||
2012-07-17 | Tell git to not convert configure-related files. | Guenter Knauf | |
2012-07-17 | Trial to teach runtests.pl about WinSSL. | Guenter Knauf | |
2012-07-17 | Fixed warning 'uninitialized value in numeric gt'. | Guenter Knauf | |
This is a MSYS/MinGW-only warning; full warning text is: Use of uninitialized value in numeric gt (>) at ../../curl/tests/runtests.pl line 2227. | |||
2012-07-15 | RELEASE-NOTES: synced with 9d11716933616 | Daniel Stenberg | |
Fixed 6 bugs, added 3 contributors | |||
2012-07-15 | multi_runsingle: added precaution against easy_conn NULL pointer | Daniel Stenberg | |
In many states the easy_conn pointer is referenced and just assumed to be working. This is an added extra check since analyzing indicates there's a risk we can end up in these states with a NULL pointer there. | |||
2012-07-15 | getparam: fix the GetStr() macro | Daniel Stenberg | |
It should return PARAM_NO_MEM if the strdup fails. Spotted by clang-analyzer | |||
2012-07-15 | Tell git to not convert configure-related files. | Guenter Knauf | |
2012-07-13 | parse_proxy: remove dead assignment | Daniel Stenberg | |
Spotted by clang-analyzer | |||
2012-07-13 | ftp_do_more: add missing check of return code | Daniel Stenberg | |
Spotted by clang-analyzer. The return code was never checked, just stored. | |||
2012-07-13 | getinfo: use va_end and cut off Curl_ from static funcs | Daniel Stenberg | |
va_end() needs to be used after va_start() and we don't normally use Curl_ prefixes for purely static functions. | |||
2012-07-13 | Split up Curl_getinfo | Philip Craig | |
This avoids false positives from clang's scan-build. | |||
2012-07-12 | Added error checking for curl_global_init(). | Guenter Knauf | |
2012-07-12 | Added curl_global_* functions. | Guenter Knauf | |
2012-07-12 | Minor fixes to MinGW makefiles. | Guenter Knauf | |
2012-07-12 | docs: mention CURL_GLOBAL_DEFAULT | Daniel Stenberg | |
2012-07-12 | Added curl_global_* functions. | Guenter Knauf | |
2012-07-12 | tests: verify the stricter numeric option parser | Daniel Stenberg | |
Test 1409 and 1410 verifies the stricter numeric option parser introduced the other day in commit f2b6ebed7b. | |||
2012-07-12 | SWS: use of uninitialized memory fix | Daniel Stenberg | |
I made "connmon" not get initialized properly before use, and I use the big hammer and make sure we always clear the entire struct to avoid any problem like this in the future. | |||
2012-07-12 | test48: verify that HEAD doesn't close extra | Daniel Stenberg | |
Two commits ago, we fixed a bug where the connction would be closed prematurely after a HEAD. Now I added connection-monitor to test 48 and added a second HEAD and make sure that both are sent over the same connection. This triggered a failure before the bug fix and now works. Will help us avoid a future regression of this kind. | |||
2012-07-12 | connection-monitor: always log disconnect when enabled | Daniel Stenberg | |
This makes verifying easier and makes us more sure curl closes the connection only at the correct point in time. Adjusted test 206 and 1008 accordingly and updated the docs for it. | |||
2012-07-12 | HEAD: don't force-close after response-headers | Daniel Stenberg | |
A HEAD response has no body length and gets the headers like the corresponding GET would so it should not get closed after the response based on the same rules. This mistake caused connections that did HEAD to get closed too often without a valid reason. Bug: http://curl.haxx.se/bug/view.cgi?id=3542731 Reported by: Eelco Dolstra | |||
2012-07-12 | Removed trailing empty strings from awk script. | Guenter Knauf | |
2012-07-11 | Cleaned up version awk script. | Guenter Knauf | |
2012-07-11 | Added project copyright header. | Guenter Knauf | |
2012-07-11 | Removed libcurl.imp from Makefile.am. | Guenter Knauf | |
Updated .gitignore for NetWare created files. | |||
2012-07-11 | Added missing dependency to export list. | Guenter Knauf | |
2012-07-11 | Fixed export list path. | Guenter Knauf | |
2012-07-11 | Changed NetWare build to generate export list. | Guenter Knauf | |
2012-07-11 | Added pointer to FAQ for linkage errors. | Guenter Knauf | |
2012-07-11 | Small NetWare makefile tweak. | Guenter Knauf | |
2012-07-11 | Changed MinGW makefiles to use WINSSL now. | Guenter Knauf | |