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 · 12 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 · 13 years ago
  10. 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 13 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 · 14 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. 2f7eebe Various fix-ups for Memcheck's manual chapter. by njn · 15 years ago
  26. c1abdcb Move command-line option details after the description of Memcheck's error by njn · 15 years ago
  27. 47ed08c Added documentation for --ignore-ranges. It's not very good, though, if by njn · 15 years ago
  28. 2ecfcec Put Memcheck's command line options in the manual in the same order as its by njn · 15 years ago
  29. a437a60 Various clean-ups, mostly in chapter 3. by njn · 15 years ago
  30. 7316df2 Various manual fix-ups: by njn · 15 years ago
  31. 7e5d4ed We currently use a mix of <option> and <computeroutput> tags for command by njn · 15 years ago
  32. 05a8917 Started overhauling the documentation: by njn · 15 years ago
  33. 9d6d2a9 Fixed XML syntax. by bart · 15 years ago
  34. 389f570 Add details about an interior-pointer case that can occur with C++. by njn · 15 years ago
  35. 5daa2d3 Make --leak-resolution=high the default. Fixes bug 197929. by njn · 15 years ago
  36. af25f67 Applied the patch attached to http://bugs.kde.org/show_bug.cgi?id=165468: fixed some formatting inconsistencies. by bart · 15 years ago
  37. 557bb83 Fix some broken XML tags. by njn · 15 years ago
  38. 62dd9fa Tweak the Memcheck manual, fixing bug #157154 in the process. 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. 6bf365c Changed the way files are installed. Instead of going into by njn · 15 years ago
  42. cd0f2bd Add documentation on the new --track-origins=no|yes [no] flag. by sewardj · 16 years ago
  43. c678a54 * document gcc code generation shenanigans on ppc32-linux by sewardj · 17 years ago
  44. fa4ca3b Make the freed-block-queue volume metrics 64-bit throughout, to avoid by sewardj · 17 years ago
  45. 778d783 Update documents in preparation for 3.3.0, and restructure them by sewardj · 17 years ago
  46. 3387889 Spelling fixes and misc tidying for the manual. (Brian Gough) by sewardj · 17 years ago
  47. 08e31e2 Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to date by sewardj · 17 years ago
  48. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  49. 805de29 Fix a man page bug. by njn · 18 years ago
  50. ae0e07b Expand the first para of the custom-allocator section so it says what by sewardj · 18 years ago
  51. ce10c26 Excellent documentation from Graydon Hoare on his mempool client-request work. by sewardj · 18 years ago
  52. dbf7ca7 by njn · 18 years ago
  53. 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 18 years ago
  54. 03e0e7c Tidying up stuff re generating manpage from *.xml docs by de · 19 years ago
  55. 7e109d1 Minor doc tweaks, mostly white space by de · 19 years ago
  56. 8d9fec5 Complete documentation trawl for 3.1.0. by sewardj · 19 years ago
  57. f3418c0 Get rid of old flags that memcheck no longer has. by sewardj · 19 years ago
  58. 0ded7a4 memcheck: make --partial-loads-ok=yes work again, but now make it by sewardj · 19 years ago
  59. 74e3233 In the spirit of other changes over the past month aimed at supporting by sewardj · 19 years ago
  60. b452f95 minor fixes (probably not worth backporting) by njn · 19 years ago
  61. ab5b714 How do you like this: there was no proper description in the manual by njn · 19 years ago
  62. 62ad73d A few minor manual updates. by njn · 19 years ago
  63. c8cccb1 fix breakage/wibbles by njn · 19 years ago
  64. 5127298 Clean up command-line args info in the manual and man page for 3.0.0 release. by njn · 19 years ago
  65. 779a2d6 Update docs for 3.0.0 release. Still to do: update command line options. by njn · 19 years ago
  66. ccad0b8 Add note about justified pedantry of overlap checking. by njn · 19 years ago
  67. bc32e82 Added some more targets to the docs. by de · 19 years ago
  68. 3f7e911 Get "make dist" closer to working again. by njn · 19 years ago
  69. ccde45e mc-tech-docs.xml: by de · 19 years ago
  70. 21f9195 Documentation update. This should bring the core of the documentation by njn · 19 years ago
  71. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  72. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago