Yang Tse
|
da2b75a026
Fix compiler warning/error: ISO C90 forbids mixed declarations and code
|
17 years ago |
Yang Tse
|
0e2d3b7b6c
Code refactoring, extracting a new function wait_ms() from Curl_select and
|
17 years ago |
Daniel Stenberg
|
c8cd13337e
reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html
|
17 years ago |
Daniel Stenberg
|
dbaf4f9361
- Bryan Henderson introduces two things:
|
17 years ago |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 years ago |
Yang Tse
|
a1d5983991
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
18 years ago |
Gisle Vanem
|
b7aaa4d907
Include <dos.h> for delay() on MSDOS.
|
18 years ago |
Daniel Stenberg
|
0682d25da5
- Victor Snezhko helped us fix bug report #1603712
|
18 years ago |
Daniel Stenberg
|
3ce43764be
Matt Witherspoon fixed a problem case when the CPU load went to 100% when a
|
18 years ago |
Yang Tse
|
5df4be1165
Check for USE_WINSOCK instead of WIN32 where the check was done
|
18 years ago |
Yang Tse
|
eceb37bde2
Cygwin 1.5.21 needs this hack to pass test 160.
|
18 years ago |
Daniel Stenberg
|
1fa3a5cce9
Cory Nelson made libcurl use the WSAPoll() function if built for Windows
|
18 years ago |
Daniel Stenberg
|
9bece2b313
additional renames of Curl_ourerrno => Curl_sockerrno
|
18 years ago |
Gisle Vanem
|
12db20be4e
Fixed signed/unsigned convertion errors in Salford-C.
|
18 years ago |
Daniel Stenberg
|
5a4b43848a
First commit of David McCreedy's EBCDIC and TPF changes.
|
18 years ago |
Daniel Stenberg
|
c2862742ab
Thanks to this nice summary of poll() implementations:
|
19 years ago |
Daniel Stenberg
|
6b1220b61d
Cory Nelson's work on nuking compiler warnings when building on x64 with
|
19 years ago |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 years ago |
Dan Fandrich
|
6c6dda1b74
Fixed typo.
|
19 years ago |
Daniel Stenberg
|
8817779f23
Modified the VALID_SOCK() macro to become VERIFY_SOCK() instead. It is slighly
|
19 years ago |
Gisle Vanem
|
f5b8a26d9a
errrno can by freak accident become EINTR on DOS or
|
20 years ago |
Daniel Stenberg
|
0e26355348
Inspired by Martijn Koster's patch and example source at
|
20 years ago |
Daniel Stenberg
|
58f4af7973
Marcin Konicki provided two configure fixes and a source fix to make curl
|
20 years ago |
Daniel Stenberg
|
f4c5314890
include sys/types.h before sys/select.h
|
20 years ago |
Daniel Stenberg
|
1729918777
Dan Fandrich fix to compile with libc5
|
20 years ago |
Gisle Vanem
|
539e34b5df
Suppress signed vs. unsigned warnings on Win32
|
20 years ago |
Daniel Stenberg
|
765683403f
Curl_select() now uses curl_socket_t on socket arguments
|
20 years ago |
Gisle Vanem
|
2b403db811
|
20 years ago |
Daniel Stenberg
|
1a05a90f1c
David Phillips' FD_SETSIZE fix
|
20 years ago |