Yang Tse
|
10affed097
|
14 years ago |
Yang Tse
|
a6fb6b70c7
|
14 years ago |
Yang Tse
|
ccfe279117
Constantine Sapuntzakis enhancements to make memory tracking log file writing
|
15 years ago |
Yang Tse
|
e8fd5d8062
Fix compiler warning: ISO C90 forbids mixed declarations and code
|
15 years ago |
Yang Tse
|
2f6dcaa644
Make memory tracking system intolerant with zero sized malloc(),
|
15 years ago |
Yang Tse
|
308497ffc6
Fix compiler warning: control reaches end of non-void function
|
15 years ago |
Daniel Stenberg
|
6a79b0e859
Since the NSS lib closes the socket the memory tracking system wrongly gets a
|
15 years ago |
Yang Tse
|
9137e717b0
Use build-time configured curl_socklen_t instead of socklen_t
|
15 years ago |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 years ago |
Yang Tse
|
fe8eeb5641
remove unnecessary typecast
|
15 years ago |
Dan Fandrich
|
976963cd21
Really old gcc doesn't like parenthesis around the names of functions that
|
16 years ago |
Yang Tse
|
89367d47a8
Disable tracking of fdopen() calls in the low-level memory leak tracking
|
16 years ago |
Yang Tse
|
7fdfd938e0
remove dead code portion inoperative long time ago
|
16 years ago |
Yang Tse
|
3dcd2b82c4
fix print formatting string directives
|
16 years ago |
Dan Fandrich
|
08aab6a620
Move the CURLDEBUG check after setup.h so it can be set there if necessary.
|
16 years ago |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 years ago |
Patrick Monnerat
|
259f27b09f
Fix getsockname argument type
|
17 years ago |
James Housley
|
aed0cc6f2a
Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
|
17 years ago |
Dan Fandrich
|
3fef839f75
Added call to setvbuf (disabled by default for speed) to flush the
|
17 years ago |
Yang Tse
|
3a634a273a
curlassert macro replaced with DEBUGASSERT macro defined in setup_once.h
|
18 years ago |
Yang Tse
|
a1d5983991
use macros ERRNO, SET_ERRNO(), SOCKERRNO and SET_SOCKERRNO() for errno handling
|
18 years ago |
Yang Tse
|
1bcbe89802
Prevent multiple initialization of memdebug configuration variables.
|
18 years ago |
Daniel Stenberg
|
701de67b79
use %p to printf pointers since %x doesn't work properly on tru64 for this
|
19 years ago |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 years ago |
Gisle Vanem
|
9deb76ce3e
|
20 years ago |
Daniel Stenberg
|
c39858aac0
Source cleanups. The major one being that we now _always_ use a Curl_addrinfo
|
20 years ago |
Daniel Stenberg
|
bbafb2eb27
curl_global_init_mem() allows the memory functions to be replaced.
|
20 years ago |
Daniel Stenberg
|
32a9554c92
Gisle fixed: don't reference 'mem' if it's NULL.
|
20 years ago |
Daniel Stenberg
|
a331aa0221
make the memlimit final NULL return get written to stderr as wella
|
20 years ago |
Daniel Stenberg
|
c52c592f4c
store size as size_t
|
21 years ago |