1. 27e54b4 Allow CrashGenerationClient to request that a dump of the parent process be written. by ted.mielczarek · 13 years ago
  2. 365994c Correct leak. by qsr@chromium.org · 13 years ago
  3. 50b04cc Fix problem with not NULL terminating mapping name. by kmixter@chromium.org · 13 years ago
  4. e75788a Add mach_vm_deallocate to the set of function not available on iOS5. by qsr@chromium.org · 13 years ago
  5. 34f57bc Do not use mach_vm.h on iOS. by qsr@chromium.org · 13 years ago
  6. 4fd4efe Fix some shadow variables, including one in file_id.cc that causes all files to generate the same hash. Add a test to make sure this doesn't happen again. by thestig@chromium.org · 13 years ago
  7. 8fac6df Allow to retrieve id of a module from memory instead of going to disk for iOS. by qsr@chromium.org · 13 years ago
  8. 35a68e8 Fix svn:executable and svn:eol-style properties in src/client/windows. by mark@chromium.org · 13 years ago
  9. f1fa9b0 Breakpad implementation for ios. by qsr@chromium.org · 13 years ago
  10. 6adfe8a Remove duplicate definition of GTMLoggerDebug. by mark@chromium.org · 13 years ago
  11. 79bb1b3 Adding missing method. by qsr@chromium.org · 13 years ago
  12. 7d65fe6 #include BreakpadDefines.h as "BreakpadDefines.h" and not by mark@chromium.org · 13 years ago
  13. 62e5dd1 Extract constants from Breakpad.h. by qsr@chromium.org · 13 years ago
  14. 63f97ad Handle ios dump. by qsr@chromium.org · 13 years ago
  15. 3d4b6e7 Extract the uploader process from crash_report_sender by qsr@chromium.org · 13 years ago
  16. 00936cf Extracting the config file class from the Inspector to be able to reuse it. by qsr@chromium.org · 13 years ago
  17. f7b0f83 Allow minidump generator to generate ARM minidumps (for iOS on a device). by qsr@chromium.org · 13 years ago
  18. be368a3 10.4 SDK fix by mark@chromium.org · 13 years ago
  19. 405bb7a Address review comments from r843 (http://breakpad.appspot.com/307001) by mark@chromium.org · 13 years ago
  20. 1e9dbde Ensure crash reports will be uploaded on the Mac. by mark@chromium.org · 13 years ago
  21. e7b75db Use a bootstrap subset port for the inspector, tying the subset to the by mark@chromium.org · 13 years ago
  22. 9dfe692 Fix some compilation warnings and other errors due to API changes by mark@chromium.org · 13 years ago
  23. 742e915 Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. This by mark@chromium.org · 13 years ago
  24. 8690197 Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.strings by mark@chromium.org · 13 years ago
  25. 494fa83 Fix some newlines. by mark@chromium.org · 13 years ago
  26. 1f17be3 Fix totally busted-up project file that was, for the most part, wrong for by mark@chromium.org · 13 years ago
  27. 912c99f Remove javascript_engine GYP variable. by mihaip@chromium.org · 13 years ago
  28. 9325731 Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in by mark@chromium.org · 13 years ago
  29. ce8d215 Add missing (parentehses.) by mark@chromium.org · 13 years ago
  30. 60a8832 Fix CalculateStackSize to behave properly when the main thread's stack is by mark@chromium.org · 13 years ago
  31. 7b8b863 The process_id field is unsigned, so we need this cast in c++0x. by mark@chromium.org · 13 years ago
  32. e6c0689 The first field in a MDLocationDescriptor is a u_int32_t, so change this cast by mark@chromium.org · 13 years ago
  33. 8f2b058 Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 by mark@chromium.org · 13 years ago
  34. ba5ee2c Remove a bogus const. by mark@chromium.org · 13 years ago
  35. 1b9920a Fix a typo in r817 by ted.mielczarek · 13 years ago
  36. e919fdd Wean Mac Breakpad off of its OpenSSL libcrypto dependency. by mark@chromium.org · 13 years ago
  37. 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
  38. be55cc8 Fix an assertion encountered in UntypedMDRVA::Copy(). by mmentovai · 13 years ago
  39. dcebaf4 Add some headers necessary to build the Linux client code with the Android NDK r5 by ted.mielczarek@gmail.com · 13 years ago
  40. 1807e38 Fix linux-gate handling in LinuxDumper so it gets a valid debug ID by ted.mielczarek · 13 years ago
  41. fd557e4 Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference to by mmentovai · 13 years ago
  42. 23c8299 Another attempt at signed / unsigned int resolution for linux minidump writer. by jessicag.feedback@gmail.com · 13 years ago
  43. 3b3f0c3 Adding header files at the request of Chrome. by jessicag.feedback@gmail.com · 13 years ago
  44. 3228182 Add trusted check by jessicag.feedback@gmail.com · 13 years ago
  45. b0201df Merge adjacent mappings with the same name into one module in LinuxDumper. by ted.mielczarek · 13 years ago
  46. 88fa7cf Protect "std::max", "std::min" against MACROs defined in WinDef.h. by SiyangXie@gmail.com · 13 years ago
  47. 68b256a Updating to ints from unsigned ints so -1 will be an acceptable value. by jessicag.feedback@gmail.com · 13 years ago
  48. d328f20 Rename duplicate argument names to make it compile with CLang. by ted.mielczarek · 14 years ago
  49. 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
  50. 9220e0b Round-trip client/processor unittests for Windows by ted.mielczarek · 14 years ago
  51. b904343 Fix clang warning / miscompile. by mmentovai · 14 years ago
  52. 972ae49 Fix compile by adding needed includes. by thestig@chromium.org · 14 years ago
  53. fd00ae5 Fixing typos that will soon be gyp errors. by thestig@chromium.org · 14 years ago
  54. 816f250 Make localization resizing of Mac uploader email line more robust. Review URL: http://breakpad.appspot.com/247001 by stuart.morgan · 14 years ago
  55. 717bf0d Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.appspot.com/245001 by stuartmorgan · 14 years ago
  56. c45b12b Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumps by ted.mielczarek@gmail.com · 14 years ago
  57. 0344a36 Allow out-of-process minidump generation to work on processes of a different CPU architecture by ted.mielczarek@gmail.com · 14 years ago
  58. 0d9bd40 Allow writing on-request minidumps with an exception stream by ted.mielczarek@gmail.com · 14 years ago
  59. cae59b4 issue 334 - Fix a race condition between ExceptionHandler::Teardown and ExceptionHandler::WaitForMessage on OS X by ted.mielczarek@gmail.com · 14 years ago
  60. efbe428 Add some unit tests for the mac MinidumpGenerator by ted.mielczarek · 14 years ago
  61. ef7262d allow passing info about known memory mappings to MinidumpWriter and ExceptionHandler by ted.mielczarek · 14 years ago
  62. b5dfa28 Reuse code and fix inconsistent array boundaries. by kmixter@chromium.org · 14 years ago
  63. 30b075c Fix WriteMemoryListStream to remove an extraneous loop index variable increment. by ted.mielczarek · 14 years ago
  64. 3665a7d Linux: Attempt to generate an ELF identifier for deleted running binaries. by thestig@chromium.org · 14 years ago
  65. f66ff1a Delete an old Makefile and fix lots of lint errors. by thestig@chromium.org · 14 years ago
  66. 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
  67. cfc8628 Add support for building the Linux client code using the Android NDK by ted.mielczarek · 14 years ago
  68. 8d1130a Only include linux_syscall_support.h on Linux in cross platform files. by thestig@chromium.org · 14 years ago
  69. 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
  70. a91e414 Modify crash_generation_app to use GYP instead of VS .sln file for ease of maintenance. by erikwright@chromium.org · 14 years ago
  71. b6ee7dc Fix CrashGenerationServer to recover from protocol errors and a test for same. by erikwright@chromium.org · 14 years ago
  72. 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
  73. 1efa3f9 Fix compilation for minidump-2-core. by thestig@chromium.org · 14 years ago
  74. 4b7f1eb Actually treat fatal error codes as fatal by nealsid · 14 years ago
  75. fda6a1e Add a free() to ExceptionHandlerTest.ChildCrash. by thestig@chromium.org · 14 years ago
  76. 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
  77. 90a41b6 Fix include paths in breakpad_client.gyp to make the build work by ted.mielczarek · 14 years ago
  78. 9fc5812 Fix a handful of comment spelling errors (Issue 385) by jessicag.feedback@gmail.com · 14 years ago
  79. 662b6da Allow Linux dumper to work on PTRACE-hardened kernels by ted.mielczarek · 14 years ago
  80. 07a1c07 Clean up old glog code and move deps to new reference in third_party. by jessicag.feedback@gmail.com · 14 years ago
  81. 0b12b34 When done with crash-dumping, we need to terminate the application. Calling by thestig@chromium.org · 14 years ago
  82. 2b7ae09 remove trailing comma that makes gcc -pedantic unhappy by ted.mielczarek · 14 years ago
  83. 14889c3 Change ClientInfo into a class to match other platforms, rename the current ClientInfo to ExceptionInfo by ted.mielczarek@gmail.com · 14 years ago
  84. a599ae8 Put MachIPC into the google_breakpad namespace by ted.mielczarek@gmail.com · 14 years ago
  85. f5c8f6f Fix a couple of bugs where we generate incorrect minidump files on Linux.o by thestig@chromium.org · 14 years ago
  86. 3a69e0e Miscellaneous improvements to minidump-2-core. by thestig@chromium.org · 14 years ago
  87. 144938c Allow dumping live processes on OS X by ted.mielczarek@gmail.com · 14 years ago
  88. 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
  89. 26ff18d fix typo in previous commit by ted.mielczarek@gmail.com · 14 years ago
  90. 44af96c Change exception_handler_test.cc to use Google Test by ted.mielczarek@gmail.com · 14 years ago
  91. 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
  92. 0b814c1 review: http://breakpad.appspot.com/139001 by dmaclach · 14 years ago
  93. 1b8c24f review: http://breakpad.appspot.com/138001 by dmaclach · 14 years ago
  94. 9791806 Review: http://breakpad.appspot.com/137001 by dmaclach · 14 years ago
  95. 6e3869c Review: http://breakpad.appspot.com/136001 by dmaclach · 14 years ago
  96. b5b8051 Review: http://breakpad.appspot.com/135001 BUG: none TEST: Build GoogleTalk by dmaclach · 14 years ago
  97. 23eabde Adding 11 languages to the crash uploader app on the Mac, contributed by the Camino localization teams by stuart.morgan · 14 years ago
  98. 615d2c0 Separate the "hello" message from the parameter messages in by mark@chromium.org · 14 years ago
  99. 4ac61ac Clean up build for 64 bit. by dmaclach · 14 years ago
  100. 8ffb12e Convert files in .nib format to .xib format. by mark@chromium.org · 14 years ago