| Commit message (Expand) | Author | Age | Files | Lines |
* | wolfssh: remove conn->data referencesbagder/wolfssh-data-conn | Daniel Stenberg | 2021-01-21 | 1 | -70/+73 |
* | chunk/encoding: remove conn->data references | Daniel Stenberg | 2021-01-21 | 7 | -104/+101 |
* | lib: save a bit of space with some structure packing | Erik Olsson | 2021-01-20 | 12 | -33/+31 |
* | INSTALL.md: fix typo | Daniel Stenberg | 2021-01-20 | 1 | -1/+1 |
* | http: get CURLOPT_REQUEST_TARGET working with a HTTP proxy | Fabian Keil | 2021-01-20 | 3 | -3/+57 |
* | Merge branch 'bagder/curl_range-data-conn' | Daniel Stenberg | 2021-01-20 | 4 | -10/+7 |
|\ |
|
| * | ftp: remove conn->data leftover | Daniel Stenberg | 2021-01-20 | 1 | -1/+1 |
| * | curl_range: remove conn->data | Daniel Stenberg | 2021-01-20 | 4 | -9/+6 |
* | | INSTALL: now at 85 operating systems | Daniel Stenberg | 2021-01-20 | 1 | -7/+8 |
|/ |
|
* | quiche: fix unused parameter ‘conn’ | Daniel Stenberg | 2021-01-20 | 1 | -5/+3 |
* | transfer: fix ‘conn’ undeclared mistake for iconv build | Daniel Stenberg | 2021-01-20 | 1 | -0/+1 |
* | doh: allocate state struct on demand | Daniel Stenberg | 2021-01-20 | 3 | -36/+50 |
* | socks: use the download buffer instead | Daniel Stenberg | 2021-01-20 | 3 | -31/+26 |
* | urldata: make magic be the first struct field | Daniel Stenberg | 2021-01-20 | 6 | -11/+24 |
* | http_chunks: correct and clarify a comment on hexnumber length | Daniel Stenberg | 2021-01-19 | 2 | -6/+6 |
* | curl_path: remove conn->data use | Daniel Stenberg | 2021-01-19 | 4 | -13/+10 |
* | transfer: remove conn->data use | Daniel Stenberg | 2021-01-19 | 8 | -32/+26 |
* | quic: remove conn->data use | Daniel Stenberg | 2021-01-19 | 5 | -82/+79 |
* | Add test1181: Proxy request with --proxy-header "Connection: Keep-Alive" | Fabian Keil | 2021-01-19 | 2 | -1/+49 |
* | Add test1180: Proxy request with -H "Proxy-Connection: Keep-Alive" | Fabian Keil | 2021-01-19 | 2 | -1/+49 |
* | c-hyper: avoid duplicated Proxy-Connection headers | Daniel Stenberg | 2021-01-19 | 1 | -0/+1 |
* | http: make providing Proxy-Connection header not cause duplicated headers | Daniel Stenberg | 2021-01-19 | 1 | -0/+1 |
* | runtests: preprocess DISABLED to allow conditionals | Daniel Stenberg | 2021-01-19 | 1 | -9/+19 |
* | runtests: turn preprocessing into a separate function | Daniel Stenberg | 2021-01-19 | 1 | -73/+52 |
* | lib/Makefile.inc: convert to listing each file on its own line | Daniel Stenberg | 2021-01-19 | 1 | -16/+60 |
* | ftplistparser: remove use of conn->data | Daniel Stenberg | 2021-01-19 | 1 | -6/+5 |
* | lib: more conn->data cleanups | Daniel Stenberg | 2021-01-19 | 30 | -574/+572 |
* | vtls: reduce conn->data use | Patrick Monnerat | 2021-01-19 | 24 | -564/+597 |
* | hyper: deliver data to application with Curl_client_write | Daniel Stenberg | 2021-01-18 | 1 | -15/+7 |
* | gopher: remove accidental conn->data leftover | Daniel Stenberg | 2021-01-18 | 1 | -1/+1 |
* | libssh: avoid plain free() of libssh-memory | Daniel Stenberg | 2021-01-18 | 1 | -2/+2 |
* | send: assert that Curl_write_plain() has a ->conn when called | Daniel Stenberg | 2021-01-18 | 1 | -1/+3 |
* | test410: verify HTTPS GET with a 49K request header | Daniel Stenberg | 2021-01-18 | 3 | -2/+54 |
* | lib: pass in 'struct Curl_easy *' to most functions | Daniel Stenberg | 2021-01-17 | 76 | -2585/+2849 |
* | docs: fix typos in NEW-PROTOCOL.md | Emil Engler | 2021-01-17 | 1 | -2/+2 |
* | RELEASE-NOTES: synced | Daniel Stenberg | 2021-01-16 | 1 | -10/+47 |
* | cmake: expose CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG | Razvan Cojocaru | 2021-01-16 | 2 | -0/+5 |
* | test1918: verify curl_easy_option_by_name() and curl_easy_option_by_id() | Daniel Stenberg | 2021-01-15 | 4 | -2/+95 |
* | easyoptions: add the missing AWS_SIGV4 | Gisle Vanem | 2021-01-15 | 1 | -2/+3 |
* | schannel_verify: fix safefree call typo | Daniel Stenberg | 2021-01-15 | 1 | -5/+5 |
* | mime: make sure setting MIMEPOST to NULL resets properly | Daniel Stenberg | 2021-01-15 | 5 | -5/+104 |
* | multi: set the PRETRANSFER time-stamp when we switch to PERFORM | Daniel Stenberg | 2021-01-14 | 1 | -23/+9 |
* | CURLINFO_PRETRANSFER_TIME.3: clarify | Daniel Stenberg | 2021-01-14 | 1 | -5/+6 |
* | schannel: plug a memory-leak | Gisle Vanem | 2021-01-14 | 1 | -1/+1 |
* | gitattributes: Set batch files to CRLF line endings on checkout | Jay Satiro | 2021-01-14 | 1 | -0/+6 |
* | tool_operate: spellfix a comment | Daniel Stenberg | 2021-01-14 | 1 | -1/+1 |
* | ROADMAP: refreshed | Daniel Stenberg | 2021-01-14 | 1 | -7/+12 |
* | http_chunks: remove Curl_ prefix from static functions | Daniel Stenberg | 2021-01-14 | 1 | -6/+6 |
* | transfer: remove Curl_ prefix from static functions | Daniel Stenberg | 2021-01-14 | 1 | -5/+5 |
* | tftp: remove Curl_ prefix from static functions | Daniel Stenberg | 2021-01-14 | 1 | -5/+5 |