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. d4bab99 drd: Update copyright notice by bart · 11 years ago
  5. 4005d47 drd: Avoid that Coverity complains about a dead assignment by bart · 11 years ago
  6. d36fa80 drd: Handle pthread_cond_destroy() failure properly by bart · 11 years ago
  7. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  8. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  9. ad994e8 drd, XML tracing: move newline generation into DRD_(trace_msg)() / change tracing output format slightly. by bart · 13 years ago
  10. b92ff0f DRD, refactoring: Introduce DRD_(trace_msg)() by bart · 13 years ago
  11. 53304a5 DRD: eliminate two redundant global variable definitions. See also #273536. by bart · 13 years ago
  12. ce03b75 Reverted r11774 because it didn't make sense. by bart · 13 years ago
  13. 15ebee4 Added missing extern keywords. Patch provided by Daniel Richard G. - closes #275536. by bart · 13 years ago
  14. 7a2cc3c DRD: fix issues reported by the IBM static analysis tool. by bart · 13 years ago
  15. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  16. 876cafd E-mail address update. by bart · 14 years ago
  17. 850f199 Handle statically initialized condition variables properly. by bart · 14 years ago
  18. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  19. 62cc232 Changes: by bart · 14 years ago
  20. 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
  21. 1e29ebc by sewardj · 15 years ago
  22. d45d995 - Added support for most of the ANNOTATE_...() macro's supported by by bart · 15 years ago
  23. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  24. d2c5eae Changes: by bart · 15 years ago
  25. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  26. dc1ef03 Wrapped DRD_() macro around even more function names. by bart · 15 years ago
  27. 764dea2 Changed a global variable into a local variable. by bart · 15 years ago
  28. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 15 years ago
  29. 195e41f Wrapped DRD_() macro around all client object function names. by bart · 15 years ago
  30. 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_cond.c]
  31. a9c5508 Modified code such that concurrent pthread_cond_wait() and pthread_destroy() calls do no longer trigger an assertion failure in DRD. by bart · 16 years ago
  32. 9905c2e Bug fix: only complain about recursive locking before pthread_cond_wait() is called if the calling thread holds the lock. by bart · 16 years ago
  33. 08e6d6a An error message is now printed if the mutex pointer passed to by bart · 16 years ago
  34. 3bb1cec An error message is now printed if two different threads call by bart · 16 years ago
  35. 46b5fce Some time ago reporting sending POSIX signals where the mutex associated by bart · 16 years ago
  36. 4a975e1 Modified mutex and condtion variable tracing output slightly. by bart · 16 years ago
  37. 1160800 Disabled the warning on sending a signal without having locked the associated mutex, since this is not always an error. by bart · 16 years ago
  38. 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
  39. 0034464 Converted double mutex error messages into single error messages. by bart · 16 years ago
  40. 72b751c Added command-line option --trace-clientobj. Renamed drd_clientobj* functions into clientobj*. Moved some code from drd_main.c into the drd_mutex.c/drd_cond.c/drd_semaphore.c. by bart · 16 years ago
  41. 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
  42. 28230a3 Eliminated upper bounds on the number of condition variables, semaphores and barriers. Added command-line option --trace-semaphore. by bart · 16 years ago
  43. 8564292 by sewardj · 16 years ago
  44. 721ad7b Remove pthread_object_size.h and associated hardwired constants. by sewardj · 17 years ago
  45. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago