| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-09 | RELEASE-NOTES: synced with a41e8592d6b3e58 | Daniel Stenberg | |
| 2017-01-08 | examples: make the C++ examples follow our code style too | Daniel Stenberg | |
| At least mostly, not counting // comments. | |||
| 2017-01-08 | asiohiper: improved socket handling | Aulddays | |
| libcurl requires CURLMOPT_SOCKETFUNCTION to KEEP watching socket events and notify back. Modify event_cb() to continue watching events when fired. Fixes #1191 Closes #1192 Fixed-by: Mingliang Zhu | |||
| 2017-01-08 | lib506: fix build for Open Watcom | Jiří Malák | |
| Rename symbol lock to locks to not clash with OW CRTL function name. Closes #1196 | |||
| 2017-01-07 | ROADMAP: 2017 cleanup | Daniel Stenberg | |
| Removed items already fixed, clarified a few others. | |||
| 2017-01-07 | COPYING: update the generic copyright year range | Daniel Stenberg | |
| 2017-01-07 | docs/silent: mention --show-error in --silent description | Daniel Stenberg | |
| Reported in #1190 Reported-by: Dan Jacobson | |||
| 2017-01-07 | docs/page-header: mention how to disable the progress meter | Daniel Stenberg | |
| curl.1 is regenerated Fixes #1190 | |||
| 2017-01-07 | wolfssl: display negotiated SSL version and cipher | Dan Fandrich | |
| 2017-01-06 | wolfssl: support setting cipher list | Dan Fandrich | |
| 2017-01-06 | CIPHERS.md: document GSKit ciphers | Patrick Monnerat | |
| 2017-01-05 | TheArtOfHttpScripting: grammar | peterpih | |
| 2017-01-03 | darwinssl: --insecure overrides --cacert if both settings are in use | Nick Zitzmann | |
| Fixes #1184 | |||
| 2017-01-02 | docs/libcurl: TCP_KEEPALIVE start and interval default to 60 | Jay Satiro | |
| Since the TCP keep-alive options were added in 705f0f7 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 | |||
| 2016-12-29 | curl.h: CURLE_FUNCTION_NOT_FOUND is no longer in use | Daniel Stenberg | |
| This error code was once introduced when some library was dynamically loaded and a funciton within said library couldn't be found. | |||
| 2016-12-29 | content_encoding: change return code on a failure | Daniel Stenberg | |
| Failure to decompress is now a write error instead of the weird "function not found". | |||
| 2016-12-29 | page-footer: error 36 is protocol agnostic! | Daniel Stenberg | |
| 2016-12-28 | tool_operate: Fix --remote-time incorrect times on Windows | Jay Satiro | |
| - 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 | |||
| 2016-12-29 | digest_sspi: copy terminating NUL as well | Max Khon | |
| Curl_auth_decode_digest_http_message(): copy terminating NUL as later Curl_override_sspi_http_realm() expects a NUL-terminated string. Fixes #1180 | |||
| 2016-12-28 | curl_formadd.3: CURLFORM_CONTENTSLENGTH not needed when chunked | Daniel Stenberg | |
| Mentioned in #1013 | |||
| 2016-12-27 | cmake: use crypt32.lib when building with OpenSSL on windows | Kyselgov E.N | |
| Reviewed-by: Peter Wu Closes #1149 Fixes #1147 | |||
| 2016-12-27 | darwinssl: fix CFArrayRef leak | Chris Araman | |
| Reviewed-by: Nick Zitzmann Closes #1173 | |||
| 2016-12-27 | darwinssl: fix iOS build | Chris Araman | |
| Reviewed-by: Nick Zitzmann Fixes #1172 | |||
| 2016-12-27 | curl: remove superfluous include file | Daniel Stenberg | |
| 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 | |||
| 2016-12-26 | RELEASE-NOTES: synced with a7b38c9dc98481e | Daniel Stenberg | |
| 2016-12-26 | vtls: s/SSLEAY/OPENSSL | Daniel Stenberg | |
| 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 | |||
| 2016-12-25 | docs/ciphers: link to our own new page about ciphers | Daniel Stenberg | |
| ... as the former ones always go stale! | |||
| 2016-12-25 | cmdline-opts/page-footer: add three more exit codes | Daniel Stenberg | |
| ... and regenerated curl.1 | |||
| 2016-12-25 | formdata: use NULL, not 0, when returning pointers | Daniel Stenberg | |
| 2016-12-25 | ftp: failure to resolve proxy should return that error code | Daniel Stenberg | |
| 2016-12-25 | configure: accept --with-libidn2 instead | Daniel Stenberg | |
| ... which the help text already implied since we switched to libidn2 from libidn in commit 9c91ec778104ae3b back in October 2016. Reported-by: Christian Weisgerber Bug: https://curl.haxx.se/mail/lib-2016-12/0110.html | |||
| 2016-12-24 | test1282: verify the ftp-gss check | Daniel Stenberg | |
| 2016-12-24 | ftp-gss: check for init before use | Daniel Stenberg | |
| To avoid dereferencing a NULL pointer. Reported-by: Daniel Romero | |||
| 2016-12-24 | build-wolfssl: Sync config with wolfSSL 3.10 | Jay Satiro | |
| 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. | |||
| 2016-12-24 | cyassl: use time_t instead of long for timeout | Jay Satiro | |
| 2016-12-23 | bump: toward next release | Daniel Stenberg | |
| 2016-12-23 | http: remove "Curl_http_done: called premature" message | Daniel Stenberg | |
| ... it only confuses people. | |||
| 2016-12-23 | openssl-random: check return code when asking for random | Daniel Stenberg | |
| and fail appropriately if it returns error | |||
| 2016-12-23 | gnutls-random: check return code for failed random | Daniel Stenberg | |
| 2016-12-22 | RELEASE-NOTES: curl 7.52.1 | Daniel Stenberg | |
| 2016-12-22 | lib557.c: use a shorter MAXIMIZE representation | Daniel Stenberg | |
| Since several compilers had problems with the previous one Reported-by: Ray Satiro Bug: https://curl.haxx.se/mail/lib-2016-12/0098.html | |||
| 2016-12-21 | runtests: remove the valgrind parser | Daniel Stenberg | |
| Old legacy parsing that 1) hid problems for us and 2) probably isn't needed anymore. | |||
| 2016-12-21 | randit: store the value in the buffer | Kamil Dudka | |
| 2016-12-21 | tests/Makefile: run checksrc on debug builds | Daniel Stenberg | |
| ... just like we already do in src/ and lib/ | |||
| 2016-12-21 | lib557: move the "enable LONGLINE" to allow more long lines | Daniel Stenberg | |
| This file is riddled with them... | |||
| 2016-12-21 | bump: toward next release | Daniel Stenberg | |
| 2016-12-21 | lib: fix MSVC compiler warnings | Marcel Raad | |
| Visual C++ complained: warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data warning C4701: potentially uninitialized local variable 'path' used | |||
| 2016-12-20 | THANKS: 13 new contributors from 7.52.0 | Daniel Stenberg | |
| 2016-12-20 | RELEASE-NOTES: 7.52.0 | Daniel Stenberg | |
| 2016-12-20 | ssh: inhibit coverity warning with (void) | Daniel Stenberg | |
| CID 1397391 (#1 of 1): Unchecked return value (CHECKED_RETURN) | |||
