Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 лет назад |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 лет назад |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 лет назад |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 лет назад |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 лет назад |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 лет назад |
Yang Tse
|
ef2176109f
errno.h inclusion conditionally done in setup_once.h
|
13 лет назад |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 лет назад |
Fabian Keil
|
1702a2c08d
Fix a couple of spelling errors in lib/
|
13 лет назад |
Yang Tse
|
3800be3898
Remove usage of inet_ntoa and inet_ntoa_r
|
16 лет назад |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 лет назад |
Patrick Monnerat
|
557cc55f6f
Porting library to OS/400
|
17 лет назад |
Gunter Knauf
|
1866b95b7f
moved ugly CLIB define to nwos.c.
|
17 лет назад |
Gunter Knauf
|
afdfa4bed2
minor patches to enable building for NetWare CLIB.
|
17 лет назад |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 лет назад |
Yang Tse
|
3a634a273a
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
17 лет назад |
Yang Tse
|
d9bf55570b
Move portable error number symbolic name definitions to setup_once.h
|
17 лет назад |
Yang Tse
|
6663608d15
avoid redefinition of SET_ERRNO()
|
17 лет назад |
Yang Tse
|
5df4be1165
Check for USE_WINSOCK instead of WIN32 where the check was done
|
18 лет назад |
Yang Tse
|
646a6b604f
Minor compatibility fix
|
18 лет назад |
Yang Tse
|
8f8ba9486d
Fix compiler warning
|
18 лет назад |
Dan Fandrich
|
df03d5a8b2
Replaced nonstandard u_char and u_int types
|
19 лет назад |
Daniel Stenberg
|
d1235ff058
provide the proper copyright texts for these
|
19 лет назад |
Dan Fandrich
|
bf87d13f5b
Fixed some compiler warnings I should have noticed before.
|
19 лет назад |
Dan Fandrich
|
efaf688650
Fixed ftp support with uClibc due to differing inet_ntoa_r() behaviour.
|
19 лет назад |
Daniel Stenberg
|
39af394a1c
removed tabs and trailing whitespace from source
|
20 лет назад |
Daniel Stenberg
|
b0cd96478c
oops 5 bytes makes 4 letters plus zero byte
|
20 лет назад |
Daniel Stenberg
|
feb2dd2835
Replaced all uses of sprintf() with the safer snprintf(). It is just a
|
20 лет назад |
Daniel Stenberg
|
5b0a5c4050
provide our own inet_ntoa_r() proto if the system has none on its own
|
20 лет назад |
Daniel Stenberg
|
648e82f05d
Major hostip.c cleanup and split into multiple files and easier #ifdef
|
20 лет назад |