Gisle Vanem
|
c514a2a89a
|
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
since they're already included through "setup.h".
|
2007-02-26 04:24:26 +00:00 |
|
Yang Tse
|
3a634a273a
|
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
2007-02-21 19:03:20 +00:00 |
|
Yang Tse
|
d9bf55570b
|
Move portable error number symbolic name definitions to setup_once.h
|
2007-02-17 13:51:24 +00:00 |
|
Yang Tse
|
6663608d15
|
avoid redefinition of SET_ERRNO()
|
2007-02-15 18:44:32 +00:00 |
|
Yang Tse
|
5df4be1165
|
Check for USE_WINSOCK instead of WIN32 where the check was done
to verify winsock API availability.
|
2006-10-18 21:05:40 +00:00 |
|
Yang Tse
|
646a6b604f
|
Minor compatibility fix
|
2006-08-04 17:35:05 +00:00 |
|
Yang Tse
|
8f8ba9486d
|
Fix compiler warning
|
2006-08-04 02:49:04 +00:00 |
|
Dan Fandrich
|
df03d5a8b2
|
Replaced nonstandard u_char and u_int types
|
2005-12-08 22:59:58 +00:00 |
|
Daniel Stenberg
|
d1235ff058
|
provide the proper copyright texts for these
|
2005-05-26 20:56:25 +00:00 |
|
Dan Fandrich
|
bf87d13f5b
|
Fixed some compiler warnings I should have noticed before.
|
2005-03-16 02:25:12 +00:00 |
|
Dan Fandrich
|
efaf688650
|
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
|
2005-03-15 21:00:46 +00:00 |
|
Daniel Stenberg
|
39af394a1c
|
removed tabs and trailing whitespace from source
|
2004-10-06 07:50:18 +00:00 |
|
Daniel Stenberg
|
b0cd96478c
|
oops 5 bytes makes 4 letters plus zero byte
|
2004-06-24 15:15:27 +00:00 |
|
Daniel Stenberg
|
feb2dd2835
|
Replaced all uses of sprintf() with the safer snprintf(). It is just a
precaution to prevent mistakes to lead to buffer overflows.
|
2004-06-24 11:54:11 +00:00 |
|
Daniel Stenberg
|
5b0a5c4050
|
provide our own inet_ntoa_r() proto if the system has none on its own
|
2004-04-27 14:17:36 +00:00 |
|
Daniel Stenberg
|
648e82f05d
|
Major hostip.c cleanup and split into multiple files and easier #ifdef
usage.
|
2004-04-26 07:20:11 +00:00 |
|