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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix compilation for iOS on XCode 4.5
qsr@chromium.org
2012-07-09
2
-2
/
+1
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-0
/
+24
*
Do not fail crash dump generation if handle operations tracing is not enabled
mark@chromium.org
2012-07-03
1
-1
/
+2
*
Allow the minidump writer to collect handle data so that resulting dump contains
mark@chromium.org
2012-07-03
1
-13
/
+240
*
Fixing various compiler warnings and applying minor tweaks to allow running of
ivan.penkov@gmail.com
2012-07-02
6
-45
/
+141
*
Change #imports that should have been #includes to #include.
mark@chromium.org
2012-07-02
1
-6
/
+6
*
Remove 1 static initializer.
mark@chromium.org
2012-07-02
1
-1
/
+0
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
10
-39
/
+47
*
Fix Android build of client library
digit@chromium.org
2012-06-27
2
-32
/
+7
*
Fix a race condition in AutoCriticalSection.
thestig@chromium.org
2012-06-19
1
-1
/
+1
*
CrashGenerationServer's state machine can be invoked from both the application
mark@chromium.org
2012-06-12
3
-50
/
+76
*
Fix uploader so that it send the guid to the server.
qsr@chromium.org
2012-06-06
1
-0
/
+1
*
Initialize a CustomClientInfo variable. (Coverity)
thestig@chromium.org
2012-05-15
1
-1
/
+1
*
Increase kMinidumpFileLengthLimit from 800000 to 2MB.
mark@chromium.org
2012-05-15
1
-1
/
+1
*
Unprotect the allocator before trying to create a minidump from a signal.
qsr@chromium.org
2012-05-14
1
-5
/
+13
*
Bits necessary to send the reports along with the minidumps.
mark@chromium.org
2012-05-11
1
-5
/
+10
*
Fix warning in r961 - C4800
jessicag.feedback
2012-05-07
1
-1
/
+1
*
wires up the crash client side so that the deferred upload callback can be used.
cdn@chromium.org
2012-05-03
5
-4
/
+33
*
Fix race in VerifyStackReadWithMultipleThreads
ted.mielczarek
2012-04-25
2
-20
/
+29
*
Fix compilation warnings related to unchecked return values
ted.mielczarek
2012-04-25
3
-28
/
+43
*
Reap child in VerifyStackReadWithMultipleThreads
ted.mielczarek
2012-04-25
1
-0
/
+7
*
Fix file descriptor leak in GetThreadInfoByIndex
benchan@chromium.org
2012-04-18
1
-0
/
+1
*
Set limit on the number of custom client info entries that can be sent with a...
cdn@chromium.org
2012-04-17
1
-0
/
+4
*
Expose a callback to allow crash server implementations to defer the uploadin...
cdn@chromium.org
2012-04-13
10
-22
/
+69
*
Fix file descriptor leaks in ExternalDumper test
ted.mielczarek
2012-04-11
1
-0
/
+2
*
Fixed "unused method" warning, reported by Xcode 4.2 on simulator.
qsr@chromium.org
2012-04-04
1
-0
/
+2
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
6
-28
/
+132
*
Remove redundant include of CPP specific header files
ted.mielczarek@gmail.com
2012-04-03
1
-2
/
+0
*
Fix several issues in linux_dumper_unittest_helper
ted.mielczarek@gmail.com
2012-04-03
1
-3
/
+6
*
Fix for putting main module as first one in minidump
mkrebs@chromium.org
2012-03-30
2
-3
/
+53
*
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
*
Unregister waits when a client shuts down so that no further callback events can
cdn@chromium.org
2012-03-22
1
-0
/
+1
*
Add high level API for breakpad on iOS.
qsr@chromium.org
2012-03-13
5
-8
/
+391
*
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
3
-10
/
+90
*
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
3
-16
/
+17
*
Send uptime as milliseconds for Mac and iOS.
qsr@chromium.org
2012-03-02
3
-11
/
+17
*
Modify CrashGenerator::CreateChildCrash to copy proc files.
benchan@chromium.org
2012-02-23
1
-13
/
+5
*
Move away from the 10.4 SDK.
mark@chromium.org
2012-02-21
1
-3
/
+0
*
Funnel all bootstrap_register calls through a routine that doesn't care that
mark@chromium.org
2012-02-21
3
-9
/
+29
*
Avoid setting an alternative stack for signals if there is already one
ted.mielczarek
2012-02-14
2
-8
/
+11
*
Add missing include.
qsr@chromium.org
2012-02-14
1
-0
/
+1
*
Creating minidump for uncaught exception on iOS.
qsr@chromium.org
2012-02-14
5
-7
/
+312
*
createDirectoryAtPath:attributes: is deprecated, use the suggested (10.5+)
mark@chromium.org
2012-02-09
1
-45
/
+4
*
Fix clang warning about format string.
mark@chromium.org
2012-02-09
1
-1
/
+1
*
NXSwapBigIntToHost is deprecated, use CFSwapInt32BigToHost instead.
mark@chromium.org
2012-02-06
1
-8
/
+9
*
Fix test addresses to use uintptr_t instead of u_int64_t.
benchan@chromium.org
2012-01-27
3
-4
/
+4
*
Fix several clang warnings in breakpad.
mark@chromium.org
2012-01-26
2
-4
/
+4
[prev]
[next]