Age | Commit message (Expand) | Author |
2017-03-04 | fix potential use of uninitialized variables | Andrew Krieger |
2017-03-03 | url: split off proxy init and parsing from create_conn | Jay Satiro |
2017-03-03 | build: fix gcc7 implicit fallthrough warnings | Alexis La Goutte |
2017-03-02 | darwinssl: Warn that disabling host verify also disables SNI | JDepooter |
2017-02-28 | warnless: suppress compiler warning | Marcel Raad |
2017-02-27 | digest_sspi: fix compilation warning | Marcel Raad |
2017-02-26 | cyassl: get library version string at runtime | Jay Satiro |
2017-02-25 | url: fix unix-socket support for proxy-disabled builds | Isaac Boukris |
2017-02-26 | gopher: fixed detection of an error condition from Curl_urldecode | Dan Fandrich |
2017-02-25 | ftp: fixed a NULL pointer dereference on OOM | Dan Fandrich |
2017-02-25 | ftp: removed an erroneous free in an OOM path | Dan Fandrich |
2017-02-25 | proxy: fixed a memory leak on OOM | Dan Fandrich |
2017-02-23 | url: Default the CA proxy bundle location to CURL_CA_BUNDLE | Jay Satiro |
2017-02-23 | rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header | Sergii Pylypenko |
2017-02-23 | formdata: check for EOF when reading from stdin | Daniel Stenberg |
2017-02-21 | urldata: include curl_sspi.h when Windows SSPI is enabled | Viktor Szakats |
2017-02-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro |
2017-02-21 | cyassl: fix typo | Jay Satiro |
2017-02-21 | cookie: fix declaration of 'dup' shadows a global declaration | Daniel Stenberg |
2017-02-21 | TLS: make SSL_VERIFYSTATUS work again | Daniel Stenberg |
2017-02-21 | digest_sspi: Handle 'stale=TRUE' directive in HTTP digest | Jay Satiro |
2017-02-20 | smb: use getpid replacement for windows UWP builds | Daniel Stenberg |
2017-02-20 | sftp: improved checks for create dir failures | Jean Gressmann |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-18 | speed caps: update the timeouts if the speed is too low/high | Michael Kaufmann |
2017-02-18 | proxy: fix hostname resolution and IDN conversion | Michael Kaufmann |
2017-02-17 | http: fix missing 'Content-Length: 0' while negotiating auth | Isaac Boukris |
2017-02-15 | axtls: adapt to API changes | Daniel Stenberg |
2017-02-14 | smb: code indent | Daniel Stenberg |
2017-02-13 | http2: fix memory-leak when denying push streams | Daniel Stenberg |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-02-09 | nss: make FTPS work with --proxytunnel | Kamil Dudka |
2017-02-09 | http_proxy: avoid freeing static memory | Daniel Stenberg |
2017-02-09 | http_proxy: Fix tiny memory leak upon edge case connecting to proxy | Cameron MacMinn |
2017-02-08 | polarssl, mbedtls: Fix detection of pending data | Michael Kaufmann |
2017-02-07 | http2: reset push header counter fixes crash | Daniel Stenberg |
2017-02-07 | transfer: only retry nobody-requests for HTTP | Markus Westerlind |
2017-02-07 | telnet: Fix typos | Daniel Gustafsson |
2017-02-07 | darwinssl: Avoid parsing certificates when not in verbose mode | Daniel Gustafsson |
2017-02-07 | schannel: Remove incorrect SNI disabled message | JDepooter |
2017-02-06 | use *.sourceforge.io and misc URL updates | Viktor Szakats |
2017-02-01 | cmake: Support curl --xattr when built with cmake | Sean Burford |
2017-01-31 | openssl: Don't use certificate after transferring ownership | Adam Langley |
2017-01-29 | mbedtls: implement CTR-DRBG and HAVEGE random generators | Antoine Aubert |
2017-01-28 | mbedtls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | gnutls: disable TLS session tickets | Michael Kaufmann |
2017-01-28 | polarssl: fix hangs | Michael Kaufmann |
2017-01-27 | cookies: do not assume a valid domain has a dot | Daniel Stenberg |
2017-01-24 | telnet: fix windows compiler warnings | Daniel Stenberg |