1. 9c6b05d mips32: Adding mips32/Android support to Valgrind. by dejanj · 11 years ago
  2. 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  3. ac3a1d8 Move a function and its prototype VG_(malloc_effective_client_redzone_size) by florian · 11 years ago
  4. c271cda MacOS only: fix somee compiler complaints about casting from pointers by sewardj · 11 years ago
  5. cf9e197 Solve false negative for various malloc replaced functions arguments by philippe · 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. 5d5dd8e 301265 - add x86 support to Android build by philippe · 12 years ago
  9. 1e470b5 fix 219156 support static malloc or alternate malloc lib (e.g. tcmalloc) with new option --soname-synonyms by philippe · 12 years ago
  10. 21b7ab2 Kludge around a compiler warning, and add explanatory comment. by sewardj · 12 years ago
  11. cce48f8 Android's libc includes advertise a "malloc_usable_size", but the by sewardj · 12 years ago
  12. eb83f6c Implement malloc_size for the vg_default_zone on Darwin. by sewardj · 12 years ago
  13. 4b3a742 Fix #284384 (clang 3.1 -Wunused-value warnings in valgrind.h, by sewardj · 13 years ago
  14. ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  15. 052f591 Declare _exit as "noreturn". This will avoid a GCC warning. by florian · 13 years ago
  16. 731f9cf by sewardj · 13 years ago
  17. 3c94445 For intercepts in libc and the dynamic linker (ld.so or dyld), split by sewardj · 13 years ago
  18. 9604484 Extend the behavioural-equivalence-class mechanism for redirection by sewardj · 13 years ago
  19. 7696726 Un-break the build on OSX following r11985. by sewardj · 13 years ago
  20. bd2cff2 Fix for #275284 (initial fix, at least). Will break OSX; fix to follow. by sewardj · 13 years ago
  21. 4966542 Un-break the build on most platforms following r11888. Oops. by sewardj · 13 years ago
  22. 126e82d Fix up preload code so that on Android it doesn't try to call anything by sewardj · 13 years ago
  23. 6e9de46 Delete the AIX5 port. The last release this worked for is 3.4.1, by sewardj · 13 years ago
  24. 575ce8e Get rid of the remaining "set but not used" warnings reported by gcc 4.6 by by bart · 13 years ago
  25. c7ffc94 Fix up most but not all warnings generated by gcc-4.6 about by sewardj · 13 years ago
  26. a6f76ee Remove some fluff detected by llvm-2.8 (clang): by sewardj · 14 years ago
  27. 9cdf962 Use VALGRIND_PRINTF to print the first line of the message so that by tom · 14 years ago
  28. b1cc5d6 by njn · 14 years ago
  29. 9eecbbb Update copyright dates to 2010. by sewardj · 14 years ago
  30. 59570ff Merge from branches/ARM, all parts of the ARM-Linux port except for by sewardj · 15 years ago
  31. 97db761 Various option-related tweaks: by njn · 15 years ago
  32. d55f0d9 With the recent VG_(message) change, by njn · 15 years ago
  33. 8f105fa Fixed bug 149878 (calloc overflow). This disables some of the calloc silly by njn · 15 years ago
  34. 738856f Merge coregrind/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
  35. 2c4e535 Add a comment. by njn · 15 years ago
  36. f76d27a Merge the DARWIN branch onto the trunk. by njn · 15 years ago
  37. e74fbdf DARWIN sync: malloc_usable_size return value should be SizeT. by njn · 15 years ago
  38. d2597c2 DARWIN sync: wibble. by njn · 15 years ago
  39. 4c245e5 Fix all the non-VEX problems identified with the Clang Static Analyzer. by njn · 15 years ago
  40. 9f20746 Updated copyright years. by njn · 15 years ago
  41. 83df0b6 atoll() is a terrible function -- you can't do any error checking with it. by njn · 15 years ago
  42. 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 15 years ago
  43. e615466 Merge part of r9129 (factor out duplicated Z-encodings of names) from the by njn · 15 years ago
  44. 9c606bd by sewardj · 16 years ago
  45. 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  46. ddc00dd by sewardj · 17 years ago
  47. a610f53 Don't crap out when malloc_stats is called; instead just have a no-op by sewardj · 17 years ago
  48. 2682038 Fix regression in new/new[]/delete/delete[] intercepts for gcc-2.96. by sewardj · 17 years ago
  49. 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
  50. e66f2e0 Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linux by sewardj · 18 years ago
  51. ec92a07 Merge r6146: by sewardj · 18 years ago
  52. 6893d65 Move functions which deal with bad command line options from m_main by sewardj · 18 years ago
  53. 4cfea4f by sewardj · 18 years ago
  54. ceb0266 Trivial implementation for malloc_trim, thanks to Eero Tamminen. by njn · 18 years ago
  55. e4b0bf0 Update copyright dates. by sewardj · 18 years ago
  56. 7c1fa87 Back out r5595: the redirections deleted there are in fact used by by sewardj · 18 years ago
  57. 9af10a1 Change the number of client request args from 4 to 5 as that may by sewardj · 18 years ago
  58. facb3eb Get rid of some will-never-be-used redirections -- names which are in by sewardj · 18 years ago
  59. cf64bd2 Consistently call init() before doing any MALLOC_TRACE, since the by sewardj · 18 years ago
  60. 0ec07f3 Merge in function wrapping support from the FNWRAP branch. That by sewardj · 19 years ago
  61. 93fe3b2 Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to by njn · 19 years ago
  62. 06beb38 Backout additional space until we decide whether we want it. by tom · 19 years ago
  63. bbe14b1 Fix up references to log files names containing "pid" in them and by tom · 19 years ago
  64. 8f92409 Use an soname of libc.so* for libc redirects so that we catch a wider by tom · 19 years ago
  65. 45f4e7c by sewardj · 19 years ago
  66. 73dc2c7 Give file a better name. by njn · 19 years ago
  67. 088bfb4 Partial implementation of mallinfo(). It still puts zero in all by njn · 19 years ago
  68. f7c00b1 by njn · 19 years ago
  69. bd8f1c4 wibble by njn · 19 years ago
  70. c7561b9 by njn · 19 years ago
  71. 1277109 by njn · 19 years ago
  72. 16eeb4e by njn · 19 years ago
  73. 3172124 Remove the hard-coding of "_vgi_" as the intercept prefix in by njn · 19 years ago
  74. af1d7df Having moved VG_(arena_strdup)() out of core.h, core.h no longer by njn · 19 years ago
  75. 36a20fa by njn · 19 years ago
  76. 97405b2 by njn · 19 years ago
  77. 7860441 Get rid of all the duplicated settings of AM_CFLAGS in the makefiles by tom · 19 years ago
  78. 2024234 by njn · 19 years ago
  79. da325d9 Move declaration of "struct vg_mallocfunc_info" from core.h into by njn · 19 years ago
  80. 717cde5 by njn · 19 years ago