1. 8a5ad76 Update FAQ about GLIBCXX_FORCE_NEW name-change. by njn · 19 years ago
  2. 51d827b by njn · 19 years ago
  3. ce058b0 New flag --trace-cfi=yes|no [no], which is for debugging the CFI reader. by sewardj · 19 years ago
  4. d0d6473 Fix two typos. by njn · 19 years ago
  5. 0e9d7e4 Remove --sloppy-malloc from man page. by njn · 19 years ago
  6. f8bb9e7 Get rid of the --sloppy-malloc= flag and the functionality it by sewardj · 19 years ago
  7. 97724e5 In vg_memory.c, allow the stack-change threshold to be specified by a by sewardj · 19 years ago
  8. b3bcd23 It seems deref_UInt is fine - socklen_t is a 32 bit value on amd64. by tom · 19 years ago
  9. 191bf85 Remove a coupld of entries that have been dealt with. by tom · 19 years ago
  10. a11b9b0 Remove an out-of-date FAQ, putting the still-relevant part in another by njn · 19 years ago
  11. be91aae Add VG_ prefix to SKIPLIST_INIT and IS_*_ALIGNED macros. Also pull by njn · 19 years ago
  12. 31066fd Don't use the VGP_ for profiling any more, just use VG_ -- we want to use by njn · 19 years ago
  13. 21f9195 Documentation update. This should bring the core of the documentation by njn · 19 years ago
  14. c88614a Add what I think is needed for the man page in the Makefile.am. by njn · 19 years ago
  15. 74e7012 Added Valgrind man page. (Ultimately, it would be best if this were by njn · 19 years ago
  16. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 19 years ago
  17. 117606f Remove now-unnecessary FAQ. (Was removed from the text FAQ.txt a while ago.) by njn · 19 years ago
  18. 09cbc97 by njn · 19 years ago
  19. 6fb1e55 by njn · 19 years ago
  20. 76c5bfa Added the Quick Start Guide, in XML. Not entirely happy with the formatting by njn · 19 years ago
  21. 612dcd5 Fix broken xml tags. by njn · 19 years ago
  22. 5200388 These files are no longer needed. Bye! by sewardj · 19 years ago
  23. cbdddcf by sewardj · 19 years ago
  24. 603d410 Implement --log-file-exactly= for when the user wants to specify by sewardj · 20 years ago
  25. d153fae Add a new variant for --gen-suppressions: --gen-suppressions=all, by sewardj · 20 years ago
  26. 009af89 Added a short document explaining the directory structure and how to by njn · 20 years ago
  27. 6b9b9dd Added a short doc listing places that I know or suspect are not 64-bit clean. by njn · 20 years ago
  28. c4fcca3 Updated docs with all the changes that I'm aware of that happened since by njn · 20 years ago
  29. 4452e60 Added a short document about how to port to a new arch or OS. by njn · 20 years ago
  30. 2777d93 Another todo item. by njn · 20 years ago
  31. 12bb6d4 Another todo item. by njn · 20 years ago
  32. 0ce9da2 Updated todo list. by njn · 20 years ago
  33. c11a29e Fix PS/PDF generation somewhat; the Makefile syntax errors are now by njn · 20 years ago
  34. 671319b Minor docs building fix. by njn · 20 years ago
  35. 3e986b2 Overhauled the docs. Removed all the HTML files, put in XML files as by njn · 20 years ago
  36. c557452 version -> 2.2.0 by jseward · 20 years ago
  37. 537e894 by nethercote · 20 years ago
  38. 7bc2344 Version wibble by jseward · 20 years ago
  39. c9f3692 Adding Massif, the heap profiler. by nethercote · 20 years ago
  40. 9f07c54 Updated the manual for some recent changes, esp. the fact that Memcheck is no by nethercote · 21 years ago
  41. e45636f Change date. by jseward · 21 years ago
  42. 693028e ---> 2.1.0 by jseward · 21 years ago
  43. 137bc55 by nethercote · 21 years ago
  44. a09a1b5 Fix some bugs in syscall/signal handling: by fitzhardinge · 21 years ago
  45. b746437 Document the state machine implemented in vg_proxylwp.c. by jsgf · 21 years ago
  46. b29d4cb docs typo by njn · 21 years ago
  47. 240838d Update update-date. by sewardj · 21 years ago
  48. 50aca9e by njn · 21 years ago
  49. 6452214 Fix up the documentation to be just about OK for version 2.0. by sewardj · 21 years ago
  50. f555ac7 Restructure the documentation to try and make it hang together better. by sewardj · 22 years ago
  51. 9160c95 by sewardj · 22 years ago
  52. a9a2dcf Add documentation back in, in its new form. Still all very rough and by sewardj · 22 years ago
  53. 831d401 by sewardj · 22 years ago
  54. 7da8fa7 by njn · 22 years ago
  55. 027c99c by njn · 22 years ago
  56. 85ddc03 wibbles by njn25 · 22 years ago
  57. bb87f3b by njn25 · 22 years ago
  58. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago
  59. 8b2b7f0 Wibbles for 1.0.0. by sewardj · 22 years ago
  60. 6a5bd5e Document probs with gcc-3.1 false positives. by sewardj · 22 years ago
  61. 8c664a9 Mention kernel probs with R H "Limbo" public beta (hacked 2.4.18). by sewardj · 22 years ago
  62. b0e8e2e Document some limitations. by sewardj · 22 years ago
  63. 365a851 Final documentation updates for 1.0. by sewardj · 22 years ago
  64. bc7d878 Implement --weird-hacks=truncate-writes to limit the size of write syscalls by sewardj · 22 years ago
  65. 986b0f8 Removed line about Cachegrind being experimental. by njn · 22 years ago
  66. 246d466 Patrick Ohly's --alignment= patch, to increase alignment of malloc'd by sewardj · 22 years ago
  67. a2541a9 First round of manual update for 1.0. by sewardj · 22 years ago
  68. 526e3fd A few minor improvements. by njn · 22 years ago
  69. 8fb5a29 Updated Cachegrind section for the CPUID-addition/vg_cachegen-removal. by njn · 22 years ago
  70. 4294fd4 by njn · 22 years ago
  71. 7107e5e Tiny documentation wibbles by njn · 22 years ago
  72. 4dced35 A new kind of error: PThread errors. Used to report detected misuse in by sewardj · 22 years ago
  73. af8abba Markup bug. by sewardj · 22 years ago
  74. ac02b2a Update for sigaltstack by sewardj · 22 years ago
  75. 8f253ff Implement semaphore functions. by sewardj · 22 years ago
  76. 5865002 Add clarification of the purpose of the malloc/free mismatch checks by sewardj · 22 years ago
  77. 18d7513 Remove existing non-working support for self-modifying code, and instead by sewardj · 22 years ago
  78. bff8876 by njn · 22 years ago
  79. 8d365b5 Fix spelling mistake: wierd*hacks --> weird*hacks Also add a testcase. by sewardj · 22 years ago
  80. 3984b85 In order to catch timeout events on fds which are readable and which by sewardj · 22 years ago
  81. 9e69424 Minor corrections about cache profiling cost centres. by njn · 22 years ago
  82. 7efaa11 vg_symtab2.c: by njn · 22 years ago
  83. 7cfd572 Added section to tech docs on how cachegrind works, including the by njn · 22 years ago
  84. 1f13ab1 Remove comments about Mozilla 1.0RC1 crashing, since that's not a Valgrind by sewardj · 22 years ago
  85. 7c062c9 Fix free and free-mismatch err so the top frame in the bt isn't skipped. by sewardj · 22 years ago
  86. ab1d9d1 Bring manual up-to-date and add stuff about pthread support. by sewardj · 22 years ago
  87. 434f57f Edit cache stuff, minorly. by sewardj · 22 years ago
  88. db75e4d Added note about bts/btr/btc causing bogus cache read counts. by njn · 22 years ago
  89. 4f9c934 by njn · 22 years ago
  90. 45b4b37 by sewardj · 22 years ago
  91. ea8bfd8 ignore by daywalker · 22 years ago
  92. 79be106 Get rid of the muraroa.demon.co.uk references since that account is by sewardj · 22 years ago
  93. c7529c3 by sewardj · 22 years ago
  94. 177380e Markup wibbles. by sewardj · 22 years ago
  95. a7dc795 Change message "Use of uninitialized CPU condition code" to by sewardj · 22 years ago
  96. e721a52 improved the build system by gobry · 22 years ago
  97. de4a1d0 Initial revision by sewardj · 22 years ago