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