summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* urldata: make 'negnpn' use less storageDaniel Stenberg2022-08-081-1/+2
* urldata: make three *_proto struct fields smallerDaniel Stenberg2022-08-081-3/+3
* connect: set socktype/protocol correctlyDaniel Stenberg2022-08-083-9/+21
* amissl: allow AmiSSL to be used with AmigaOS 4.x buildsFutaura2022-08-082-4/+34
* openssl: add details to "unable to set client certificate" erroropensignature2022-08-081-2/+3
* amissl: make AmiSSL v5 a minimum requirementFutaura2022-08-085-48/+3
* digest: pass over leading spaces in qop valuesDaniel Stenberg2022-08-081-0/+3
* digest: reject broken header with session protocol but without qopEvgeny Grin (Karlson2k)2022-08-071-0/+4
* curl_easy_header: Add CURLH_PSEUDO to sanity checkAndrew Lambert2022-08-061-2/+2
* schannel: Add TLS 1.3 supportWyatt O'Day2022-08-022-57/+415
* quiche: fix build failureNao Yonashiro2022-08-022-1/+14
* hyper: enable obs-folded multiline headersSean McArthur2022-07-281-0/+1
* connect: revert the use of IP*_RECVERRDaniel Stenberg2022-07-281-14/+0
* ngtcp2: Fix build error due to change in nghttp3 prototypesJay Satiro2022-07-261-13/+2
* digest: fix memory leak, fix not quoted 'opaque'Evgeny Grin (Karlson2k)2022-07-251-1/+2
* sendf: skip storing HTTP headers if HTTP disabledDaniel Stenberg2022-07-231-0/+2
* url: enumerated type mixed with another typeDaniel Stenberg2022-07-231-3/+3
* urldata: change second proxytype field to unsigned char to matchDaniel Stenberg2022-07-231-1/+2
* http: typecast the httpreq assignment to avoid icc compiler warningDaniel Stenberg2022-07-231-1/+1
* urldata: make state.httpreq an unsigned charDaniel Stenberg2022-07-231-1/+2
* splay: avoid using -1 in unsigned variableDaniel Stenberg2022-07-231-2/+2
* sendf: store the header type in an usigned char to avoid icc warningsDaniel Stenberg2022-07-231-6/+6
* multi: fix the return code from Curl_pgrsDone()Daniel Stenberg2022-07-231-1/+1
* sendf: make Curl_debug a void functionDaniel Stenberg2022-07-234-16/+10
* http_chunks: remove an assign + typecastDaniel Stenberg2022-07-231-2/+1
* vtls: make Curl_ssl_backend() return the enum type curl_sslbackendDaniel Stenberg2022-07-232-3/+3
* ftp: use a correct expire ID for timer expiryDaniel Stenberg2022-07-202-1/+3
* sendf: fix paused header writes since after the header APIDaniel Stenberg2022-07-201-2/+7
* mprintf: fix *dyn_vprintf() when out-of-memoryDaniel Stenberg2022-07-191-3/+2
* file: fix icc enumerated type mixed with another type warningDaniel Stenberg2022-07-191-1/+1
* tidy-up: delete unused build configuration macrosViktor Szakats2022-07-1912-696/+1
* cookie: treat a blank domain in Set-Cookie: as non-existingDaniel Stenberg2022-07-191-1/+1
* base64: base64url encoding has no paddingPatrick Monnerat2022-07-191-41/+33
* easyoptions: fix icc warningDaniel Stenberg2022-07-192-2/+2
* h2h3: fix overriding the 'TE: Trailers' headerlwthiker2022-07-191-3/+0
* doh: move doh related struct definitions to doh.hDaniel Stenberg2022-07-183-32/+33
* Makefile.m32: stop trying to build libcares.a [ci skip]Viktor Szakats2022-07-171-3/+0
* mprintf: make dprintf_formatf never return negativeDaniel Stenberg2022-07-172-8/+8
* doh: use https protocol by defaultViktor Szakats2022-07-161-0/+1
* openssl: fix BoringSSL symbol conflicts with LDAP and SchannelViktor Szakats2022-07-142-0/+24
* asyn-thread: make getaddrinfo_complete return CURLcodeDaniel Stenberg2022-07-131-4/+4
* easy_lock: fix build with iccDaniel Stenberg2022-07-121-0/+6
* CMake: link curl to its dependencies with PRIVATEEven Rouault2022-07-121-1/+1
* CMake: remove APPEND in export(TARGETS)Even Rouault2022-07-121-1/+1
* ngtcp2: implement cb_h3_stop_sending and cb_h3_reset_stream callbacksTatsuhiro Tsujikawa2022-07-121-9/+29
* build: improve OS string in CMake and `config-win32.h`Viktor Szakats2022-07-111-1/+2
* Makefile.m32: add `CURL_RC` and `CURL_STRIP` variables [ci skip]Viktor Szakats2022-07-101-2/+8
* ngtcp2: fix stall or busy loop on STOP_SENDING with upload dataTatsuhiro Tsujikawa2022-07-103-6/+53
* getinfo: return better error on NULL as first argumentxkernel2022-07-101-1/+1
* docs: explain curl_easy_escape/unescape curl handle is ignoredJay Satiro2022-07-101-0/+4