summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* urldata: shrink *select_bits int => unsigned charDaniel Stenberg2023-04-261-10/+10
* Websocket en-/decodingStefan Eissing2023-04-251-1/+1
* urldata: copy CURLOPT_AWS_SIGV4 value on handle duplicationPatrick Monnerat2023-04-251-2/+1
* h2/h3: replace `state.drain` counter with `state.dselect_bits`Stefan Eissing2023-04-251-3/+2
* lib: unify the upload/method handlingDaniel Stenberg2023-04-251-1/+1
* proxy: http2 proxy tunnel implementationStefan Eissing2023-04-061-0/+4
* rtsp: skip malformed RTSP interleaved frame datadengjfzh2023-03-301-0/+3
* multi: remove PENDING + MSGSENT handles from the main linked listDaniel Stenberg2023-03-261-1/+2
* multi: add handle asserts in DEBUG buildsStefan Eissing2023-03-221-0/+9
* Revert "multi: remove PENDING + MSGSENT handles from the main linked list"Daniel Stenberg2023-03-201-2/+1
* multi: remove PENDING + MSGSENT handles from the main linked listDaniel Stenberg2023-03-151-1/+2
* ftp: add more conditions for connection reuseDaniel Stenberg2023-03-131-2/+2
* url: only reuse connections with same GSS delegationDaniel Stenberg2023-03-101-0/+1
* headers: make curl_easy_header and nextheader return different buffersDaniel Stenberg2023-03-091-1/+1
* wildcard: remove files and move functions into ftplistparser.cDaniel Stenberg2023-03-031-1/+1
* ftp: allocate the wildcard struct on demandDaniel Stenberg2023-03-031-1/+1
* transfer: limit Windows SO_SNDBUF updates to once a secondJay Satiro2023-03-011-0/+4
* setopt: move the CURLOPT_CHUNK_DATA pointer to the set structDaniel Stenberg2023-02-281-0/+1
* urldata: remove `now` from struct SingleRequest - not neededStefan Eissing2023-02-171-1/+0
* content_encoding: do not reset stage counter for each headerPatrick Monnerat2023-02-131-0/+1
* ws: fix recv of larger framesDaniel Stenberg2023-02-101-0/+3
* misc: fix spellingJohn Bampton2023-02-081-1/+1
* connections: introduce http/3 happy eyeballsStefan Eissing2023-02-021-0/+1
* connect: fix strategy testing for attempts, timeouts and happy-eyeballStefan Eissing2023-01-311-1/+0
* cf-socket: improvements in socket I/O handlingStefan Eissing2023-01-311-17/+0
* ws: unstick connect-only shutdownDaniel Stenberg2023-01-301-2/+2
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-121-17/+0
* sendf: fix build for Linux TCP fastopenJay Satiro2023-01-081-0/+1
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-2/+2
* cf-socket: keep sockaddr local in the socket filtersStefan Eissing2023-01-031-4/+3
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* urldata: cease storing TLS auth typeDaniel Stenberg2022-12-311-1/+0
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-39/+29
* share: add sharing of HSTS cache among handlesDaniel Stenberg2022-12-271-0/+2
* urldata: remove unused struct fields, made more conditionalDaniel Stenberg2022-12-231-23/+23
* urldata: make set.http200aliases conditional on HTTP being presentDaniel Stenberg2022-12-221-3/+6
* urldata: make 'ftp_create_missing_dirs' depend on FTP || SFTPDaniel Stenberg2022-12-221-1/+3
* urldata: move the cookefilelist to the 'set' structDaniel Stenberg2022-12-221-4/+4
* lib: use size_t or int etc instead of longsDaniel Stenberg2022-12-141-1/+1
* lib: rewind BEFORE request instead of AFTER previousDaniel Stenberg2022-11-251-4/+3
* vtls: localization of state data in filtersStefan Eissing2022-11-221-22/+18
* urldata: change port num storage to int and unsigned shortDaniel Stenberg2022-11-181-4/+4
* CURLOPT_QUICK_EXIT: don't wait for DNS thread on exitAlexandre Ferrieux2022-11-181-0/+4
* proxy: refactor haproxy protocol handling as connection filterStefan Eissing2022-11-151-4/+0
* lib: remove bad set.opt_no_body assignmentsDaniel Stenberg2022-11-111-0/+1
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-36/+1
* http: do not send PROXY more than onceFata Nugraha2022-11-101-0/+4
* curl.h: add CURLOPT_CA_CACHE_TIMEOUT optionMichael Drake2022-11-081-0/+1
* openssl: reduce CA certificate bundle reparsing by cachingMichael Drake2022-11-081-1/+1
* style: use space after comment start and before comment endDaniel Stenberg2022-10-301-2/+2