Yang Tse
|
73060b4523
backport fix for failures to reject certain malformed literals
|
16 years ago |
Yang Tse
|
ad61b58036
fix compiler warning
|
16 years ago |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 years ago |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 years ago |
Yang Tse
|
038fe54e21
fix compiler warning
|
17 years ago |
Yang Tse
|
8fe9376d54
move WinSock definitions of EBADF, EINTR, EINVAL and EAFNOSUPPORT to setup_once.h
|
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 |
Yang Tse
|
5df4be1165
Check for USE_WINSOCK instead of WIN32 where the check was done
|
18 years ago |
Dan Fandrich
|
df03d5a8b2
Replaced nonstandard u_char and u_int types
|
19 years ago |
Daniel Stenberg
|
6b1220b61d
Cory Nelson's work on nuking compiler warnings when building on x64 with
|
19 years ago |
Dan Fandrich
|
a07dcfd850
Renamed a variable to avoid conflict with a C++ reserved word.
|
20 years ago |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 years ago |
Daniel Stenberg
|
566f7b5e58
simplified expression
|
20 years ago |
Daniel Stenberg
|
d72ca96a43
indented the code curl-style
|
20 years ago |
Daniel Stenberg
|
4d17d6876e
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
|
21 years ago |
Daniel Stenberg
|
c964aedf3b
Only compile the ipv6-section for ipv6-enabled libcurls. Should save
|
21 years ago |
Daniel Stenberg
|
749f5387c1
Gisle Vanem's IPv6-on-Windows patch applied!
|
21 years ago |
Daniel Stenberg
|
e4adbf4017
Dominick Meglio fixed this to build fine on MSVC
|
21 years ago |
Daniel Stenberg
|
e612f73374
include file fixes
|
21 years ago |
Daniel Stenberg
|
6494889e3b
Neil Dunbar provided a patch that now makes libcurl check SSL
|
21 years ago |