1. 94074a8 Fix null derefs in x86 dissasembler code. by cdn@chromium.org · 13 years ago
  2. 1807e38 Fix linux-gate handling in LinuxDumper so it gets a valid debug ID by ted.mielczarek · 13 years ago
  3. 04023b1 Fixed message about unregistered msdia*dll. Builds with different DiaSDK need different dll. by vitalybuka@chromium.org · 13 years ago
  4. fd557e4 Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to by mmentovai · 13 years ago
  5. 23c8299 Another attempt at signed / unsigned int resolution for linux minidump writer. by jessicag.feedback@gmail.com · 13 years ago
  6. 3b3f0c3 Adding header files at the request of Chrome. by jessicag.feedback@gmail.com · 13 years ago
  7. 3228182 Add trusted check by jessicag.feedback@gmail.com · 13 years ago
  8. a4a9922 Issue 417: update unit tests after adding unnamed function detection by jimblandy · 13 years ago
  9. b0201df Merge adjacent mappings with the same name into one module in LinuxDumper. by ted.mielczarek · 13 years ago
  10. 88fa7cf Protect "std::max", "std::min" against MACROs defined in WinDef.h. by SiyangXie@gmail.com · 13 years ago
  11. fd18bee Google Breakpad Issue 417: Handle DWARF that omits function names. by jimblandy · 13 years ago
  12. bf25801 Put PUBLIC lines in Mac symbol files. by ted.mielczarek · 13 years ago
  13. 68b256a Updating to ints from unsigned ints so -1 will be an acceptable value. by jessicag.feedback@gmail.com · 13 years ago
  14. 248d340 Fix compiler warning. by jessicag.feedback@gmail.com · 13 years ago
  15. dbf409c Make programs in src/tools/linux build via the automake build system by ted.mielczarek · 13 years ago
  16. d2b6b9a Fix breakpad compilation on ubuntu 10.10. by mmentovai · 13 years ago
  17. cff9fdb enable writing INFO CODE_ID line in symbol files by ted.mielczarek · 13 years ago
  18. 1530800 Fix printing of x86_64 registers from minidump_stackwalk by ted.mielczarek · 13 years ago
  19. 0afda6b Fix(part II) for r768 about external item "src/third_party/glog". by SiyangXie@gmail.com · 13 years ago
  20. 5a73dd4 Fix(part I) for r768 about external item "src/third_party/glog". by SiyangXie@gmail.com · 13 years ago
  21. ee8c48c Update svn:externals property to add glog to correct path. by SiyangXie@gmail.com · 13 years ago
  22. ad35fbc Dump MD_LINUX_MAPS from minidump_dump by ted.mielczarek · 13 years ago
  23. ed1c70b Expose actual instruction from DisassemblerX86 by ted.mielczarek · 13 years ago
  24. d328f20 Rename duplicate argument names to make it compile with CLang. by ted.mielczarek · 13 years ago
  25. eba8cc5 Add missing constructor to CPPLanguage class to make it compile with CLang. by ted.mielczarek · 13 years ago
  26. 0df0555 Use a MinidumpCallback to force minidumps on Windows to include memory around the faulting instruction pointer. Older versions of DbgHelp don't seem to do this correctly (on Windows XP, for example) by ted.mielczarek · 13 years ago
  27. 9220e0b Round-trip client/processor unittests for Windows by ted.mielczarek · 13 years ago
  28. 281d52d Fix some apparently longstanding crash bugs in Stackwalker implementations when resolver is NULL. by ted.mielczarek · 13 years ago
  29. b904343 Fix clang warning / miscompile. by mmentovai · 13 years ago
  30. 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
  31. 7b8e2b7 Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemoryInfo / MDRawMemoryInfoList via the Minidump class by ted.mielczarek · 14 years ago
  32. 80745c5 Add structure definitions for the memory info list, as well as some other new enum values. by ted.mielczarek · 14 years ago
  33. 972ae49 Fix compile by adding needed includes. by thestig@chromium.org · 14 years ago
  34. 78aaf6a Fix review comment that I missed. by ted.mielczarek · 14 years ago
  35. c77fc8a Make some parts of the processor compile on Win32/MSVC by ted.mielczarek · 14 years ago
  36. fd00ae5 Fixing typos that will soon be gyp errors. by thestig@chromium.org · 14 years ago
  37. 816f250 Make localization resizing of Mac uploader email line more robust. Review URL: http://breakpad.appspot.com/247001 by stuart.morgan · 14 years ago
  38. 717bf0d Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.appspot.com/245001 by stuartmorgan · 14 years ago
  39. c45b12b Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps by ted.mielczarek@gmail.com · 14 years ago
  40. 0344a36 Allow out-of-process minidump generation to work on processes of a different CPU architecture by ted.mielczarek@gmail.com · 14 years ago
  41. 0d9bd40 Allow writing on-request minidumps with an exception stream by ted.mielczarek@gmail.com · 14 years ago
  42. cae59b4 issue 334 - Fix a race condition between ExceptionHandler::Teardown and ExceptionHandler::WaitForMessage on OS X by ted.mielczarek@gmail.com · 14 years ago
  43. 7405ecd allow uploading zero-byte files in HTTPUpload by ted.mielczarek@gmail.com · 14 years ago
  44. efbe428 Add some unit tests for the mac MinidumpGenerator by ted.mielczarek · 14 years ago
  45. ef7262d allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler by ted.mielczarek · 14 years ago
  46. b5dfa28 Reuse code and fix inconsistent array boundaries. by kmixter@chromium.org · 14 years ago
  47. 8322cd6 Propagate failure if http uploads fail with http error codes. by kmixter@chromium.org · 14 years ago
  48. e41dc09 Enable dumping of the Linux extension streams. by kmixter@chromium.org · 14 years ago
  49. 6c05f5d Fix segv in network_source_line_resolver_server_unittest by kmixter@chromium.org · 14 years ago
  50. fb7fdb9 Added null checks to disassembler_x86 by cdn@chromium.org · 14 years ago
  51. 30b075c Fix WriteMemoryListStream to remove an extraneous loop index variable increment. by ted.mielczarek · 14 years ago
  52. ccc2446 Fix 64-bit build on Linux. by thestig@chromium.org · 14 years ago
  53. 3665a7d Linux: Attempt to generate an ELF identifier for deleted running binaries. by thestig@chromium.org · 14 years ago
  54. d9d863e Add specific curl headers to facilitate building on Ubuntu Lucid by nealsid · 14 years ago
  55. 916a34a Fix assert failure in dump_syms caused by binary linked with gold. by thestig@chromium.org · 14 years ago
  56. 43e6db7 Change the bug reporting email address. by thestig@chromium.org · 14 years ago
  57. f66ff1a Delete an old Makefile and fix lots of lint errors. by thestig@chromium.org · 14 years ago
  58. 67b65a3 Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK. by mmentovai · 14 years ago
  59. 4adb6f4 Fix for issue 222001. by SiyangXie@gmail.com · 14 years ago
  60. bbd8e82 Make memory allocation/deallocation consistent: use new char[] instead of operator new() by SiyangXie@gmail.com · 14 years ago
  61. 3b4ac42 Fix broken build of mac crash report tool. by SiyangXie@gmail.com · 14 years ago
  62. 3382d1e Tiny fix for memory allocation/deallocation mismatch by SiyangXie@gmail.com · 14 years ago
  63. a8c1c46 Restrict ownership of symbol data buffers to symbol supplier. by SiyangXie@gmail.com · 14 years ago
  64. eabfff1 Add missing module_serializer.h and module_serializer.cc for class ModuleSerializer. by SiyangXie@gmail.com · 14 years ago
  65. 41f998f FastSourceLineResolver implementation for optimization purpose. by SiyangXie@gmail.com · 14 years ago
  66. 4337826 Add asm/ptrace.h include to linux_dumper.cc to fix the silly scratchbox toolchain we're using for Maemo builds. Also shuffle around the include order to comply with style guidelines, while I'm here. by ted.mielczarek · 14 years ago
  67. ac05fa0 Fix crash_report tool. by mmentovai · 14 years ago
  68. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  69. 9c30407 Double stack scanning length in stackwalker by ted.mielczarek · 14 years ago
  70. 08730fc Add static version of map wrappers and corresponding serializers. by SiyangXie@gmail.com · 14 years ago
  71. 361f24e Fix some compiler warnings: char*->const char*, default in swtch. by SiyangXie@gmail.com · 14 years ago
  72. d95350e Fix for bug: debug checks for vector::operator[] fail in breakpad. by SiyangXie@gmail.com · 14 years ago
  73. 5b117cf Refactor source line resolver, add interface in supplier and resolver. by SiyangXie@gmail.com · 14 years ago
  74. d35f113 Make dump_syms output an INFO CODE_ID line that includes the code file and code identifier. (Currently disabled to give Breakpad users time to update their processor code.) by ted.mielczarek · 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. f801709 missed test crashdumps in revision 706. by cdn@chromium.org · 14 years ago
  78. 8b2e686 Added method to exploitability class which checks if a given address contains all ascii characters. by cdn@chromium.org · 14 years ago
  79. 2b4274a Added libdisasm to the repository. This library is no longer under development so there by cdn@chromium.org · 14 years ago
  80. c653618 Add stack-scanning fallback to Stackwalker{AMD64,ARM}. by ted.mielczarek · 14 years ago
  81. 8c33b3e Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respective parent classes so they can be used by other architecture implementations. by ted.mielczarek · 14 years ago
  82. de2c055 Fix a segmentation fault bug in MinidumpAssertion::Read(). by SiyangXie@gmail.com · 14 years ago
  83. 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
  84. 8d1130a Only include linux_syscall_support.h on Linux in cross platform files. by thestig@chromium.org · 14 years ago
  85. 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
  86. 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
  87. 9a57c16 Pull in linux_syscall_support.h r3 - remove duplicate ARM code. by thestig@chromium.org · 14 years ago
  88. a91e414 Modify crash_generation_app to use GYP instead of VS .sln file for ease of maintenance. by erikwright@chromium.org · 14 years ago
  89. b6ee7dc Fix CrashGenerationServer to recover from protocol errors and a test for same. by erikwright@chromium.org · 14 years ago
  90. 378e28e Add StaticMap implementation and unittest to breakpad. by SiyangXie@gmail.com · 14 years ago
  91. 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
  92. c40bcc7 Fix ./configure --enable-m32 Review URL: http://breakpad.appspot.com/197001 by thestig@chromium.org · 14 years ago
  93. 1efa3f9 Fix compilation for minidump-2-core. by thestig@chromium.org · 14 years ago
  94. 4b7f1eb Actually treat fatal error codes as fatal by nealsid · 14 years ago
  95. 1fa7c1c Fix compilation of file_id_unittest. by thestig@chromium.org · 14 years ago
  96. df9901a Initialize variables that currently may theoretically be used uninitialized by jessicag.feedback@gmail.com · 14 years ago
  97. fda6a1e Add a free() to ExceptionHandlerTest.ChildCrash. by thestig@chromium.org · 14 years ago
  98. 0e3b702 Import linux_syscall_support.h from linux-syscall-support.googlecode.com instead of using our own copy. by thestig@chromium.org · 14 years ago
  99. 7fde9a8 Revert revision 658 ('Add glog style logging to symupload'). by erikwright@chromium.org · 14 years ago
  100. 90a41b6 Fix include paths in breakpad_client.gyp to make the build work by ted.mielczarek · 14 years ago