Age | Commit message (Expand) | Author |
2003-12-16 | use the curlassert() instead of custom checks | Daniel Stenberg |
2003-11-13 | don't log failed socket() calls | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-08-14 | allow out-of-memory testing by setting a limit. That number of memory | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-05-21 | James Cone's efforts to add another netrc parsing "mode" | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-03-08 | detect fclose(NULL) | Daniel Stenberg |
2002-02-28 | more fancy alloc, we store the size in each allocated block so that we | Daniel Stenberg |
2002-02-28 | always allocates at least 64 bytes for real, and damages them before free | Daniel Stenberg |
2002-02-20 | Nico Baggus' VMS tweaks | Daniel Stenberg |
2001-11-28 | fill memory with junk on malloc() | Daniel Stenberg |
2001-10-17 | the malloc debug system only logs data if the logfile FILE * is set, which | Daniel Stenberg |
2001-10-11 | looks nicer and is better compatible with older vim versions | Sterling Hughes |
2001-09-07 | Added formatting sections for emacs and vim | Sterling Hughes |
2001-08-14 | curl_memdebug takes a const argument now | Daniel Stenberg |
2001-08-14 | const-ified lots of function arguments | Daniel Stenberg |
2001-03-09 | uses socklen_t now | Daniel Stenberg |
2001-03-02 | strdup() takes a const char * now | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |
2001-01-03 | dual-license fix | Daniel Stenberg |
2000-12-19 | include unistd.h if present to prevent compiler warnings on close() | Daniel Stenberg |
2000-12-19 | Added fopen() and fclose() leak tracking | Daniel Stenberg |
2000-12-18 | fixed accept() for memory debugging | Daniel Stenberg |
2000-12-14 | added socket() / sclose() checks to the memdebug system | Daniel Stenberg |
2000-11-21 | uses the "internal" mprintf() routines for formatted output | Daniel Stenberg |
2000-11-17 | now exits and alerts on bad uses of strdup() and free() | Daniel Stenberg |
2000-11-17 | now includes stdlib.h | Daniel Stenberg |
2000-10-25 | compiles on Linux now | Daniel Stenberg |
2000-10-09 | added for memory leak debugging etc | Daniel Stenberg |