1. 8f2b058 Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 by mark@chromium.org · 13 years ago
  2. ba5ee2c Remove a bogus const. by mark@chromium.org · 13 years ago
  3. 1b9920a Fix a typo in r817 by ted.mielczarek · 13 years ago
  4. e919fdd Wean Mac Breakpad off of its OpenSSL libcrypto dependency. by mark@chromium.org · 13 years ago
  5. d01a9f8 Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when targeting 10.7, as PPC support has been removed from the 10.7 SDK by ted.mielczarek@gmail.com · 13 years ago
  6. be55cc8 Fix an assertion encountered in UntypedMDRVA::Copy(). by mmentovai · 13 years ago
  7. dcebaf4 Add some headers necessary to build the Linux client code with the Android NDK r5 by ted.mielczarek@gmail.com · 13 years ago
  8. 1807e38 Fix linux-gate handling in LinuxDumper so it gets a valid debug ID by ted.mielczarek · 13 years ago
  9. fd557e4 Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to by mmentovai · 13 years ago
  10. 23c8299 Another attempt at signed / unsigned int resolution for linux minidump writer. by jessicag.feedback@gmail.com · 13 years ago
  11. 3b3f0c3 Adding header files at the request of Chrome. by jessicag.feedback@gmail.com · 13 years ago
  12. 3228182 Add trusted check by jessicag.feedback@gmail.com · 13 years ago
  13. b0201df Merge adjacent mappings with the same name into one module in LinuxDumper. by ted.mielczarek · 13 years ago
  14. 88fa7cf Protect "std::max", "std::min" against MACROs defined in WinDef.h. by SiyangXie@gmail.com · 13 years ago
  15. 68b256a Updating to ints from unsigned ints so -1 will be an acceptable value. by jessicag.feedback@gmail.com · 13 years ago
  16. d328f20 Rename duplicate argument names to make it compile with CLang. by ted.mielczarek · 14 years ago
  17. 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 · 14 years ago
  18. 9220e0b Round-trip client/processor unittests for Windows by ted.mielczarek · 14 years ago
  19. b904343 Fix clang warning / miscompile. by mmentovai · 14 years ago
  20. 972ae49 Fix compile by adding needed includes. by thestig@chromium.org · 14 years ago
  21. fd00ae5 Fixing typos that will soon be gyp errors. by thestig@chromium.org · 14 years ago
  22. 816f250 Make localization resizing of Mac uploader email line more robust. Review URL: http://breakpad.appspot.com/247001 by stuart.morgan · 14 years ago
  23. 717bf0d Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.appspot.com/245001 by stuartmorgan · 14 years ago
  24. c45b12b Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps by ted.mielczarek@gmail.com · 14 years ago
  25. 0344a36 Allow out-of-process minidump generation to work on processes of a different CPU architecture by ted.mielczarek@gmail.com · 14 years ago
  26. 0d9bd40 Allow writing on-request minidumps with an exception stream by ted.mielczarek@gmail.com · 14 years ago
  27. cae59b4 issue 334 - Fix a race condition between ExceptionHandler::Teardown and ExceptionHandler::WaitForMessage on OS X by ted.mielczarek@gmail.com · 14 years ago
  28. efbe428 Add some unit tests for the mac MinidumpGenerator by ted.mielczarek · 14 years ago
  29. ef7262d allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler by ted.mielczarek · 14 years ago
  30. b5dfa28 Reuse code and fix inconsistent array boundaries. by kmixter@chromium.org · 14 years ago
  31. 30b075c Fix WriteMemoryListStream to remove an extraneous loop index variable increment. by ted.mielczarek · 14 years ago
  32. 3665a7d Linux: Attempt to generate an ELF identifier for deleted running binaries. by thestig@chromium.org · 14 years ago
  33. f66ff1a Delete an old Makefile and fix lots of lint errors. by thestig@chromium.org · 14 years ago
  34. 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
  35. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  36. 8d1130a Only include linux_syscall_support.h on Linux in cross platform files. by thestig@chromium.org · 14 years ago
  37. 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
  38. a91e414 Modify crash_generation_app to use GYP instead of VS .sln file for ease of maintenance. by erikwright@chromium.org · 14 years ago
  39. b6ee7dc Fix CrashGenerationServer to recover from protocol errors and a test for same. by erikwright@chromium.org · 14 years ago
  40. 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
  41. 1efa3f9 Fix compilation for minidump-2-core. by thestig@chromium.org · 14 years ago
  42. 4b7f1eb Actually treat fatal error codes as fatal by nealsid · 14 years ago
  43. fda6a1e Add a free() to ExceptionHandlerTest.ChildCrash. by thestig@chromium.org · 14 years ago
  44. 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
  45. 90a41b6 Fix include paths in breakpad_client.gyp to make the build work by ted.mielczarek · 14 years ago
  46. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  47. 662b6da Allow Linux dumper to work on PTRACE-hardened kernels by ted.mielczarek · 14 years ago
  48. 07a1c07 Clean up old glog code and move deps to new reference in third_party. by jessicag.feedback@gmail.com · 14 years ago
  49. 0b12b34 When done with crash-dumping, we need to terminate the application. Calling by thestig@chromium.org · 14 years ago
  50. 2b7ae09 remove trailing comma that makes gcc -pedantic unhappy by ted.mielczarek · 14 years ago
  51. 14889c3 Change ClientInfo into a class to match other platforms, rename the current ClientInfo to ExceptionInfo by ted.mielczarek@gmail.com · 14 years ago
  52. a599ae8 Put MachIPC into the google_breakpad namespace by ted.mielczarek@gmail.com · 14 years ago
  53. f5c8f6f Fix a couple of bugs where we generate incorrect minidump files on Linux.o by thestig@chromium.org · 14 years ago
  54. 3a69e0e Miscellaneous improvements to minidump-2-core. by thestig@chromium.org · 14 years ago
  55. 144938c Allow dumping live processes on OS X by ted.mielczarek@gmail.com · 14 years ago
  56. 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
  57. 26ff18d fix typo in previous commit by ted.mielczarek@gmail.com · 14 years ago
  58. 44af96c Change exception_handler_test.cc to use Google Test by ted.mielczarek@gmail.com · 14 years ago
  59. 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
  60. 0b814c1 review: http://breakpad.appspot.com/139001 by dmaclach · 14 years ago
  61. 1b8c24f review: http://breakpad.appspot.com/138001 by dmaclach · 14 years ago
  62. 9791806 Review: http://breakpad.appspot.com/137001 by dmaclach · 14 years ago
  63. 6e3869c Review: http://breakpad.appspot.com/136001 by dmaclach · 14 years ago
  64. b5b8051 Review: http://breakpad.appspot.com/135001 BUG: none TEST: Build GoogleTalk by dmaclach · 14 years ago
  65. 23eabde Adding 11 languages to the crash uploader app on the Mac, contributed by the Camino localization teams by stuart.morgan · 14 years ago
  66. 615d2c0 Separate the "hello" message from the parameter messages in by mark@chromium.org · 14 years ago
  67. 4ac61ac Clean up build for 64 bit. by dmaclach · 14 years ago
  68. 8ffb12e Convert files in .nib format to .xib format. by mark@chromium.org · 14 years ago
  69. 8e3c63b Remove LOG statements from linux utilities so there's no dependency on log library by nealsid · 14 years ago
  70. 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
  71. 0b54af4 Patch from Vitaly to remove synchronization and make exception handling code single-threaded by nealsid · 14 years ago
  72. 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
  73. bcf885c Added a death test for the pure virtual function call. by hansl@google.com · 14 years ago
  74. 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
  75. 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
  76. 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
  77. ffedcd4 Replacing solutions with gyp files. Moving tests for windows clients in unittests. by hansl@google.com · 14 years ago
  78. eee511f Fix dependency on Visual C++ 9 introduced by revision 557. by nealsid · 14 years ago
  79. 131c0c6 issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. r=mark at http://breakpad.appspot.com/103001 by ted.mielczarek · 14 years ago
  80. d5b689e Patch from Zhurun to fix build breaks in gcc 4.4.1 by nealsid · 14 years ago
  81. f331983 [ Mistakenly committed older version of patch. This is the right one. ] by jimblandy · 14 years ago
  82. b68b800 Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test. by jimblandy · 14 years ago
  83. 18dd9d0 Fix HandleInvalidParameter to provide a locally created exception record for the minidump. by siggi@chromium.org · 14 years ago
  84. 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
  85. 83e085b Breakpad: Update copyright notice years on all files changed in 2010. by jimblandy · 15 years ago
  86. f480ba1 Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Client} classes. Upstreamed from the Mozilla repository. Patch by Chris Jones <jones.chris.g@gmail.com> r=me at https://bugzilla.mozilla.org/show_bug.cgi?id=516759 by ted.mielczarek · 15 years ago
  87. e7b2043 Move file_id.cc from test_src to lib_src A=nealsid R=ted.mielczarek by nealsid · 15 years ago
  88. 910f68a Make Mac comment and email text field placeholders localizable. r=nealsid by stuart.morgan · 15 years ago
  89. 6f50ca3 Add email mapping for Socorro. r=nealsid by stuart.morgan · 15 years ago
  90. 9f211b4 fix compilation on 64-bit, followup from issue 357 by ted.mielczarek · 15 years ago
  91. 0a5fc5d Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid at http://breakpad.appspot.com/49008 by ted.mielczarek · 15 years ago
  92. e4ffacd Fix build break for 64-bit compilation. A=Gregory Dardyk R=nealsid by nealsid · 15 years ago
  93. f7f9dfc by brdevmn · 15 years ago
  94. 4969cfc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. by jimblandy@gmail.com · 15 years ago
  95. 9dcc03f Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in CPU info. Patch by Jeff Muizelaar <jmuizelaar@mozilla.com>, r=me by ted.mielczarek · 15 years ago
  96. bb61886 Fix some build warnings by nealsid · 15 years ago
  97. d95a88c remove trailing comma from enum definition to make it compile with -pedantic by ted.mielczarek · 15 years ago
  98. b1f271a remove empty file, leftover from r384 by ted.mielczarek · 15 years ago
  99. 096992f Upstreaming several patches from Chrome: by nealsid · 15 years ago
  100. 2712a8c Forward exceptions in child processes to Apple's Crash Reporter by nealsid · 15 years ago