Age | Commit message (Expand) | Author |
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 |
2017-01-23 | VC: remove the makefile.vc6 build infra | Daniel Stenberg |
2017-01-22 | vtls: source indentation fix | Daniel Stenberg |
2017-01-20 | vtls: fix PolarSSL non-blocking handling | Daniel Stenberg |
2017-01-20 | vtls: fix mbedtls multi non blocking handshake. | Antoine Aubert |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
2017-01-19 | *.rc: escape non-ASCII/non-UTF-8 character for clarity | Viktor Szakats |
2017-01-18 | CURLOPT_CONNECT_TO: Fix compile warnings | Michael Kaufmann |
2017-01-18 | parseurl: move back buffer to function scope | Daniel Stenberg |
2017-01-17 | openssl: Fix random generation | Jay Satiro |
2017-01-15 | nss: use the correct lock in nss_find_slot_by_name() | Kamil Dudka |
2017-01-15 | http2: disable server push if not requested | Alessandro Ghedini |