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. f7e8345 Silence -Wincompatible-pointer-types-discards-qualifiers warning. n-i-bz. by rhyskidd · 9 years ago
  4. 0bbeecd Fix typo in malloc_get_zone_name() intercept. n-i-bz. by rhyskidd · 9 years ago
  5. fa37d5b Plumb malloc_zone_memalign() through malloc_zone_t struct on OS X. No regressions. by rhyskidd · 9 years ago
  6. b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 9 years ago
  7. 77ae999 Consistently use exit code 1 (== POSIX's EXIT_FAILURE) if things by florian · 9 years ago
  8. 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 9 years ago
  9. ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 9 years ago
  10. 26ed419 Adds initial support for AArch64 (arm64) on Android. Small programs by sewardj · 10 years ago
  11. ef93463 Add a ( that was missed in r14419 (Prepare to change the default for by sewardj · 10 years ago
  12. 347a481 Prepare to change the default for --read-inline-info from =no to =yes by philippe · 10 years ago
  13. 7817ee4 Add intercepts for more OSX 10.9 malloc_zone functions: by sewardj · 10 years ago
  14. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  15. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  16. c271cda MacOS only: fix somee compiler complaints about casting from pointers by sewardj · 11 years ago
  17. cf9e197 Solve false negative for various malloc replaced functions arguments by philippe · 11 years ago
  18. 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
  19. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  20. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  21. 21b7ab2 Kludge around a compiler warning, and add explanatory comment. by sewardj · 12 years ago
  22. cce48f8 Android's libc includes advertise a "malloc_usable_size", but the by sewardj · 12 years ago
  23. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 13 years ago
  24. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  25. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  26. 052f591 Declare _exit as "noreturn". This will avoid a GCC warning. by florian · 13 years ago
  27. 731f9cf by sewardj · 13 years ago
  28. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  29. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  30. 7696726 Un-break the build on OSX following r11985. by sewardj · 13 years ago
  31. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  32. 4966542 Un-break the build on most platforms following r11888. Oops. by sewardj · 13 years ago
  33. 126e82d Fix up preload code so that on Android it doesn't try to call anything by sewardj · 13 years ago
  34. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  35. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  36. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  37. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  38. 9cdf962 Use VALGRIND_PRINTF to print the first line of the message so that by tom · 14 years ago
  39. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  40. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  41. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  42. 8f105fa Fixed bug 149878 (calloc overflow). This disables some of the calloc silly by njn · 15 years ago
  43. 2c4e535 Add a comment. by njn · 15 years ago
  44. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  45. e74fbdf DARWIN sync: malloc_usable_size return value should be SizeT. by njn · 15 years ago
  46. d2597c2 DARWIN sync: wibble. by njn · 15 years ago
  47. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 16 years ago
  48. 9f20746 Updated copyright years. by njn · 16 years ago
  49. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
  50. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 16 years ago
  51. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
  52. ddc00dd by sewardj · 17 years ago
  53. a610f53 Don't crap out when malloc_stats is called; instead just have a no-op by sewardj · 17 years ago
  54. 2682038 Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96. by sewardj · 17 years ago
  55. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  56. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  57. ec92a07 Merge r6146: by sewardj · 18 years ago
  58. 4cfea4f by sewardj · 18 years ago
  59. ceb0266 Trivial implementation for malloc_trim, thanks to Eero Tamminen. by njn · 18 years ago
  60. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  61. 7c1fa87 Back out r5595: the redirections deleted there are in fact used by by sewardj · 18 years ago
  62. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 19 years ago
  63. facb3eb Get rid of some will-never-be-used redirections -- names which are in by sewardj · 19 years ago
  64. cf64bd2 Consistently call init() before doing any MALLOC_TRACE, since the by sewardj · 19 years ago
  65. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  66. 93fe3b2 Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to by njn · 19 years ago
  67. 8f92409 Use an soname of libc.so* for libc redirects so that we catch a wider by tom · 19 years ago
  68. 088bfb4 Partial implementation of mallinfo(). It still puts zero in all by njn · 19 years ago
  69. c7561b9 by njn · 19 years ago
  70. 1277109 by njn · 19 years ago
  71. 16eeb4e by njn · 19 years ago
  72. 3172124 Remove the hard-coding of "_vgi_" as the intercept prefix in by njn · 19 years ago
  73. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  74. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  75. 717cde5 by njn · 19 years ago[Renamed (98%) from coregrind/vg_replace_malloc.c]
  76. 51d827b by njn · 19 years ago
  77. a0e1656 Tidy up a bit. by sewardj · 19 years ago
  78. f91889f Add intercepts for unsigned long versions of the nothrow new and new[] by tom · 19 years ago
  79. 9b3328d Add intercepts for operator new(unsigned long) and operator by sewardj · 19 years ago
  80. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  81. 9ee81f5 by sewardj · 19 years ago
  82. e4e779d Fix bug 73655. by rjwalsh · 20 years ago
  83. 7cc9c23 Convert "skin" to "tool" in various places; almost entirely within comments, by nethercote · 21 years ago
  84. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  85. 98abfc7 This jumbo-checkin is the Full Virtualization checkin. This eliminates by fitzhardinge · 21 years ago
  86. 211d05d fix alignment checking of __posix_memalign. merging to stable. by mueller · 21 years ago
  87. 71110aa Support posix_memalign properly. by nethercote · 21 years ago
  88. 851b0f6 Removed no-longer-needed declarations of __SOME_SKIN_H. by nethercote · 21 years ago
  89. 7fae3e0 Fix --trace-malloc=yes, by using client-side VALGRIND_INTERNAL_PRINTF by fitzhardinge · 21 years ago
  90. 5cebf57 Added interceptions for: by njn · 21 years ago
  91. d0eab5f by njn · 21 years ago
  92. 7271864 by njn · 21 years ago
  93. 458f236 revert last commit. too unportable by daywalker · 21 years ago
  94. 12bdc60 make the new symbols weak to fix the new_override testcase. by daywalker · 21 years ago
  95. 7700d68 compiler warning cleanups by daywalker · 21 years ago
  96. 05bcdcb gcc-3.3 as supplied with SuSE 8.2 ("gcc version 3.3 20030226 by sewardj · 21 years ago
  97. 8a6b6c0 by njn · 21 years ago
  98. 057c65f by njn · 21 years ago
  99. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  100. 3e88418 ----------------------------------------------------------------------------- by njn · 21 years ago