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. 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
  4. 9c39f51 Document the NULL-ness of the return values of HT_construct and HT_to_array. by florian · 10 years ago
  5. d4bab99 drd: Update copyright notice by bart · 11 years ago
  6. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  7. e49a588 drd, realloc() intercept: Swap freeing and cleaning memory. by bart · 12 years ago
  8. 697bb6b drd, free() intercept: Swap freeing and cleaning memory. by bart · 12 years ago
  9. 1081fe2 Remove emacs modeline and/or local variables from DRD source files by bart · 12 years ago
  10. 922304f Updated modeline and copyright statement in DRD source files. by bart · 13 years ago
  11. 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
  12. fc08a53 DRD: Always invoke VG_(cli_free)() before the stop_using_mem callback. by bart · 13 years ago
  13. 876cafd E-mail address update. by bart · 14 years ago
  14. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  15. 31b983d Removed trailing whitespace in C source and header files. by bart · 14 years ago
  16. 83e7eb6 Fixed an assertion failure that was triggered on Darwin by calling malloc_zone_realloc(). by bart · 15 years ago
  17. 1e29ebc by sewardj · 15 years ago
  18. 5fd2814 - Added more comments in DRD's malloc wrappers. by bart · 15 years ago
  19. 5b61bda Fixed bug in DRD's realloc() wrapper. by bart · 15 years ago
  20. 245ccd9 Fixed a bug in DRD's malloc wrappers. by bart · 15 years ago
  21. ba0818d Introduced the functions DRD_(malloclike_block)() and DRD_(freelike_block)(). by bart · 15 years ago
  22. bedfd23 - Reindented code such that it uses three spaces for indentation instead by bart · 15 years ago
  23. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  24. 86562bd - Updated copyright statements. - Improved consistency of source file headers. by bart · 15 years ago
  25. 246fbf2 Wrapped DRD_() macro around even more function and variable 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_malloc_wrappers.c]
  28. 7cf4e6b by sewardj · 16 years ago
  29. e8a274c Added missing VG_(cli_free)() call. by bart · 16 years ago
  30. 84595c0 Fixed assert when delete[]-ing an array of size zero. by bart · 16 years ago
  31. 3772a98 Made indentation in the DRD source code uniform: indentation size is now two spaces in all soure files. by bart · 16 years ago
  32. 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
  33. 8564292 by sewardj · 16 years ago
  34. af44c82 Add DRD as an experimental tool. Bart Van Assche is the maintainer. by sewardj · 17 years ago