1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b5a02e7 Fix 353891 Assert 'bad_scanned_addr < VG_ROUNDDN(start+len, sizeof(Addr))' failed by philippe · 9 years ago
  4. ce3b04c Enhance block_list memcheck gdbserver monitor command by philippe · 9 years ago
  5. 9b7b088 Have block_list showing heuristic used for a block (if block was by philippe · 9 years ago
  6. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  7. 6d3cb49 Fix 350202 - Add limited param to 'monitor block_list' by philippe · 9 years ago
  8. 47755db The number of elements in an OSet cannot be negative. by florian · 9 years ago
  9. de3df03 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  10. 6004219 Rewrite memcheck's event counter machinery. by florian · 9 years ago
  11. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  12. 3ed5c70 Patch 6 in a revised series of cleanup patches from Will Schmidt by carll · 9 years ago
  13. 5d3d43d Update a comment. by florian · 9 years ago
  14. ea8a88c Pass in a mask of segment kinds to VG_(get_segment_starts) by florian · 9 years ago
  15. d3166c4 VG_(am_get_filename) returns a pointer to memory that belongs to the by florian · 9 years ago
  16. f5300ff Avoid spurious warnings about white space following a backslash by florian · 9 years ago
  17. 866862a Fix BZ #116002. by florian · 9 years ago
  18. cf6e734 Merge r14229 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  19. 0533405 Fix a bunch of defined(VGA_ppc64) by philippe · 10 years ago
  20. 7c69a3e Add a new heuristic 'length64' to detect interior pointers by philippe · 10 years ago
  21. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  22. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  23. 110c77e SIGSEGV/SIGBUS specific handling on s390, to cope with kernel peculiarity by philippe · 11 years ago
  24. 078ab86 Add definedness checking when dereferencing ptr during heuristic reachedness by philippe · 11 years ago
  25. 7a76f4b Fix leak scan SEGV catcher when ptr starts in unreadable page (readable for aspacemgr) by philippe · 11 years ago
  26. 5bd4060 Fix assert for who_points_at monitor cmd for an interiorly pointed block by philippe · 11 years ago
  27. ab1fce9 add heuristics decreasing false possible "possible leaks" in c++ code. by philippe · 11 years ago
  28. 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 11 years ago
  29. 2193a7c Fix 284540 and 307465 by philippe · 11 years ago
  30. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  31. 6bd9dc1 Changes to allow compilation with -Wwrite-strings. That compiler option by florian · 12 years ago
  32. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  33. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  34. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  35. 57a16a2 patch that improves the speed of the leak search by up to 40% (on amd64) by philippe · 12 years ago
  36. 09007e3 In case VALGRIND_MALLOCLIKE_BLOCK is wrongly used, output by philippe · 12 years ago
  37. 4bbfc5f Fix one more leak detected by running memcheck in memcheck by philippe · 12 years ago
  38. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 12 years ago
  39. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 12 years ago
  40. 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 12 years ago
  41. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 12 years ago
  42. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  43. dc429d1 Avoid that compiling memcheck on 32-bit systems triggers a compiler warning by bart · 13 years ago
  44. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  45. c8bd1df Memcheck: by sewardj · 13 years ago
  46. 3c4fa9f memcheck: Fixed a bug in the address ranges reported in an error message. Closes #272615. by bart · 13 years ago
  47. 97d3ebb Add an alternative implementation of VG_MINIMAL_{SET,LONG}JMP by sewardj · 13 years ago
  48. 6c591e1 by sewardj · 13 years ago
  49. 1d0f3f6 When a memory block changes from unreachable to possibly or definitely by tom · 14 years ago
  50. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  51. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  52. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  53. b6267bd Output tweaks: by njn · 15 years ago
  54. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  55. 18afe5d Try to fix error_counts. by njn · 15 years ago
  56. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  57. c2f8b1b augment a comment by njn · 15 years ago
  58. 2d9e874 by sewardj · 15 years ago
  59. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  60. e3675d6 DARWIN sync wibble. by njn · 15 years ago
  61. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  62. e10c7f8 Make loss record ordering more deterministic, so that regtests are reliable. by njn · 15 years ago
  63. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  64. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  65. 9f20746 Updated copyright years. by njn · 15 years ago
  66. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 15 years ago
  67. 8df80b2 by njn · 15 years ago
  68. f1efbd4 Make the leak checker a bit less verbose. by sewardj · 15 years ago
  69. bc00bb7 Merged r8966 (show scanning output during leak checking with -v) from DARWIN by njn · 15 years ago
  70. 9c606bd by sewardj · 16 years ago
  71. 026debf When the leak checker finds overlapping blocks report the details by tom · 16 years ago
  72. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  73. 9269147 In the leak checker, don't assert when there are multiple identical by sewardj · 16 years ago
  74. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  75. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  76. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  77. 9ebd6e0 Update copyright dates. by sewardj · 17 years ago
  78. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 17 years ago
  79. ce4717e Fix confusing and contradictory "Rerun with ..." messages printed at by sewardj · 17 years ago
  80. 72a28b2 Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  81. 4cfea4f by sewardj · 18 years ago
  82. 5bee4f8 Followup to r5991: when leak checking, treat zero-sized blocks as if by sewardj · 18 years ago
  83. 3cf26a5 Leak checking fixes from Graydon Hoare: by sewardj · 18 years ago
  84. de3ad73 When doing leak checks, don't poke around in device segments as this by sewardj · 18 years ago
  85. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  86. 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]
  87. 13a4926 Remove remaining profiling gunk from Memcheck. by njn · 18 years ago
  88. 6b23958 Clarify leak checker output. by njn · 18 years ago
  89. 5741d40 Duh, remove debug printing. Duh. by sewardj · 18 years ago
  90. 75d8eb9 Nasty hack to stop the leak checker dying on custom-allocator example by sewardj · 18 years ago
  91. 7e9ed71 When using a custom allocator that allocates with no intervening by sewardj · 18 years ago
  92. 151a639 Fix compiler warnings. by tom · 19 years ago
  93. ae986ca Build fixes for gcc-2.96. The system now builds and regtests with the by sewardj · 19 years ago
  94. 0fd92f4 by njn · 19 years ago
  95. 45f4e7c by sewardj · 19 years ago
  96. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  97. 16ade0d Fixed debug code so that it compiles and fixed a printf to report the by tom · 19 years ago
  98. c7561b9 by njn · 19 years ago
  99. 73c5134 by njn · 19 years ago
  100. 6ace3ea by njn · 19 years ago