Age | Commit message (Expand) | Author |
2017-08-28 | vtls: use consistent signature for _random() implementations | Johannes Schindelin |
2017-08-27 | strtooff: fix build for systems with long long but no strtoll option | Daniel Stenberg |
2017-08-27 | darwinssl: handle long strings in TLS certs | Daniel Stenberg |
2017-08-24 | imap: use defined names for response codes | Daniel Stenberg |
2017-08-23 | imap: support PREAUTH | Daniel Stenberg |
2017-08-23 | config-tpf: define SIZEOF_LONG | Jay Satiro |
2017-08-22 | config-dos: add missing defines, SIZEOF_* and two others | Gisle Vanem |
2017-08-22 | makefile.m32: add support for libidn2 | Viktor Szakats |
2017-08-22 | config-win32: define SIZEOF_LONG | Viktor Szakats |
2017-08-19 | tftp: fix memory leak on too long filename | Even Rouault |
2017-08-18 | http2_recv: return error better on fatal h2 errors | Daniel Stenberg |
2017-08-18 | http: Don't wait on CONNECT when there is no proxy | Jan Alexander Steffens (heftig) |
2017-08-17 | CURL_SIZEOF_LONG: removed, use only SIZEOF_LONG | Daniel Stenberg |
2017-08-17 | config-win32: define SIZEOF_CURL_OFF_T | Daniel Stenberg |
2017-08-17 | cmake: sizeof curl_off_t, remove unused detections | Daniel Stenberg |
2017-08-17 | system.h: remove all CURL_SIZEOF_* defines | Daniel Stenberg |
2017-08-17 | ftp: fix CWD when doing multicwd then nocwd on same connection | Daniel Stenberg |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-16 | http_proxy: fix build error for CURL_DOES_CONVERSIONS | Maksim Stsepanenka |
2017-08-16 | configure: check for __builtin_available() availability (#1788) | Nick Zitzmann |
2017-08-16 | darwinssi: fix error: variable length array used | Daniel Stenberg |
2017-08-15 | cmake: remove dead code for DISABLED_THREADSAFE | Benbuck Nason |
2017-08-15 | progress: Track total times following redirects | Ryan Winograd |
2017-08-15 | cmake: remove dead code for CURL_DISABLE_RTMP | Benbuck Nason |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-08-13 | ipv6_scope: support unique local addresses | Daniel Stenberg |
2017-08-13 | redirect: skip URL encoding for host names | Salah-Eddin Shaban |
2017-08-12 | bagder/Curl_tvdiff_us: fix the math | Daniel Stenberg |
2017-08-11 | parse_proxy(): fix memory leak in case of invalid proxy server name | Even Rouault |
2017-08-11 | openssl: fix "error: this statement may fall through" | Daniel Stenberg |
2017-08-11 | openssl: remove CONST_ASN1_BIT_STRING. | David Benjamin |
2017-08-10 | digest_sspi: Don't reuse context if the user/passwd has changed | Jay Satiro |
2017-08-08 | docs/comments: Update to secure URL versions | Viktor Szakats |
2017-08-07 | tftp: reject file name lengths that don't fit | Daniel Stenberg |
2017-08-07 | file: output the correct buffer to the user | Even Rouault |
2017-08-06 | easy_events: make event data static | Daniel Stenberg |
2017-08-05 | gssapi: fix memory leak of output token in multi round context | Isaac Boukris |
2017-08-05 | darwinssl: fix compiler warning | Marcel Raad |
2017-08-04 | FTP: skip unnecessary CWD when in nocwd mode | Daniel Stenberg |
2017-08-04 | darwin: silence compiler warnings | Daniel Stenberg |
2017-08-03 | darwinssl: fix curlssl_sha256sum() compiler warnings on first argument | Daniel Stenberg |
2017-08-03 | netrc: skip lines starting with '#' | Gisle Vanem |
2017-08-03 | CMake: set MSVC warning level to 4 | Marcel Raad |
2017-08-01 | curl_threads: fix MSVC compiler warning | Marcel Raad |
2017-08-01 | multi: fix request timer management | Brad Spencer |
2017-08-01 | curl_setup: Define CURL_NO_OLDIES for building libcurl | Jay Satiro |
2017-07-31 | http: fix response code parser to avoid integer overflow | Daniel Stenberg |
2017-07-31 | libcurl: Stop using error codes defined under CURL_NO_OLDIES | Dwarakanath Yadavalli |
2017-07-29 | splay: fix signed/unsigned mismatch warning | Jay Satiro |
2017-07-28 | curl_rtmp: fix a compiler warning | Johannes Schindelin |