Age | Commit message (Expand) | Author |
2018-10-03 | comment: Fix multiple typos in function parameters | Daniel Gustafsson |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-08 | url.c: fix comment typo and indentation | Daniel Gustafsson |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-07 | curl_easy_upkeep: removed 'conn' from the name | Daniel Stenberg |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-09-05 | url: default to CURL_HTTP_VERSION_2TLS if built h2-enabled | Daniel Stenberg |
2018-09-04 | Curl_getoff_all_pipelines: ignore unused return values | Daniel Stenberg |
2018-09-03 | url, vtls: make CURLOPT{,_PROXY}_TLS13_CIPHERS work | Kamil Dudka |
2018-08-18 | upload: allocate upload buffer on-demand | Daniel Stenberg |
2018-08-01 | general: fix printf specifiers | Rikard Falkeborn |
2018-07-28 | conn_free: updated comment to clarify | Daniel Stenberg |
2018-07-26 | reuse_conn(): free old_conn->options | Even Rouault |
2018-07-22 | vtls: set conn->data when closing TLS | Daniel Stenberg |
2018-07-20 | http2: several cleanups | Daniel Stenberg |
2018-07-11 | Curl_getoff_all_pipelines: improved for multiplexed | Daniel Stenberg |
2018-07-11 | conn: remove the boolean 'inuse' field | Daniel Stenberg |
2018-06-25 | url: check Curl_conncache_add_conn return code | Daniel Stenberg |
2018-06-22 | ConnectionExists: make sure conn->data is set when "taking" a connection | Daniel Stenberg |
2018-06-21 | url: fix dangling conn->data pointer | Daniel Stenberg |
2018-06-13 | Curl_init_do: handle NULL connection pointer passed in | Lyman Epp |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-05-31 | option: disallow username in URL | Björn Stenberg |
2018-05-24 | multi: provide a socket to wait for in Curl_protocol_getsock | Daniel Stenberg |
2018-05-14 | lib: Fix format specifiers | Rikard Falkeborn |
2018-05-04 | vtls: use unified "supports" bitfield member in backends | Daniel Stenberg |
2018-04-19 | detect_proxy: only show proxy use if it had contents | Daniel Stenberg |
2018-04-18 | schannel: add support for CURLOPT_CAINFO | Dan McNulty |
2018-04-11 | proxy: show getenv proxy use in verbose output | Daniel Stenberg |
2018-04-06 | file: restore old behavior for file:////foo/bar URLs | Jon DeVree |
2018-03-04 | NO_PROXY: fix for IPv6 numericals in the URL | Daniel Stenberg |
2018-02-23 | spelling fixes | Viktor Szakats |
2018-02-20 | url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUT | Anders Bakken |
2018-01-23 | CONNECT_TO: fail attempt to set an IPv6 numerical without IPv6 support | Daniel Stenberg |
2018-01-05 | build: remove HAVE_LIMITS_H check | Jay Satiro |
2017-12-20 | curl_easy_reset: release mime-related data. | Patrick Monnerat |
2017-12-08 | curl: remove __EMX__ #ifdefs | Daniel Stenberg |
2017-12-06 | URL: tolerate backslash after drive letter for FILE: | Jan-E |
2017-12-05 | conncache: only allow multiplexing within same multi handle | Daniel Stenberg |
2017-12-05 | conncache: fix several lock issues | Daniel Stenberg |
2017-12-01 | libssh: added SFTP support | Nikos Mavrogiannopoulos |
2017-12-01 | Added support for libssh SSH SCP back-end | Nikos Mavrogiannopoulos |
2017-12-01 | SSL: Avoid magic allocation of SSL backend specific data | Johannes Schindelin |
2017-11-27 | url: fix alignment of ssl_backend_data struct | Jay Satiro |
2017-11-24 | URL: update "file:" URL handling | Matthew Kerwin |
2017-11-22 | url: reject ASCII control characters and space in host names | Daniel Stenberg |
2017-11-21 | Curl_open: fix OOM return error correctly | Daniel Stenberg |
2017-11-14 | URL: return error on malformed URLs with junk after IPv6 bracket | Michael Kaufmann |