| Commit message (Expand) | Author | Age | Files | Lines |
* | projects: remove build-openssl.bat and build-wolfssl.batbagder/remove-build-ssl.bat | Daniel Stenberg | 2017-09-28 | 3 | -720/+0 |
* | curl.h: include <sys/select.h> on cygwin too | Daniel Stenberg | 2017-09-27 | 1 | -0/+1 |
* | RELEASE-NOTES: synced with d8ab5dc50 | Daniel Stenberg | 2017-09-25 | 1 | -10/+21 |
* | tests: adjust .gitignore for new tests | Michael Kaufmann | 2017-09-24 | 1 | -0/+3 |
* | ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header | Jay Satiro | 2017-09-23 | 5 | -9/+12 |
* | file_range: avoid integer overflow when figuring out byte range | Daniel Stenberg | 2017-09-23 | 1 | -0/+3 |
* | tests: fix a compiler warning in test 643 | Michael Kaufmann | 2017-09-23 | 1 | -4/+4 |
* | symbols-in-versions: fix CURLSSLSET_NO_BACKENDS entry | Jay Satiro | 2017-09-23 | 1 | -1/+1 |
* | metalink: fix NSS issue in MultiSSL builds | Viktor Szakats | 2017-09-22 | 1 | -1/+4 |
* | ntlm: use strict order for SSL backend #if branches | Viktor Szakats | 2017-09-22 | 4 | -36/+73 |
* | symbols-in-versions: add CURLSSLSET_NO_BACKENDS | Daniel Stenberg | 2017-09-22 | 1 | -1/+2 |
* | imap: quote atoms properly when escaping characters | Daniel Stenberg | 2017-09-22 | 2 | -4/+4 |
* | tests: make the imap server not verify user+password | Daniel Stenberg | 2017-09-22 | 3 | -14/+8 |
* | vtls: provide curl_global_sslset() even in non-SSL builds | Daniel Stenberg | 2017-09-22 | 3 | -4/+18 |
* | form/mime: field names are not allowed to contain zero-valued bytes. | Patrick Monnerat | 2017-09-22 | 21 | -102/+94 |
* | openssl: only verify RSA private key if supported | Dirk Feytons | 2017-09-21 | 1 | -6/+22 |
* | examples/post-callback: use long for CURLOPT_POSTFIELDSIZE | Marcel Raad | 2017-09-21 | 1 | -1/+1 |
* | mime: rephrase the multipart output state machine (#1898) ... | Patrick Monnerat | 2017-09-20 | 1 | -2/+5 |
* | mime: fix an explicit null dereference (#1899) | Patrick Monnerat | 2017-09-20 | 1 | -2/+2 |
* | curl: check fseek() return code and bail on error | Daniel Stenberg | 2017-09-20 | 1 | -2/+10 |
* | smtp: fix memory leak in OOM | Daniel Stenberg | 2017-09-20 | 1 | -1/+4 |
* | RELEASE-NOTES: synced with 5fe85587c | Daniel Stenberg | 2017-09-20 | 1 | -9/+36 |
* | cookies: use lock when using CURLINFO_COOKIELIST | Pavel P | 2017-09-19 | 2 | -8/+19 |
* | ossfuzz: changes before merging the generated corpora | Max Dymond | 2017-09-18 | 5 | -50/+179 |
* | mime:escape_string minor clarification change | Daniel Stenberg | 2017-09-18 | 1 | -2/+5 |
* | ossfuzz: don't write out to stdout | Max Dymond | 2017-09-18 | 2 | -0/+40 |
* | cookies: reject oversized cookies | Daniel Stenberg | 2017-09-18 | 5 | -14/+96 |
* | travis: on mac, don't install openssl or libidn | Daniel Stenberg | 2017-09-18 | 1 | -1/+1 |
* | curl: make str2udouble not return values on error | Daniel Stenberg | 2017-09-18 | 1 | -3/+5 |
* | socks: fix incorrect port number in SOCKS4 error message | Jay Satiro | 2017-09-18 | 1 | -4/+4 |
* | schannel: Support partial send for when data is too large | Marc Aldorasi | 2017-09-16 | 1 | -2/+1 |
* | openssl: add missing includes | David Benjamin | 2017-09-16 | 1 | -0/+2 |
* | conversions: fix several compiler warnings | Daniel Stenberg | 2017-09-15 | 2 | -14/+16 |
* | server/getpart: provide dummy function to build conversion enabled | Daniel Stenberg | 2017-09-15 | 1 | -1/+29 |
* | non-ascii: use iconv() with 'char **' argument | Daniel Stenberg | 2017-09-15 | 1 | -3/+3 |
* | escape.c: error: pointer targets differ in signedness | Daniel Stenberg | 2017-09-15 | 1 | -2/+2 |
* | docs: clarify the CURLOPT_INTERLEAVE* options behavior | Daniel Stenberg | 2017-09-15 | 2 | -5/+10 |
* | rtsp: Segfault in rtsp.c when using WRITEDATA | Max Dymond | 2017-09-15 | 1 | -9/+14 |
* | tests: enable gssapi in travis-ci linux build | Isaac Boukris | 2017-09-15 | 1 | -1/+2 |
* | tests: add initial gssapi test using stub implementation | Isaac Boukris | 2017-09-15 | 10 | -2/+825 |
* | test1150: verify same host fetch using different ports over proxy | Daniel Stenberg | 2017-09-15 | 2 | -1/+57 |
* | URL: on connection re-use, still pick the new remote port | Daniel Stenberg | 2017-09-14 | 1 | -0/+1 |
* | RELEASE-NOTES: synced with 87501e57f | Daniel Stenberg | 2017-09-12 | 1 | -5/+35 |
* | code style: remove wrong uses of multiple spaces | Daniel Stenberg | 2017-09-12 | 7 | -10/+10 |
* | checksrc: detect and warn for multiple spaces | Daniel Stenberg | 2017-09-12 | 1 | -0/+13 |
* | code style: use space after semicolon | Daniel Stenberg | 2017-09-12 | 5 | -11/+12 |
* | checksrc: verify space after semicolons | Daniel Stenberg | 2017-09-12 | 1 | -0/+8 |
* | code style: use spaces around pluses | Daniel Stenberg | 2017-09-11 | 104 | -366/+386 |
* | checksrc: detect and warn for lack of spaces next to plus signs | Daniel Stenberg | 2017-09-11 | 1 | -0/+13 |
* | code style: use spaces around equals signs | Daniel Stenberg | 2017-09-11 | 144 | -990/+995 |