1. 4c7254d Merge the following revisions from 3_9_BRANCH to trunk: by sewardj · 11 years ago
  2. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  3. 278b2a3 Fix use of uninit heuristic set for monitor command by philippe · 11 years ago
  4. ab1fce9 add heuristics decreasing false possible "possible leaks" in c++ code. by philippe · 11 years ago
  5. 2be5122 Fix double 'the the' in documentation. by mjw · 11 years ago
  6. 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 11 years ago
  7. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  8. a2cc0c0 fix 299756 (for symmetry, --free-fill must be ignored for MEMPOOL_FREE and FREELIKE client requests). by philippe · 12 years ago
  9. a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 12 years ago
  10. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 12 years ago
  11. 403d8aa Improvements in freelist handling for Memcheck. See #250065. by sewardj · 13 years ago
  12. 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
  13. c8bd1df Memcheck: by sewardj · 13 years ago
  14. e81a454 Minor documentation fixes for the GDB server. (Philippe Waroquiers, by sewardj · 13 years ago
  15. 350c0fe Move the GDBserver documentation from the "Valgrind core" chapter by sewardj · 13 years ago
  16. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  17. 49d5a28 Fix minor documentation nits (Michael Snyder, msnyder@vmware.com) by sewardj · 13 years ago
  18. e7decf8 Fix up out of date documentation for VALGRIND_CREATE_BLOCK and VALGRIND_DISCARD. by sewardj · 13 years ago
  19. 7c02ba7 Clarify some details about "possibly lost" heap blocks. by njn · 14 years ago
  20. e089f01 Documentation update for 3.6.0 (not including NEWS). by sewardj · 14 years ago
  21. 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
  22. 2667055 Don't count leaks as errors with --leak-check=summary, because the results by njn · 15 years ago
  23. 09f2e6c wibble by njn · 15 years ago
  24. a331164 Make "option" terminology consistent some more. Also tweaked the mempool by njn · 15 years ago
  25. 7375de3 More docs build tweaks: by njn · 15 years ago
  26. 2f7eebe Various fix-ups for Memcheck's manual chapter. by njn · 15 years ago
  27. c1abdcb Move command-line option details after the description of Memcheck's error by njn · 15 years ago
  28. 47ed08c Added documentation for --ignore-ranges. It's not very good, though, if by njn · 15 years ago
  29. 2ecfcec Put Memcheck's command line options in the manual in the same order as its by njn · 15 years ago
  30. a437a60 Various clean-ups, mostly in chapter 3. by njn · 15 years ago
  31. 7316df2 Various manual fix-ups: by njn · 15 years ago
  32. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  33. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  34. 9d6d2a9 Fixed XML syntax. by bart · 15 years ago
  35. 389f570 Add details about an interior-pointer case that can occur with C++. by njn · 15 years ago
  36. 5daa2d3 Make --leak-resolution=high the default. Fixes bug 197929. by njn · 15 years ago
  37. af25f67 Applied the patch attached to http://bugs.kde.org/show_bug.cgi?id=165468: fixed some formatting inconsistencies. by bart · 15 years ago
  38. 557bb83 Fix some broken XML tags. by njn · 15 years ago
  39. 62dd9fa Tweak the Memcheck manual, fixing bug #157154 in the process. by njn · 15 years ago
  40. 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 15 years ago
  41. 8df80b2 by njn · 15 years ago
  42. 6bf365c Changed the way files are installed. Instead of going into by njn · 15 years ago
  43. cd0f2bd Add documentation on the new --track-origins=no|yes [no] flag. by sewardj · 16 years ago
  44. c678a54 * document gcc code generation shenanigans on ppc32-linux by sewardj · 17 years ago
  45. fa4ca3b Make the freed-block-queue volume metrics 64-bit throughout, to avoid by sewardj · 17 years ago
  46. 778d783 Update documents in preparation for 3.3.0, and restructure them by sewardj · 17 years ago
  47. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  48. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  49. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  50. 805de29 Fix a man page bug. by njn · 18 years ago
  51. ae0e07b Expand the first para of the custom-allocator section so it says what by sewardj · 18 years ago
  52. ce10c26 Excellent documentation from Graydon Hoare on his mempool client-request work. by sewardj · 18 years ago
  53. dbf7ca7 by njn · 18 years ago
  54. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  55. 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
  56. 97ab7e7 mc-tech-docs.xml - removed ref to cachegrind.org by de · 19 years ago
  57. 7e109d1 Minor doc tweaks, mostly white space by de · 19 years ago
  58. 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
  59. f3418c0 Get rid of old flags that memcheck no longer has. by sewardj · 19 years ago
  60. 0ded7a4 memcheck: make --partial-loads-ok=yes work again, but now make it by sewardj · 19 years ago
  61. 74e3233 In the spirit of other changes over the past month aimed at supporting by sewardj · 19 years ago
  62. b452f95 minor fixes (probably not worth backporting) by njn · 19 years ago
  63. ab5b714 How do you like this: there was no proper description in the manual by njn · 19 years ago
  64. 62ad73d A few minor manual updates. by njn · 19 years ago
  65. c8cccb1 fix breakage/wibbles by njn · 19 years ago
  66. 5127298 Clean up command-line args info in the manual and man page for 3.0.0 release. by njn · 19 years ago
  67. 779a2d6 Update docs for 3.0.0 release. Still to do: update command line options. by njn · 19 years ago
  68. ccad0b8 Add note about justified pedantry of overlap checking. by njn · 19 years ago
  69. bc32e82 Added some more targets to the docs. by de · 19 years ago
  70. ae71dd4 argh! there were loads of the little beggars .... by de · 19 years ago
  71. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  72. ccde45e mc-tech-docs.xml: by de · 19 years ago
  73. 21f9195 Documentation update. This should bring the core of the documentation by njn · 19 years ago
  74. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  75. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  76. bd2e75c by njn · 20 years ago
  77. c18f2a8 Removed the now-defunct files vg_from_ucode.c and vg_to_ucode.c. by njn · 20 years ago
  78. 8b76fe5 by nethercote · 20 years ago
  79. 73b526f by nethercote · 20 years ago
  80. b497149 Remove reference to --tool=memcheck being the default. by thughes · 20 years ago
  81. 1c85a56 Fix grammar by nethercote · 20 years ago
  82. 776ac36 Update docs for filename change. by nethercote · 20 years ago
  83. 537e894 by nethercote · 20 years ago
  84. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  85. b916f2d Remove out-of-date limitations from tech docs. by nethercote · 21 years ago
  86. 421281e Updated all "report bugs to..." messages to point to valgrind.kde.org; also by nethercote · 21 years ago
  87. 137bc55 by nethercote · 21 years ago
  88. d799418 by njn · 21 years ago
  89. 6e69ecd by njn · 21 years ago
  90. 667c98f typo by daywalker · 21 years ago
  91. 7e73e5f spelling fixes by daywalker · 21 years ago
  92. c061666 Added support for Value16 and Addr16 error suppressions. by njn · 21 years ago
  93. 6c003c6 by njn · 21 years ago
  94. 34419c1 by njn · 21 years ago
  95. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  96. 3e87f7e Minor HTML fixes in docs, thanks to Arnaud Desitter. by njn · 21 years ago
  97. 43c799e by njn · 21 years ago
  98. 6452214 Fix up the documentation to be just about OK for version 2.0. by sewardj · 21 years ago
  99. f555ac7 Restructure the documentation to try and make it hang together better. by sewardj · 22 years ago
  100. 9160c95 by sewardj · 22 years ago