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 |
Daniel Stenberg
|
07de0ff0ff
Gisle Vanem's added support calloc()-debugging and outputting mode for
|
21 years ago |
Daniel Stenberg
|
44995d6877
Some compilers warn on completely empty source files, we provide a blank
|
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
|
f2fbb5f3d5
Make realloc() support NULL as pointer. Made to allow us to use these routines
|
21 years ago |
Daniel Stenberg
|
4d17d6876e
Dan Fandrich's cleanup patch to make pedantic compiler options cause less
|
21 years ago |
Daniel Stenberg
|
053f6c85ef
updated year in the copyright string
|
21 years ago |
Daniel Stenberg
|
23a6041698
use the curlassert() instead of custom checks
|
21 years ago |
Daniel Stenberg
|
776f0bd95e
don't log failed socket() calls
|
21 years ago |
Daniel Stenberg
|
749f5387c1
Gisle Vanem's IPv6-on-Windows patch applied!
|
21 years ago |
Daniel Stenberg
|
02c78ecf81
allow out-of-memory testing by setting a limit. That number of memory
|
21 years ago |
Daniel Stenberg
|
308bc9d919
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
|
21 years ago |
Daniel Stenberg
|
a7c72b7abf
removed the local variables for emacs and vim, use the new sample.emacs
|
22 years ago |
Daniel Stenberg
|
f26a338a54
copyright year update in the source header
|
22 years ago |
Daniel Stenberg
|
ba4e69bebc
updated source code boilerplate/header
|
22 years ago |
Daniel Stenberg
|
105ec79b2b
James Cone's efforts to add another netrc parsing "mode"
|
22 years ago |
Daniel Stenberg
|
974f314f57
copyright string (year) update
|
23 years ago |
Daniel Stenberg
|
fe3c874001
detect fclose(NULL)
|
23 years ago |
Daniel Stenberg
|
cb85ca18ab
more fancy alloc, we store the size in each allocated block so that we
|
23 years ago |
Daniel Stenberg
|
0cacbc892c
always allocates at least 64 bytes for real, and damages them before free
|
23 years ago |
Daniel Stenberg
|
721b05e343
Nico Baggus' VMS tweaks
|
23 years ago |
Daniel Stenberg
|
cfdcf5c933
fill memory with junk on malloc()
|
23 years ago |
Daniel Stenberg
|
010044e03c
the malloc debug system only logs data if the logfile FILE * is set, which
|
23 years ago |
Sterling Hughes
|
8e91d5de8e
looks nicer and is better compatible with older vim versions
|
23 years ago |
Sterling Hughes
|
6147879837
Added formatting sections for emacs and vim
|
23 years ago |
Daniel Stenberg
|
1a7e13e166
curl_memdebug takes a const argument now
|
23 years ago |
Daniel Stenberg
|
5afc694879
const-ified lots of function arguments
|
23 years ago |
Daniel Stenberg
|
3e7ebcd051
uses socklen_t now
|
24 years ago |