1. f66ff1a Delete an old Makefile and fix lots of lint errors. by thestig@chromium.org · 14 years ago
  2. 67b65a3 Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK. by mmentovai · 14 years ago
  3. 4adb6f4 Fix for issue 222001. by SiyangXie@gmail.com · 14 years ago
  4. bbd8e82 Make memory allocation/deallocation consistent: use new char[] instead of operator new() by SiyangXie@gmail.com · 14 years ago
  5. 3b4ac42 Fix broken build of mac crash report tool. by SiyangXie@gmail.com · 14 years ago
  6. 3382d1e Tiny fix for memory allocation/deallocation mismatch by SiyangXie@gmail.com · 14 years ago
  7. a8c1c46 Restrict ownership of symbol data buffers to symbol supplier. by SiyangXie@gmail.com · 14 years ago
  8. eabfff1 Add missing module_serializer.h and module_serializer.cc for class ModuleSerializer. by SiyangXie@gmail.com · 14 years ago
  9. 41f998f FastSourceLineResolver implementation for optimization purpose. by SiyangXie@gmail.com · 14 years ago
  10. 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
  11. ac05fa0 Fix crash_report tool. by mmentovai · 14 years ago
  12. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  13. 9c30407 Double stack scanning length in stackwalker by ted.mielczarek · 14 years ago
  14. 08730fc Add static version of map wrappers and corresponding serializers. by SiyangXie@gmail.com · 14 years ago
  15. 361f24e Fix some compiler warnings: char*->const char*, default in swtch. by SiyangXie@gmail.com · 14 years ago
  16. d95350e Fix for bug: debug checks for vector::operator[] fail in breakpad. by SiyangXie@gmail.com · 14 years ago
  17. 5b117cf Refactor source line resolver, add interface in supplier and resolver. by SiyangXie@gmail.com · 14 years ago
  18. 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
  19. d192a71 ditch libtool, only build static libs by ted.mielczarek · 14 years ago
  20. f801709 missed test crashdumps in revision 706. by cdn@chromium.org · 14 years ago
  21. 8b2e686 Added method to exploitability class which checks if a given address contains all ascii characters. by cdn@chromium.org · 14 years ago
  22. 2b4274a Added libdisasm to the repository. This library is no longer under development so there by cdn@chromium.org · 14 years ago
  23. c653618 Add stack-scanning fallback to Stackwalker{AMD64,ARM}. by ted.mielczarek · 14 years ago
  24. 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
  25. de2c055 Fix a segmentation fault bug in MinidumpAssertion::Read(). by SiyangXie@gmail.com · 14 years ago
  26. 8d1130a Only include linux_syscall_support.h on Linux in cross platform files. by thestig@chromium.org · 14 years ago
  27. 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
  28. 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
  29. a91e414 Modify crash_generation_app to use GYP instead of VS .sln file for ease of maintenance. by erikwright@chromium.org · 14 years ago
  30. b6ee7dc Fix CrashGenerationServer to recover from protocol errors and a test for same. by erikwright@chromium.org · 14 years ago
  31. 378e28e Add StaticMap implementation and unittest to breakpad. by SiyangXie@gmail.com · 14 years ago
  32. 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
  33. 1efa3f9 Fix compilation for minidump-2-core. by thestig@chromium.org · 14 years ago
  34. 4b7f1eb Actually treat fatal error codes as fatal by nealsid · 14 years ago
  35. 1fa7c1c Fix compilation of file_id_unittest. by thestig@chromium.org · 14 years ago
  36. df9901a Initialize variables that currently may theoretically be used uninitialized by jessicag.feedback@gmail.com · 14 years ago
  37. fda6a1e Add a free() to ExceptionHandlerTest.ChildCrash. by thestig@chromium.org · 14 years ago
  38. 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
  39. 7fde9a8 Revert revision 658 ('Add glog style logging to symupload'). by erikwright@chromium.org · 14 years ago
  40. 90a41b6 Fix include paths in breakpad_client.gyp to make the build work by ted.mielczarek · 14 years ago
  41. 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
  42. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  43. bb87ebd Reducing severity of most commonly logged ERRORS. by jessicag.feedback@gmail.com · 14 years ago
  44. f24c2e1 Remove proto generated source files from svn. by jessicag.feedback@gmail.com · 14 years ago
  45. 6c7d641 Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detection by ted.mielczarek · 14 years ago
  46. 3a74666 Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's by mark@chromium.org · 14 years ago
  47. 8ca54e4 Use <inttypes.h> macros for formatting fixed-width types. by mark@chromium.org · 14 years ago
  48. 7d279fe Adding sytax setting to proto file by jessicag.feedback@gmail.com · 14 years ago
  49. 513083b Fix memory leak in BasicSourceLineResolver::UnloadModule by ted.mielczarek · 14 years ago
  50. 662b6da Allow Linux dumper to work on PTRACE-hardened kernels by ted.mielczarek · 14 years ago
  51. 8e77c07 Limit the number of frames we try to walk to prevent runaway processors. by thestig@chromium.org · 14 years ago
  52. 64506d2 Issue 176001: Add package to process_state.proto to prevent name clashes. by jessicag.feedback@gmail.com · 14 years ago
  53. aadace2 Cleanup: Remove a useless check. Review URL: http://breakpad.appspot.com/174001 by thestig@chromium.org · 14 years ago
  54. 2452f06 In on_demand_symbol_supplier, recognize architecture x86 and transform it to by mmentovai · 14 years ago
  55. c2c4192 Breakpad DWARF Reader: Ignore padding at the end of the compilation unit. by jimblandy · 14 years ago
  56. 42943c2 Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64> would do. by jimblandy · 14 years ago
  57. 16f2f37 Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code. by jimblandy · 14 years ago
  58. a453cc2 Commit issue 140001: fixes for 64-bit build cleanups. by jimblandy · 14 years ago
  59. f8bca18 Adding process_state protobuf and derived C++ files. Included README as well. by jessicag.feedback@gmail.com · 14 years ago
  60. 8d2c518 Patch from CDN to add support for an exploitability engine by nealsid · 14 years ago
  61. 3b7d8ee Disable cookies in Windows HTTPUpload by ted.mielczarek · 14 years ago
  62. 07a1c07 Clean up old glog code and move deps to new reference in third_party. by jessicag.feedback@gmail.com · 14 years ago
  63. 2072e7e This checkin of the binaries was created by refresh_binaries.bat. by nealsid@gmail.com · 14 years ago
  64. e167e9e Add glog style logging to symupload by nealsid@gmail.com · 14 years ago
  65. 39edd96 fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest from r640 by ted.mielczarek · 14 years ago
  66. 0b12b34 When done with crash-dumping, we need to terminate the application. Calling by thestig@chromium.org · 14 years ago
  67. 2b7ae09 remove trailing comma that makes gcc -pedantic unhappy by ted.mielczarek · 14 years ago
  68. 31b4957 Add missing stdint.h include to fix compilation on newer GCC. by ted.mielczarek · 14 years ago
  69. 14889c3 Change ClientInfo into a class to match other platforms, rename the current ClientInfo to ExceptionInfo by ted.mielczarek@gmail.com · 14 years ago
  70. a599ae8 Put MachIPC into the google_breakpad namespace by ted.mielczarek@gmail.com · 14 years ago
  71. f5c8f6f Fix a couple of bugs where we generate incorrect minidump files on Linux.o by thestig@chromium.org · 14 years ago
  72. 3a69e0e Miscellaneous improvements to minidump-2-core. by thestig@chromium.org · 14 years ago
  73. 144938c Allow dumping live processes on OS X by ted.mielczarek@gmail.com · 14 years ago
  74. 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
  75. 26ff18d fix typo in previous commit by ted.mielczarek@gmail.com · 14 years ago
  76. 44af96c Change exception_handler_test.cc to use Google Test by ted.mielczarek@gmail.com · 14 years ago
  77. 7cdcc98 Allow passing certificate path to HTTPUpload::SendRequest by ted.mielczarek · 14 years ago
  78. 2543651 Remove i386 from the set of architectures that the Mac crash_report tool's by mark@chromium.org · 14 years ago
  79. 0ab73db Breakpad uses x86 as the architecture name, not i386. Most tools don't care by mark@chromium.org · 14 years ago
  80. 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
  81. 0b814c1 review: http://breakpad.appspot.com/139001 by dmaclach · 14 years ago
  82. 1b8c24f review: http://breakpad.appspot.com/138001 by dmaclach · 14 years ago
  83. 9791806 Review: http://breakpad.appspot.com/137001 by dmaclach · 14 years ago
  84. 6e3869c Review: http://breakpad.appspot.com/136001 by dmaclach · 14 years ago
  85. b5b8051 Review: http://breakpad.appspot.com/135001 BUG: none TEST: Build GoogleTalk by dmaclach · 14 years ago
  86. a2d5da4 Fixes up some style nits, and gets us compiling on Leopard again. by dmaclach · 14 years ago
  87. 23eabde Adding 11 languages to the crash uploader app on the Mac, contributed by the Camino localization teams by stuart.morgan · 14 years ago
  88. 6f598cc Fix unit tests that have not built since @610 by ted.mielczarek · 14 years ago
  89. 615d2c0 Separate the "hello" message from the parameter messages in by mark@chromium.org · 14 years ago
  90. 4ac61ac Clean up build for 64 bit. by dmaclach · 14 years ago
  91. 786275e Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF data. by jimblandy · 14 years ago
  92. c5f5e0a Breakpad Linux dumper: Don't map file into memory a second time just to compute file ID by jimblandy · 14 years ago
  93. 56eac4d Add functionality to read the .gnu_debuglink section and load symbols from a debug ELF file. by thestig@chromium.org · 14 years ago
  94. 0dd6c95 Remove duplicate FUNC entries from dump_syms output. by thestig@chromium.org · 14 years ago
  95. 8014071 Fix a couple of tiny things for GCC pedantry by ted.mielczarek@gmail.com · 14 years ago
  96. 1c87cc8 Remove some duplicate endianness code. by thestig@chromium.org · 14 years ago
  97. 7fbd777 Linux: Skip sections of type SHT_NOBITS when loading symbols. by thestig@chromium.org · 14 years ago
  98. e193098 Breakpad: Avoid using the C++ <cfoo> headers. by ted.mielczarek · 14 years ago
  99. 4f456b8 Breakpad DWARF CFI support: Cleanups requested by Neal by ted.mielczarek · 14 years ago
  100. b80b13f Breakpad Linux symbol dumper: Remove unneeded objects from test executables by ted.mielczarek · 14 years ago