1. 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
  2. 3e79863 Fix some casts that removed const-ness as pointed out by GCC's -Wcast-qual. by florian · 12 years ago
  3. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  4. 54fe202 Char/HChar and constness fixes. Mostly cost center by florian · 12 years ago
  5. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  6. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  7. 2b8059a Fix some more Char / HChar mixups by florian · 12 years ago
  8. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  9. 13a5952 fix 284540 (optimise suppression matching) by philippe · 12 years ago
  10. dea70ce Fix compiler warning. by florian · 12 years ago
  11. 2c5c05e Improve suppression matching performance when fun or obj is a simple string by philippe · 12 years ago
  12. 7d69fd9 Fix some memory leaks found by running memcheck on annotated memcheck. by philippe · 12 years ago
  13. baf6964 * compare vgdb-error with n_errs_shown, not with n_errs_found. by philippe · 12 years ago
  14. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  15. b3af9cf Format functions: change format specifier %t into %pS. Remove the _no_f_c formatting function variants. by bart · 13 years ago
  16. dc873c0 Add a new client request and pair of macros, by sewardj · 13 years ago
  17. 7420e0a Don't allocate the XArray for the text version of the suppression by tom · 13 years ago
  18. 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 13 years ago
  19. 6c591e1 by sewardj · 13 years ago
  20. 2f340eb Don't produce suppression stack pseudo-traces with more than by sewardj · 14 years ago
  21. 09361bf In 3 error-path cases, place the closing </valgrindoutput> on the by sewardj · 14 years ago
  22. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  23. de78f9a Followup to r10822: send the CDATA text to the XML channel, not the by sewardj · 15 years ago
  24. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  25. 663ab79 Fix a .exp file. Avoid an assertion failure with -v. 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. 4a76c5e Count leak as errors. Fixes bug 152393. by njn · 15 years ago
  30. 2d9e874 by sewardj · 15 years ago
  31. 050eec5 Fixed a bug in the code for reading suppression files: the line numbers by bart · 15 years ago
  32. 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
  33. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  34. cc37d2e Abort if a dir is given to --suppressions. Fixes bug 197456. by njn · 15 years ago
  35. cda2f0f Merged non-Darwin-specific parts of r9397,r9423,r9490, 9461, 9462 from the by njn · 15 years ago
  36. 3a4b58f Fix up some stack trace inconsistencies: by njn · 15 years ago
  37. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  38. 6f74a7e Added some shortcuts for VG_(message)(), and used them in a few places (but by njn · 15 years ago
  39. 9f20746 Updated copyright years. by njn · 15 years ago
  40. 6b7611b Cleaned up the demangling mess: by njn · 15 years ago
  41. d7a02db by sewardj · 16 years ago
  42. 8a36076 Fix bug introduced by frame-level wildcarding changes for suppressions by sewardj · 16 years ago
  43. 9a0132d by sewardj · 16 years ago
  44. 5e51930 Improvements to the suppression mechanism: by sewardj · 16 years ago
  45. 89c5bd8 Read suppression files in 256 byte chunks, not 64 byte chunks. by sewardj · 16 years ago
  46. 9c606bd by sewardj · 16 years ago
  47. a0b6b2c Merged FORMATCHECK branch (r8368) to trunk. by bart · 16 years ago
  48. 7cf4e6b by sewardj · 16 years ago
  49. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  50. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  51. 7d7ddd2 Minor tidyings to the debugger-attach code, as part of a failed by sewardj · 17 years ago
  52. adb102f by sewardj · 17 years ago
  53. c6f43dd Fix out of date comment. by sewardj · 17 years ago
  54. fb289bc Fix a bug reported by Bruce Lowekamp involving the interaction of by njn · 18 years ago
  55. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  56. 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
  57. a86f29e Removed the unused pthread_model and thread_model modules. by njn · 18 years ago
  58. 39745be When generating suppressions, remember to Z-demangle function names, by sewardj · 18 years ago
  59. 8a7d4e4 Merge r6134: by sewardj · 18 years ago
  60. 4cfea4f by sewardj · 18 years ago
  61. c0c6703 Make 'c'/'C' work again with --gen-suppressions=yes. I wonder how by sewardj · 18 years ago
  62. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  63. 513646f Increase number of unsuppressed errors shown before cutoff by a factor of 100. by sewardj · 18 years ago
  64. da646ca Add handy debugging line. by sewardj · 19 years ago
  65. 0c95e94 Fix an all-platforms bug introduced by the recent overhaul of function by sewardj · 19 years ago
  66. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  67. f7ba703 Fix a minor --gen-suppressions output bug. by njn · 19 years ago
  68. f349d55 In XML mode, emit a closing </valgrindoutput> on various kinds of by sewardj · 19 years ago
  69. 1d1a226 Increase the threshold above which new errors are not shown from 300 by sewardj · 19 years ago
  70. 966d663 Make it possible to match against "???" line in suppressions, by njn · 19 years ago
  71. 3a24e72 fixed endianness bug for ppc xml output by cerion · 19 years ago
  72. 753673f Print all XML output with a consistent nesting style, so as to make it by sewardj · 19 years ago
  73. 3961820 When printing error counts, print the <unique> in the same way that by sewardj · 19 years ago
  74. 9264559 A commit which is almost all trivial change. by sewardj · 19 years ago
  75. 97f7e0c Use %t rather than %s in some places for constructing XML output. by sewardj · 19 years ago
  76. b0eb66e by njn · 19 years ago
  77. dbada27 Make the unique tags printed on XML errors actually unique. by sewardj · 19 years ago
  78. 0087c50 by njn · 19 years ago
  79. 8a05172 A couple more XML cases that slipped through the net. by sewardj · 19 years ago
  80. 0407f65 XML output wibble (purely decorative) by sewardj · 19 years ago
  81. d0d7c1f Don't #include pub_core_stacktrace.h in pub_core_execontext.h. So by njn · 19 years ago
  82. 24a6efb by njn · 19 years ago
  83. 75b65aa by njn · 19 years ago
  84. 394213a by njn · 19 years ago
  85. c7561b9 by njn · 19 years ago
  86. f39e9a3 Finished the modularisation of vg_mylibc.c, which meant it could be removed. by njn · 19 years ago
  87. 83f9e79 Remove VG_ERRTXT_LEN from core.h. by njn · 19 years ago
  88. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  89. eb8896b Modularised file and socket libc stuff in m_libcfile. by njn · 19 years ago
  90. 132bfcc by njn · 19 years ago
  91. 36a20fa by njn · 19 years ago
  92. 97405b2 by njn · 19 years ago
  93. 8665d8e Minor refinements/bug-fixes to XML printing. by sewardj · 19 years ago
  94. ea27e46 Modularised all the debug info stuff as m_debuginfo/. It's a mess by njn · 19 years ago
  95. 04e1698 by njn · 19 years ago
  96. 7c9e57c XML output futzing-around-with. by sewardj · 19 years ago
  97. 9f297ca Print error counts in the XML output. by sewardj · 19 years ago
  98. 71bc3cb First pass at adding ability for Memcheck to print all output in XML by sewardj · 19 years ago
  99. 2024234 by njn · 19 years ago
  100. bc93cc0 bugfix: don't print bogus "obj:" lines when generating suppressions. by njn · 19 years ago