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. fd557e4 Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to by mmentovai · 14 years ago
  7. d328f20 Rename duplicate argument names to make it compile with CLang. by ted.mielczarek · 14 years ago
  8. 816f250 Make localization resizing of Mac uploader email line more robust. Review URL: http://breakpad.appspot.com/247001 by stuart.morgan · 14 years ago
  9. 717bf0d Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.appspot.com/245001 by stuartmorgan · 14 years ago
  10. c45b12b Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps by ted.mielczarek@gmail.com · 14 years ago
  11. 0344a36 Allow out-of-process minidump generation to work on processes of a different CPU architecture by ted.mielczarek@gmail.com · 14 years ago
  12. 0d9bd40 Allow writing on-request minidumps with an exception stream by ted.mielczarek@gmail.com · 14 years ago
  13. cae59b4 issue 334 - Fix a race condition between ExceptionHandler::Teardown and ExceptionHandler::WaitForMessage on OS X 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. 30b075c Fix WriteMemoryListStream to remove an extraneous loop index variable increment. by ted.mielczarek · 14 years ago
  16. 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
  17. 14889c3 Change ClientInfo into a class to match other platforms, rename the current ClientInfo to ExceptionInfo by ted.mielczarek@gmail.com · 14 years ago
  18. a599ae8 Put MachIPC into the google_breakpad namespace by ted.mielczarek@gmail.com · 14 years ago
  19. 144938c Allow dumping live processes on OS X by ted.mielczarek@gmail.com · 14 years ago
  20. 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
  21. 26ff18d fix typo in previous commit by ted.mielczarek@gmail.com · 14 years ago
  22. 44af96c Change exception_handler_test.cc to use Google Test by ted.mielczarek@gmail.com · 14 years ago
  23. 0b814c1 review: http://breakpad.appspot.com/139001 by dmaclach · 14 years ago
  24. 1b8c24f review: http://breakpad.appspot.com/138001 by dmaclach · 14 years ago
  25. 9791806 Review: http://breakpad.appspot.com/137001 by dmaclach · 14 years ago
  26. 6e3869c Review: http://breakpad.appspot.com/136001 by dmaclach · 14 years ago
  27. 23eabde Adding 11 languages to the crash uploader app on the Mac, contributed by the Camino localization teams by stuart.morgan · 14 years ago
  28. 615d2c0 Separate the "hello" message from the parameter messages in by mark@chromium.org · 14 years ago
  29. 4ac61ac Clean up build for 64 bit. by dmaclach · 14 years ago
  30. 8ffb12e Convert files in .nib format to .xib format. by mark@chromium.org · 14 years ago
  31. 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
  32. 910f68a Make Mac comment and email text field placeholders localizable. r=nealsid by stuart.morgan · 15 years ago
  33. 6f50ca3 Add email mapping for Socorro. r=nealsid by stuart.morgan · 15 years ago
  34. 4969cfc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. by jimblandy@gmail.com · 15 years ago
  35. 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
  36. 2712a8c Forward exceptions in child processes to Apple's Crash Reporter by nealsid · 15 years ago
  37. ebebd0f Always export catch_exception_raise. by mmentovai · 15 years ago
  38. a304315 Allow the Breakpad Mac framework to be built without -fexceptions. by mmentovai · 15 years ago
  39. b732303 Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://breakpad.appspot.com/30001 by ted.mielczarek · 15 years ago
  40. ddd71b7 Fix text field resizing for 10.5+ SDK by stuartmorgan · 15 years ago
  41. 7a5e320 Add tool dependencies to the 'Build All' target of Breakpad, so that everything can be built at once! by nealsid · 15 years ago
  42. 2273484 Port fixes from internal Google Breakpad to SVN. by nealsid · 15 years ago
  43. 61e88c7 issue 323 - OS X exception handler / minidump generator should set exception address correctly for EXC_BAD_ACCESS . r=nealsid at http://breakpad.appspot.com/15002 by ted.mielczarek · 15 years ago
  44. c52715f Fix for generating dumps on-demand to set the requesting thread to the current thread by nealsid · 15 years ago
  45. 2eb356a Support custom URL parameters. Added unit tests for Breakpad. Added by nealsid · 15 years ago
  46. 2a78191 Show the reporter UI for Breakpad.framework regardless of whether continuing the crashed process succeeded (issue 319) by stuartmorgan · 15 years ago
  47. bec07f6 Patch from Jeremy to have better error reporting, and workaround a Cocoa bug in different locales by nealsid · 15 years ago
  48. f9c5540 Add a missing include (for gettimeofday) to Inspector.mm by stuartmorgan · 15 years ago
  49. 33e8fad Mac reporter improvements: by stuartmorgan · 15 years ago
  50. 73afbc7 Mac framework fixes: Propagate server type from plist, and fix precedence of defaults vs. plist by stuart.morgan · 15 years ago
  51. ed1f6e7 Code review issue 9002: Add paranoid logging to Inspector & Reporter by nealsid · 15 years ago
  52. e438d9c Add a parameter to control the Mac reporter timeout. by stuartmorgan · 15 years ago
  53. 1cb4ad7 Fix to support extensible parameter handling, and add process crashtime/uptime support by nealsid · 15 years ago
  54. 04a7df7 Give the Mac reporter app a localized name of 'Crash Reporter' by stuartmorgan · 15 years ago
  55. a0a0de3 Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed externals directory. by nealsid · 15 years ago
  56. 841f5f7 Sender tweaks; strip whitespace from server-returned ID, and change the title of the dialog a bit. by stuart.morgan · 16 years ago
  57. 9290b70 Fix framework bundle ID and remove useless autogenerated InfoPlist.strings by stuart.morgan · 16 years ago
  58. 77d851c Fix my build break due to misnamed constant by nealsid · 16 years ago
  59. a3d4c97 Incorporate feedback from first Breakpad integration. by nealsid · 16 years ago
  60. 3ebdb1b Open sourcing the Breakpad framework from Google. by nealsid · 16 years ago
  61. 8b6271c New test data to reflect Ted's changes that add function parameters to symbols when using DWARF by nealsid · 16 years ago
  62. e055207 Added some sanity checks when iterating over threads in a crashed process. In same cases the ESP could be 0. In other cases it would be borked completely(i.e. pointing to an invalid range). by nealsid · 16 years ago
  63. 3a283d8 Undo suspend/resume feature since it was meant as a workaround to a bug in how we handled child process exceptions. Currently we don't return to the kernel when we take an exception from a child process, causing a hang. Now we return KERN_FAILURE, indicating to the kernel to move on to the host-level exception handler(usually Crash Reporter) by nealsid · 16 years ago
  64. 32441cc Issue 181: Add version info for Mac OS X modules. Found by iterating over load commands until I found LC_ID_DYLIB. Also modified crash_report to generate version number. Also added suspend/resume capability to exception handler, necessary because exception handling can behave strangely across fork() calls. Also added fix for filtering out functions with no line number information, and for filtering out some multiple inheritance glue the compiler generates. by nealsid · 16 years ago
  65. cb4aa6b Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code! by nealsid · 16 years ago
  66. 85534c2 Now we provide our own implementation of the MIG function exc_server, as recommended by Apple. by nealsid · 16 years ago
  67. d55398a Filter out duplicates from the image list when creating a minidump. See issue 266 for more details. by nealsid · 16 years ago
  68. d318f9e Fix to stop unit tests from being compiled & run for non-native architectures by nealsid · 16 years ago
  69. c2bdaa6 Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter specified, which succeeds on Leopard but fails on Tiger by nealsid · 16 years ago
  70. 47df365 Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bit binary, and added new test case for ReadImageInfoForTask by nealsid · 16 years ago
  71. d6f0f92 Style changes by nealsid · 16 years ago
  72. d906d0f Updated code to be compliant with style guidelines by nealsid · 16 years ago
  73. 4c39c13 Issue 258: Added test cases for ReadTaskMemory, reorganized project file, renamed filenames inside comments by nealsid · 16 years ago
  74. 9609db8 Fix a bug in start address calculation by nealsid · 16 years ago
  75. 5da0379 As part of resolving issue 256 I'd like to check in some unit by nealsid · 17 years ago
  76. b0d8076 Issue 254: The problem is that nlist() is compiled out of libc in by nealsid · 17 years ago
  77. 867df1c Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are typedefed to the appropriate types depending on 32/64-bit compilation and modified dynamic_images to use these new types. Tested 32-bit minidump-generation. Also did some code cleanup along the way. Removed all blank lines that had spaces. by nealsid · 17 years ago
  78. d7d6c74 Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patch by mmentovai · 17 years ago
  79. 30dfc3d Issue 208: Reviewer waylonis by ladderbreaker · 17 years ago
  80. 649967c Issue 209: Reviewer waylonis by ladderbreaker · 17 years ago
  81. d792274 Issue203 : reviewed by Waylonis by ladderbreaker · 17 years ago
  82. 69d2422 Issue 202: reviewed by Waylonis by ladderbreaker · 17 years ago
  83. 70c7438 Issue 197: reviewed by Waylonis by ladderbreaker · 17 years ago
  84. 43a81da issue 194: reviewed by waylonis by ladderbreaker · 17 years ago
  85. 026b28e issue 167: reviewed by Benjamin Smedberg by ladderbreaker · 17 years ago
  86. 32d4064 - Add const keyword / casting to supress more stringient compiler warnings by waylonis · 17 years ago
  87. 822ead1 Issue 140 - Fill in some more cpu information on OS X x86 dumps. r=mento by ted.mielczarek · 17 years ago
  88. 0e668e0 Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp, r=Chris Rogers by ted.mielczarek · 17 years ago
  89. 3d55532 Issue 161: reviewer Waylonis by ladderbreaker · 17 years ago
  90. 0c70be6 Issue 163, reviewer mento. Make dynamic_images.cc build on 10.3.9 SDK + update XCode project by ted.mielczarek · 17 years ago
  91. 9a3263a Issue 160 - Reviewer Chris Rogers by ted.mielczarek · 17 years ago
  92. 9be806e missed header renames from Issue 152 by ted.mielczarek · 17 years ago
  93. 255bbe9 Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers by ted.mielczarek · 17 years ago
  94. de2fd15 Issue 159: reviewer Waylonis by ladderbreaker · 17 years ago
  95. c455a76 Issue 159: reviewer Waylonis by ladderbreaker · 17 years ago
  96. 530a7ad fixes for issue 128: reviewed by Waylonis by ladderbreaker · 18 years ago
  97. e5dc608 Rename Airbag to Breakpad. by mmentovai · 18 years ago
  98. 9832648 Fix bug with mach-o walker not properly walking universal binary (Issue #125) by waylonis · 18 years ago
  99. 600e56b - Fixes the bug with a fork()'d child's exception being caught in the parent process by waylonis · 18 years ago
  100. d31c8b0 Changes to support patch #108: by waylonis · 18 years ago