- Nov 02, 2015
-
-
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).
-
- Oct 20, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... noticed with mbedTLS.
-
Jonas Minnberg authored
closes #496
-
- Oct 19, 2015
-
-
Javier G. Sogo authored
- Use CURL_BINARY_DIR instead of CMAKE_BINARY_DIR. When including CURL using add_subdirectory the variables CMAKE_BINARY_DIR and CURL_BINARY_DIR hold different paths. Closes https://github.com/bagder/curl/pull/488 Closes https://github.com/bagder/curl/pull/498
-
- Oct 18, 2015
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
For example in test 1136
-
Daniel Stenberg authored
-
- Oct 17, 2015
-
-
Daniel Stenberg authored
... that's for the library only.
-
Daniel Stenberg authored
... to make test 1014 work again after e77b5b74.
-
Daniel Hwang authored
Using a last cache linked-list improves the performance of easysrc generation. Bug: https://github.com/bagder/curl/issues/444 Ref: https://github.com/bagder/curl/issues/429 Closes #452
-