1. b3673d1 Issue 224 - add Tell method to Minidump class. r=mento by ted.mielczarek · 17 years ago
  2. e8eafaa slight fixup from issue 225 by ted.mielczarek · 17 years ago
  3. 4139a40 fix Mac build by adding stackwalker_amd64.cc to project by ladderbreaker · 17 years ago
  4. 68b4798 Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz <ajschult@verizon.net>, r=Liu Li by ted.mielczarek · 17 years ago
  5. f0a0774 Fix compile bustage from issue 221 by ted.mielczarek · 17 years ago
  6. 299c816 Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEXT_X86 by luly81 · 17 years ago
  7. bbd9b47 The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so by mmentovai · 17 years ago
  8. feff0b3 Issue 221 - HTTPUpload::SendRequest should provide error code or error description to callers. r=Liu Li by ted.mielczarek · 17 years ago
  9. 8eb7111 Issue 196 - Breakpad processor support for x86-64. r=mento by ted.mielczarek · 17 years ago
  10. 11e180c Fix warning regarding initialization order compared to definition order by mmentovai · 17 years ago
  11. d732add Issue 222 - processor fails if an entry in the ModuleList is bad. r=mento by ted.mielczarek · 17 years ago
  12. f4021f0 Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvain by mmentovai · 17 years ago
  13. e47d3a6 Remove assertion for a variable that doesn't exist. Patch by Alfred Peng by mmentovai · 17 years ago
  14. 56d93f4 Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>. by mmentovai · 17 years ago
  15. a100421 fix crash_report build due to link error by ladderbreaker · 17 years ago
  16. d7d6c74 Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patch by mmentovai · 17 years ago
  17. 657a6c4 Assertion in CrashReportSender (windows) when no checkpoint file is desired by mmentovai · 17 years ago
  18. 68004c8 Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me by mmentovai · 17 years ago
  19. f2fa084 Fix compiler warning C4245: signed/unsigned mismatch when converting between by mmentovai · 17 years ago
  20. 13f0b26 Update EXTRA_DIST for packaging. by mmentovai · 17 years ago
  21. ea2bba9 Add SPARC/Solaris support to client handler and processor (#201, 200). by mmentovai · 17 years ago
  22. 278946c Fix crash reason switching to allow proper behavior for Linux. Spotted by by mmentovai · 17 years ago
  23. 0e6f5c9 Allow Breakpad processor library to build on Solaris with the native Sun by mmentovai · 17 years ago
  24. 7e2b64f Fix license boilerplate on these two files. Apparently these were missed by mmentovai · 17 years ago
  25. 28c645f Silences warning C4701: local variable 'claimed_size' may be used with out by bryner · 17 years ago
  26. 48309a2 Issue 208: Reviewer waylonis by ladderbreaker · 17 years ago
  27. 30dfc3d Issue 208: Reviewer waylonis by ladderbreaker · 17 years ago
  28. 649967c Issue 209: Reviewer waylonis by ladderbreaker · 17 years ago
  29. 99b36ba Adds the ability to designate a folder with sym files in it that will be used for symbol matching by dmaclach · 17 years ago
  30. d792274 Issue203 : reviewed by Waylonis by ladderbreaker · 17 years ago
  31. 69d2422 Issue 202: reviewed by Waylonis by ladderbreaker · 17 years ago
  32. 9982e65 Issue 199: Reviewed by Waylonis by ladderbreaker · 17 years ago
  33. 6a3f879 Add accessor for ExceptionHandler::requesting_thread_id_ (#198). Patch by Lucas Eckels. r=me by mmentovai · 17 years ago
  34. 70c7438 Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  35. 8597ff9 Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  36. 7d8a79b Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  37. 8aef89f Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  38. 9abfe3d Solaris port of minidump generator. Port by Alfred Peng. r=me by mmentovai · 17 years ago
  39. b62d014 Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento by ted.mielczarek · 17 years ago
  40. 8408a20 issue 151 - Crash when processing file names less than 4 bytes. r=me by ted.mielczarek · 17 years ago
  41. 43a81da issue 194: reviewed by waylonis by ladderbreaker · 17 years ago
  42. 3c07b28 These should be int to allow them to be ORed together. Ted, please review. by mmentovai · 17 years ago
  43. 6a844b1 Allow finer control over installed handler types (#193). r=ted.mielczarek by mmentovai · 17 years ago
  44. 1260067 Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoulos, r=me by ted.mielczarek · 17 years ago
  45. fb6be7c Add an API to pass exception information into the handler (#192). by mmentovai · 17 years ago
  46. bd7b425 Issue 191 - Linux dump_syms produces bad line numbers for some functions (16 bit overflow). r=Liu Li by ted.mielczarek · 17 years ago
  47. b5c78cc issue 185 - Need constants / stringification for Linux exception codes. r=mento by ted.mielczarek · 17 years ago
  48. 21d58c7 Issue 182: linux handler doesn't have sigcontext if called from a previous signal handler. r=mento / Liu Li by ted.mielczarek · 17 years ago
  49. 2e86dfe issue 154: reviewed by Waylonis by ladderbreaker · 17 years ago
  50. 684649a Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=bryner by ted.mielczarek · 17 years ago
  51. f68536a Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_generator. r=Liu Li by ted.mielczarek · 17 years ago
  52. 3114dc8 C++ file gets a C++ comment by mmentovai · 17 years ago
  53. 2e0e223 Allow building with -pedantic (#186). r=ted.mielczarek by mmentovai · 17 years ago
  54. e96a791 Check allocation and array sizes in minidump.cc (#12). r=bryner by mmentovai · 17 years ago
  55. 46b6080 Updated test data from Issue 143 by ted.mielczarek · 17 years ago
  56. 90e050e Issue 143 - MinidumpProcessor should extract number of processors. r=mento by ted.mielczarek · 17 years ago
  57. 0e94332 Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mento by ted.mielczarek · 17 years ago
  58. 6ed453a Processor can attempt processing all threads even when interrupted (#177). by mmentovai · 17 years ago
  59. 32b802d Provide for logging initialization routines (#179). r=bryner by mmentovai · 17 years ago
  60. 1ef60aa Fix bustage introduced in [172] by mmentovai · 17 years ago
  61. cb449c6 Fixup crashreport tool on the mac by dmaclach · 17 years ago
  62. 026b28e issue 167: reviewed by Benjamin Smedberg by ladderbreaker · 17 years ago
  63. fabb871 Strengthen range checks in minidump.cc (#173). r=bryner by mmentovai · 17 years ago
  64. 65571f1 Add logging to minidump processor (#82). Part 2: add messages to the rest of by mmentovai · 17 years ago
  65. 08c8c4d Add an optional per-day limit to the number of crash reports sent. The state by bryner · 17 years ago
  66. 32d4064 - Add const keyword / casting to supress more stringient compiler warnings by waylonis · 17 years ago
  67. af3c43f Add logging to minidump processor (#82). First part: logging infrastructure by mmentovai · 17 years ago
  68. 95be2b6 Issue 168 - Output debug file and debug identifier in minidump_stackwalk machine-readable output. r=mento by ted.mielczarek · 17 years ago
  69. 822ead1 Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento by ted.mielczarek · 18 years ago
  70. b86e7ec Issue 162 - handle pure virtual function calls in VC++. r=mento by ted.mielczarek · 18 years ago
  71. b44d391 Fixing comment about cpuid vendor_id by ted.mielczarek · 18 years ago
  72. 8deb7b7 Issue 166 - reviewer Waylonis by ladderbreaker · 18 years ago
  73. 436801f Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=me by mmentovai · 18 years ago
  74. 0e668e0 Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp, r=Chris Rogers by ted.mielczarek · 18 years ago
  75. 980f6dc Extraneous newline in format string by ted.mielczarek · 18 years ago
  76. 3d55532 Issue 161: reviewer Waylonis by ladderbreaker · 18 years ago
  77. 0c70be6 Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + update XCode project by ted.mielczarek · 18 years ago
  78. 40a5c0f simply fix no newline at end of file by ladderbreaker · 18 years ago
  79. 663b790 oops, committed accidentally by ted.mielczarek · 18 years ago
  80. 9a3263a Issue 160 - Reviewer Chris Rogers by ted.mielczarek · 18 years ago
  81. 9be806e missed header renames from Issue 152 by ted.mielczarek · 18 years ago
  82. 1fa8046 Issue 158: reviewer ladderbreaker by ladderbreaker · 18 years ago
  83. 265726e Add md5 implementation into code base to get rid of openssl dependency. by luly81 · 18 years ago
  84. 255bbe9 Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers by ted.mielczarek · 18 years ago
  85. de2fd15 Issue 159: reviewer Waylonis by ladderbreaker · 18 years ago
  86. c455a76 Issue 159: reviewer Waylonis by ladderbreaker · 18 years ago
  87. e219ba1 Merge Ted's patch for writing symbols to stdout for linux. by luly81 · 18 years ago
  88. 3c27dcc Minidump without context crashes the processor (#153). r=bryner by mmentovai · 18 years ago
  89. 329e6a9 Emergency crash fix, tbr=bryner by mmentovai · 18 years ago
  90. b63740b Truncated Windows/x86 stacks when using FPO. Add stack scanning to recover by mmentovai · 18 years ago
  91. 1d4ce0a c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Dave by mmentovai · 18 years ago
  92. e9017f3 Issue 147 - reviewer Waylonis by ladderbreaker · 18 years ago
  93. 29789d8 Wrong version of swprintf used with VS 2003/7.1 CRT. r=bryner by mmentovai · 18 years ago
  94. 375931a Revert previous patch, see google-breakpad-dev by mmentovai · 18 years ago
  95. fe60ba9 Fix temp file leak. Patch by Thomas Thiriez. r=me by mmentovai · 18 years ago
  96. 30fc9ce Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). by mmentovai · 18 years ago
  97. 8258402 Discard age field in the dumped symbol file. by luly81 · 18 years ago
  98. e2abee6 Issue 147 - reviewer Waylonis by ladderbreaker · 18 years ago
  99. aa870d0 Issue 146 - reviewer Waylonis by ladderbreaker · 18 years ago
  100. 1de8bed Windows http_upload should allow response without Content-Length header (#144). by mmentovai · 18 years ago