Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 gadi atpakaļ |
Daniel Stenberg
|
fb5f332834
- Constantine Sapuntzakis posted bug #2891595
|
15 gadi atpakaļ |
Yang Tse
|
2c16681225
Adjusted to take in account that...
|
15 gadi atpakaļ |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 gadi atpakaļ |
Yang Tse
|
e29f62f0a7
add null-pointer check
|
16 gadi atpakaļ |
Yang Tse
|
417bac4055
add missing header inclusions
|
16 gadi atpakaļ |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 gadi atpakaļ |
Yang Tse
|
6bd91936ff
remove debug-code which zero-filled some structures before free()ing them
|
16 gadi atpakaļ |
Yang Tse
|
b416b87518
oops
|
16 gadi atpakaļ |
Yang Tse
|
5779283a52
attempt to fix or allow further detection of an elusive icc SIGSEGV
|
16 gadi atpakaļ |
Yang Tse
|
59e378f48f
remove unnecessary typecasting of malloc()
|
16 gadi atpakaļ |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 gadi atpakaļ |
Dan Fandrich
|
ad05b22de3
Renamed a few variables to avoid shadowing global declarations.
|
17 gadi atpakaļ |
Dan Fandrich
|
1b66c1da6c
Added lots of consts
|
17 gadi atpakaļ |
Daniel Stenberg
|
62f0f5571d
Robert Iakobashvili re-arranged the internal hash code to work with a custom
|
17 gadi atpakaļ |
Daniel Stenberg
|
f2a33eb372
Added a useful debug function within #if 0. The function makes it easy to
|
18 gadi atpakaļ |
Daniel Stenberg
|
686d90745b
First curl_multi_socket() commit. Should primarily be considered as an internal
|
18 gadi atpakaļ |
Daniel Stenberg
|
043d70fcdf
Use plain structs and not typedef'ed ones in the hash and linked-list code.
|
20 gadi atpakaļ |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 gadi atpakaļ |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 gadi atpakaļ |
Daniel Stenberg
|
887d78a9ad
Curl_hash_add() was modified to clear up better in case of internal failure.
|
20 gadi atpakaļ |
Daniel Stenberg
|
e64dacb40e
better checking that strdup() works
|
20 gadi atpakaļ |
Daniel Stenberg
|
4250637e7d
improved the cleaning up of memory when we fail to resolve names due to
|
20 gadi atpakaļ |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 gadi atpakaļ |
Daniel Stenberg
|
947e656367
make sure that hash_add() has no allocated resources left in case it
|
21 gadi atpakaļ |
Daniel Stenberg
|
14597475b1
Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST
|
21 gadi atpakaļ |
Daniel Stenberg
|
adcbe03aeb
Uses less macros. #ifdef'ed out unused functions. Edited slightly to be
|
21 gadi atpakaļ |
Daniel Stenberg
|
905b160097
1. check allocs
|
21 gadi atpakaļ |
Daniel Stenberg
|
308bc9d919
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
21 gadi atpakaļ |
Daniel Stenberg
|
409ac80710
removed weirdo {{{ and }}} comments
|
22 gadi atpakaļ |