- Jan 05, 2017
-
-
peterpih authored
-
- Jan 03, 2017
-
-
Nick Zitzmann authored
Fixes #1184
-
- Jan 02, 2017
-
-
Jay Satiro authored
Since the TCP keep-alive options were added in 705f0f7a the start and interval default values have been 60, but that wasn't documented. Bug: https://curl.haxx.se/mail/lib-2017-01/0000.html Reported-by: Praveen Pvs
-
- Dec 29, 2016
-
-
Daniel Stenberg authored
This error code was once introduced when some library was dynamically loaded and a funciton within said library couldn't be found.
-
Daniel Stenberg authored
Failure to decompress is now a write error instead of the weird "function not found".
-
Daniel Stenberg authored
-
Jay Satiro authored
- Use Windows API SetFileTime to set the file time instead of utime. Avoid utime on Windows if possible because it may apply a daylight saving time offset to our UTC file time. Bug: https://curl.haxx.se/mail/archive-2016-11/0033.html Reported-by: Tim Closes https://github.com/curl/curl/pull/1121
-
- Dec 28, 2016
-
-
Max Khon authored
Curl_auth_decode_digest_http_message(): copy terminating NUL as later Curl_override_sspi_http_realm() expects a NUL-terminated string. Fixes #1180
-
Daniel Stenberg authored
Mentioned in #1013
-
- Dec 27, 2016
-
-
Kyselgov E.N authored
Reviewed-by: Peter Wu Closes #1149 Fixes #1147
-
Chris Araman authored
Reviewed-by: Nick Zitzmann Closes #1173
-
Chris Araman authored
Reviewed-by: Nick Zitzmann Fixes #1172
-
Daniel Stenberg authored
The <netinet/tcp.h> is a leftover from the past when TCP socket options were set in this file. This include causes build issues on AIX 4.3. Reported-by: Kim Minjoong Closes #1178
-
- Dec 26, 2016
-
-
Daniel Stenberg authored
-
- Dec 25, 2016
-
-
Daniel Stenberg authored
Fixed an old leftover use of the USE_SSLEAY define which would make a socket get removed from the applications sockets to monitor when the multi_socket API was used, leading to timeouts. Bug: #1174
-
Daniel Stenberg authored
... as the former ones always go stale!
-
Daniel Stenberg authored
... and regenerated curl.1
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... which the help text already implied since we switched to libidn2 from libidn in commit 9c91ec77 back in October 2016. Reported-by: Christian Weisgerber Bug: https://curl.haxx.se/mail/lib-2016-12/0110.html
-
- Dec 24, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
To avoid dereferencing a NULL pointer. Reported-by: Daniel Romero
-
Jay Satiro authored
wolfSSL configure script relevant changes from 3.9 to 3.10: - DES3 no longer enabled by default - Shamir no longer enabled by default - Extended master secret enabled by default - RSA and ECC timing protections enabled by default For backwards compatibility I enabled DES3 and ECC shamir config options (ie no change from 3.9), and the other changes are included.
-
Jay Satiro authored
-
- Dec 23, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
... it only confuses people.
-
Daniel Stenberg authored
and fail appropriately if it returns error
-
Daniel Stenberg authored
-
- Dec 22, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
Since several compilers had problems with the previous one Reported-by: Ray Satiro Bug: https://curl.haxx.se/mail/lib-2016-12/0098.html
-
- Dec 21, 2016
-
-
Daniel Stenberg authored
Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore.
-
Kamil Dudka authored
-
Daniel Stenberg authored
... just like we already do in src/ and lib/
-
Daniel Stenberg authored
This file is riddled with them...
-
Daniel Stenberg authored
-
Marcel Raad authored
Visual C++ complained: warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data warning C4701: potentially uninitialized local variable 'path' used
-
- Dec 20, 2016
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
CID 1397391 (#1 of 1): Unchecked return value (CHECKED_RETURN)
-
- Dec 19, 2016
-
-
Daniel Stenberg authored
Follow-up to d00f2a8f
-