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
*
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