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. 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 10 years ago
  5. d4bab99 drd: Update copyright notice by bart · 11 years ago
  6. 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
  7. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  8. 91b7ec3 drd: Remove drd/drd_list.h again because of its GPLv2 license. by bart · 12 years ago
  9. e278ab5 drd: Use macros and inline functions for list manipulation by bart · 12 years ago
  10. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  11. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  12. 876cafd E-mail address update. by bart · 14 years ago
  13. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  14. 4565e27 Added missing newlines in debug tracing statements. by bart · 14 years ago
  15. dbcec52 Remove unnecessary #includes. by njn · 15 years ago
  16. 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
  17. 8f822af svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEV by bart · 15 years ago
  18. 1a3b0b3 Added more statistics. by bart · 15 years ago
  19. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  20. 2adfc2a Removed DRD_() wrapper from static variables. Corrected datatypes of DRD_(sg_new)(). by bart · 15 years ago
  21. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  22. 99edb29 Wrapped DRD_() macro around yet even more function names. by bart · 15 years ago
  23. 62a784c Wrapped DRD_() macro around thread-related function names. by bart · 15 years ago
  24. 62ada3f Wrapped DRD_() macro around all segment function names. by bart · 15 years ago
  25. 41b226c Wrapped DRD_() macro around all vector clock function names. by bart · 15 years ago
  26. 9c606bd by sewardj · 16 years ago
  27. 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_segment.c]
  28. 8514502 Trace lines enabled by --trace-segment=yes now include the thread ID of the created thread instead of the creator thread. by bart · 16 years ago
  29. a71e579 Added more tl_assert() statements. by bart · 16 years ago
  30. a9c3739 Implemented segment merging. by bart · 16 years ago
  31. a2b6e1b Added reference counting to segments. Synchronization objects (mutex, semaphore, barrier, rwlock) now keep a pointer to a segment instead of copying a vector clock for modeling causal relationships. by bart · 16 years ago
  32. 7102f10 Renamed functions for querying segment creation counters. Added the function sg_get_alive_segments_count(). Removed sg_init() and sg_cleanup() from the public segment interface. by bart · 16 years ago
  33. aa97a54 All error and trace messages now show both Valgrind's and DRD's thread ID. by bart · 16 years ago
  34. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 16 years ago
  35. 2c7c1d5 Converted type of trace messages from Vg_DebugMsg to Vg_UserMsg. by bart · 16 years ago
  36. 68edad5 Added more debugging output. by bart · 16 years ago
  37. 8564292 by sewardj · 16 years ago
  38. da3fdba Add missing include to fix compiler warning. by tom · 16 years ago
  39. 9e86a12 Stop drd trying to get a backtrace when there is no stack pointer. by tom · 16 years ago
  40. e0744f0 Only pass valid ThreadIDs to VG_(record_ExeContext). (Bart Van Assche) by sewardj · 16 years ago
  41. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago