- Jul 31, 2016
-
-
Daniel Stenberg authored
Many applications assume the actual contents of the public types and use that do for example forward declarations (saving them from including our public header) which then breaks when we switch from void * to a struct *. I'm not convinced we were wrong, but since this practise seems widespread enough I'm willing to (partly) step down. Now libcurl uses the struct itself when it is built and it allows applications to use the struct type if CURL_STRICTER is defined at the time of the #include. Reported-by: Peter Frühberger Fixes #926
-
- Jul 28, 2016
-
-
Yonggang Luo authored
The check_library_exists_concat do not check crypt32 library properly. So include it directly. Bug: https://github.com/curl/curl/pull/917 Reported-by: Yonggang Luo Bug: https://github.com/curl/curl/issues/935 Reported-by: Alain Danteny
-
Jay Satiro authored
Didn't work. This reverts commit 50723585.
-
Jay Satiro authored
CI is failing due to missing libtoolize, so I'm trying this.
-
- Jul 26, 2016
-
-
Viktor Szakats authored
merged #931
-
Daniel Stenberg authored
-
- Jul 25, 2016
-
-
Patrick Monnerat authored
Do not log compilation informational messages.
-
- Jul 24, 2016
-
-
Jay Satiro authored
Bug: https://curl.haxx.se/mail/lib-2016-07/0070.html Reported-by: Paul Howarth
-
- Jul 23, 2016
-
-
Steve Holme authored
-
Steve Holme authored
As SPNEGO is only defined when these pre-processor variables are defined there is no need to query them explicitly.
-
Steve Holme authored
Typo introduced in commit ad5e9bfd.
-
- Jul 21, 2016
-
-
Daniel Stenberg authored
... and make the distros link a proper link
-
Dan Fandrich authored
-
Kamil Dudka authored
-
Kamil Dudka authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Jay Satiro authored
Embedded manifest option didn't work due to typo. Reported-by: Stefan Kanthak
-
Jay Satiro authored
This is a follow up to the parent commit dcdd4be3 which fixes one leak but creates another by failing to free the credentials handle if out of memory. Also there's a second location a few lines down where we fail to do same. This commit fixes both of those issues.
-
- Jul 20, 2016
-
-
Saurav Babu authored
This patch allocates memory to "output_token" only when it is required so that memory is not leaked if function returns.
-
Daniel Stenberg authored
Follow-up commit to c5098080 to make this test pass.
-
Jay Satiro authored
- Linux TFO + TLS is not implemented yet. Bug: https://github.com/curl/curl/issues/907
-
- Jul 19, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 18, 2016
-
-
Brian Prodoehl authored
- Curl_ipv6works() is not thread-safe until after the first call, so call it once during global init to avoid a possible race condition. Bug: https://github.com/curl/curl/issues/915 PR: https://github.com/curl/curl/pull/918
-
- Jul 14, 2016
-
-
Timothy Polich authored
Closes https://github.com/curl/curl/pull/914
-
Miroslav Franc authored
Closes https://github.com/curl/curl/pull/913
-
- Jul 13, 2016
-
-
Viktor Szakats authored
Closes https://github.com/curl/curl/pull/911
-
- Jul 09, 2016
-
-
Jay Satiro authored
Explain how some FTP servers support the machine readable listing format MLSD from RFC 3659 and compare it to LIST. Ref: https://github.com/curl/curl/issues/906
-
- Jul 01, 2016
-
-
Sergei Nikulov authored
Closes #892
-
- Jun 30, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Closes #896
-
- Jun 29, 2016
-
-
Daniel Stenberg authored
Reported-by: Gou Lingfeng Bug: https://curl.haxx.se/mail/lib-2016-06/0139.html
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Reported-by: Richard Gray Bug: https://curl.haxx.se/mail/lib-2016-06/0136.html
-
- Jun 28, 2016
-
-
Michael Kaufmann authored
- the expression of an 'if' was always true - a 'while' contained a condition that was always true - use 'if(k->exp100 > EXP100_SEND_DATA)' instead of 'if(k->exp100)' - fixed a typo Closes #889
-
Daniel Stenberg authored
... as otherwise we could get a 0 which would count as no error and we'd wrongly continue and could end up segfaulting. Bug: https://curl.haxx.se/mail/lib-2016-06/0052.html Reported-by: 暖和的和暖
-
Daniel Stenberg authored
-