Yang Tse
|
9194e17003
MemoryTracking: fix logging of free() calls done where Curl_safefree is called
|
13 years ago |
Yang Tse
|
aaab5fa299
MemoryTracking: adjust initialization calling
|
13 years ago |
Yang Tse
|
bcbac913d6
socketpair() usage tracking to allow fd leak detection
|
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
|
b903186fa0
source cleanup: unify look, style and indent levels
|
13 years ago |
Daniel Stenberg
|
2309b4e330
remove the CVSish $Id$ lines
|
14 years ago |
Yang Tse
|
5b778a7ca4
|
14 years ago |
Yang Tse
|
afdc3d81e9
update copyright year notice
|
15 years ago |
Yang Tse
|
ccfe279117
Constantine Sapuntzakis enhancements to make memory tracking log file writing
|
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 |
Gunter Knauf
|
b476530755
fixed typo.
|
15 years ago |
Yang Tse
|
2c0c05e96d
|
15 years ago |
Yang Tse
|
9770899a4b
Moved potential inclusion of system's malloc.h and memory.h header files to
|
15 years ago |
Yang Tse
|
c2c800d863
Move curl_dofreeaddrinfo() and curl_dofreeaddrinfo()
|
16 years ago |
Yang Tse
|
89367d47a8
Disable tracking of fdopen() calls in the low-level memory leak tracking
|
16 years ago |
James Housley
|
aed0cc6f2a
Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS
|
17 years ago |
Yang Tse
|
772a985dc3
Update copyright year, since the file has been modified
|
18 years ago |
Yang Tse
|
55138753c6
Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions.
|
18 years ago |
Daniel Stenberg
|
9ace303528
Yang Tse fixed compiler warnings
|
19 years ago |
Daniel Stenberg
|
883479f01e
enable memory debugging on tru64 with ipv6 support by doing a little different
|
19 years ago |
Daniel Stenberg
|
ab4086bc24
Updated the copyright year since changes have been this year.
|
19 years ago |
Gisle Vanem
|
377e43fbb9
|
20 years ago |
Daniel Stenberg
|
648e82f05d
Major hostip.c cleanup and split into multiple files and easier #ifdef
|
20 years ago |
Daniel Stenberg
|
07de0ff0ff
Gisle Vanem's added support calloc()-debugging and outputting mode for
|
21 years ago |
Daniel Stenberg
|
de681d3b8f
Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd
|
21 years ago |
Daniel Stenberg
|
f33be3c313
Modified curl_accept() to take a 'void *' in the 2nd argument instead of
|
21 years ago |
Daniel Stenberg
|
09aa165942
support closesocket() for closing sockets as well, as then we can use this
|
21 years ago |
Daniel Stenberg
|
0412a201a3
undef accept before defining it, since AIX 5.2 has it as a define!
|
21 years ago |
Daniel Stenberg
|
4d17d6876e
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
|
21 years ago |