summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-09-12Merge tag 'curl-7_66_0'ng0
2019-09-10urlapi: one colon is enough for the strspn() input (typo)Daniel Stenberg
2019-09-10urlapi: verify the IPv6 numerical addressDaniel Stenberg
2019-09-10openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin
2019-09-10openssl: indent, re-organize and add commentsClément Notin
2019-09-10sspi: fix memory leaksmigueljcrum
2019-09-09Curl_fillreadbuffer: avoid double-free trailer buf on errorDaniel Stenberg
2019-09-09security:read_data fix bad realloc()Daniel Stenberg
2019-09-09tftp: Alloc maximum blksize, and use default unless OACK is receivedThomas Vegas
2019-09-09tftp: return error when packet is too small for optionsThomas Vegas
2019-09-03netrc: free 'home' on errorDaniel Stenberg
2019-09-03urldata: avoid 'generic', use dedicated pointersDaniel Stenberg
2019-09-03cleanup: move functions out of url.c and make them staticDaniel Stenberg
2019-09-03smtp: check for and bail out on too short EHLO responseDaniel Stenberg
2019-09-02smb: init *msg to NULL in smb_send_and_recv()Daniel Stenberg
2019-08-31Curl_addr2string: take an addrlen argument tooDaniel Stenberg
2019-08-30quiche: expire when poll returned dataDaniel Stenberg
2019-08-30quiche: decrease available buffer size, don't assign it!Daniel Stenberg
2019-08-29ngtcp2: on h3 stream close, call expireDaniel Stenberg
2019-08-29ngtcp2: build latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa
2019-08-28ngtcp2: set flow control window to stream buffer sizeDaniel Stenberg
2019-08-27ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa
2019-08-26http2: when marked for closure and wanted to close == OKDaniel Stenberg
2019-08-26vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka
2019-08-26quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg
2019-08-25ngtcp2: add support for SSLKEYLOGFILEDaniel Stenberg
2019-08-25ngtcp2: improve h3 response receivingDaniel Stenberg
2019-08-25ngtcp2: use nghttp3_version()Daniel Stenberg
2019-08-25ngtcp2: sync with upstream API changesDaniel Stenberg
2019-08-24scp: fix directory name length used in memcpyKyle Abramowitz
2019-08-24http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg
2019-08-23ngtcp2: accept upload via callbackDaniel Stenberg
2019-08-20cleanup: remove DOT_CHAR completelyDaniel Stenberg
2019-08-20spnego_sspi: add typecast to fix build warningDaniel Stenberg
2019-08-20openssl: build warning free with boringsslDaniel Stenberg
2019-08-20ngtcp2: make postfields-set posts workDaniel Stenberg
2019-08-20http: remove chunked-encoding and expect header use for HTTP/3Daniel Stenberg
2019-08-20CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2Daniel Stenberg
2019-08-20netrc: make the code try ".netrc" on Windows as wellDaniel Stenberg
2019-08-20ngtcp2: use ngtcp2_version() to get the run-time versionDaniel Stenberg
2019-08-20ngtcp2: move the h3 initing to immediately after the rx keyDaniel Stenberg
2019-08-17quiche: register debug callback once and earlierAlessandro Ghedini
2019-08-17ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg
2019-08-17base64: check for SSH, not specific SSH backendsDaniel Stenberg
2019-08-17vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg
2019-08-17vssh: create directory for SSH backend codeDaniel Stenberg
2019-08-16http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg
2019-08-15Merge tag 'curl-7_65_3'ng0
2019-08-15ngtcp2: provide the callbacks as a static structDaniel Stenberg
2019-08-15ngtcp2: add missing nghttp3_conn_add_write_offset callTatsuhiro Tsujikawa