aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/macho_id.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-16/+16
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-161-19/+17
* Fixing compiler warnings:ivan.penkov@gmail.com2014-02-281-1/+1
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-041-11/+16
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-181-0/+4
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-201-14/+27
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-271-30/+6
* Clean up build for 64 bit.dmaclach2010-07-191-4/+11
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-11/+13
* issue 154: reviewed by Waylonisladderbreaker2007-06-061-2/+10
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-031-6/+9
* issue141: reviewer Waylonisladderbreaker2007-03-231-1/+4
* issue 133: Mach-o UUID generation has problems - reviewed by waylonisladderbreaker2007-03-161-6/+13
* Rename Airbag to Breakpad.mmentovai2007-02-141-1/+1
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-071-2/+15
* Only use the segments that contain sections in the identifer calculation.waylonis2007-01-311-30/+48
* Add classes to: walk mach-o files, look for identifiers, and return a 16 byte...waylonis2007-01-111-0/+312