aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/Framework
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-154-125/+125
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-223-3/+3
* Breakpad: Fix build with new clang versions.mark@chromium.org2014-12-101-1/+1
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-152-0/+63
* Fixup breakpad compile for Xcode 5.1 iOS releasedmaclach2014-02-241-2/+2
* Don't do work inside assert(). Ever.mark@chromium.org2014-01-101-16/+13
* Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.altse@chromium.org2013-12-121-18/+0
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-241-4/+2
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-181-1/+1
* Allow the Mac and iOS Breakpad clients to build without exceptions when the C...mark@chromium.org2012-12-111-2/+15
* Ignore -Wdeprecated-declarations for bootstrap_create_service inmark@chromium.org2012-07-231-0/+3
* Change #imports that should have been #includes to #include.mark@chromium.org2012-07-021-6/+6
* Remove 1 static initializer.mark@chromium.org2012-07-021-1/+0
* Send uptime as milliseconds for Mac and iOS.qsr@chromium.org2012-03-021-5/+7
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-211-6/+9
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-232-73/+1
* #include BreakpadDefines.h as "BreakpadDefines.h" and notmark@chromium.org2011-10-111-1/+1
* Extract constants from Breakpad.h.qsr@chromium.org2011-10-113-56/+85
* 10.4 SDK fixmark@chromium.org2011-10-061-0/+6
* Address review comments from r843 (http://breakpad.appspot.com/307001)mark@chromium.org2011-10-052-6/+11
* Ensure crash reports will be uploaded on the Mac.mark@chromium.org2011-10-051-0/+15
* Use a bootstrap subset port for the inspector, tying the subset to themark@chromium.org2011-10-031-10/+26
* Keep a log of uploaded crash IDs on the Mac. Review URL: http://breakpad.apps...stuartmorgan2010-12-171-1/+4
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-161-0/+4
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-282-44/+53
* Clean up build for 64 bit.dmaclach2010-07-192-21/+14
* Allow the Breakpad Mac framework to be built without -fexceptions.mmentovai2009-10-151-51/+45
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-212-11/+14
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-121-1/+7
* Fix for generating dumps on-demand to set the requesting thread to the curren...nealsid2009-06-121-1/+1
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-032-56/+160
* Show the reporter UI for Breakpad.framework regardless of whether continuing ...stuartmorgan2009-05-281-1/+1
* Mac reporter improvements:stuartmorgan2009-04-292-5/+11
* Mac framework fixes: Propagate server type from plist, and fix precedence of ...stuart.morgan2009-04-291-7/+8
* Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid2009-04-231-1/+1
* Add a parameter to control the Mac reporter timeout.stuartmorgan2009-04-222-0/+12
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-222-15/+62
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-211-5/+5
* Sender tweaks; strip whitespace from server-returned ID, and change the title...stuart.morgan2009-04-071-2/+2
* Fix framework bundle ID and remove useless autogenerated InfoPlist.stringsstuart.morgan2009-04-062-1/+1
* Incorporate feedback from first Breakpad integration.nealsid2009-04-062-19/+53
* Open sourcing the Breakpad framework from Google. nealsid2009-04-017-0/+1421