1. 7b8e2b7 Add MinidumpMemoryInfo / MinidumpMemoryInfoList classes to expose MDRawMemoryInfo / MDRawMemoryInfoList via the Minidump class by ted.mielczarek · 14 years ago
  2. 80745c5 Add structure definitions for the memory info list, as well as some other new enum values. by ted.mielczarek · 14 years ago
  3. 972ae49 Fix compile by adding needed includes. by thestig@chromium.org · 14 years ago
  4. 78aaf6a Fix review comment that I missed. by ted.mielczarek · 14 years ago
  5. c77fc8a Make some parts of the processor compile on Win32/MSVC by ted.mielczarek · 14 years ago
  6. fd00ae5 Fixing typos that will soon be gyp errors. by thestig@chromium.org · 14 years ago
  7. 816f250 Make localization resizing of Mac uploader email line more robust. Review URL: http://breakpad.appspot.com/247001 by stuart.morgan · 14 years ago
  8. 717bf0d Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.appspot.com/245001 by stuartmorgan · 14 years ago
  9. c45b12b Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps by ted.mielczarek@gmail.com · 14 years ago
  10. 0344a36 Allow out-of-process minidump generation to work on processes of a different CPU architecture by ted.mielczarek@gmail.com · 14 years ago
  11. 0d9bd40 Allow writing on-request minidumps with an exception stream by ted.mielczarek@gmail.com · 14 years ago
  12. cae59b4 issue 334 - Fix a race condition between ExceptionHandler::Teardown and ExceptionHandler::WaitForMessage on OS X by ted.mielczarek@gmail.com · 14 years ago
  13. 7405ecd allow uploading zero-byte files in HTTPUpload by ted.mielczarek@gmail.com · 14 years ago
  14. efbe428 Add some unit tests for the mac MinidumpGenerator by ted.mielczarek · 14 years ago
  15. ef7262d allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler by ted.mielczarek · 14 years ago
  16. b5dfa28 Reuse code and fix inconsistent array boundaries. by kmixter@chromium.org · 14 years ago
  17. 8322cd6 Propagate failure if http uploads fail with http error codes. by kmixter@chromium.org · 14 years ago
  18. e41dc09 Enable dumping of the Linux extension streams. by kmixter@chromium.org · 14 years ago
  19. 6c05f5d Fix segv in network_source_line_resolver_server_unittest by kmixter@chromium.org · 14 years ago
  20. fb7fdb9 Added null checks to disassembler_x86 by cdn@chromium.org · 14 years ago
  21. 480a20a Merge remote branch 'cros/upstream' into merge-branch. by Ken Mixter · 14 years ago
  22. 30b075c Fix WriteMemoryListStream to remove an extraneous loop index variable increment. by ted.mielczarek · 14 years ago
  23. ccc2446 Fix 64-bit build on Linux. by thestig@chromium.org · 14 years ago
  24. 3665a7d Linux: Attempt to generate an ELF identifier for deleted running binaries. by thestig@chromium.org · 14 years ago
  25. d9d863e Add specific curl headers to facilitate building on Ubuntu Lucid by nealsid · 14 years ago
  26. 580dd42 Add core2md as duplicated tree by Ken Mixter · 14 years ago
  27. 6baa851 Report HTTP errors in sym_upload [to upstream] by Ken Mixter · 14 years ago
  28. 3f43275 Support dumping human readable Linux streams [to upstream] by Ken Mixter · 14 years ago
  29. 5492dd2 Remove flaky test by Ken Mixter · 14 years ago
  30. 086abcf Add splitdebug support to dump_sym [diverged with upstream] by Ken Mixter · 14 years ago
  31. daf9e32 Add stdio.h/stdlib.h so minidump_upload compiles [backport] by Ken Mixter · 14 years ago
  32. 3e72ee8 Use portage environment when building sym_upload by Ken Mixter · 14 years ago
  33. 4482863 Add stdlib.h so sym_upload.cc finds exit() [backport] by Ken Mixter · 14 years ago
  34. dd1c93d Add gtest r175 by Ken Mixter · 14 years ago
  35. 12f835b Add lss r3 by Ken Mixter · 14 years ago
  36. 916a34a Fix assert failure in dump_syms caused by binary linked with gold. by thestig@chromium.org · 14 years ago
  37. f66ff1a Delete an old Makefile and fix lots of lint errors. by thestig@chromium.org · 14 years ago
  38. 67b65a3 Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK. by mmentovai · 14 years ago
  39. 4adb6f4 Fix for issue 222001. by SiyangXie@gmail.com · 14 years ago
  40. bbd8e82 Make memory allocation/deallocation consistent: use new char[] instead of operator new() by SiyangXie@gmail.com · 14 years ago
  41. 3b4ac42 Fix broken build of mac crash report tool. by SiyangXie@gmail.com · 14 years ago
  42. 3382d1e Tiny fix for memory allocation/deallocation mismatch by SiyangXie@gmail.com · 14 years ago
  43. a8c1c46 Restrict ownership of symbol data buffers to symbol supplier. by SiyangXie@gmail.com · 14 years ago
  44. eabfff1 Add missing module_serializer.h and module_serializer.cc for class ModuleSerializer. by SiyangXie@gmail.com · 14 years ago
  45. 41f998f FastSourceLineResolver implementation for optimization purpose. by SiyangXie@gmail.com · 14 years ago
  46. 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
  47. ac05fa0 Fix crash_report tool. by mmentovai · 14 years ago
  48. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  49. 9c30407 Double stack scanning length in stackwalker by ted.mielczarek · 14 years ago
  50. 08730fc Add static version of map wrappers and corresponding serializers. by SiyangXie@gmail.com · 14 years ago
  51. 361f24e Fix some compiler warnings: char*->const char*, default in swtch. by SiyangXie@gmail.com · 14 years ago
  52. d95350e Fix for bug: debug checks for vector::operator[] fail in breakpad. by SiyangXie@gmail.com · 14 years ago
  53. 5b117cf Refactor source line resolver, add interface in supplier and resolver. by SiyangXie@gmail.com · 14 years ago
  54. 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
  55. d192a71 ditch libtool, only build static libs by ted.mielczarek · 14 years ago
  56. f801709 missed test crashdumps in revision 706. by cdn@chromium.org · 14 years ago
  57. 8b2e686 Added method to exploitability class which checks if a given address contains all ascii characters. by cdn@chromium.org · 14 years ago
  58. 2b4274a Added libdisasm to the repository. This library is no longer under development so there by cdn@chromium.org · 14 years ago
  59. c653618 Add stack-scanning fallback to Stackwalker{AMD64,ARM}. by ted.mielczarek · 14 years ago
  60. 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
  61. de2c055 Fix a segmentation fault bug in MinidumpAssertion::Read(). by SiyangXie@gmail.com · 14 years ago
  62. 8d1130a Only include linux_syscall_support.h on Linux in cross platform files. by thestig@chromium.org · 14 years ago
  63. 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
  64. 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
  65. a91e414 Modify crash_generation_app to use GYP instead of VS .sln file for ease of maintenance. by erikwright@chromium.org · 14 years ago
  66. b6ee7dc Fix CrashGenerationServer to recover from protocol errors and a test for same. by erikwright@chromium.org · 14 years ago
  67. 378e28e Add StaticMap implementation and unittest to breakpad. by SiyangXie@gmail.com · 14 years ago
  68. 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
  69. 1efa3f9 Fix compilation for minidump-2-core. by thestig@chromium.org · 14 years ago
  70. 4b7f1eb Actually treat fatal error codes as fatal by nealsid · 14 years ago
  71. 1fa7c1c Fix compilation of file_id_unittest. by thestig@chromium.org · 14 years ago
  72. df9901a Initialize variables that currently may theoretically be used uninitialized by jessicag.feedback@gmail.com · 14 years ago
  73. fda6a1e Add a free() to ExceptionHandlerTest.ChildCrash. by thestig@chromium.org · 14 years ago
  74. 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
  75. 7fde9a8 Revert revision 658 ('Add glog style logging to symupload'). by erikwright@chromium.org · 14 years ago
  76. 90a41b6 Fix include paths in breakpad_client.gyp to make the build work by ted.mielczarek · 14 years ago
  77. b5b5f9e Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug. by SiyangXie@gmail.com · 14 years ago
  78. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  79. bb87ebd Reducing severity of most commonly logged ERRORS. by jessicag.feedback@gmail.com · 14 years ago
  80. f24c2e1 Remove proto generated source files from svn. by jessicag.feedback@gmail.com · 14 years ago
  81. 6c7d641 Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detection by ted.mielczarek · 14 years ago
  82. 3a74666 Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's by mark@chromium.org · 14 years ago
  83. 8ca54e4 Use <inttypes.h> macros for formatting fixed-width types. by mark@chromium.org · 14 years ago
  84. 7d279fe Adding sytax setting to proto file by jessicag.feedback@gmail.com · 14 years ago
  85. 513083b Fix memory leak in BasicSourceLineResolver::UnloadModule by ted.mielczarek · 14 years ago
  86. 662b6da Allow Linux dumper to work on PTRACE-hardened kernels by ted.mielczarek · 14 years ago
  87. 8e77c07 Limit the number of frames we try to walk to prevent runaway processors. by thestig@chromium.org · 14 years ago
  88. 64506d2 Issue 176001: Add package to process_state.proto to prevent name clashes. by jessicag.feedback@gmail.com · 14 years ago
  89. aadace2 Cleanup: Remove a useless check. Review URL: http://breakpad.appspot.com/174001 by thestig@chromium.org · 14 years ago
  90. 2452f06 In on_demand_symbol_supplier, recognize architecture x86 and transform it to by mmentovai · 14 years ago
  91. c2c4192 Breakpad DWARF Reader: Ignore padding at the end of the compilation unit. by jimblandy · 14 years ago
  92. 42943c2 Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64> would do. by jimblandy · 14 years ago
  93. 16f2f37 Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code. by jimblandy · 14 years ago
  94. a453cc2 Commit issue 140001: fixes for 64-bit build cleanups. by jimblandy · 14 years ago
  95. f8bca18 Adding process_state protobuf and derived C++ files. Included README as well. by jessicag.feedback@gmail.com · 14 years ago
  96. 8d2c518 Patch from CDN to add support for an exploitability engine by nealsid · 14 years ago
  97. 3b7d8ee Disable cookies in Windows HTTPUpload by ted.mielczarek · 14 years ago
  98. 07a1c07 Clean up old glog code and move deps to new reference in third_party. by jessicag.feedback@gmail.com · 14 years ago
  99. 2072e7e This checkin of the binaries was created by refresh_binaries.bat. by nealsid@gmail.com · 14 years ago
  100. e167e9e Add glog style logging to symupload by nealsid@gmail.com · 14 years ago