1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  3. ea71ffb Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  4. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  5. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  6. fed3c04 Merge six easy pieces from the BUF_REMOVAL branch: by florian · 10 years ago
  7. 9cdc083 drd: Move VG_(getenv)("DRD_VERIFY_CONFLICT_SET") by bart · 10 years ago
  8. e4554e1 drd: Add command-line option --verify-conflict-set by bart · 10 years ago
  9. 0895b09 coregrind/m_scheduler + drd: Rework r13862 by bart · 10 years ago
  10. 8670edc drd: Add range support for --ptrace-addr by bart · 11 years ago
  11. d4bab99 drd: Update copyright notice by bart · 11 years ago
  12. 90c8d7e drd: Fix bug #323905 by bart · 11 years ago
  13. c0cd28f drd: Add command-line option --trace-sectsuppr by bart · 11 years ago
  14. 573d074 drd: Fix stack growth tracking. Hopefully this is the proper fix for #297147. by bart · 11 years ago
  15. 96cdf1e drd: Fix a 4x slowdown for certain applications (#316181) by bart · 11 years ago
  16. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  17. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  18. 6834783 drd: Suppress race reports on .got sections too by bart · 12 years ago
  19. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  20. 6f79e3a drd: Don't sporadically report false positives on newly allocated memory. Fixes #297147. by bart · 12 years ago
  21. 37e1dd0 Rework r12363 by bart · 12 years ago
  22. 9bb46c4 drd: Avoid that an assertion failure is triggered if clone() fails. by bart · 12 years ago
  23. 41a378a drd: Add command-line option --ptrace-addr. by bart · 12 years ago
  24. e278ab5 drd: Use macros and inline functions for list manipulation by bart · 12 years ago
  25. e44bccc drd: Switch to new pool allocator by bart · 12 years ago
  26. a9cc2dd drd: Make it easier to enable the debug statements in the ELF section suppression code by bart · 12 years ago
  27. 864920d drd: Set up red zone before the first instruction of a thread is run. by bart · 12 years ago
  28. 993d32f drd: Refactor functions for starting / stopping to access stack memory by bart · 12 years ago
  29. ad193e7 drd: Reformat three comment blocks by bart · 12 years ago
  30. 27656f8 DRD: revert r12308 because it didn't help by bart · 12 years ago
  31. 4797dbe DRD: Suppress uninteresting races triggered by the dynamic loader by bart · 12 years ago
  32. 42f3263 drd --trace-addr: make tracing 64-bit values on a 32-bit platform work by bart · 12 years ago
  33. 8c3de75 DRD help text: remove a superfluous dot by bart · 12 years ago
  34. 7826acb DRD, --trace-addr: trace stored values too by bart · 12 years ago
  35. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  36. 505b35c Document command-line switches new in version 3.7.0 by bart · 13 years ago
  37. ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
  38. e708600 drd: Enable XML output. See also #282949. To do: document the output format. by bart · 13 years ago
  39. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  40. 6d956dc drd: Delay deletion of memory access information of joined threads in order not by bart · 13 years ago
  41. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  42. 7d5f523 DRD: Report an error if --free-is-write=yes is used on a program invoking custom memory allocator client requests. by bart · 13 years ago
  43. 639d0ad DRD: Restored --free-is-write support and fixed the bug that was present in the previous implementation. Still needs further testing though. by bart · 13 years ago
  44. c182467 DRD: Added command-line option --trace-hb for tracing ANNOTATE_HAPPENS_BEFORE()/AFTER(). by bart · 13 years ago
  45. 23ef19d DRD: More source code cleanup (constant propagation). by bart · 13 years ago
  46. 234e558 _pre_mem_asciiz handlers in both tools: don't segfault if passed an by sewardj · 13 years ago
  47. 8e0d2c1 DRD: removed command-line option --free-is-write again since it is impossible by bart · 13 years ago
  48. 5c7e6b6 DRD: do not assert() upon fork(). Fixes the DRD part of #255355. by bart · 13 years ago
  49. 8600c42 DRD: the help text does now indicate that lock contention detection is off by default / changed default value of the exclusive mutex threshold from 1000s to off. See also #255247. by bart · 14 years ago
  50. 876cafd E-mail address update. by bart · 14 years ago
  51. a300398 Made sure that DRD processes empty address ranges without triggering an assertion failure. Added a unit test in drd/tests/unit_bitmap.c. by bart · 14 years ago
  52. 68a8afa Made sure that DRD processes client programs that use SA_ONSTACK by bart · 14 years ago
  53. a466f8b Don't trigger an assertion failure if len == 0. by bart · 14 years ago
  54. 0759503 Source code cleanup. by bart · 14 years ago
  55. f9427fd Added command-line option --trace-alloc and disabled --free-is-write by default. by bart · 14 years ago
  56. 75c1cba Added new DRD command-line option --free-is-write and enabled it by default. by bart · 14 years ago
  57. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  58. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  59. a654706 Removed the restriction that the size argument of drd_pre_mem_read_asciiz() by bart · 15 years ago
  60. 2d9e874 by sewardj · 15 years ago
  61. 97db761 Various option-related tweaks: by njn · 15 years ago
  62. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  63. 0c6bf35 DRD is no longer considered experimental on Darwin. by bart · 15 years ago
  64. dd75cdf Replaced code for suppressing the stack memory in use at the time a by bart · 15 years ago
  65. c6ef4af Let DRD print a warning at startup that support for Darwin is still considered experimental, and filter out this warning from the regression tests. by bart · 15 years ago
  66. b3ef661 Updated platform support messages. by bart · 15 years ago
  67. 0cd0697 Removed code for handling --read-var-info from DRD since the Valgrind core already interprets this flag. by bart · 15 years ago
  68. 2df5b00 Renamed --var-info to --read-var-info. by bart · 15 years ago
  69. 63c92ea DRD no longer prints the thread ID's assigned by the Valgrind core but only those assigned by DRD itself. by bart · 15 years ago
  70. 1e29ebc by sewardj · 15 years ago
  71. e5e0efa Use the value set in the environment variable DRD_SEGMENT_MERGING_INTERVAL if the segment merging interval has not been specified as a command-line option. by bart · 15 years ago
  72. 109d5da Fixed typo. by bart · 15 years ago
  73. 9dedafe Statistics: fixed bug introduced in r10356. by bart · 15 years ago
  74. e521466 Made --drd-stats=yes output even more verbose. by bart · 15 years ago
  75. 54803fe Updated code for statistics printed by --drd-stats=yes. by bart · 15 years ago
  76. 5fd2814 - Added more comments in DRD's malloc wrappers. by bart · 15 years ago
  77. 5b61bda Fixed bug in DRD's realloc() wrapper. by bart · 15 years ago
  78. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  79. 245ccd9 Fixed a bug in DRD's malloc wrappers. by bart · 15 years ago
  80. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  81. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  82. f98a569 Added command-line option --first-race-only. by bart · 15 years ago
  83. 1a3b0b3 Added more statistics. by bart · 15 years ago
  84. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  85. fdaa018 Added DRD_(clean_memory)(). by bart · 15 years ago
  86. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  87. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  88. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 15 years ago
  89. 246fbf2 Wrapped DRD_() macro around even more function and variable names. by bart · 15 years ago
  90. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 15 years ago
  91. 764dea2 Changed a global variable into a local variable. by bart · 15 years ago
  92. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 15 years ago
  93. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 15 years ago
  94. a8cf765 Wrapped DRD_() macro around all barrier-related function names. by bart · 15 years ago
  95. 62ada3f Wrapped DRD_() macro around all segment function names. by bart · 15 years ago
  96. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 15 years ago
  97. 1335ecc Introduced more DRD_ prefixes. by bart · 15 years ago
  98. 09dc13f - Moved several functions and variables from one source file to another. by bart · 15 years ago
  99. 7f42a3c Do not only recognize .plt and .plt.got sections inside the mapped address range, but also outside the mapped address range (necessary for ppc). by bart · 15 years ago
  100. 42087cc Added support for pthread_cancel() handling. by bart · 16 years ago