Age | Commit message (Expand) | Author |
2017-06-16 | url: refactor the check for Windows drive letter in path | Jay Satiro |
2017-06-15 | http-proxy: only attempt FTP over HTTP proxy | Daniel Stenberg |
2017-06-14 | http-proxy: do the HTTP CONNECT process entirely non-blocking | Daniel Stenberg |
2017-06-13 | url: fix buffer overwrite with file protocol (CVE-2017-9502) | Daniel Stenberg |
2017-06-09 | setopt: check CURLOPT_ADDRESS_SCOPE option range | Daniel Stenberg |
2017-06-05 | test1521: test *all* curl_easy_setopt options | Daniel Stenberg |
2017-05-23 | url: fix declaration of 'pipe' shadows a global declaration | Daniel Stenberg |
2017-05-13 | url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enough | Dan Fandrich |
2017-05-12 | pipeline: fix mistakenly trying to pipeline POSTs | Daniel Stenberg |
2017-05-02 | url: let CURLOPT_BUFFERSIZE realloc to smaller sizes too | Daniel Stenberg |
2017-05-01 | BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZE | Daniel Stenberg |
2017-05-01 | http-proxy: use a dedicated CONNECT response buffer | Daniel Stenberg |
2017-05-01 | buffer_size: make sure it always has the correct size | Daniel Stenberg |
2017-05-01 | CURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size | Daniel Stenberg |
2017-04-29 | url: fixed a memory leak on OOM while setting CURLOPT_BUFFERSIZE | Dan Fandrich |
2017-04-26 | lib: remove unused code | Marcel Raad |
2017-04-26 | url: declare get_protocol_family() static | Martin Kepplinger |
2017-04-25 | transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload() | Daniel Stenberg |
2017-04-18 | TLS: Fix switching off SSL session id when client cert is used | Jay Satiro |
2017-04-04 | url: don't free postponed data on connection reuse | Antti Hätälä |
2017-04-04 | llist: replace Curl_llist_alloc with Curl_llist_init | Daniel Stenberg |
2017-03-28 | http: Fix proxy connection reuse with basic-auth | Isaac Boukris |
2017-03-26 | spelling fixes | klemens |
2017-03-13 | Improve code readbility | Sylvestre Ledru |
2017-03-12 | url: add option CURLOPT_SUPPRESS_CONNECT_HEADERS | Desmond O. Chang |
2017-03-11 | url: don't compile detect_proxy if HTTP support is disabled | Dan Fandrich |
2017-03-08 | vtls: add options to specify range of enabled TLS versions | Jozef Kralik |
2017-03-06 | URL: return error on malformed URLs with junk after port number | Daniel Stenberg |
2017-03-03 | url: split off proxy init and parsing from create_conn | Jay Satiro |
2017-02-25 | url: fix unix-socket support for proxy-disabled builds | Isaac Boukris |
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-21 | url: Improve CURLOPT_PROXY_CAPATH error handling | Jay Satiro |
2017-02-21 | TLS: make SSL_VERIFYSTATUS work again | Daniel Stenberg |
2017-02-18 | proxy: fix hostname resolution and IDN conversion | Michael Kaufmann |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-01-19 | CURLOPT_BUFFERSIZE: support enlarging receive buffer | Richy Kim |
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-13 | unix_socket: add support for abstract unix domain socket | Isaac Boukris |
2017-01-13 | IDN: Use TR46 non-transitional | Daniel Stenberg |
2017-01-13 | IDN: revert use of the transitional option | Daniel Stenberg |
2017-01-13 | IDN: Fix compile time detection of linidn2 TR46 | Tim Rühsen |
2017-01-13 | url: --noproxy option overrides NO_PROXY environment variable | ERAMOTO Masaya |
2017-01-13 | url: Refactor detect_proxy() | ERAMOTO Masaya |
2017-01-13 | url: Fix NO_PROXY env var to work properly with --proxy option. | ERAMOTO Masaya |
2017-01-13 | IDN: Use TR46 'transitional' for toASCII translations | Tim Rühsen |
2017-01-12 | url: Fix parsing for when 'file' is the default protocol | Jay Satiro |
2016-12-16 | preproxy: renamed what was added as SOCKS_PROXY | Daniel Stenberg |
2016-12-16 | CURLOPT_SOCKS_PROXYTYPE: removed | Daniel Stenberg |