summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* tftp: Alloc maximum blksize, and use default unless OACK is receivedThomas Vegas2019-09-091-3/+9
* tftp: return error when packet is too small for optionsThomas Vegas2019-09-091-20/+33
* netrc: free 'home' on errorDaniel Stenberg2019-09-031-7/+12
* urldata: avoid 'generic', use dedicated pointersDaniel Stenberg2019-09-033-22/+25
* cleanup: move functions out of url.c and make them staticDaniel Stenberg2019-09-035-229/+220
* smtp: check for and bail out on too short EHLO responseDaniel Stenberg2019-09-031-1/+5
* smb: init *msg to NULL in smb_send_and_recv()Daniel Stenberg2019-09-021-0/+1
* Curl_addr2string: take an addrlen argument tooDaniel Stenberg2019-08-313-14/+22
* quiche: expire when poll returned dataDaniel Stenberg2019-08-301-0/+3
* quiche: decrease available buffer size, don't assign it!Daniel Stenberg2019-08-301-1/+1
* ngtcp2: on h3 stream close, call expireDaniel Stenberg2019-08-291-1/+1
* ngtcp2: build latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-292-140/+8
* ngtcp2: set flow control window to stream buffer sizeDaniel Stenberg2019-08-281-3/+4
* ngtcp2: Build with latest ngtcp2 and ngtcp2_crypto_opensslTatsuhiro Tsujikawa2019-08-275-1189/+163
* http2: when marked for closure and wanted to close == OKDaniel Stenberg2019-08-261-0/+5
* vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failureKamil Dudka2019-08-263-3/+3
* quiche: send the HTTP body correctly on callback uploadsDaniel Stenberg2019-08-261-1/+10
* ngtcp2: add support for SSLKEYLOGFILEDaniel Stenberg2019-08-251-0/+18
* ngtcp2: improve h3 response receivingDaniel Stenberg2019-08-251-9/+26
* ngtcp2: use nghttp3_version()Daniel Stenberg2019-08-251-1/+2
* ngtcp2: sync with upstream API changesDaniel Stenberg2019-08-253-114/+80
* scp: fix directory name length used in memcpyKyle Abramowitz2019-08-241-1/+1
* http: the 'closed' struct field is used by both ngh2 and ngh3Daniel Stenberg2019-08-242-7/+1
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-235-19/+153
* cleanup: remove DOT_CHAR completelyDaniel Stenberg2019-08-202-11/+1
* spnego_sspi: add typecast to fix build warningDaniel Stenberg2019-08-201-2/+2
* openssl: build warning free with boringsslDaniel Stenberg2019-08-201-5/+27
* ngtcp2: make postfields-set posts workDaniel Stenberg2019-08-201-14/+33
* http: remove chunked-encoding and expect header use for HTTP/3Daniel Stenberg2019-08-201-4/+5
* CURLOPT_SSL_VERIFYHOST: treat the value 1 as 2Daniel Stenberg2019-08-201-21/+5
* netrc: make the code try ".netrc" on Windows as wellDaniel Stenberg2019-08-201-59/+87
* ngtcp2: use ngtcp2_version() to get the run-time versionDaniel Stenberg2019-08-201-1/+2
* ngtcp2: move the h3 initing to immediately after the rx keyDaniel Stenberg2019-08-201-6/+5
* quiche: register debug callback once and earlierAlessandro Ghedini2019-08-171-12/+18
* ssh: add a generic Curl_ssh_version function for SSH backendsDaniel Stenberg2019-08-174-26/+23
* base64: check for SSH, not specific SSH backendsDaniel Stenberg2019-08-171-2/+2
* vssh: move ssh init/cleanup functions into backend codeDaniel Stenberg2019-08-174-18/+41
* vssh: create directory for SSH backend codeDaniel Stenberg2019-08-174-3/+5
* http: fix use of credentials from URL when using HTTP proxyDaniel Stenberg2019-08-162-11/+13
* ngtcp2: provide the callbacks as a static structDaniel Stenberg2019-08-152-32/+33
* ngtcp2: add missing nghttp3_conn_add_write_offset callTatsuhiro Tsujikawa2019-08-151-0/+9
* ngtcp2: deal with stream closeTatsuhiro Tsujikawa2019-08-151-1/+10
* ngtcp2: Consume QUIC STREAM data properlyTatsuhiro Tsujikawa2019-08-151-8/+13
* ngtcp2: don't reinitialize SSL on RetryTatsuhiro Tsujikawa2019-08-151-1/+0
* multi: getsock improvements for QUIC connectingDaniel Stenberg2019-08-141-1/+7
* connect: connections are persistent by default for HTTP/3Daniel Stenberg2019-08-141-0/+3
* quiche: happy eyeballsDaniel Stenberg2019-08-141-31/+42
* ngtcp2: do QUIC connections happy-eyeballs friendlyDaniel Stenberg2019-08-146-230/+262
* curl_version: bump string buffer size to 250Daniel Stenberg2019-08-141-1/+1
* vauth: Use CURLE_AUTH_ERROR for auth function errorsJay Satiro2019-08-147-17/+55