Yang Tse
|
de052ca6fc
string formatting: fix 25+ printf-style format strings
|
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
|
219fe7b29c
curl_multi_remove_handle: commit 0aabfd9963 follow-up
|
12 years ago |
Yang Tse
|
14b77db1b9
Curl_hash_clean: OOM handling fix
|
12 years ago |
Linus Nielsen Feltzing
|
d021f2e8a0
Introducing a new persistent connection caching system using "bundles".
|
12 years ago |
Yang Tse
|
996f2454ba
hash.c: fix OOM triggered segfault
|
13 years ago |
Yang Tse
|
584dc8b8af
OOM handling/cleanup slight adjustments
|
13 years ago |
Yang Tse
|
17f48fe879
libcurl: some OOM handling fixes
|
13 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 |
Daniel Stenberg
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Daniel Stenberg
|
fb5f332834
- Constantine Sapuntzakis posted bug #2891595
|
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
|
e29f62f0a7
add null-pointer check
|
16 years ago |
Yang Tse
|
417bac4055
add missing header inclusions
|
16 years ago |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 years ago |
Yang Tse
|
6bd91936ff
remove debug-code which zero-filled some structures before free()ing them
|
16 years ago |
Yang Tse
|
b416b87518
oops
|
16 years ago |
Yang Tse
|
5779283a52
attempt to fix or allow further detection of an elusive icc SIGSEGV
|
16 years ago |
Yang Tse
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 years ago |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 years ago |
Dan Fandrich
|
ad05b22de3
Renamed a few variables to avoid shadowing global declarations.
|
17 years ago |
Dan Fandrich
|
1b66c1da6c
Added lots of consts
|
17 years ago |
Daniel Stenberg
|
62f0f5571d
Robert Iakobashvili re-arranged the internal hash code to work with a custom
|
17 years ago |
Daniel Stenberg
|
f2a33eb372
Added a useful debug function within #if 0. The function makes it easy to
|
18 years ago |