1. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  2. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  3. b6267bd Output tweaks: by njn · 15 years ago
  4. 606a4ae Count error contexts properly in VG_(unique_error). Avoids the problem seen by njn · 15 years ago
  5. 18afe5d Try to fix error_counts. by njn · 15 years ago
  6. b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
  7. c2f8b1b augment a comment by njn · 15 years ago
  8. 2d9e874 by sewardj · 15 years ago
  9. 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  10. e3675d6 DARWIN sync wibble. by njn · 15 years ago
  11. ac1e033 Created a new module, m_aspacehl. Factored out three(!) copies of by njn · 15 years ago
  12. e10c7f8 Make loss record ordering more deterministic, so that regtests are reliable. by njn · 15 years ago
  13. 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 15 years ago
  14. b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 15 years ago
  15. 9f20746 Updated copyright years. by njn · 15 years ago
  16. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 15 years ago
  17. 8df80b2 by njn · 15 years ago
  18. f1efbd4 Make the leak checker a bit less verbose. by sewardj · 16 years ago
  19. bc00bb7 Merged r8966 (show scanning output during leak checking with -v) from DARWIN by njn · 16 years ago
  20. 9c606bd by sewardj · 16 years ago
  21. 026debf When the leak checker finds overlapping blocks report the details by tom · 16 years ago
  22. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  23. 9269147 In the leak checker, don't assert when there are multiple identical by sewardj · 16 years ago
  24. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  25. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  26. 8a7b41b Fix various format string errors, courtesy of Florian Krohm. by njn · 17 years ago
  27. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  28. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  29. ce4717e Fix confusing and contradictory "Rerun with ..." messages printed at by sewardj · 18 years ago
  30. 72a28b2 Track VG_(am_find_nsegment) const-ness change. by sewardj · 18 years ago
  31. 4cfea4f by sewardj · 18 years ago
  32. 5bee4f8 Followup to r5991: when leak checking, treat zero-sized blocks as if by sewardj · 18 years ago
  33. 3cf26a5 Leak checking fixes from Graydon Hoare: by sewardj · 18 years ago
  34. de3ad73 When doing leak checks, don't poke around in device segments as this by sewardj · 18 years ago
  35. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  36. 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]
  37. 13a4926 Remove remaining profiling gunk from Memcheck. by njn · 19 years ago
  38. 6b23958 Clarify leak checker output. by njn · 19 years ago
  39. 5741d40 Duh, remove debug printing. Duh. by sewardj · 19 years ago
  40. 75d8eb9 Nasty hack to stop the leak checker dying on custom-allocator example by sewardj · 19 years ago
  41. 7e9ed71 When using a custom allocator that allocates with no intervening by sewardj · 19 years ago
  42. 151a639 Fix compiler warnings. by tom · 19 years ago
  43. ae986ca Build fixes for gcc-2.96. The system now builds and regtests with the by sewardj · 19 years ago
  44. 0fd92f4 by njn · 19 years ago
  45. 45f4e7c by sewardj · 19 years ago
  46. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  47. 16ade0d Fixed debug code so that it compiles and fixed a printf to report the by tom · 19 years ago
  48. c7561b9 by njn · 19 years ago
  49. 73c5134 by njn · 19 years ago
  50. 6ace3ea by njn · 19 years ago
  51. 4802b38 Move some decls out of tool.h into the new file pub_tool_aspacemgr.h. by njn · 19 years ago
  52. de62cbf Modularised signal libc stuff into m_libcsignal. by njn · 19 years ago
  53. 132bfcc by njn · 19 years ago
  54. 36a20fa by njn · 19 years ago
  55. 13bfd85 by njn · 19 years ago
  56. 97405b2 by njn · 19 years ago
  57. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  58. 0297703 Undo the awful Leak Error type-abuse. by njn · 19 years ago
  59. b4e6542 by sewardj · 19 years ago
  60. 05fe85e Reinstate the leak checker; it works at least on x86. by sewardj · 19 years ago
  61. 45d94cc by sewardj · 19 years ago
  62. 695c16e Remove the "vg_" prefix from a lot of non-global variables. by njn · 19 years ago
  63. b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 19 years ago
  64. 76754cf Commit half-baked attempts to get memcheck and addrcheck to build. by sewardj · 19 years ago
  65. 6a32942 by njn · 19 years ago
  66. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  67. b5f6f51 by sewardj · 19 years ago
  68. c616819 by njn · 20 years ago
  69. 2a99cf6 Get rid of baseBlock. Now, when generated code is running, the guest by sewardj · 20 years ago
  70. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  71. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  72. 73b526f by nethercote · 20 years ago
  73. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  74. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  75. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  76. 0f19bce Make --leak-check observe -q properly -- only prints out errors, not general by nethercote · 21 years ago
  77. 137bc55 by nethercote · 21 years ago
  78. 06072ec Removed sort_hash_array(). Changed VG_(HT_to_sorted_array)() to by njn · 21 years ago
  79. 37d06f2 Suppress a couple more messages when -q applies. by sewardj · 21 years ago
  80. 7271864 by njn · 21 years ago
  81. e8b5c05 by njn · 21 years ago
  82. ecf8e10 In vg_memory.c, startup_segment_callback, fix initialisation ordering by sewardj · 21 years ago
  83. 47363ab by njn · 21 years ago
  84. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  85. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago
  86. 43c799e by njn · 21 years ago