- Nov 07, 2015
-
-
Steve Holme authored
Closes #517
-
Steve Holme authored
-
- Nov 06, 2015
-
-
Daniel Stenberg authored
imap.c:657:13: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
-
Steve Holme authored
-
Daniel Stenberg authored
... it is just weird to include by default even if it still works.
-
Daniel Stenberg authored
The tftpd test server now logs all received options and thus all TFTP test cases need to match them exactly. Extended test 283 to use and verify --tftp-blksize.
-
Jay Satiro authored
- Set user info param to the socket returned by Curl_getconnectinfo, regardless of if the socket is bad. Effectively this means the user info param now will receive CURL_SOCKET_BAD instead of -1 on bad socket. - Remove incorrect comments. CURLINFO_ACTIVESOCKET is documented to write CURL_SOCKET_BAD to user info param but prior to this change it wrote -1. Bug: https://github.com/bagder/curl/pull/518 Reported-by: Marcel Raad
-
- Nov 05, 2015
-
-
Patrick Monnerat authored
-
Patrick Monnerat authored
-
- Nov 02, 2015
-
-
Lauri Kasanen authored
Rationale: when starting up a curl-using app, all cookies from the jar are checked against each other. This was causing a startup delay in the Fifth browser. All tests pass. Signed-off-by: Lauri Kasanen <cand@gmx.com>
-
Daniel Stenberg authored
Apparently there are sites out there that do redirects to URLs they provide in plain UTF-8 or similar. Browsers and wget %-encode such headers when doing a subsequent request. Now libcurl does too. Added test 1138 to verify. Closes #473
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Closes #425
-
- Oct 31, 2015
-
-
Daniel Stenberg authored
Fixes a name space pollution at the cost of programs using one of these defines will no longer compile. However, the vast majority of libcurl programs that do multipart formposts use curl_formadd() to build this list. Closes #506
-
- Oct 29, 2015
-
-
Daniel Stenberg authored
CID 1332129
-
Daniel Stenberg authored
CID 1332128
-
Daniel Stenberg authored
This reverts commit 370ee919. Issue #509 has all the details but it was confirmed that the crash was not due to this, so the previous commit was wrong.
-
- Oct 28, 2015
-
-
Daniel Stenberg authored
... as the certificate is strictly speaking not private. Reported-by: John Levon
-
- Oct 27, 2015
-
-
Daniel Stenberg authored
After a successful call to SSL_CTX_use_PrivateKey(), we must not call EVP_PKEY_free() on the key. Reported-by: nased0 Closes #509
-
Jay Satiro authored
-
- Oct 26, 2015
-
-
Daniel Stenberg authored
Out of date and not kept accurate. It was sort of a problem of the past anyway.
-
- Oct 25, 2015
-
-
xiangbin li authored
closes #507
-
- Oct 24, 2015
-
-
Jay Satiro authored
- Allow the user to use PKG_CONFIG but not PKGCONFIG. Background: Last week in 14d5a86b a change was made to allow the user to set the PKGCONFIG variable. Today in 72d99f2e I supplemented that to allow the more common PKG_CONFIG as an alternative if PKGCONFIG is not set. Neither of those changes worked as expected because PKGCONFIG is occasionally reset in configure and by the CURL_CHECK_PKGCONFIG macro. Instead in this commit I take the approach that the user may set PKG_CONFIG only.
-
- Oct 23, 2015
-
-
Jay Satiro authored
- If mingw ssl make sure -lgdi32 comes after ssl libs - Allow PKG_CONFIG to set pkg-config location and options Bug: https://github.com/bagder/curl/pull/501 Reported-by: Kang Lin
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Global private symbols MUST start with Curl_!
-
Dmitry S. Baikov authored
Closes #505
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Kurt Fankhauser authored
This allows FTP transfers with growing (or shrinking) files without causing a transfer error. Closes #480
-
Daniel Stenberg authored
... and add a little example of what the weight actually means. "Relative proportion of bandwidth".
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Removed wrong assert()s The 'conn' passed in as userdata can be used and there can be other sessionhandles ('data') than the single one this checked for.
-
Daniel Stenberg authored
CURLOPT_STREAM_DEPENDS CURLOPT_STREAM_DEPENDS_E CURLOPT_STREAM_PRIORITY
-
- Oct 22, 2015
-
-
Daniel Stenberg authored
-
m-gardet authored
Closes #502
-
- Oct 21, 2015
-
-
Daniel Stenberg authored
-
Gisle Vanem authored
- Add a VPATH-statement for the vtls/*.c files. - Due to 'vtls/*.c', remove that subdir part from $(OBJECTS).
-