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
/
ios
/
Breakpad.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix orphaned crash reports.
John Z Wu
2019-05-15
1
-1
/
+13
*
[Breakpad iOS] Add a callback on report upload completion.
Olivier Robin
2019-04-23
1
-13
/
+26
*
breakpad: Remove semicolons, iOS edition.
Nico Weber
2019-02-25
1
-1
/
+1
*
Adds method to get the date of the most recent iOS crash report.
Evan Bernstein
2018-10-08
1
-0
/
+38
*
Fix crash when an NSException is thrown.
Adam Harrison
2018-02-02
1
-1
/
+1
*
Remove duplicate import.
Adam Harrison
2017-12-05
1
-1
/
+0
*
Create LongStringDictionary and replace SimpleStringDictionary on iOS
Yi Wang
2017-11-03
1
-19
/
+21
*
Revert "Create LongStringDictionary and replace SimpleStringDictionary usages...
Mark Mentovai
2017-11-02
1
-21
/
+19
*
Create LongStringDictionary and replace SimpleStringDictionary usages in clie...
Yi Wang
2017-10-27
1
-19
/
+21
*
ios: Adds a no-Mach exception handler
Adam Harrison
2017-10-12
1
-0
/
+7
*
Only release current_breakpad_ if it is defined.
Benjamin Lerman
2015-10-14
1
-1
/
+1
*
Default nil or empty version string to CFBundleVersion
changluo@google.com
2015-07-10
1
-1
/
+1
*
Breakpad: Fix build with new clang versions.
mark@chromium.org
2014-12-10
1
-1
/
+1
*
Adding possibility for client to upload the file
blundell@chromium.org
2014-09-01
1
-15
/
+88
*
Unhook current Breakpad object after handling uncaught NSException.
qsr@chromium.org
2014-07-07
1
-0
/
+1
*
Fixing compiler warnings:
ivan.penkov@gmail.com
2014-02-28
1
-2
/
+2
*
Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.
dmaclach
2014-02-18
1
-1
/
+1
*
When the Breakpad.h header gets compiled by standard C compilers
dmaclach
2014-02-18
1
-2
/
+7
*
Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.
blundell@chromium.org
2014-01-13
1
-5
/
+11
*
Don't do work inside assert(). Ever.
mark@chromium.org
2014-01-10
1
-16
/
+13
*
Remove usage of gDebugLog and DEBUGLOG from Mac and iOS client code.
altse@chromium.org
2013-12-12
1
-15
/
+0
*
In iOS, BREAKPAD_OUTPUT_DUMP_FILE value contains a malformed full path to the...
qsr@chromium.org
2013-11-26
1
-2
/
+1
*
Provide BreakpadGetCrashReportCount() and -[BreakpadController
mark@chromium.org
2013-11-20
1
-5
/
+14
*
Fix a memory leak, using stringWithUTF8String instead.
yuwu@google.com
2013-07-17
1
-1
/
+1
*
Check env var BreakpadMinidumpLocation first, if set, use it as BREAKPAD_DUMP...
yuwu@google.com
2013-07-15
1
-2
/
+5
*
Rewrite SimpleStringDictionary with NonAllocatingMap.
rsesek@chromium.org
2013-04-24
1
-6
/
+4
*
Move SimpleStringDictionary from common/mac/ to just common/.
rsesek@chromium.org
2013-04-18
1
-2
/
+2
*
Allow the Mac and iOS Breakpad clients to build without exceptions when the C...
mark@chromium.org
2012-12-11
1
-7
/
+19
*
Correct various compilation warnings.
qsr@chromium.org
2012-03-07
1
-2
/
+1
*
Creating minidump for uncaught exception on iOS.
qsr@chromium.org
2012-02-14
1
-0
/
+56
*
Add API on iOS to generate dump on demand.
qsr@chromium.org
2011-12-09
1
-2
/
+55
*
Correct bug introduced by last commit: Interface on Breakpad is incorrect.
qsr@chromium.org
2011-11-16
1
-5
/
+7
*
Add an API to Breakpad to upload custom file to the crash server.
qsr@chromium.org
2011-11-16
1
-0
/
+35
*
Correct leak.
qsr@chromium.org
2011-11-10
1
-2
/
+2
*
Breakpad implementation for ios.
qsr@chromium.org
2011-10-12
1
-0
/
+683