Thomas Weißschuh
|
52e822173a
select: do not return fatal error on EINTR from poll()
|
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 |
Marc Hoersken
|
68035af29d
timediff.[ch]: add curlx helper functions for timeval conversions
|
4 years ago |
Daniel Stenberg
|
da15443ddd
TPF: drop support
|
2 years ago |
Daniel Stenberg
|
1bf3643f7b
vxworks: drop support
|
2 years ago |
Daniel Stenberg
|
90dd1fc664
misc: remove BeOS code and references
|
2 years ago |
Eddie Lumpkin
|
8e701cc978
lib: fixing comment spelling typos in lib files
|
3 years ago |
Daniel Stenberg
|
063d3f3b96
tidy-up: make conditional checks more consistent
|
3 years ago |
Daniel Stenberg
|
32766cb4db
select: convert Curl_select() to private static function
|
3 years ago |
Daniel Stenberg
|
4d2f800677
curl.se: new home
|
4 years ago |
Marc Hoersken
|
20d74b7393
select: align poll emulation to return all relevant events
|
4 years ago |
Marc Hoersken
|
05729b66c5
select: simplify return code handling for poll and select
|
4 years ago |
Marc Hoersken
|
17f58c8d98
select: reduce duplication of Curl_poll in Curl_socket_check
|
4 years ago |
Marc Hoersken
|
e21bd22f84
select: fix poll-based check not detecting connect failure
|
4 years ago |
Daniel Stenberg
|
3bf18cdadd
select: remove the unused ELAPSED_MS() macro
|
4 years ago |
Marc Hoersken
|
5325b92a0a
select: always use Sleep in Curl_wait_ms on Win32
|
4 years ago |
Marc Hoersken
|
fc55c723c4
select: add overflow checks for timeval conversions
|
4 years ago |
Marc Hoersken
|
4a8f459837
select: use timediff_t instead of time_t and int for timeout_ms
|
4 years ago |
Jay Satiro
|
85eda4e87a
select: fix overflow protection in Curl_socket_check
|
4 years ago |
Daniel Stenberg
|
a96c7529eb
select: make Curl_socket_check take timediff_t timeout
|
4 years ago |
Harry Sintonen
|
7a71965e97
build: fixed build for systems with select() in unistd.h
|
4 years ago |
Marc Hoersken
|
696cfc0f6c
select: add 'timeout_ms' wrap-around precaution to Curl_select
|
4 years ago |
Marc Hoersken
|
041e778f1e
select: fix 'pending_ms' is assigned a value that is never used
|
4 years ago |
Marc Hoersken
|
c52b342051
select: move duplicate select preparation code into Curl_select
|
4 years ago |
Daniel Stenberg
|
1ad49feb71
global_init: assume the EINTR bit by default
|
4 years ago |
Daniel Stenberg
|
0bc60d91de
copyrights: fix copyright year range
|
5 years ago |
Marian Klymov
|
c45360d463
cppcheck: fix warnings
|
6 years ago |
Daniel Stenberg
|
f2003295a0
select: update comments
|
7 years ago |
Daniel Stenberg
|
5d543fe906
time: rename Curl_tvnow to Curl_now
|
7 years ago |