1. 2ca3140 Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit memory reads under Valgrind. by thestig@chromium.org · 10 years ago
  2. 86d2a0f Fix clang compilation error introduced in r1380. by rmcilroy@chromium.org · 10 years ago
  3. e367bae Add inttypes for windows in dump_context by mmandlis@chromium.org · 10 years ago
  4. 206386d Extend mapping merge to include reserved but unused mappings. by rmcilroy@chromium.org · 10 years ago
  5. d6c6a46 GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. by gunsch@chromium.org · 10 years ago
  6. 816e71d Fixes common_unittests build. by thestig@chromium.org · 10 years ago
  7. 3cdfbec Fix Windows client unittests build: add missing code files by mmandlis@chromium.org · 10 years ago
  8. 4ab1a1b Making the Mac build of crash_report work again after the last SVN sync by mmandlis@chromium.org · 10 years ago
  9. a5ae662 Mac: Add support for in-process crash reporting to Breakpad. by andresantoso@chromium.org · 10 years ago
  10. d457fca This CL initialize NSData in HTTPMultipartUpload.m to nil. by qsr@chromium.org · 10 years ago
  11. 4a42ca8 Update processor.gyp file with new files added as part of microdump by mmandlis@chromium.org · 10 years ago
  12. ba37bc1 Introduce stub microdump processor classes. by mmandlis@chromium.org · 10 years ago
  13. 621670f Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd. by mark@chromium.org · 10 years ago
  14. c5e242b Extract DumpContext base class from MinidumpContext by mmandlis@chromium.org · 10 years ago
  15. 996f24e Back out trunk r1367. by mark@chromium.org · 10 years ago
  16. 455c485 Adding possibility for client to upload the file by blundell@chromium.org · 10 years ago
  17. 4cf2c88 Support for multiple upload files in CrashReportSender/HTTPUpload by ted.mielczarek@gmail.com · 10 years ago
  18. b62fc68 constructor init list in wrong order in CrashGenerationServer by ted.mielczarek@gmail.com · 10 years ago
  19. 3933950 update svn:ignore by vapier@chromium.org · 10 years ago
  20. bf15d7e make "make install" also install headers and pkgconfig files by vapier@chromium.org · 10 years ago
  21. 089d5a7 Set 32 bits iOS app to use vm_region_recurse_64. by blundell@chromium.org · 10 years ago
  22. 8ceea13 update svn:ignore lists by vapier@chromium.org · 10 years ago
  23. 60de4a8 Update lss from r24 to r31. by thestig@chromium.org · 10 years ago
  24. 3fa3c2e upload_system_symbols: Use the Go1.3 improvements to debug/macho. by rsesek@chromium.org · 10 years ago
  25. e6d9e3c In Mac dump_syms, allow reading debug data out of both the Mach-O file and the dSYM. by rsesek@chromium.org · 10 years ago
  26. adfd125 Add GYP build for the src/tools directory on Mac and Linux. by rsesek@chromium.org · 10 years ago
  27. 70393c9 Annotate PageAllocator for MSan. by mark@chromium.org · 10 years ago
  28. dd5dd85 Chrome on Android now supports loading the shared library directly from the APK file. by rmcilroy@chromium.org · 10 years ago
  29. 467db18 Both std::tr1::unordered_set and std::unordered_set are not allowed in by ivanpe@chromium.org · 10 years ago
  30. 71217a7 [Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInformation. by rmcilroy@chromium.org · 10 years ago
  31. 0f416c9 Add frame pointer recovery to the AMD64 Stackwalker. by rsesek@chromium.org · 10 years ago
  32. 7f0b3e8 Change some ELF utils to return the length as a size_t. by thestig@chromium.org · 10 years ago
  33. 3ab3514 Ensure C:/Dumps/ exists in crash_generation_app by ted.mielczarek@gmail.com · 10 years ago
  34. 6f1bd8c Stringify minidump stream_type constants in minidump_dump output by ted.mielczarek@gmail.com · 10 years ago
  35. 162ad32 Don't free pointer in BasicCodeModules::BasicCodeModules before possibly using it by ted.mielczarek@gmail.com · 10 years ago
  36. 6f81e64 Fix compilation error in Linux libc++ builds due to use of tr1/. by mark@chromium.org · 10 years ago
  37. 8f48e94 Unhook current Breakpad object after handling uncaught NSException. by qsr@chromium.org · 10 years ago
  38. 67f3ea4 Make crash_handler volatile to prevent compiler optimizing it away. by rmcilroy@chromium.org · 10 years ago
  39. 6abef6b Cleanup: hide undefined behavior from the compiler better. by ivanpe@chromium.org · 10 years ago
  40. 35c3e84 dump_syms: use unordered_set<> instead of set<> for speed. by mark@chromium.org · 10 years ago
  41. 986dca4 Update output for test minidump_dump_test. by ivanpe@chromium.org · 10 years ago
  42. 9c98e0f minidump_dump: bug fixes. by mark@chromium.org · 10 years ago
  43. 89764a7 Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size. by qsr@chromium.org · 10 years ago
  44. 8199e84 Add virtual dtor to LibcurlWrapper. by pbos@chromium.org · 10 years ago
  45. 1b9922c Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarify by mark@chromium.org · 10 years ago
  46. c3b24e9 Print more x86-64 registers in minidump_stackwalk by ted.mielczarek@gmail.com · 10 years ago
  47. 4593fb3 Linux: Fix a memory leak in ExceptionHandler. by thestig@chromium.org · 10 years ago
  48. cd549d4 Fix a memory leak in DwarfCUToModule::FuncHandler::Finish(). by thestig@chromium.org · 10 years ago
  49. 208f106 Fix minor typo in a comment in r1331. by rmcilroy@chromium.org · 10 years ago
  50. f3e253e Fix x86_64 Android build after user_fpregs_struct was added to /sys/user.h in newer NDKs by rmcilroy@chromium.org · 10 years ago
  51. 032cbb8 [MIPS] Fix core dump related unit tests for Android on MIPS by gordana.cmiljanovic@imgtec.com · 10 years ago
  52. 2059c52 [Mac] Remove unused host_info call and supporting calls. by mark@chromium.org · 10 years ago
  53. c5c8391 Fix the documentation for MinidumpFileWriter::Open(). by thestig@chromium.org · 10 years ago
  54. 1d3851d Add required build options to correctly target XP by wfh@chromium.org · 10 years ago
  55. 5d02db6 FD leaks and handle errors better. by rsesek@chromium.org · 10 years ago
  56. dc48ba2 Add support for CFI based stack walking on Arm64. by rmcilroy@chromium.org · 10 years ago
  57. 3daf3e4 Make the Linux CrashGenerationClient an interface. by rsesek@chromium.org · 10 years ago
  58. 20a1df3 Fixing a build break on Linux. by mmandlis@chromium.org · 10 years ago
  59. f61c5b3 Add Arm64 support to dumpsyms. by rmcilroy@chromium.org · 10 years ago
  60. d814c93 Clean up common.gypi. by chrisha@chromium.org · 10 years ago
  61. aca3b55 Linux: Check the CRC32 of the debug link file in the symbol dumper. by thestig@chromium.org · 10 years ago
  62. e39b745 Change PrintFunctions to print functions in address order and not print duplicate public functions. by wfh@chromium.org · 10 years ago
  63. 850b8dc Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is dumped. by rmcilroy@chromium.org · 10 years ago
  64. af0cd7c minidump-2-core: Allow user to override shared lib basedir. by thestig@chromium.org · 10 years ago
  65. d8b5964 Change the way function and public symbols are obtained to use the findChildren DIA function. by wfh@chromium.org · 10 years ago
  66. 4d31923 Allow symupload to upload to multiple URLs on the same command line. by wfh@chromium.org · 10 years ago
  67. a05b5ce Limit the workaround in r1313 to Android only. by thestig@chromium.org · 10 years ago
  68. 20e305d [Android]: Fix hang in CreateChildCrash() on Android. by rmcilroy@chromium.org · 10 years ago
  69. b46eff4 Update offset of fpregs_mem. by rmcilroy@chromium.org · 10 years ago
  70. 4051c66 Add x64 version of getcontext. by rmcilroy@chromium.org · 10 years ago
  71. 952aa86 Fill in CPU info in mini-dump for Arm64. by rmcilroy@chromium.org · 10 years ago
  72. 0a35290 Adding support for 64-bit Windows modules to ms_symbol_server_converter. by ivan.penkov@gmail.com · 10 years ago
  73. 04dbd75 Moving directory 'build' one level up as it collides with a file named 'BUILD' which happens to be in that same location in the Google source depot. by ivan.penkov@gmail.com · 10 years ago
  74. 48d7e46 Increase Breakpad's signal handler stack size. by rmcilroy@chromium.org · 10 years ago
  75. 4cad4ce Fix aarch64 ucontext layout on Android by rmcilroy@chromium.org · 10 years ago
  76. 3ea0c72 Add Arm64 support to breakpad unittests. by rmcilroy@chromium.org · 10 years ago
  77. ade9829 Move build configuration to root of repository. by chrisha@chromium.org · 10 years ago
  78. 5905ae1 Fix ElfCoreDumpTest.ValidCoreFile unit test. by benchan@chromium.org · 10 years ago
  79. b8c5896 Add Arm64 version of breakpad_getcontext for Android. by rmcilroy@chromium.org · 10 years ago
  80. 2eedc62 First cut at adding arm64 Linux / Android support to Breakpad. by rmcilroy@chromium.org · 10 years ago
  81. fe6829e Remove some unecessary Android system header definitions. by rmcilroy@chromium.org · 10 years ago
  82. 548501d fix races in CrashGenerator::CreateChildCrash by vapier@chromium.org · 10 years ago
  83. 3b9d78a Update GYP dependency to r1886. by chrisha@chromium.org · 10 years ago
  84. 11e9445 Update DEPS to bring in gtest, gmock and GYP. by chrisha@chromium.org · 10 years ago
  85. 5db95b2 Add .gitignore file. by chrisha@chromium.org · 10 years ago
  86. ce2d907 Terminating FileID path when at maximum length. (Coverity) by thestig@chromium.org · 10 years ago
  87. f1d4dc1 GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity) by thestig@chromium.org · 10 years ago
  88. 5c2892d Make ARM64 detection consistent in chromium. by mark@chromium.org · 10 years ago
  89. d1700e6 Ignore warning 4702 to avoid unreachable code error on by wfh@chromium.org · 10 years ago
  90. 24dbd0f Check in new Windows binaries. by wfh@chromium.org · 10 years ago
  91. dce6922 Add support for Win64 stack unwind data as STACK CFI by wfh@chromium.org · 10 years ago
  92. c0685be Fix crash in Windows CrashGenerationServer from r1274. by thestig@chromium.org · 10 years ago
  93. 52136c3 Fix a bug in BreakpadController that prevented multiple report uploads per call to sendStoredCrashReports. by ivan.penkov@gmail.com · 10 years ago
  94. bd26b26 Trim unintentional whitespace and fix style nits by thestig@chromium.org · 10 years ago
  95. 360347f Fixing compiler warnings: by ivan.penkov@gmail.com · 10 years ago
  96. 2b470e9 Renaming file COPYING to LICENSE and appending the disclaimer from src/common/convert_UTF.h to LICENSE. by ivan.penkov@gmail.com · 10 years ago
  97. be7ec69 Initialize file descriptors to -1, not 0, in MachoWalker. by mark@chromium.org · 10 years ago
  98. afa2f35 Update GTM and enable -Wundef and strict C++11 flags. by dmaclach · 10 years ago
  99. 4118773 Fixup breakpad compile for Xcode 5.1 iOS release by dmaclach · 10 years ago
  100. 450d62b Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS. by dmaclach · 10 years ago