Age | Commit message (Expand) | Author |
---|---|---|
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 |