Daniel Stenberg
|
7559b77727
wait_ms: takes an int argument
|
13 years ago |
Daniel Stenberg
|
4f170ee8f9
Curl_socket_ready: make timeout a 'long'
|
13 years ago |
Yang Tse
|
b735717606
compiler warning: fix
|
13 years ago |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Yang Tse
|
21af9bf1cd
Fix spelling
|
15 years ago |
Yang Tse
|
f7690db37d
Some systems poll function sets POLLHUP in revents without setting
|
15 years ago |
Daniel Stenberg
|
b97606f0b0
Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS
|
16 years ago |
Yang Tse
|
19479ea021
Internal time differences now use monotonic time source if available.
|
16 years ago |
Yang Tse
|
91aeebed26
Regression fix:
|
16 years ago |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Yang Tse
|
a11c8a6ea0
Cleanup no longer used macros
|
17 years ago |
Yang Tse
|
2858935187
Fix compiler warning: local variable may be used without having been initialized
|
17 years ago |
Daniel Stenberg
|
4c663ba9a8
When transferring 500 downloads in parallel with a c-ares enabled build only
|
17 years ago |
Daniel Stenberg
|
8bd7197a8f
Primarily this fixes an off-by-one buffer overwrite (rare but still existing).
|
17 years ago |
Yang Tse
|
7f33aae067
initialize pending_ms to zero to avoid compiler warning:
|
17 years ago |
Yang Tse
|
61022f3817
- Save one call to curlx_tvnow(), which calls gettimeofday(), in each of
|
17 years ago |
Daniel Stenberg
|
bf648fcfc3
keep lines < 80 columns
|
17 years ago |
Daniel Stenberg
|
76627b322e
- Robert Iakobashvil added curl_multi_socket_action() to libcurl, which is a
|
17 years ago |
Yang Tse
|
8fe9376d54
move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_once.h
|
17 years ago |
Yang Tse
|
f1b4f5e2ae
fix MSDOS symbol check
|
17 years ago |
Yang Tse
|
8a7d58378b
fix compiler warning
|
17 years ago |
Yang Tse
|
3d5a8515a6
fix error introduced in last commit
|
17 years ago |
Yang Tse
|
869d192ffc
Improve detection of socket events which allow a further recv() call
|
17 years ago |
Yang Tse
|
eed47311f8
New Internal wrapper function Curl_select() around select (2), it
|
17 years ago |
Yang Tse
|
59eaae42b8
don't retry select() call upon unrecoverable error EBADF
|
17 years ago |
Yang Tse
|
fba4cd0e62
Internal function Curl_select() renamed to Curl_socket_ready()
|
17 years ago |
Yang Tse
|
4fb483012c
Add a couple of local macros to improve code readability.
|
17 years ago |
Yang Tse
|
842be6c52f
fix compiler warning: implicit conversion from "long" to "int"
|
17 years ago |
Yang Tse
|
e4b754f64e
Fixed: When a signal was caught awaiting for an event using Curl_select()
|
17 years ago |