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 |
Daniel Stenberg
|
254f7bd78a
hash: lazy-alloc the table in Curl_hash_add()
|
3 years ago |
Daniel Stenberg
|
e43ad4b474
multi: cleanup the socket hash when destroying it
|
3 years ago |
Daniel Stenberg
|
2b3dd01b77
multi: handle errors returned from socket/timer callbacks
|
3 years ago |
Daniel Stenberg
|
f0b7099a10
multi: shut down CONNECT in Curl_detach_connnection
|
3 years ago |
Eddie Lumpkin
|
8e701cc978
lib: fixing comment spelling typos in lib files
|
3 years ago |
Max Dymond
|
a517378de5
CURLOPT_PREREQFUNCTION: add new callback
|
3 years ago |
Rikard Falkeborn
|
e75be2c4b2
cleanup: constify unmodified static structs
|
3 years ago |
Daniel Stenberg
|
d5a70e77b2
curl_multi_fdset: make FD_SET() not operate on sockets out of range
|
3 years ago |
Marcel Raad
|
1b70748e86
multi: fix compiler warning with `CURL_DISABLE_WAKEUP`
|
3 years ago |
User Sg
|
6a66f72829
multi: fix crash in curl_multi_wait / curl_multi_poll
|
3 years ago |
Daniel Stenberg
|
e7416cfd2b
infof: remove newline from format strings, always append it
|
3 years ago |
Richard Whitehouse
|
0842175fa4
multi: alter transfer timeout ordering
|
7 years ago |
Daniel Stenberg
|
9accc48850
multi: do not switch off connect_only flag when closing
|
3 years ago |
Daniel Stenberg
|
77bc35901f
multi: add scan-build-6 work-around in curl_multi_fdset
|
3 years ago |
Harry Sintonen
|
7f4a9a9b2a
openssl: associate/detach the transfer from connection
|
3 years ago |
Daniel Stenberg
|
0c55fbab45
conn: add 'attach' to protocol handler, make libssh2 use it
|
3 years ago |
Daniel Stenberg
|
51c0ebcff2
http: deal with partial CONNECT sends
|
3 years ago |
Daniel Stenberg
|
063d3f3b96
tidy-up: make conditional checks more consistent
|
3 years ago |
Marc Hoersken
|
b36442b243
multi: fix slow write/upload performance on Windows
|
4 years ago |
Marc Hoersken
|
e92998a312
multi: reduce Win32 API calls to improve performance
|
4 years ago |
Marc Hoersken
|
bcca174cfa
Revert "Revert 'multi: implement wait using winsock events'"
|
4 years ago |
Daniel Stenberg
|
9c18c0b4dd
multi: don't close connection HTTP_1_1_REQUIRED
|
3 years ago |
Daniel Stenberg
|
605e842355
http2: move the stream error field to the per-transfer storage
|
3 years ago |
Daniel Stenberg
|
b5726e5549
send_speed: simplify the checks for if a speed limit is set
|
3 years ago |
Daniel Stenberg
|
95cbcec8f9
urldata: merge "struct DynamicStatic" into "struct UrlState"
|
3 years ago |