Daniel Stenberg
|
95cbcec8f9
urldata: merge "struct DynamicStatic" into "struct UrlState"
|
3 years ago |
Daniel Stenberg
|
46620b9743
http: use credentials from transfer, not connection
|
3 years ago |
Daniel Stenberg
|
88dd1a8a11
urldata: don't touch data->set.httpversion at run-time
|
3 years ago |
Daniel Stenberg
|
528f71c2ec
ftp: add 'list_only' to the transfer state struct
|
3 years ago |
Daniel Stenberg
|
115c9e27f5
ftp: add 'prefer_ascii' to the transfer state struct
|
3 years ago |
Daniel Stenberg
|
f1e5e49879
urldata: move 'followlocation' to UrlState
|
3 years ago |
Michał Antoniak
|
1c1158a9dd
transfer: fix GCC 10 warning with flag '-Wint-in-bool-context'
|
3 years ago |
Michał Antoniak
|
0cf5670c54
avoid warning: enum constant in boolean context
|
3 years ago |
Daniel Stenberg
|
5ad377718d
Curl_chunker: shrink the struct
|
3 years ago |
Daniel Stenberg
|
c977a6d0dc
chunk/encoding: remove conn->data references
|
3 years ago |
Daniel Stenberg
|
4907431903
transfer: fix ‘conn’ undeclared mistake for iconv build
|
3 years ago |
Daniel Stenberg
|
219d9f8620
transfer: remove conn->data use
|
3 years ago |
Daniel Stenberg
|
2bdec0b363
quic: remove conn->data use
|
3 years ago |
Daniel Stenberg
|
a304051620
lib: more conn->data cleanups
|
3 years ago |
Daniel Stenberg
|
215db086e0
lib: pass in 'struct Curl_easy *' to most functions
|
3 years ago |
Daniel Stenberg
|
e38f4b7e80
transfer: remove Curl_ prefix from static functions
|
3 years ago |
Daniel Stenberg
|
0936ecd0ee
pretransfer: setup the User-Agent header here
|
3 years ago |
Daniel Stenberg
|
648712eec1
httpauth: make multi-request auth work with custom port
|
3 years ago |
Emil Engler
|
725ec470e2
language: s/behaviour/behavior/g
|
3 years ago |
Daniel Stenberg
|
8ab78f720a
misc: fix "warning: empty expression statement has no effect"
|
3 years ago |
Daniel Stenberg
|
58974d25d8
lib: introduce c-hyper for using Hyper
|
3 years ago |
Daniel Stenberg
|
a5bc272223
http: show the request as headers even when split-sending
|
3 years ago |
Daniel Stenberg
|
a95a6ce6b8
urldata: remove 'void *protop' and create the union 'p'
|
4 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Daniel Stenberg
|
2cfc4ed983
hsts: add read/write callbacks
|
4 years ago |
Daniel Stenberg
|
d70a5b5a0f
sendf: move the verbose-check into Curl_debug
|
4 years ago |
Stefan Yohansson
|
50dd05a552
transfer: move retrycount from connect struct to easy handle
|
4 years ago |
Daniel Stenberg
|
5ae339971a
transfer: fix data_pending for builds with both h2 and h3 enabled
|
4 years ago |
Daniel Stenberg
|
9466034561
transfer: fix memory-leak with CURLOPT_CURLU in a duped handle
|
4 years ago |
Daniel Stenberg
|
9c845be279
urldata: let the HTTP method be in the set.* struct
|
4 years ago |