1. ed39800 Upgrade to valgrind 3.13.0 (15 June 2017). by Elliott Hughes · 7 years ago
  2. a0664b9 Upgrade to valgrind 3.12.0. by Elliott Hughes · 7 years ago
  3. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  4. ea71ffb Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 9 years ago
  5. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  6. e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  7. 8e3fbb5 Constify the tool interface. by florian · 10 years ago
  8. 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
  9. 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
  10. 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
  11. d4bab99 drd: Update copyright notice by bart · 11 years ago
  12. 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
  13. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  14. dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
  15. e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
  16. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  17. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  18. ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
  19. b6ab69e drd, XML: more XML output consistency improvements by bart · 13 years ago
  20. ca7285e drd, XML: make the XML output a little easier to parse by bart · 13 years ago
  21. fc13f2c drd, XML: Use proper XML syntax by bart · 13 years ago
  22. e708600 drd: Enable XML output. See also #282949. To do: document the output format. by bart · 13 years ago
  23. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  24. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  25. 876cafd E-mail address update. by bart · 14 years ago
  26. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  27. 141a7ed Resynchronized client requests with the latest version of TSan's header file by bart · 14 years ago
  28. 62cc232 Changes: by bart · 14 years ago
  29. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  30. ffb9d02 Fixed a typo. by bart · 15 years ago
  31. 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
  32. 66f196d - Made the ANNOTATE_RWLOCK_*() macros binary compatible with Helgrind. by bart · 15 years ago
  33. 94fb8d2 Report mutex errors for each different mutex even if the call stacks are identical. by bart · 15 years ago
  34. e3f1e59 (almost completely just function renaming): by sewardj · 15 years ago
  35. b80fa96 Only consider two error contexts as equivalent if the contexts have another by bart · 15 years ago
  36. b48bde2 Report an error message instead of triggering an assertion failure when a non-existing thread ID is passed to pthread_join() or pthread_cancel(). by bart · 15 years ago
  37. 61d36ff - Moved printing the thread number to the function that prints the by bart · 15 years ago
  38. 8c979e2 Made the error reporting behavior of DRD similar to that of other by bart · 15 years ago
  39. dbe8943 Fix a compile warning. by njn · 15 years ago
  40. 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
  41. 1e29ebc by sewardj · 15 years ago
  42. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  43. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  44. d2c5eae Changes: by bart · 15 years ago
  45. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  46. 246fbf2 Wrapped DRD_() macro around even more function and variable names. by bart · 15 years ago
  47. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 15 years ago
  48. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 15 years ago
  49. 1335ecc Introduced more DRD_ prefixes. by bart · 15 years ago
  50. 9c606bd by sewardj · 16 years ago
  51. fca00e5 Print section type and name as a last resort in case the other allocation context detection attempts failed. by bart · 16 years ago
  52. ccf17de Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools. by bart · 16 years ago[Renamed from exp-drd/drd_error.c]
  53. b48b4c5 Fixed order of semaphore call stack and semaphore first observed call stack printing. by bart · 16 years ago
  54. 391d9dc Made error messages more verbose. by bart · 16 years ago
  55. 3bb1cec An error message is now printed if two different threads call by bart · 16 years ago
  56. 886b87c DRD now prints where a mutex appeared for the first time in addition to by bart · 16 years ago
  57. 46b5fce Some time ago reporting sending POSIX signals where the mutex associated by bart · 16 years ago
  58. 9d5b796 Added support for detecting locks that have been held too long. by bart · 16 years ago
  59. fdd8d4e Added tl_assert() statement on result of VG_(malloc)() calls. by bart · 16 years ago
  60. f993b87 Slightly reduced stack space needed when reporting a data race. by bart · 16 years ago
  61. 52e8291 Modified error message that is printed when a mutex operation is attempted on an object that is not a mutex. by bart · 16 years ago
  62. 6b71761 When the "not a mutex" error message is printed, the offending address is now printed too. by bart · 16 years ago
  63. 5fc70e6 Reorganized error printing code slightly. by bart · 16 years ago
  64. d1c9d22 Error type CondErr is now recognized when reading a suppression file. by bart · 16 years ago
  65. 16d76e5 Added command-line option --show-confl-seg (show conflicting segments). by bart · 16 years ago
  66. be8a12c Fixed mismatches between format string and arguments. by bart · 16 years ago
  67. aa97a54 All error and trace messages now show both Valgrind's and DRD's thread ID. by bart · 16 years ago
  68. ff1252a Removed obsolete code. by bart · 16 years ago
  69. 354009c Removed support for thread names. by bart · 16 years ago
  70. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 16 years ago
  71. 0268dfa Added support for OpenMP barriers -- if libgomp.so has been built with debug information. More in general, added support for nested synchronization constructs. by bart · 16 years ago
  72. c35ab03 Fixed typo. by bart · 16 years ago
  73. 97fab40 More information is now printed if a data race is detected in dynamically allocated memory. by bart · 16 years ago
  74. b515eb1 Switched to VG_(get_data_description)() for descriptions of addresses in error reports. by bart · 16 years ago
  75. b8b79ad Merge in the DATASYMS branch. by sewardj · 16 years ago
  76. 777f7fe Added support for POSIX reader-writer locks. Modified exp-drd/tests/filter-stderr such that i386 and AMD64 now generate the same output. Removed *.stderr.exp2 files. Added section that explains differences between LinuxThreads and NPTL to exp-drd/docs/README.txt. Made error message about LinuxThreads more clear. Made error messages more uniform. by bart · 16 years ago
  77. 3b1ee45 Added detection of more types of runtime errors. Cleaned up tracing output. Added test for tracing output (tc20_verifywrap2). by bart · 16 years ago
  78. 5357fcb Modified drd client requests such that the mutex type can be passed from the intercepts to the tool. An error message is now printed in case a locked mutex is destroyed and in case a thread exits while it holds a lock on a mutex. Changed format of mutex error messages. Added recursive_mutex regression test. Fixed autogen warnings in exp-drd/tests/Makefile.am. by bart · 16 years ago
  79. e883bc8 Cleaned up generation of "Not a mutex" error messages. by bart · 16 years ago
  80. 62b544d The mutex address may now be left zero when triggering a MutexErr. by bart · 16 years ago
  81. bf77288 Cleanup: removed old data race detection algorithm implementation. by bart · 16 years ago
  82. 8564292 by sewardj · 16 years ago
  83. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago