summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* url: part of expression is always true: (bundle->multiuse == 0)Daniel Stenberg2019-09-201-1/+1
* ftp: the conditional expression is always trueDaniel Stenberg2019-09-201-4/+2
* ftp: Expression 'ftpc->wait_data_conn' is always falseDaniel Stenberg2019-09-201-7/+2
* ftp: Expression 'ftpc->wait_data_conn' is always trueDaniel Stenberg2019-09-201-6/+5
* ftp: part of conditional expression is always true: !resultDaniel Stenberg2019-09-201-1/+1
* http: fix Expression 'http->postdata' is always falseDaniel Stenberg2019-09-201-2/+1
* doh: avoid truncating DNS QTYPE to lower octetNiall O'Reilly2019-09-191-2/+4
* urlapi: CURLU_NO_AUTHORITY allows empty authority/host partJens Finkhaeuser2019-09-191-11/+25
* url: only reuse TLS connections with matching pinningDaniel Stenberg2019-09-193-1/+9
* http: merge two "case" statementsMichael Kaufmann2019-09-181-3/+0
* FTP: remove trailing slash from path for LIST/MLSDZenju2019-09-181-8/+7
* mime: when disabled, avoid C99 macroDaniel Stenberg2019-09-182-3/+10
* url: cleanup dangling DOH request headers tooDaniel Stenberg2019-09-181-0/+1
* http2: relax verification of :authority in push promise requestsChristoph M. Becker2019-09-161-1/+3
* doh: clean up dangling DOH handles and memory on easy closeDaniel Stenberg2019-09-162-5/+12
* smb: check for full size message before reading message detailsDaniel Stenberg2019-09-161-1/+2
* quiche: persist connection detailsDaniel Stenberg2019-09-161-3/+3
* openssl: fix warning with boringssl and SSL_CTX_set_min_proto_versionDaniel Stenberg2019-09-161-4/+9
* doh: fix undefined behaviour and open up for gcc and clang optimizationPaul Dreik2019-09-151-2/+8
* doh: fix (harmless) buffer overrunPaul Dreik2019-09-151-2/+15
* FTP: allow "rubbish" prepended to the SIZE responseDaniel Stenberg2019-09-131-2/+18
* FTP: skip CWD to entry dir when target is absoluteZenju2019-09-131-1/+3
* parsedate: still provide the name arrays when disabledDaniel Stenberg2019-09-131-5/+9
* openssl: close_notify on the FTP data connection doesn't mean closureDaniel Stenberg2019-09-131-1/+4
* setopt: make it easier to add new enum valuesZenju2019-09-121-7/+7
* asyn-thread: s/AF_LOCAL/AF_UNIX for SolarisDaniel Stenberg2019-09-121-2/+2
* ldap: Stop using wide char version of ldapp_err2stringJay Satiro2019-09-111-0/+6
* urlapi: one colon is enough for the strspn() input (typo)Daniel Stenberg2019-09-101-1/+1
* urlapi: verify the IPv6 numerical addressDaniel Stenberg2019-09-101-4/+13
* openssl: use SSL_CTX_set_<min|max>_proto_version() when availableClément Notin2019-09-101-11/+105
* openssl: indent, re-organize and add commentsClément Notin2019-09-101-32/+38
* sspi: fix memory leaksmigueljcrum2019-09-104-0/+21
* Curl_fillreadbuffer: avoid double-free trailer buf on errorbagder/trailer-buf-freeDaniel Stenberg2019-09-093-12/+17
* security:read_data fix bad realloc()Daniel Stenberg2019-09-091-4/+2
* 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