Daniel Stenberg
|
9c188e771c
ftp: allocate the wildcard struct on demand
|
1 year ago |
Jay Satiro
|
f438ce099b
multi: stop sending empty HTTP/3 UDP datagrams on Windows
|
1 year ago |
Daniel Stenberg
|
7d3b167f48
curl: output warning at --verbose output for debug-enabled version
|
1 year ago |
Daniel Stenberg
|
2bc1d775f5
copyright: update all copyright lines and remove year ranges
|
1 year ago |
Stefan Eissing
|
71b7e01610
lib: connect/h2/h3 refactor
|
1 year ago |
Daniel Stenberg
|
1c00796039
multihandle: turn bool struct fields into bits
|
1 year ago |
Daniel Stenberg
|
1b3973180b
lib: rewind BEFORE request instead of AFTER previous
|
1 year ago |
Stefan Eissing
|
af22c2a546
vtls: localization of state data in filters
|
1 year ago |
Stefan Eissing
|
dafdb20a26
lib: connection filters (cfilter) addition to curl:
|
2 years ago |
Michael Drake
|
3c16697ebd
openssl: reduce CA certificate bundle reparsing by caching
|
2 years ago |
Daniel Stenberg
|
9d0869d234
multi: remove duplicate include of connect.h
|
2 years ago |
Daniel Stenberg
|
46f3fe0e75
hostip: lazily wait to figure out if IPv6 works until needed
|
2 years ago |
Daniel Stenberg
|
664249d095
ws: initial websockets support
|
2 years ago |
Viktor Szakats
|
c9061f242b
misc: spelling fixes
|
2 years ago |
Daniel Stenberg
|
7632c0d25a
multi: use larger dns hash table for multi interface
|
2 years ago |
Marc Hoersken
|
bc25c9e3ee
multi_wait: fix and improve Curl_poll error handling on Windows
|
2 years ago |
Marc Hoersken
|
a71fe41d2f
multi_wait: fix skipping to populate revents for extra_fds
|
2 years ago |
rcombs
|
07f80f968d
multi: use a pipe instead of a socketpair on apple platforms
|
2 years ago |
Daniel Stenberg
|
31a41d45b7
multi: have curl_multi_remove_handle close CONNECT_ONLY transfer
|
2 years ago |
Daniel Stenberg
|
4c57fdcf87
multi: fix the return code from Curl_pgrsDone()
|
2 years ago |
max.mehl
|
ad9bc5976d
copyright: make repository REUSE compliant
|
2 years ago |
Daniel Stenberg
|
5912da253b
select: return error from "lethal" poll/select errors
|
2 years ago |
Adam Rosenfield
|
e07a9b668a
conn: fix typo 'connnection' -> 'connection' in two function names
|
2 years ago |
Daniel Stenberg
|
6968fb9d54
lib: remove exclamation marks
|
2 years ago |
Daniel Stenberg
|
d1e4a67734
header api: add curl_easy_header and curl_easy_nextheader
|
2 years ago |
Jay Satiro
|
e0dc9765a7
multi: allow user callbacks to call curl_multi_assign
|
2 years ago |
Sebastian Sterk
|
c6218f3723
multi: grammar fix in comment
|
2 years ago |
luminixinc on github
|
3c798b1db3
multi: remember connection_id before returning connection to pool
|
2 years ago |
Daniel Stenberg
|
e74a6b7b72
url: make Curl_disconnect return void
|
2 years ago |
Daniel Stenberg
|
340bb1905f
multi: set in_callback for multi interface callbacks
|
2 years ago |