aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac
Commit message (Expand)AuthorAgeFilesLines
* Fix one more -Wnull-conversion warning.mark@chromium.org2012-03-301-1/+2
* Fix -Wnull-conversion warnings in breakpad.mark@chromium.org2012-03-302-2/+2
* Add high level API for breakpad on iOS.qsr@chromium.org2012-03-131-7/+9
* Change iOS implementation to not use exc_serverqsr@chromium.org2012-03-091-86/+89
* Add SIGABRT handler for mac and iOS.qsr@chromium.org2012-03-093-10/+90
* Removing breakpad_exc_server and all references.qsr@chromium.org2012-03-083-2085/+2
* Correct various compilation warnings.qsr@chromium.org2012-03-072-14/+16
* Send uptime as milliseconds for Mac and iOS.qsr@chromium.org2012-03-022-6/+10
* 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-213-9/+29
* Creating minidump for uncaught exception on iOS.qsr@chromium.org2012-02-141-4/+12
* createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)mark@chromium.org2012-02-091-45/+4
* Fix clang warning about format string.mark@chromium.org2012-02-091-1/+1
* NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.mark@chromium.org2012-02-061-8/+9
* Fix several clang warnings in breakpad.mark@chromium.org2012-01-262-4/+4
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-236-80/+26
* Correct compilation warning.qsr@chromium.org2011-11-234-118/+48
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-182-17/+16
* Add an API to Breakpad to upload custom file to the crash server.qsr@chromium.org2011-11-163-106/+138
* Fix several error-case leaks on the Mac found by clang analysisstuartmorgan2011-11-142-2/+8
* Add mach_vm_deallocate to the set of function not available on iOS5.qsr@chromium.org2011-10-241-0/+1
* Do not use mach_vm.h on iOS.qsr@chromium.org2011-10-245-15/+56
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-202-7/+25
* Breakpad implementation for ios.qsr@chromium.org2011-10-121-0/+6
* Remove duplicate definition of GTMLoggerDebug.mark@chromium.org2011-10-111-3/+0
* Adding missing method.qsr@chromium.org2011-10-111-0/+5
* #include BreakpadDefines.h as "BreakpadDefines.h" and notmark@chromium.org2011-10-111-1/+1
* Extract constants from Breakpad.h.qsr@chromium.org2011-10-119-65/+98
* Handle ios dump.qsr@chromium.org2011-10-111-0/+4
* Extract the uploader process from crash_report_senderqsr@chromium.org2011-10-105-570/+695
* Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org2011-10-105-224/+325
* #ifdef cpu specific code.qsr@chromium.org2011-10-076-9/+160
* 10.4 SDK fixmark@chromium.org2011-10-063-1/+21
* Address review comments from r843 (http://breakpad.appspot.com/307001)mark@chromium.org2011-10-054-15/+25
* Ensure crash reports will be uploaded on the Mac.mark@chromium.org2011-10-053-2/+74
* Use a bootstrap subset port for the inspector, tying the subset to themark@chromium.org2011-10-031-10/+26
* Fix some compilation warnings and other errors due to API changesmark@chromium.org2011-09-292-17/+11
* 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
* Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is inmark@chromium.org2011-08-261-0/+8
* Add missing (parentehses.)mark@chromium.org2011-08-261-1/+1
* Fix CalculateStackSize to behave properly when the main thread's stack ismark@chromium.org2011-08-252-27/+32
* The process_id field is unsigned, so we need this cast in c++0x.mark@chromium.org2011-08-111-1/+2
* Fix clang warnings.mark@chromium.org2011-08-113-4/+4
* Remove a bogus const.mark@chromium.org2011-08-101-1/+1
* Fix a typo in r817ted.mielczarek2011-07-271-1/+1
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-271-12/+12
* Fix compilation using the OS X 10.7 SDK by #ifdefing out PPC support when tar...ted.mielczarek@gmail.com2011-07-262-1/+22
* Use task_info(..., TASK_DYLD_INFO, ...) on 10.6 and later in preference tommentovai2011-04-052-5/+68