1. 70c7438 Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  2. 8597ff9 Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  3. 7d8a79b Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  4. 8aef89f Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  5. 9abfe3d Solaris port of minidump generator. Port by Alfred Peng. r=me by mmentovai · 17 years ago
  6. b62d014 Issue 175 - fix permissions on dump file in MinidumpFileWriter. r=mento by ted.mielczarek · 17 years ago
  7. 8408a20 issue 151 - Crash when processing file names less than 4 bytes. r=me by ted.mielczarek · 17 years ago
  8. 43a81da issue 194: reviewed by waylonis by ladderbreaker · 17 years ago
  9. 3c07b28 These should be int to allow them to be ORed together. Ted, please review. by mmentovai · 17 years ago
  10. 6a844b1 Allow finer control over installed handler types (#193). r=ted.mielczarek by mmentovai · 17 years ago
  11. 1260067 Issue 190 - 32 bit build fails on a 64 bit Linux system. Patch by wgianopoulos, r=me by ted.mielczarek · 17 years ago
  12. fb6be7c Add an API to pass exception information into the handler (#192). by mmentovai · 17 years ago
  13. 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
  14. b5c78cc issue 185 - Need constants / stringification for Linux exception codes. r=mento by ted.mielczarek · 17 years ago
  15. 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
  16. 2e86dfe issue 154: reviewed by Waylonis by ladderbreaker · 17 years ago
  17. 684649a Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=bryner by ted.mielczarek · 17 years ago
  18. f68536a Issue 169 - Fill in CPU vendor id in MDRawSystemInfo in Linux minidump_generator. r=Liu Li by ted.mielczarek · 17 years ago
  19. 3114dc8 C++ file gets a C++ comment by mmentovai · 17 years ago
  20. 2e0e223 Allow building with -pedantic (#186). r=ted.mielczarek by mmentovai · 17 years ago
  21. e96a791 Check allocation and array sizes in minidump.cc (#12). r=bryner by mmentovai · 17 years ago
  22. 46b6080 Updated test data from Issue 143 by ted.mielczarek · 17 years ago
  23. 90e050e Issue 143 - MinidumpProcessor should extract number of processors. r=mento by ted.mielczarek · 17 years ago
  24. 0e94332 Issue 184 - MinidumpModule::code_identifier doesn't handle MD_OS_LINUX. r=mento by ted.mielczarek · 17 years ago
  25. 6ed453a Processor can attempt processing all threads even when interrupted (#177). by mmentovai · 17 years ago
  26. 32b802d Provide for logging initialization routines (#179). r=bryner by mmentovai · 17 years ago
  27. 1ef60aa Fix bustage introduced in [172] by mmentovai · 17 years ago
  28. cb449c6 Fixup crashreport tool on the mac by dmaclach · 17 years ago
  29. 026b28e issue 167: reviewed by Benjamin Smedberg by ladderbreaker · 17 years ago
  30. fabb871 Strengthen range checks in minidump.cc (#173). r=bryner by mmentovai · 17 years ago
  31. 65571f1 Add logging to minidump processor (#82). Part 2: add messages to the rest of by mmentovai · 17 years ago
  32. 08c8c4d Add an optional per-day limit to the number of crash reports sent. The state by bryner · 17 years ago
  33. 32d4064 - Add const keyword / casting to supress more stringient compiler warnings by waylonis · 17 years ago
  34. af3c43f Add logging to minidump processor (#82). First part: logging infrastructure by mmentovai · 17 years ago
  35. 95be2b6 Issue 168 - Output debug file and debug identifier in minidump_stackwalk machine-readable output. r=mento by ted.mielczarek · 17 years ago
  36. 822ead1 Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento by ted.mielczarek · 17 years ago
  37. b86e7ec Issue 162 - handle pure virtual function calls in VC++. r=mento by ted.mielczarek · 17 years ago
  38. b44d391 Fixing comment about cpuid vendor_id by ted.mielczarek · 17 years ago
  39. 8deb7b7 Issue 166 - reviewer Waylonis by ladderbreaker · 17 years ago
  40. 436801f Stacks (still) truncated on win32 (#165). Patch by Benjamin Smedberg. r=me by mmentovai · 17 years ago
  41. 0e668e0 Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp, r=Chris Rogers by ted.mielczarek · 17 years ago
  42. 980f6dc Extraneous newline in format string by ted.mielczarek · 17 years ago
  43. 3d55532 Issue 161: reviewer Waylonis by ladderbreaker · 17 years ago
  44. 0c70be6 Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + update XCode project by ted.mielczarek · 17 years ago
  45. 40a5c0f simply fix no newline at end of file by ladderbreaker · 17 years ago
  46. 663b790 oops, committed accidentally by ted.mielczarek · 17 years ago
  47. 9a3263a Issue 160 - Reviewer Chris Rogers by ted.mielczarek · 17 years ago
  48. 9be806e missed header renames from Issue 152 by ted.mielczarek · 17 years ago
  49. 1fa8046 Issue 158: reviewer ladderbreaker by ladderbreaker · 17 years ago
  50. 265726e Add md5 implementation into code base to get rid of openssl dependency. by luly81 · 17 years ago
  51. 255bbe9 Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers by ted.mielczarek · 17 years ago
  52. de2fd15 Issue 159: reviewer Waylonis by ladderbreaker · 18 years ago
  53. c455a76 Issue 159: reviewer Waylonis by ladderbreaker · 18 years ago
  54. e219ba1 Merge Ted's patch for writing symbols to stdout for linux. by luly81 · 18 years ago
  55. 3c27dcc Minidump without context crashes the processor (#153). r=bryner by mmentovai · 18 years ago
  56. 329e6a9 Emergency crash fix, tbr=bryner by mmentovai · 18 years ago
  57. b63740b Truncated Windows/x86 stacks when using FPO. Add stack scanning to recover by mmentovai · 18 years ago
  58. 1d4ce0a c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Dave by mmentovai · 18 years ago
  59. e9017f3 Issue 147 - reviewer Waylonis by ladderbreaker · 18 years ago
  60. 29789d8 Wrong version of swprintf used with VS 2003/7.1 CRT. r=bryner by mmentovai · 18 years ago
  61. 375931a Revert previous patch, see google-breakpad-dev by mmentovai · 18 years ago
  62. fe60ba9 Fix temp file leak. Patch by Thomas Thiriez. r=me by mmentovai · 18 years ago
  63. 30fc9ce Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). by mmentovai · 18 years ago
  64. 8258402 Discard age field in the dumped symbol file. by luly81 · 18 years ago
  65. e2abee6 Issue 147 - reviewer Waylonis by ladderbreaker · 18 years ago
  66. aa870d0 Issue 146 - reviewer Waylonis by ladderbreaker · 18 years ago
  67. 1de8bed Windows http_upload should allow response without Content-Length header (#144). by mmentovai · 18 years ago
  68. aec4448 vswprintf causes Purify to fail (#145). r=darin by mmentovai · 18 years ago
  69. 3479e85 Fix issue 136. Block signals before writing minidumps. by luly81 · 18 years ago
  70. ab175cc Fix bug of issue 135, now can dump symbols for dynamic libraries. by luly81 · 18 years ago
  71. baaeb5a issue141: reviewer Waylonis by ladderbreaker · 18 years ago
  72. 33f178d s/an breakpad/a breakpad/ (#127), patch by techtonik, r=me by mmentovai · 18 years ago
  73. 809f0cb Ignore functions that have invalid addresses or sizes, instead of aborting the by bryner · 18 years ago
  74. 6bc866c Don't output FUNC lines for 0-length functions (#139). r=bryner by mmentovai · 18 years ago
  75. d128f5f issue 134: reduce timeout period for minidump upload : reviwer waylonis by ladderbreaker · 18 years ago
  76. 1a43100 issue 133: Mach-o UUID generation has problems - reviewed by waylonis by ladderbreaker · 18 years ago
  77. bcd46f0 Add Linux exception handler. by luly81 · 18 years ago
  78. 1f3d257 fixes for issue 129 : reviewed by Waylonis by ladderbreaker · 18 years ago
  79. 530a7ad fixes for issue 128: reviewed by Waylonis by ladderbreaker · 18 years ago
  80. fce2508 Fix exception handler build with MSVC versions prior to 2005. r=mmentovai. by bryner · 18 years ago
  81. e5dc608 Rename Airbag to Breakpad. by mmentovai · 18 years ago
  82. 83befb1 Change the symbol table parsing so that it will only use symbols that are from the __TEXT/__text section. by waylonis · 18 years ago
  83. baff938 Airbag windows client didn't trap VC8 parameter validation errors. Now it by mmentovai · 18 years ago
  84. 9832648 Fix bug with mach-o walker not properly walking universal binary (Issue #125) by waylonis · 18 years ago
  85. 1d78cad Store 128-bit values as a struct with high and low fields, so that consumers by bryner · 18 years ago
  86. 600e56b - Fixes the bug with a fork()'d child's exception being caught in the parent process by waylonis · 18 years ago
  87. 3a9a38a Don't fail the minidump processing if the requesting thread can't be found. by waylonis · 18 years ago
  88. 87d9655 Only use the segments that contain sections in the identifer calculation. by waylonis · 18 years ago
  89. d986a54 Add module list to machine-readable minidump_stackwalk output (#119). by mmentovai · 18 years ago
  90. 482e44b Qualify string and vector with std namespace when used without by mmentovai · 18 years ago
  91. a14ef80 Support machine-readable output format from minidump_stackwalk; by mmentovai · 18 years ago
  92. 4b987df Update crash_report tool and internal classes to reflect change to ProcessState (Issue #116) by waylonis · 18 years ago
  93. d31c8b0 Changes to support patch #108: by waylonis · 18 years ago
  94. 50e299b Library to handle SymSrv integration (#111). r=bryner by mmentovai · 18 years ago
  95. 48dab62 Be lenient when reading CodeView records of unknown types (#110). r=bryner by mmentovai · 18 years ago
  96. f614cb9 Pass the exception record (EXCEPTION_POINTERS*) to callback functions from by mmentovai · 18 years ago
  97. fd98b2a Add classes to: walk mach-o files, look for identifiers, and return a 16 byte unique identifier. Fixes #106. by waylonis · 18 years ago
  98. 97d392d Communicate OS and CPU to SymbolSupplier (#107). r=bryner by mmentovai · 18 years ago
  99. 0ec76c7 Added method to allow adding a file's contents directly. Fixes issue #105. by waylonis · 18 years ago
  100. d4e527b Allows the caller of CrashReportSender::SendCrashReport() to determine that by incrementalist · 18 years ago