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. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  5. 09041e4 Rewritten to avoid cast that drops const qualification. by florian · 10 years ago
  6. 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
  7. d40aff5 Add helgrind intercepts to have helgrind understanding Ada tasks terination rules by philippe · 10 years ago
  8. 9c7779b Merge mc_replace_strmem.c, hg_intercepts.c and drd_strmem_intercepts.c by bart · 11 years ago
  9. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  10. c02f6c4 Fix #323432: When calling pthread_cond_destroy or pthread_mutex_destroy by sewardj · 11 years ago
  11. ff427c9 For pthread_cond_destroy, don't report a false it's-still-waited-on by sewardj · 11 years ago
  12. 1a046d5 Include pub_core/tool_clreq.h instead of valgrind.h where apropriate. by florian · 11 years ago
  13. 19dfe03 fix 307082 HG false positive: pthread_cond_destroy: destruction of unknown cond var by philippe · 11 years ago
  14. d52defb Add intercepts for some Qt5 functions. (David Faure, faure@kde.org) by sewardj · 11 years ago
  15. efa97a7 Import from memcheck land, a less ludicrously inefficient by sewardj · 11 years ago
  16. 6d79b74 Introduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag by petarj · 11 years ago
  17. 654b542 Final patch for Char/HChar mixups. by florian · 12 years ago
  18. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  19. 7c41246 Update the memcpy intercept for Helgrind in accordance with that by sewardj · 12 years ago
  20. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  21. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  22. 6aeadaa Fix false positive following pthread_cond_timedwait failure. by sewardj · 13 years ago
  23. 31014da Change the backtrace filtering machinery for the helgrind regression by florian · 13 years ago
  24. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  25. 211c253 Stop gcc on Android giving bogus function-has-no-return-value warnings. by sewardj · 13 years ago
  26. 0c09bf0 The pthread.h on Android has no definition for pthread_rwlock_t, which by sewardj · 13 years ago
  27. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  28. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  29. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  30. f38a74e Change the method used in hg_intercepts.c to hide from the user, the by sewardj · 14 years ago
  31. 406bac8 Rollup fixes for Helgrind: by sewardj · 14 years ago
  32. 870f745 Removed dependency of include/pub_tool_basics.h on config.h. by bart · 14 years ago
  33. 5a644da Add pthread spinlock support. by sewardj · 15 years ago
  34. 28a7f7d Unbreak Helgrind on Linux following recent Darwin hackery. by sewardj · 15 years ago
  35. 1c147ff Re-check the symbol names for all pthread intercepts, to find all Linux by sewardj · 15 years ago
  36. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  37. 5f5ef2a Factor out the name of the libpthread library. Also fix a minor stack trace by njn · 15 years ago
  38. b4cfbc4 Don't compile Linux-only redirects on non-Linux platforms. by njn · 15 years ago
  39. 9f20746 Updated copyright years. by njn · 15 years ago
  40. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  41. b80f0c9 Fix comment typo. by sewardj · 16 years ago
  42. 38e0cf9 by sewardj · 16 years ago
  43. 9f569b7 Add initial support for POSIX barriers (pthread_barrier_{init,wait,destroy}). by sewardj · 16 years ago
  44. f98e1c0 Merge Helgrind from branches/YARD into the trunk. Also includes some by sewardj · 16 years ago
  45. 31277bf Removed duplicate volatile keyword such that the compiler does no longer print a warning. by bart · 16 years ago
  46. 789c3c5 Intercept pthread_rwlock_try{rd,wr}lock. Fixes #158212. by sewardj · 16 years ago
  47. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  48. 11e352f Correctly handle semaphores with nonzero initial values. Fixes bug by sewardj · 16 years ago
  49. eafad3b Try to fix, or at least avoid if possible, some arbitrary delays at by sewardj · 17 years ago
  50. 0d2a2c1 Comment-only change. by sewardj · 17 years ago
  51. b411202 by sewardj · 17 years ago