Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable tracking of fdopen() calls in the low-level memory leak tracking | Yang Tse | 2008-09-13 | 1 | -1/+3 |
| | | | | code when fdopen() is not available, to avoid compiler error. | ||||
* | Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMS | James Housley | 2007-06-28 | 1 | -0/+4 |
| | | | | | file.c, but the debug interface was missing. This adds the routines needed to make the memory debuging work for fdopen(). | ||||
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 |
| | |||||
* | Test HAVE_GETNAMEINFO definition before using GETNAMEINFO_XXX definitions. | Yang Tse | 2006-07-04 | 1 | -0/+4 |
| | |||||
* | Yang Tse fixed compiler warnings | Daniel Stenberg | 2005-11-13 | 1 | -0/+3 |
| | |||||
* | enable memory debugging on tru64 with ipv6 support by doing a little different | Daniel Stenberg | 2005-06-30 | 1 | -0/+8 |
| | | | | defining, since the system headers themselves redefine getaddrinfo | ||||
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | Changes for removing libcurl.def file on Win32. | Gisle Vanem | 2004-11-09 | 1 | -19/+21 |
| | | | | | Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. | ||||
* | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg | 2004-04-26 | 1 | -2/+5 |
| | | | | usage. | ||||
* | Gisle Vanem's added support calloc()-debugging and outputting mode for | Daniel Stenberg | 2004-02-26 | 1 | -0/+2 |
| | | | | fopen() as well. | ||||
* | Made curl_accept() take a 'void *' instead of 'socklen_t *' in the 3rd | Daniel Stenberg | 2004-02-18 | 1 | -1/+1 |
| | | | | | argument to also not force the casual includer to know about the socklen_t type. | ||||
* | Modified curl_accept() to take a 'void *' in the 2nd argument instead of | Daniel Stenberg | 2004-02-18 | 1 | -2/+10 |
| | | | | | sockaddr *. This has the added benefit that source files that include memdebug.h doesn't have to know about "sockaddr". | ||||
* | support closesocket() for closing sockets as well, as then we can use this | Daniel Stenberg | 2004-02-16 | 1 | -0/+3 |
| | | | | code fine on ares! | ||||
* | undef accept before defining it, since AIX 5.2 has it as a define! | Daniel Stenberg | 2004-02-02 | 1 | -0/+1 |
| | |||||
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -1/+5 |
| | | | | warnings. Minor edits by me. | ||||
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
| | |||||
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -3/+0 |
| | |||||
* | allow out-of-memory testing by setting a limit. That number of memory | Daniel Stenberg | 2003-08-14 | 1 | -0/+3 |
| | | | | allocation calls will succeed, the following will return NULL! | ||||
* | use CURLDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | Gisle Vanem's fix to get this working nicely on windows | Daniel Stenberg | 2003-03-15 | 1 | -0/+3 |
| | |||||
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | prevent compiler warnings | Daniel Stenberg | 2002-10-28 | 1 | -0/+1 |
| | |||||
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
| | |||||
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -0/+22 |
| | |||||
* | Götz Babin-Ebell's OpenSSL ENGINE patch | Daniel Stenberg | 2001-12-17 | 1 | -0/+8 |
| | |||||
* | getaddrinfo() cleanups | Daniel Stenberg | 2001-10-04 | 1 | -0/+7 |
| | |||||
* | curl_memdebug takes a const argument now | Daniel Stenberg | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | const-ified lots of function arguments | Daniel Stenberg | 2001-08-14 | 1 | -9/+10 |
| | |||||
* | Nico's VMS adjustment | Daniel Stenberg | 2001-08-06 | 1 | -0/+3 |
| | |||||
* | uses socklen_t now | Daniel Stenberg | 2001-03-09 | 1 | -1/+1 |
| | |||||
* | strdup() takes a const char * now | Daniel Stenberg | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Added fopen() and fclose() leak tracking | Daniel Stenberg | 2000-12-19 | 1 | -0/+12 |
| | |||||
* | fixed accept() for memory debugging | Daniel Stenberg | 2000-12-18 | 1 | -0/+4 |
| | |||||
* | added socket() / sclose() checks to the memdebug system | Daniel Stenberg | 2000-12-14 | 1 | -0/+13 |
| | |||||
* | added for memory leak debugging etc | Daniel Stenberg | 2000-10-09 | 1 | -0/+13 |