Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-02 | Move blocks of code from the sws main loop into their own functions for ↵ | Joe Mason | |
easier refactoring later. The next step will be to call the correct function after a poll, rather than looping unconditionally | |||
2012-08-02 | Remove the --fork option of sws, since it makes refactoring to use poll more ↵ | Joe Mason | |
complicated and should be redundant once we poll | |||
2012-07-30 | file: use fdopen() for uploaded files if available | Kamil Dudka | |
It eliminates noisy events when using inotify and fixes a TOCTOU issue. Bug: https://bugzilla.redhat.com/844385 | |||
2012-07-29 | Added DWANT_IDN_PROTOTYPES define for MSVC too. | Guenter Knauf | |
Discussion on the list: http://curl.haxx.se/mail/lib-2012-07/0271.html | |||
2012-07-29 | Added Win32 problems. | Guenter Knauf | |
2012-07-29 | Added hint to read docs/INSTALL too. | Guenter Knauf | |
2012-07-29 | Added new file to distro. | Guenter Knauf | |
2012-07-28 | TODO: Updated after 7.27.0 release | Steve Holme | |
Removed APOP and SASL authentication from the POP3 section and metalink support from the client section as these features were implemented in this release. Moved adding gssapi to SASL into it's own section rather than repeat it for each protocol. | |||
2012-07-28 | TODO-RELEASE: updated after 7.27.0 release | Daniel Stenberg | |
2012-07-28 | THANKS: 12 new contributors from the 7.27.0 release | Daniel Stenberg | |
2012-07-27 | version bump: start towards next release | Daniel Stenberg | |
Let's call it 7.27.1 for now, but it it probably going to become 7.28.0 when released. | |||
2012-07-27 | Fixed compiler warning 'unused parameter'. | Guenter Knauf | |
2012-07-27 | Added prototypes to kill compiler warning. | Guenter Knauf | |
2012-07-27 | Added --with-winidn to configure. | Guenter Knauf | |
This needs another look from the configure experts. I tested that it works so far with MinGW64 cross-compiler; libcurl builds and links fine, but curl not yet ... | |||
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. |