1. 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
  2. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  3. bb87ebd Reducing severity of most commonly logged ERRORS. by jessicag.feedback@gmail.com · 14 years ago
  4. f24c2e1 Remove proto generated source files from svn. by jessicag.feedback@gmail.com · 14 years ago
  5. 53a8b1a Issue 378 - Don't compile Linux client libraries on non-Linux systems by ted.mielczarek · 14 years ago
  6. 6c7d641 Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detection by ted.mielczarek · 14 years ago
  7. 3a74666 Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's by mark@chromium.org · 14 years ago
  8. 8ca54e4 Use <inttypes.h> macros for formatting fixed-width types. by mark@chromium.org · 14 years ago
  9. 7d279fe Adding sytax setting to proto file by jessicag.feedback@gmail.com · 14 years ago
  10. 513083b Fix memory leak in BasicSourceLineResolver::UnloadModule by ted.mielczarek · 14 years ago
  11. 662b6da Allow Linux dumper to work on PTRACE-hardened kernels by ted.mielczarek · 14 years ago
  12. 8e77c07 Limit the number of frames we try to walk to prevent runaway processors. by thestig@chromium.org · 14 years ago
  13. 64506d2 Issue 176001: Add package to process_state.proto to prevent name clashes. by jessicag.feedback@gmail.com · 14 years ago
  14. aadace2 Cleanup: Remove a useless check. Review URL: http://breakpad.appspot.com/174001 by thestig@chromium.org · 14 years ago
  15. 34d3a2e Update Makefile.am from r662 (which only updated Makefile.in) by ted.mielczarek · 14 years ago
  16. 2452f06 In on_demand_symbol_supplier, recognize architecture x86 and transform it to by mmentovai · 14 years ago
  17. c2c4192 Breakpad DWARF Reader: Ignore padding at the end of the compilation unit. by jimblandy · 14 years ago
  18. 42943c2 Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64> would do. by jimblandy · 14 years ago
  19. 16f2f37 Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code. by jimblandy · 14 years ago
  20. a453cc2 Commit issue 140001: fixes for 64-bit build cleanups. by jimblandy · 14 years ago
  21. f8bca18 Adding process_state protobuf and derived C++ files. Included README as well. by jessicag.feedback@gmail.com · 14 years ago
  22. 8d2c518 Patch from CDN to add support for an exploitability engine by nealsid · 14 years ago
  23. 3b7d8ee Disable cookies in Windows HTTPUpload by ted.mielczarek · 14 years ago
  24. 07a1c07 Clean up old glog code and move deps to new reference in third_party. by jessicag.feedback@gmail.com · 14 years ago
  25. 2072e7e This checkin of the binaries was created by refresh_binaries.bat. by nealsid@gmail.com · 14 years ago
  26. e167e9e Add glog style logging to symupload by nealsid@gmail.com · 14 years ago
  27. 39edd96 fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest from r640 by ted.mielczarek · 14 years ago
  28. 0b12b34 When done with crash-dumping, we need to terminate the application. Calling by thestig@chromium.org · 14 years ago
  29. 2b7ae09 remove trailing comma that makes gcc -pedantic unhappy by ted.mielczarek · 14 years ago
  30. 31b4957 Add missing stdint.h include to fix compilation on newer GCC. by ted.mielczarek · 14 years ago
  31. 14889c3 Change ClientInfo into a class to match other platforms, rename the current ClientInfo to ExceptionInfo by ted.mielczarek@gmail.com · 14 years ago
  32. a599ae8 Put MachIPC into the google_breakpad namespace by ted.mielczarek@gmail.com · 14 years ago
  33. f5c8f6f Fix a couple of bugs where we generate incorrect minidump files on Linux.o by thestig@chromium.org · 14 years ago
  34. 3a69e0e Miscellaneous improvements to minidump-2-core. by thestig@chromium.org · 14 years ago
  35. 144938c Allow dumping live processes on OS X by ted.mielczarek@gmail.com · 14 years ago
  36. 315fd78 Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, enable OOP dump generation in ExceptionHandler by ted.mielczarek@gmail.com · 14 years ago
  37. 863aa2a Add protobuf external reference to third_party. by jessicag.feedback@gmail.com · 14 years ago
  38. 25b9371 Update readme and fix glog properties. by jessicag.feedback · 14 years ago
  39. e4f52d1 Add glog external reference to third party. by jessicag.feedback@gmail.com · 14 years ago
  40. 26ff18d fix typo in previous commit by ted.mielczarek@gmail.com · 14 years ago
  41. 44af96c Change exception_handler_test.cc to use Google Test by ted.mielczarek@gmail.com · 14 years ago
  42. 7cdcc98 Allow passing certificate path to HTTPUpload::SendRequest by ted.mielczarek · 14 years ago
  43. 2543651 Remove i386 from the set of architectures that the Mac crash_report tool's by mark@chromium.org · 14 years ago
  44. 0ab73db Breakpad uses x86 as the architecture name, not i386. Most tools don't care by mark@chromium.org · 14 years ago
  45. 0fdc829 Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the RtlCaptureContext symbol so the Windows exception handler will continue to work on Windows 2000. Patch by Jim Mathies <jmathies@mozilla.com> and Timothy Nikkel <tnikkel@gmail.com>. r=ted by ted.mielczarek · 14 years ago
  46. 0b814c1 review: http://breakpad.appspot.com/139001 by dmaclach · 14 years ago
  47. 1b8c24f review: http://breakpad.appspot.com/138001 by dmaclach · 14 years ago
  48. 9791806 Review: http://breakpad.appspot.com/137001 by dmaclach · 14 years ago
  49. 6e3869c Review: http://breakpad.appspot.com/136001 by dmaclach · 14 years ago
  50. b5b8051 Review: http://breakpad.appspot.com/135001 BUG: none TEST: Build GoogleTalk by dmaclach · 14 years ago
  51. a2d5da4 Fixes up some style nits, and gets us compiling on Leopard again. by dmaclach · 14 years ago
  52. 23eabde Adding 11 languages to the crash uploader app on the Mac, contributed by the Camino localization teams by stuart.morgan · 14 years ago
  53. 6f598cc Fix unit tests that have not built since @610 by ted.mielczarek · 14 years ago
  54. 615d2c0 Separate the "hello" message from the parameter messages in by mark@chromium.org · 14 years ago
  55. 4ac61ac Clean up build for 64 bit. by dmaclach · 14 years ago
  56. 786275e Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF data. by jimblandy · 14 years ago
  57. c5f5e0a Breakpad Linux dumper: Don't map file into memory a second time just to compute file ID by jimblandy · 14 years ago
  58. 56eac4d Add functionality to read the .gnu_debuglink section and load symbols from a debug ELF file. by thestig@chromium.org · 14 years ago
  59. 0dd6c95 Remove duplicate FUNC entries from dump_syms output. by thestig@chromium.org · 14 years ago
  60. 8014071 Fix a couple of tiny things for GCC pedantry by ted.mielczarek@gmail.com · 14 years ago
  61. 1c87cc8 Remove some duplicate endianness code. by thestig@chromium.org · 14 years ago
  62. 7fbd777 Linux: Skip sections of type SHT_NOBITS when loading symbols. by thestig@chromium.org · 14 years ago
  63. e193098 Breakpad: Avoid using the C++ <cfoo> headers. by ted.mielczarek · 14 years ago
  64. 4f456b8 Breakpad DWARF CFI support: Cleanups requested by Neal by ted.mielczarek · 14 years ago
  65. b80b13f Breakpad Linux symbol dumper: Remove unneeded objects from test executables by ted.mielczarek · 14 years ago
  66. f16fbd5 Breakpad CFI parser: Add unit tests to XCode project. by ted.mielczarek · 14 years ago
  67. 6869f2e Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::Rule subclasses. by ted.mielczarek · 14 years ago
  68. 1adc07f Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI. by ted.mielczarek · 14 years ago
  69. 9c1e16e Breakpad DWARF support: Stop #including unneeded headers. by ted.mielczarek · 14 years ago
  70. bd0a7f9 Breakpad DWARF support: Check for DWARF line info under Mac OS X section names. by ted.mielczarek · 14 years ago
  71. 75ce593 Breakpad Mac dumper: Change the dumper to be more C++-ish. by ted.mielczarek · 14 years ago
  72. 35c41e0 Breakpad Mac symbol dumper: Add new Mach-O reader class. by ted.mielczarek · 14 years ago
  73. 8ffb12e Convert files in .nib format to .xib format. by mark@chromium.org · 14 years ago
  74. a4067bc Add codereview.settings so we can use gcl. by thestig@chromium.org · 14 years ago
  75. e4cc9b1 Fix test breakage caused by my last checkin :-( by nealsid · 14 years ago
  76. 4f182c7 Add access violation detail for windows (read/write/dep). Add stack buffer overrun and heap corruption exceptions for windows. Additional detail requested to improve Chrome crash analysis by nealsid · 14 years ago
  77. c0fc538 Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jacob <bjacob@mozilla.com>, r=me at https://bugzilla.mozilla.org/show_bug.cgi?id=569836 by ted.mielczarek · 14 years ago
  78. 8e3c63b Remove LOG statements from linux utilities so there's no dependency on log library by nealsid · 14 years ago
  79. b0059c5 Issue 384 - UnregisterWait error handling is incorrect. Patch by Benjamin Smedberg <benjamin@smedbergs.us>, r=doshimun at http://breakpad.appspot.com/107001 by ted.mielczarek · 14 years ago
  80. 0b54af4 Patch from Vitaly to remove synchronization and make exception handling code single-threaded by nealsid · 14 years ago
  81. 4abf9d9 Updated binaries to use a statically linked CRT by nealsid · 14 years ago
  82. 1273651 Delete svn:executable from the DEPS file. Hans has a badly configured client on Windows? by thestig@chromium.org · 14 years ago
  83. 7b106e3 Changed two files end-line to make it work better with GYP. They were DOS (CR/LF), now they are UNIX (CR). by hansl@google.com · 14 years ago
  84. 951583a Fix for uninitialized variable in basic_source_line_resolver.cc by nealsid · 14 years ago
  85. bcf885c Added a death test for the pure virtual function call. by hansl@google.com · 14 years ago
  86. 8cf0a52 Moved exception_handler_test to the more aptly named exception_handler_death_test. It doesn't test anything else than death and exit. by hansl@google.com · 14 years ago
  87. 7d0d107 Adding prebuilt dump_syms.exe. by nealsid · 14 years ago
  88. 3d0b3be This checkin of the binaries was created by refresh_binaries.bat. by nealsid · 14 years ago
  89. 6bc523c Changes to fix build warnings on newer versions of GCC, and a fix to not try to open certain mapped files. by nealsid · 14 years ago
  90. 297b1e5 Copied minidump_test.cc from chrome_frame (see http://src.chromium.org/viewvc/chrome/trunk/src/chrome_frame/crash_reporting/minidump_test.cc). by hansl@google.com · 14 years ago
  91. f6163f1 Breakpad Mac dumper: Clean up XCode project file. by jimblandy · 14 years ago
  92. 073a7f6 Breakpad unit tests: Add support for clipped-size null-terminated strings by jimblandy · 14 years ago
  93. 52a508d Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6 by jimblandy · 14 years ago
  94. 25b512d Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at any time. by jimblandy · 14 years ago
  95. 775c6f7 Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records outside functions. by jimblandy · 14 years ago
  96. d3e4bbb Breakpad STABS parser: Use a test fixture in StabsReader unit tests. by jimblandy · 14 years ago
  97. deb500f Breakpad STABS reader: Properly compute function end addresses. by jimblandy · 14 years ago
  98. b28be12 Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. by jimblandy · 14 years ago
  99. b0ec96c Breakpad Linux dumper: Make StabsReader independent of endianness and word size. by jimblandy · 14 years ago
  100. 6c97801 Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes. by jimblandy · 14 years ago