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 |
Daniel Stenberg
|
b9d25f9a6b
timediff: return timediff_t from the time diff functions
|
7 years ago |
Daniel Stenberg
|
4dee50b9c8
timeval: struct curltime is a struct timeval replacement
|
7 years ago |
Marcel Raad
|
1b4b2c1a59
select: use correct SIZEOF_ constant
|
7 years ago |
klemens
|
f7df67cff0
spelling fixes
|
7 years ago |
Marcel Raad
|
21aa32d30d
lib: fix compiler warnings after de4de4e3c7c
|
8 years ago |
Daniel Stenberg
|
8a6e89a9eb
select: switch to macros in uppercase
|
8 years ago |
Daniel Stenberg
|
a05906190c
select: use more proper macro-looking names
|
8 years ago |
Daniel Stenberg
|
9aa2afc3a5
Curl_socket_check: add extra check to avoid integer overflow
|
8 years ago |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 years ago |
Gisle Vanem
|
e1b6b2219d
lwip: Fix compatibility issues with later versions
|
9 years ago |
Daniel Stenberg
|
9395999543
checksrc: use space after comma
|
9 years ago |
Daniel Stenberg
|
a6b8fe2a5f
checksrc: use space before paren in "return (expr);"
|
9 years ago |
Daniel Stenberg
|
700843d69f
select.c: fix compilation for VxWorks
|
10 years ago |
Peter Wang
|
97d2e4bd75
Curl_poll + Curl_wait_ms: fix timeout return value
|
10 years ago |
Brad Spencer
|
fb4937a311
select: with winsock, avoid passing unsupported arguments to select()
|
10 years ago |