aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/Breakpad.xcodeproj
Commit message (Expand)AuthorAgeFilesLines
* Update Xcode project files to fix build errors.Ivan Penkov2020-01-291-15/+18
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-0/+10
* mac: Fix broken xcode projectsJoshua Peraza2018-07-311-55/+51
* Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan2016-04-211-2/+0
* Fixing the Mac Inspector build by adding the launch_report dependency to the ...ivanpe@chromium.org2014-10-171-0/+10
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-181-16/+16
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-031-0/+12
* Move away from the 10.4 SDK.mark@chromium.org2012-02-211-3/+0
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-211-0/+16
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-231-4/+22
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-13/+12
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-161-4/+4
* Extract constants from Breakpad.h.qsr@chromium.org2011-10-111-0/+4
* Extract the uploader process from crash_report_senderqsr@chromium.org2011-10-101-0/+6
* Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org2011-10-101-0/+10
* Build the Mac Breakpad utilities with the 10.5 SDK in x86_64 Debug mode. Thismark@chromium.org2011-09-281-23/+23
* Fix encoding of breakpad/src/client/mac/testapp/English.lproj/InfoPlist.stringsmark@chromium.org2011-09-271-1/+1
* Fix totally busted-up project file that was, for the most part, wrong formark@chromium.org2011-09-271-9/+65
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-271-12/+12
* Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference tommentovai2011-04-051-0/+11
* Fix MinidumpGenerator::WriteExceptionStream for writing cross-architecture dumpsted.mielczarek@gmail.com2010-12-161-0/+39
* Allow out-of-process minidump generation to work on processes of a different ...ted.mielczarek@gmail.com2010-12-151-0/+109
* Add some unit tests for the mac MinidumpGeneratorted.mielczarek2010-12-131-5/+36
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-231-0/+30
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-131-2/+193
* Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com2010-08-121-5/+151
* review: http://breakpad.appspot.com/138001dmaclach2010-07-291-66/+34
* Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan2010-07-251-0/+58
* Clean up build for 64 bit.dmaclach2010-07-191-353/+346
* Convert files in .nib format to .xib format.mark@chromium.org2010-06-231-10/+10
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-291-8/+14
* Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...nealsid2009-07-281-0/+151
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-211-0/+4
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-031-14/+20
* Mac reporter improvements:stuartmorgan2009-04-291-14/+6
* Give the Mac reporter app a localized name of 'Crash Reporter'stuartmorgan2009-04-221-5/+17
* Fix framework bundle ID and remove useless autogenerated InfoPlist.stringsstuart.morgan2009-04-061-16/+4
* Incorporate feedback from first Breakpad integration.nealsid2009-04-061-33/+23
* Open sourcing the Breakpad framework from Google. nealsid2009-04-011-0/+1937