1. 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 11 years ago
  2. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  3. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  4. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  5. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  6. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  7. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  8. 57a16a2 patch that improves the speed of the leak search by up to 40% (on amd64) by philippe · 12 years ago
  9. 09007e3 In case VALGRIND_MALLOCLIKE_BLOCK is wrongly used, output by philippe · 12 years ago
  10. 4bbfc5f Fix one more leak detected by running memcheck in memcheck by philippe · 12 years ago
  11. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 12 years ago
  12. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 12 years ago
  13. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 12 years ago
  14. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 12 years ago
  15. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  16. dc429d1 Avoid that compiling memcheck on 32-bit systems triggers a compiler warning by bart · 13 years ago
  17. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  18. c8bd1df Memcheck: by sewardj · 13 years ago
  19. 3c4fa9f memcheck: Fixed a bug in the address ranges reported in an error message. Closes #272615. by bart · 13 years ago
  20. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  21. 6c591e1 by sewardj · 13 years ago
  22. 1d0f3f6 When a memory block changes from unreachable to possibly or definitely by tom · 14 years ago
  23. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  24. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  25. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  26. b6267bd Output tweaks: by njn · 15 years ago
  27. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  28. 18afe5d Try to fix error_counts. by njn · 15 years ago
  29. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  30. c2f8b1b augment a comment by njn · 15 years ago
  31. 2d9e874 by sewardj · 15 years ago
  32. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  33. e3675d6 DARWIN sync wibble. by njn · 15 years ago
  34. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  35. e10c7f8 Make loss record ordering more deterministic, so that regtests are reliable. by njn · 15 years ago
  36. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  37. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  38. 9f20746 Updated copyright years. by njn · 15 years ago
  39. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 15 years ago
  40. 8df80b2 by njn · 15 years ago
  41. f1efbd4 Make the leak checker a bit less verbose. by sewardj · 15 years ago
  42. bc00bb7 Merged r8966 (show scanning output during leak checking with -v) from DARWIN by njn · 15 years ago
  43. 9c606bd by sewardj · 16 years ago
  44. 026debf When the leak checker finds overlapping blocks report the details by tom · 16 years ago
  45. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  46. 9269147 In the leak checker, don't assert when there are multiple identical by sewardj · 16 years ago
  47. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  48. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  49. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  50. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  51. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  52. ce4717e Fix confusing and contradictory "Rerun with ..." messages printed at by sewardj · 18 years ago
  53. 72a28b2 Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  54. 4cfea4f by sewardj · 18 years ago
  55. 5bee4f8 Followup to r5991: when leak checking, treat zero-sized blocks as if by sewardj · 18 years ago
  56. 3cf26a5 Leak checking fixes from Graydon Hoare: by sewardj · 18 years ago
  57. de3ad73 When doing leak checks, don't poke around in device segments as this by sewardj · 18 years ago
  58. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  59. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago[Renamed (85%) from memcheck/mac_leakcheck.c]
  60. 13a4926 Remove remaining profiling gunk from Memcheck. by njn · 19 years ago
  61. 6b23958 Clarify leak checker output. by njn · 19 years ago
  62. 5741d40 Duh, remove debug printing. Duh. by sewardj · 19 years ago
  63. 75d8eb9 Nasty hack to stop the leak checker dying on custom-allocator example by sewardj · 19 years ago
  64. 7e9ed71 When using a custom allocator that allocates with no intervening by sewardj · 19 years ago
  65. 151a639 Fix compiler warnings. by tom · 19 years ago
  66. ae986ca Build fixes for gcc-2.96. The system now builds and regtests with the by sewardj · 19 years ago
  67. 0fd92f4 by njn · 19 years ago
  68. 45f4e7c by sewardj · 19 years ago
  69. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  70. 16ade0d Fixed debug code so that it compiles and fixed a printf to report the by tom · 19 years ago
  71. c7561b9 by njn · 19 years ago
  72. 73c5134 by njn · 19 years ago
  73. 6ace3ea by njn · 19 years ago
  74. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  75. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  76. 132bfcc by njn · 19 years ago
  77. 36a20fa by njn · 19 years ago
  78. 13bfd85 by njn · 19 years ago
  79. 97405b2 by njn · 19 years ago
  80. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  81. 0297703 Undo the awful Leak Error type-abuse. by njn · 19 years ago
  82. b4e6542 by sewardj · 19 years ago
  83. 05fe85e Reinstate the leak checker; it works at least on x86. by sewardj · 19 years ago
  84. 45d94cc by sewardj · 19 years ago
  85. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  86. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 19 years ago
  87. 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 19 years ago
  88. 6a32942 by njn · 19 years ago
  89. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  90. b5f6f51 by sewardj · 19 years ago
  91. c616819 by njn · 20 years ago
  92. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  93. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  94. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  95. 73b526f by nethercote · 20 years ago
  96. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  97. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 20 years ago
  98. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  99. 0f19bce Make --leak-check observe -q properly -- only prints out errors, not general by nethercote · 21 years ago
  100. 137bc55 by nethercote · 21 years ago