index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
mac
/
handler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix usage of deprecated function CFPropertyListCreateFromXMLData.
Sylvain Defresne
2016-02-08
1
-3
/
+3
*
Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
Ivan Penkov
2016-01-31
1
-6
/
+19
*
Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."
Olivier Robin
2016-01-21
1
-3
/
+3
*
Fix deprecatation warning when building for recent SDKs on iOS/OS X.
Sylvain Defresne
2016-01-07
1
-3
/
+3
*
Let breakpad build with -Wall on OS X and Linux.
Lei Zhang
2015-12-29
1
-6
/
+2
*
Remove use of deprecated CFURLCreateDataAndPropertiesFromResource function.
Ivan Penkov
2015-12-18
1
-12
/
+19
*
Set 32 bits iOS app to use vm_region_recurse_64.
blundell@chromium.org
2014-08-11
1
-4
/
+0
*
Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.
qsr@chromium.org
2014-06-06
1
-1
/
+5
*
[Mac] Remove unused host_info call and supporting calls.
mark@chromium.org
2014-05-12
1
-11
/
+0
*
Make ARM64 detection consistent in chromium.
mark@chromium.org
2014-04-01
4
-7
/
+7
*
Fixing compiler warnings:
ivan.penkov@gmail.com
2014-02-28
1
-3
/
+3
*
Update GTM and enable -Wundef and strict C++11 flags.
dmaclach
2014-02-26
1
-7
/
+14
*
Fixup breakpad compile for Xcode 5.1 iOS release
dmaclach
2014-02-24
1
-2
/
+2
*
Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.
dmaclach
2014-02-18
2
-17
/
+19
*
Generate minidumps for 64-bit ARM apps on iOS.
mark@chromium.org
2013-11-21
7
-23
/
+194
*
Remove define of mach_vm_region from mach_vm_compatibility.h.
qsr@chromium.org
2013-10-17
1
-1
/
+0
*
Enable the SIGABRT handler on desktop OS X
ted.mielczarek@gmail.com
2013-08-14
2
-2
/
+13
*
Fix missing result check in Mac exception handler
ted.mielczarek@gmail.com
2013-04-18
1
-3
/
+7
*
Make OOP mac crashreporting exit after writing dump
ted.mielczarek@gmail.com
2013-03-06
1
-1
/
+4
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
2
-25
/
+25
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
1
-1
/
+1
*
Allow the Mac and iOS Breakpad clients to build without exceptions when the C...
mark@chromium.org
2012-12-11
1
-1
/
+14
*
Explicitly include unistd.h for getpagesize().
mark@chromium.org
2012-12-07
1
-0
/
+1
*
Update dump_syms to correctly filter on cpu subtype.
qsr@chromium.org
2012-10-04
1
-3
/
+5
*
Fix an analyzer warning due to value assigned but not used.
kenbongort@gmail.com
2012-10-03
1
-2
/
+0
*
Fix a bunch of small nits.
thestig@chromium.org
2012-09-26
1
-52
/
+50
*
Turn on more warnings in ios / mac projects.
qsr@chromium.org
2012-09-21
3
-18
/
+25
*
Getting context information from the kernel when catching a SIGABRT on iOS.
qsr@chromium.org
2012-08-20
4
-9
/
+39
*
Fix compilation for iOS on XCode 4.5
qsr@chromium.org
2012-07-09
1
-1
/
+1
*
Unprotect the allocator before trying to create a minidump from a signal.
qsr@chromium.org
2012-05-14
1
-5
/
+13
*
Fix one more -Wnull-conversion warning.
mark@chromium.org
2012-03-30
1
-1
/
+2
*
Fix -Wnull-conversion warnings in breakpad.
mark@chromium.org
2012-03-30
2
-2
/
+2
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
1
-7
/
+9
*
Change iOS implementation to not use exc_server
qsr@chromium.org
2012-03-09
1
-86
/
+89
*
Add SIGABRT handler for mac and iOS.
qsr@chromium.org
2012-03-09
2
-6
/
+70
*
Removing breakpad_exc_server and all references.
qsr@chromium.org
2012-03-08
3
-2085
/
+2
*
Correct various compilation warnings.
qsr@chromium.org
2012-03-07
2
-14
/
+16
*
Creating minidump for uncaught exception on iOS.
qsr@chromium.org
2012-02-14
1
-4
/
+12
*
NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.
mark@chromium.org
2012-02-06
1
-8
/
+9
*
Fix several clang warnings in breakpad.
mark@chromium.org
2012-01-26
1
-3
/
+3
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
1
-4
/
+4
*
Fix several error-case leaks on the Mac found by clang analysis
stuartmorgan
2011-11-14
1
-2
/
+7
*
Add mach_vm_deallocate to the set of function not available on iOS5.
qsr@chromium.org
2011-10-24
1
-0
/
+1
*
Do not use mach_vm.h on iOS.
qsr@chromium.org
2011-10-24
5
-15
/
+56
*
Allow to retrieve id of a module from memory instead of going to disk for iOS.
qsr@chromium.org
2011-10-20
2
-7
/
+25
*
Handle ios dump.
qsr@chromium.org
2011-10-11
1
-0
/
+4
*
#ifdef cpu specific code.
qsr@chromium.org
2011-10-07
6
-9
/
+160
*
10.4 SDK fix
mark@chromium.org
2011-10-06
1
-0
/
+7
*
Fix some compilation warnings and other errors due to API changes
mark@chromium.org
2011-09-29
2
-17
/
+11
*
Fix a Breakpad crash during teardown when USE_PROTECTED_ALLOCATIONS is in
mark@chromium.org
2011-08-26
1
-0
/
+8
[next]