Age | Commit message (Expand) | Author |
2017-10-27 | setopt: fix CURLOPT_SSH_AUTH_TYPES option read | Daniel Stenberg |
2017-10-26 | wildcards: don't use with non-supported protocols | Max Dymond |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-25 | timediff: return timediff_t from the time diff functions | Daniel Stenberg |
2017-10-16 | setopt: range check most long options | Daniel Stenberg |
2017-10-16 | setopt: avoid integer overflows when setting millsecond values | Daniel Stenberg |
2017-10-11 | url: Update current connection SSL verify params in setopt | Artak Galoyan |
2017-10-08 | mime: improve unbinding top multipart from easy handle. | Patrick Monnerat |
2017-10-03 | idn: fix source code comment | Michael Kaufmann |
2017-10-03 | proxy: read the "no_proxy" variable only if necessary | Michael Kaufmann |
2017-09-30 | Set and use more necessary options when some protocols are disabled | Dan Fandrich |
2017-09-28 | reuse_conn: don't copy flags that are known to be equal | Michael Kaufmann |
2017-09-14 | URL: on connection re-use, still pick the new remote port | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-08-28 | vtls: encapsulate SSL backend-specific data | Johannes Schindelin |
2017-08-28 | vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct | Johannes Schindelin |
2017-08-28 | vtls: convert the have_curlssl_* constants to runtime flags | Johannes Schindelin |
2017-08-17 | ssh: add the ability to enable compression (for SCP/SFTP) | Viktor Szakats |
2017-08-11 | parse_proxy(): fix memory leak in case of invalid proxy server name | Even Rouault |
2017-07-28 | timeval: struct curltime is a struct timeval replacement | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-28 | CURLOPT_SOCKS5_AUTH: allowed methods for SOCKS5 proxy auth | Kamil Dudka |
2017-06-21 | --request-target: instead of --strip-path-slash | Daniel Stenberg |
2017-06-19 | http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH | Daniel Stenberg |
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 |