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
*
Linux: Fix builds on systems without PR_SET_PTRACER in linux/prctl.h.
thestig@chromium.org
2013-07-02
1
-1
/
+5
*
Fix Android build more.
thestig@chromium.org
2013-07-01
1
-0
/
+2
*
Fix a clang warning.
mark@chromium.org
2013-06-27
1
-5
/
+7
*
add interface for WriteMinidump which allows the caller to supply file handle...
cdn@chromium.org
2013-06-06
2
-21
/
+64
*
Make all linux ptrace dumper tests use a subprocess
ted.mielczarek@gmail.com
2013-06-06
1
-191
/
+203
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
8
-67
/
+74
*
Fixing several instances of std::vector::operator[] out of range access
ivan.penkov@gmail.com
2013-05-21
2
-9
/
+16
*
Submitting this on behalf of Xiaoling Bao.
ivan.penkov@gmail.com
2013-05-20
4
-4
/
+17
*
Ensure a proper LinuxDumper::crash_thread_ value
ted.mielczarek@gmail.com
2013-05-17
2
-4
/
+4
*
Fix a "set but not used" compiler warning in a test
mseaborn@chromium.org
2013-05-10
1
-1
/
+2
*
Fix minidump generation from exception.
qsr@chromium.org
2013-05-03
2
-9
/
+15
*
Rewrite SimpleStringDictionary with NonAllocatingMap.
rsesek@chromium.org
2013-04-24
4
-20
/
+17
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
6
-126
/
+897
*
Allow option for efficient and safe opt out of in-proc dump generation for Wi...
ivan.penkov@gmail.com
2013-04-23
4
-41
/
+143
*
Move SimpleStringDictionary from common/mac/ to just common/.
rsesek@chromium.org
2013-04-18
10
-314
/
+29
*
Add Android ifdef to fix issue 526
ted.mielczarek@gmail.com
2013-04-18
1
-0
/
+2
*
Fix missing result check in Mac exception handler
ted.mielczarek@gmail.com
2013-04-18
1
-3
/
+7
*
ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux
ted.mielczarek@gmail.com
2013-04-16
1
-0
/
+30
*
Removing redundant calls to string::c_str().
ivan.penkov@gmail.com
2013-03-29
1
-7
/
+7
*
Get the complete linux gate mapping instead of only one page
ted.mielczarek@gmail.com
2013-03-29
1
-3
/
+2
*
Fix Windows unittest build on VC2012
ted.mielczarek@gmail.com
2013-03-29
1
-2
/
+9
*
Fix three unit tests on recent ARM devices.
digit@chromium.org
2013-03-21
1
-0
/
+24
*
Linux MinidumpWriter should properly set number_of_processors on ARM
ted.mielczarek@gmail.com
2013-03-12
1
-0
/
+4
*
Remove "library" variable
ted.mielczarek@gmail.com
2013-03-07
1
-9
/
+1
*
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
19
-112
/
+113
*
size_limit_ member of minidump_descriptor ignored in copy constructor
ted.mielczarek@gmail.com
2013-02-14
2
-2
/
+4
*
Fix some issues with -Werror=sign-compare on Android builds
ted.mielczarek@gmail.com
2013-02-01
1
-1
/
+1
*
Add API to find out if there is crash reports to send to the server.
qsr@chromium.org
2013-02-01
2
-0
/
+10
*
Remove a call to new[] from WriteDSODebugStream
ted.mielczarek@gmail.com
2013-01-31
1
-4
/
+3
*
Fix remaining processor/scoped_ptr.h references for reals.
thestig@chromium.org
2013-01-22
1
-1
/
+1
*
Fix remaining processor/scoped_ptr.h references after r1096.
thestig@chromium.org
2013-01-22
3
-3
/
+3
*
Remove <(library) usage from gyp files.
thestig@chromium.org
2013-01-19
4
-6
/
+6
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
7
-7
/
+7
*
ExceptionHandler::HandleSignal
mark@chromium.org
2013-01-14
1
-2
/
+5
*
Fix typo.
qsr@chromium.org
2012-12-17
1
-2
/
+2
*
Updating BreakpadController to allow start and stop being nop.
qsr@chromium.org
2012-12-17
1
-4
/
+5
*
Fix minidump size limit used for MinidumpSizeLimit unittest
mkrebs@chromium.org
2012-12-12
1
-4
/
+25
*
Allow the Mac and iOS Breakpad clients to build without exceptions when the C...
mark@chromium.org
2012-12-11
3
-10
/
+48
*
Explicitly include unistd.h for getpagesize().
mark@chromium.org
2012-12-07
1
-0
/
+1
*
Add assertion on initialization sequence.
qsr@chromium.org
2012-11-28
2
-0
/
+24
*
Fix unused variable warning in optimized build (fix proveded by Matthew Riley)
ivan.penkov@gmail.com
2012-11-21
1
-2
/
+3
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
7
-36
/
+40
*
Add optional file size limit for minidumps
mkrebs@chromium.org
2012-11-15
5
-17
/
+266
*
Fix assertion failure in WriteMappings() for zero modules
mkrebs@chromium.org
2012-11-14
1
-2
/
+9
*
Fix typo from r1079.
thestig@chromium.org
2012-11-13
1
-1
/
+1
*
Linux: Avoid truncating the vendor id.
thestig@chromium.org
2012-11-09
1
-5
/
+3
*
Minor cleanup in src/client/linux/minidump_writer/minidump_writer_unittest.cc.
thestig@chromium.org
2012-11-08
1
-18
/
+18
*
SuspendThread returns a DWORD value, so checking the return value with ">= 0"
ivan.penkov@gmail.com
2012-11-01
1
-3
/
+6
*
Fixing Windows client unit tests. They were broken in r1034 due to gMock and
ivan.penkov@gmail.com
2012-10-19
8
-16
/
+449
[next]