Age | Commit message (Expand) | Author |
2019-03-04 | CURLU: fix NULL dereference when used over proxy | Daniel Stenberg |
2019-03-03 | alt-svc: the libcurl bits | Daniel Stenberg |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-22 | url: change conn shutdown order to unlink data as last step | Jay Satiro |
2019-02-19 | connection: never reuse CONNECT_ONLY conections | Daniel Stenberg |
2019-02-14 | strip_trailing_dot: make sure NULL is never used for strlen | Daniel Stenberg |
2019-02-14 | connection_check: restore original conn->data after the check | Jay Satiro |
2019-02-11 | connection_check: set ->data to the transfer doing the check | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-02-09 | url/idnconvert: remove scan for <= 32 ascii values | Daniel Stenberg |
2019-02-06 | url: close TLS before removing conn from cache | Chris Araman |
2019-02-01 | schannel: stop calling it "winssl" | Daniel Stenberg |
2019-01-15 | extract_if_dead: follow-up to 54b201b48c90a | Daniel Stenberg |
2019-01-13 | extract_if_dead: use a known working transfer when checking connections | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2019-01-04 | printf: fix format specifiers | Rikard Falkeborn |
2018-12-27 | url: fix incorrect indentation | Daniel Gustafsson |
2018-12-23 | disconnect: set conn->data for protocol disconnect | Daniel Stenberg |
2018-12-22 | conncache_unlock: avoid indirection by changing input argument type | Daniel Stenberg |
2018-12-22 | disconnect: separate connections and easy handles better | Daniel Stenberg |
2018-12-21 | http: added options for allowing HTTP/0.9 responses | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-22 | host names: allow trailing dot in name resolve, then strip it | Tobias Hintze |
2018-11-20 | ares: remove fd from multi fd set when ares is about to close the fd | Romain Fliedel |
2018-11-09 | setopt: add CURLOPT_CURLU | Jim Fuller |
2018-11-06 | url: a short host name + port is not a scheme | Daniel Stenberg |
2018-11-05 | netrc: don't ignore the login name specified with "--user" | Michael Kaufmann |
2018-10-29 | Curl_close: clear data->multi_easy on free to avoid use-after-free | Daniel Stenberg |
2018-10-23 | Curl_follow: return better errors on URL problems | Daniel Stenberg |
2018-10-08 | spelling fixes [ci skip] | Viktor Szakats |
2018-10-08 | FILE: fix CURLOPT_NOBODY and CURLOPT_HEADER output | Daniel Stenberg |
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 |