Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 years ago |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 years ago |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 years ago |
Dan Fandrich
|
763c51780c
netrc: fixed thread safety problem by using getpwuid_r if available
|
10 years ago |
Dan Fandrich
|
135c2dc14f
netrc: treat failure to find home dir same as missing netrc file
|
10 years ago |
Marc Hoersken
|
549b4a659a
netrc.c: fix multiple possible dereferences of null pointers
|
10 years ago |
Dan Fandrich
|
b4b28c7001
netrc: Fixed a memory and file descriptor leak on OOM
|
10 years ago |
Daniel Stenberg
|
78e6683bb0
Curl_parsenetrc: document that the arguments must be allocated
|
11 years ago |
Jonathan Nieder
|
36585b5395
netrc: handle longer username and password
|
11 years ago |
John E. Malmberg
|
25f351424b
VMS: fix and generate the VMS build config
|
11 years ago |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 years ago |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 years ago |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 years ago |
Yang Tse
|
f871de0064
build: make use of 76 lib/*.h renamed files
|
12 years ago |
Yang Tse
|
a0b207164c
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
|
12 years ago |
Daniel Stenberg
|
47c1bf9e43
netrc: remove dead code
|
12 years ago |
Yang Tse
|
f1586cb477
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
|
13 years ago |
Daniel Stenberg
|
0f7bea7c3a
unittest: mark all unit tested functions
|
13 years ago |
Julien Chaffraix
|
0b8cdc0635
netrc: Removed _NETRC_DEBUG code.
|
13 years ago |
Julien Chaffraix
|
9f8e960a1a
tests: Cleaned up netrc testing.
|
13 years ago |
Julien Chaffraix
|
39d0d787d2
test1304: Added some unit tests for Curl_parsenetrc.
|
13 years ago |
Julien Chaffraix
|
266bcb06d7
netrc: Removed dead code.
|
13 years ago |
Julien Chaffraix
|
fe165c69de
netrc: Tightened up the type checks.
|
13 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Yang Tse
|
a07bc79117
|
14 years ago |
Yang Tse
|
3184a91ec8
VMS specific preprocessor symbol checking adjustments
|
15 years ago |
Yang Tse
|
2c16681225
Adjusted to take in account that...
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Yang Tse
|
c382c550e7
fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit value
|
15 years ago |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |