summaryrefslogtreecommitdiff
path: root/tests/memanalyze.pl
Commit message (Expand)AuthorAgeFilesLines
* tests: switch to 3-argument open in test suiteDan Fandrich2023-03-301-5/+5
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* tests/memanalyze.pl: also count and show "total allocations"Daniel Stenberg2022-01-261-2/+9
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* memdebug: trace send, recv and socketDaniel Stenberg2017-10-141-7/+23
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* memanalyze.pl: handle free(NULL)Jay Satiro2015-03-101-3/+6
* Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage".Yang Tse2013-07-181-1/+22
* Revert "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage"Daniel Stenberg2013-05-121-22/+1
* WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usageYang Tse2013-03-251-1/+22
* memanalyze.pl: handle fopen() of file names with quotesDaniel Stenberg2013-01-221-2/+2
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-8/+8
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-8/+8
* socketpair() usage tracking to allow fd leak detectionYang Tse2011-07-291-0/+8
* headers: more copyright headers addedDaniel Stenberg2011-03-221-0/+21
* replaced tabs with spacesYang Tse2010-02-161-1/+1
* removed trailing whitespaceYang Tse2010-02-141-4/+4
* Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMSJames Housley2007-06-281-1/+1
* Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointerDaniel Stenberg2005-08-041-4/+2
* add more info when this script gets confused, and added getaddrinfo andDaniel Stenberg2005-06-301-5/+11
* James Bursa's fix to make this deal with malloc(0) as OK to free()Daniel Stenberg2004-05-071-1/+1
* Gisle fixed the counting of calloc()sDaniel Stenberg2004-04-291-2/+3
* If only a partial file was transfered, we consider that a fatal problem soDaniel Stenberg2004-04-221-0/+5
* adjusted to work with the modified fopen() line and the new calloc lineDaniel Stenberg2004-02-261-5/+31
* supports -l now to display the actual line that was prevented by memlimitDaniel Stenberg2003-10-241-1/+23
* produce a single summary of the amount of allocations on -vDaniel Stenberg2003-10-241-1/+6
* supprt for the new memlimit stuffDaniel Stenberg2003-08-141-1/+9
* pass a file name to memanalyze to read from instead of using stdinDaniel Stenberg2003-01-091-3/+19
* fixed to deal with file names that contain colons, as in WindowsDaniel Stenberg2003-01-091-4/+4
* test suite mods for the netrc testing stuffDaniel Stenberg2002-05-211-1/+1
* moved memanalyze.pl into the tests dirDaniel Stenberg2002-03-011-0/+269