1. 91cb84e drop --disable-{core2md,md2core} configure flags by Mike Frysinger · 9 years ago
  2. 6cc86b6 google-breakpad: Merge with upstream breakpad r1443 by Ben Chan · 9 years ago
  3. 7dc7b79 Add address and reason for IN_PAGE_ERROR. by mark@chromium.org · 9 years ago
  4. 9ebdd71 google-breakpad: Merge with upstream breakpad r1417 by Ben Chan · 9 years ago
  5. 6c31748 Introduce microdump_stackwalk comand line executable by primiano@chromium.org · 10 years ago
  6. 3bad5e6 Fix microdump_writer and add unittest. by primiano@chromium.org · 10 years ago
  7. 15d8ea9 Microdump processing implementation by mmandlis@chromium.org · 10 years ago
  8. 03d3656 Introduce microdump writer class. by primiano@chromium.org · 10 years ago
  9. fd347a3 google-breakpad: Merge with upstream breakpad r1397 by Ben Chan · 10 years ago
  10. 30f1b7f Microdumps: refactor out common parts of minidump_writer.cc by primiano@chromium.org · 10 years ago
  11. ba37bc1 Introduce stub microdump processor classes. by mmandlis@chromium.org · 10 years ago
  12. c5e242b Extract DumpContext base class from MinidumpContext by mmandlis@chromium.org · 10 years ago
  13. bf15d7e make "make install" also install headers and pkgconfig files by vapier@chromium.org · 10 years ago
  14. 2492e70 google-breakpad: Merge with upstream breakpad r1356 by Ben Chan · 10 years ago
  15. aca3b55 Linux: Check the CRC32 of the debug link file in the symbol dumper. by thestig@chromium.org · 10 years ago
  16. bba8700 google-breakpad: Merge with upstream breakpad r1292 by Ben Chan · 10 years ago
  17. 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
  18. 6fab71b Misc Android-related fixes. by digit@chromium.org · 10 years ago
  19. 65ceaa9 google-breakpad: Merge with upstream breakpad r1245 by Ben Chan · 10 years ago
  20. 39d7964 Process minidumps generated on ARM64 in iOS apps. by mark@chromium.org · 11 years ago
  21. 0102004 Add simple exploitability analysis for Linux crashes. by mattdr.breakpad@gmail.com · 11 years ago
  22. 8c88c3e Fix the Android/MIPS build. by digit@chromium.org · 11 years ago
  23. 5f22d6a Adding support for mips. by gordana.cmiljanovic@imgtec.com · 11 years ago
  24. e6758b1 Create StackwalkerAddressList. by chrisha@chromium.org · 11 years ago
  25. f1f5090 google-breakpad: Merge with upstream breakpad r1181 by Ben Chan · 11 years ago
  26. 972816c Improve ARM CPU info reporting. by digit@chromium.org · 11 years ago
  27. bdba44f google-breakpad: Merge with upstream breakpad r1148 by Ben Chan · 11 years ago
  28. cd1f1a6 Add PPC64 support to breakpad processor. by thestig@chromium.org · 11 years ago
  29. 30054c0 Fix remaining processor/scoped_ptr.h references after r1096. by thestig@chromium.org · 11 years ago
  30. 233501d The Google-breakpad processor rejects (ignores) context records that lack CPU type information in their context_flags fields. Such context records can be valid (e.g. contexts captured by ::RtlCaptureContext). by ivan.penkov@gmail.com · 11 years ago
  31. f726f3b google-breakpad: Merge with upstream breakpad r1084 by Ben Chan · 12 years ago
  32. 2971a05 Cleaning up google-breakpad source code of signed-unsigned comparison warnings by ivan.penkov@gmail.com · 12 years ago
  33. 9753aff Refactor the logic of resolving source line info into helper class. by SiyangXie@gmail.com · 12 years ago
  34. 71a856a Fix the Android unit tests. by digit@chromium.org · 12 years ago
  35. 9459683 google-breakpad: Merge with upstream breakpad r1052 by Ben Chan · 12 years ago
  36. 693d4ca Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared library by ted.mielczarek@gmail.com · 12 years ago
  37. 6ae5ede Fix compilation of crash_generation_server.cc, and add it to the client library sources so it actually gets built. by ted.mielczarek@gmail.com · 12 years ago
  38. 64708c5 Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process. by thestig@chromium.org · 12 years ago
  39. 979d8f4 Add custom getcontext() implementation for Android. by digit@chromium.org · 12 years ago
  40. e542fe2 Fix 'make check' for Android by digit@chromium.org · 12 years ago
  41. 4ac3c24 Fix Breakpad unit tests build for Android. by digit@chromium.org · 12 years ago
  42. ed58167 Improve Android support by digit@chromium.org · 12 years ago
  43. e751dca Adding a way to create an ExceptionHandler that takes in a file descriptor by jcivelli@chromium.org · 12 years ago
  44. ef3ecf7 SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411002/, since revision 1001 only contains the new src/client/linux/linux_libc_support.cc and none of the other required files. by digit@chromium.org · 12 years ago
  45. c71d9b4 Move some ELF-handling bits from file_id.cc to elfutils.{h,cc} by ted.mielczarek · 12 years ago
  46. 44f0f56 google-breakpad: Merge with upstream breakpad r981 by Ben Chan · 12 years ago
  47. 130ec29 Revert "google-breakpad: Merge with upstream breakpad r981" by Ben Chan · 12 years ago
  48. 888945f google-breakpad: Merge with upstream breakpad r981 by Ben Chan · 12 years ago
  49. b732342 Fixing various compiler warnings and applying minor tweaks to allow running of by ivan.penkov@gmail.com · 12 years ago
  50. f9b2c1e Make Breakpad build with DSO linking on newer versions of Fedora/Ubuntu. by thestig@chromium.org · 12 years ago
  51. 3fc45b0 Add missing log.o dependency to linux_client_unittest target. by benchan@chromium.org · 12 years ago
  52. aa52a01 Changes to get the breakpad client compiling and running on Android using by mark@chromium.org · 12 years ago
  53. 8183dca google-breakpad: Merge with upstream breakpad r942 by Ben Chan · 12 years ago
  54. b8e0e53 Add partial unit tests for dwarf2reader::CompilationUnit. by jimblandy · 12 years ago
  55. 609ecce google-breakpad: uprev breakpad to r905 by Ben Chan · 12 years ago
  56. 4fa638a Implement core dump to minidump conversion. by benchan@chromium.org · 12 years ago
  57. e01f84c Build LinuxLibcSupportTest and make it pass. by thestig@chromium.org · 12 years ago
  58. b338cbe google-breakpad: uprev breakpad to r901 by Ben Chan · 12 years ago
  59. 86cbb1e Add utilities for processing Linux core dump files. by benchan@chromium.org · 12 years ago
  60. c89e279 Replace MMappedRange with MinidumpMemoryRange. by benchan@chromium.org · 12 years ago
  61. c9fb1f6 Replace readlink calls with a safer version that guarantees NULL-termination. by benchan@chromium.org · 12 years ago
  62. f058b4f Refactor code in preparation of merging with the fork in Chromium OS. by benchan@chromium.org · 12 years ago
  63. 02b7a2a google-breakpad: uprev breakpad to 891 by Ben Chan · 13 years ago
  64. 75d3e60 google-breakpad: Relocate patched files in core2md. by Ben Chan · 13 years ago
  65. 97bed58 Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace. by ted.mielczarek · 13 years ago
  66. ce1ff23 google-breakpad: separate out non-arm-friendly md2core by Ken Mixter · 13 years ago
  67. 69607b6 Remove NetworkSourceLine{Resolver,Server} and related code. It never wound up being useful enough to use in production, so let's drop the maintenence burden by ted.mielczarek · 13 years ago
  68. 3ca4a12 Add some unit tests for Linux WriteSymbolFile by ted.mielczarek · 13 years ago
  69. b2f96f3 Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dynsym for symbol names if there are no usable debug symbols. by ted.mielczarek · 13 years ago
  70. dbf409c Make programs in src/tools/linux build via the automake build system by ted.mielczarek · 13 years ago
  71. b7fdc73 Add module_serializer.cc to libbreakpad.a. Not sure why it wasn't there in the first place. Trivial patch, landing without review. by ted.mielczarek · 13 years ago
  72. 41f998f FastSourceLineResolver implementation for optimization purpose. by SiyangXie@gmail.com · 14 years ago
  73. 08730fc Add static version of map wrappers and corresponding serializers. by SiyangXie@gmail.com · 14 years ago
  74. 5b117cf Refactor source line resolver, add interface in supplier and resolver. by SiyangXie@gmail.com · 14 years ago
  75. d192a71 ditch libtool, only build static libs by ted.mielczarek · 14 years ago
  76. e574a2a add a --disable-processor configure arg to skip building processor libs and just build client libs by ted.mielczarek · 14 years ago
  77. 2b4274a Added libdisasm to the repository. This library is no longer under development so there by cdn@chromium.org · 14 years ago
  78. 82a0188 add top_srcdir/src to CPPFLAGS for all unittests to fix compilation of unittests when configuring outside the srcdir by ted.mielczarek · 14 years ago
  79. 4621ee0 Write a window of memory around the instruction pointer from the crashing thread to the minidump on OS X. by ted.mielczarek · 14 years ago
  80. cec1287 Added the base exploitability module for windows. This only adds the very basic exception type based analysis for now. by cdn@chromium.org · 14 years ago
  81. 378e28e Add StaticMap implementation and unittest to breakpad. by SiyangXie@gmail.com · 14 years ago
  82. efa30c1 Write a window of memory around the instruction pointer from the crashing thread to the minidump on Linux. by ted.mielczarek · 14 years ago
  83. 53a8b1a Issue 378 - Don't compile Linux client libraries on non-Linux systems by ted.mielczarek · 14 years ago
  84. 34d3a2e Update Makefile.am from r662 (which only updated Makefile.in) by ted.mielczarek · 14 years ago
  85. 865df5a Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/common. by jimblandy · 14 years ago
  86. b223627 provide a network source line resolver + server. r=mark,jimb at http://breakpad.appspot.com/36001 by ted.mielczarek · 14 years ago
  87. e7e1e1e Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI. by jimblandy · 14 years ago
  88. c609f47 Breakpad: Support DWARF CFI-driven stack walking on ARM. by jimblandy · 14 years ago
  89. 6d3a825 Breakpad: Add minidump processor support for DWARF Call Frame Information. by jimblandy · 14 years ago
  90. a7eb232 Breakpad processor: Unit tests for StackwalkerX86. by jimblandy · 14 years ago
  91. 9244496 Breakpad Processor: Add new unit tests for google_breakpad::Minidump by jimblandy · 14 years ago
  92. de545c0 ARM support, with some build system changes to support x86-64, arm, and i386 in an autoconf style build in Linux. The O2 build for the unit tests is still broken but I'm checking this in to unblock people by nealsid · 14 years ago
  93. b64d76a Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'WindowsFrameInfo'. by jimblandy · 14 years ago
  94. 9276b0d Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 by ted.mielczarek · 14 years ago
  95. 0cbd50c Allow Minidump class to be instantiated with stream instead of file. r=mark at http://breakpad.appspot.com/46001 by ted.mielczarek · 14 years ago
  96. b56cfa0 Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test by nealsid · 15 years ago
  97. 8eb7111 Issue 196 - Breakpad processor support for x86-64. r=mento by ted.mielczarek · 17 years ago
  98. 68004c8 Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me by mmentovai · 17 years ago
  99. 13f0b26 Update EXTRA_DIST for packaging. by mmentovai · 17 years ago
  100. ea2bba9 Add SPARC/Solaris support to client handler and processor (#201, 200). by mmentovai · 17 years ago