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
/
linux
/
minidump_writer
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
3
-17
/
+17
*
Remove a call to new[] from WriteDSODebugStream
ted.mielczarek@gmail.com
2013-01-31
1
-4
/
+3
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
2
-2
/
+2
*
Fix minidump size limit used for MinidumpSizeLimit unittest
mkrebs@chromium.org
2012-12-12
1
-4
/
+25
*
Cleaning up google-breakpad source code of signed-unsigned comparison warnings
ivan.penkov@gmail.com
2012-11-21
5
-16
/
+20
*
Add optional file size limit for minidumps
mkrebs@chromium.org
2012-11-15
3
-15
/
+251
*
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
*
Fix the Android unit tests.
digit@chromium.org
2012-10-09
1
-4
/
+0
*
Don't bail if a thread's stack pointer is invalid
mkrebs@chromium.org
2012-10-08
7
-36
/
+137
*
Fix a parsing error in the Linux dump writer.
thestig@chromium.org
2012-09-26
1
-7
/
+11
*
Minidumps never contain MD_LINUX_DSO_DEBUG info when breakpad is in a shared ...
ted.mielczarek@gmail.com
2012-09-19
5
-100
/
+107
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
2
-1
/
+40
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
3
-15
/
+148
*
Make my_str_len/my_itos take uintmax_t
ted.mielczarek@gmail.com
2012-09-17
1
-2
/
+2
*
Fix README.ANDROID + formatting
digit@chromium.org
2012-09-05
1
-2
/
+2
*
Fix minidump_writer_unittest on Android
digit@chromium.org
2012-08-30
1
-4
/
+3
*
Fix Linux/ARM GetInstructionPointer() in minidump_writer.cc
digit@chromium.org
2012-08-30
1
-1
/
+1
*
Improve Android support
digit@chromium.org
2012-08-21
3
-32
/
+0
*
Adding a way to create an ExceptionHandler that takes in a file descriptor
jcivelli@chromium.org
2012-08-09
3
-44
/
+137
*
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...
digit@chromium.org
2012-08-03
5
-63
/
+67
*
Speculatively back out r989 per http://codereview.chromium.org/10805065/ :
mark@chromium.org
2012-07-24
3
-126
/
+9
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
2
-5
/
+7
*
Move minidump_extension_linux.h contents into minidump_format.h
ted.mielczarek
2012-07-20
2
-76
/
+0
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek
2012-07-19
3
-9
/
+126
*
Add MD_OS_ANDROID definition.
digit@chromium.org
2012-07-04
1
-0
/
+24
*
Fixing various compiler warnings and applying minor tweaks to allow running of
ivan.penkov@gmail.com
2012-07-02
6
-45
/
+141
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
4
-9
/
+13
*
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
2
-27
/
+35
*
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
*
Changes to get the breakpad client compiling and running on Android using
mark@chromium.org
2012-04-03
2
-15
/
+19
*
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
*
Modify CrashGenerator::CreateChildCrash to copy proc files.
benchan@chromium.org
2012-02-23
1
-13
/
+5
*
Fix test addresses to use uintptr_t instead of u_int64_t.
benchan@chromium.org
2012-01-27
2
-3
/
+3
*
Implement core dump to minidump conversion.
benchan@chromium.org
2012-01-19
10
-356
/
+1005
*
Refactor LinuxDumper and MinidumpWriter.
benchan@chromium.org
2012-01-11
4
-88
/
+128
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
3
-9
/
+8
*
Refactor code in preparation of merging with the fork in Chromium OS.
benchan@chromium.org
2011-12-16
1
-16
/
+5
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
1
-40
/
+32
*
Fix some shadow variables, including one in file_id.cc that causes all files ...
thestig@chromium.org
2011-10-20
1
-2
/
+2
*
Fix an assertion encountered in UntypedMDRVA::Copy().
mmentovai
2011-07-01
1
-0
/
+9
*
Add some headers necessary to build the Linux client code with the Android ND...
ted.mielczarek@gmail.com
2011-05-31
1
-0
/
+1
*
Fix linux-gate handling in LinuxDumper so it gets a valid debug ID
ted.mielczarek
2011-05-06
2
-2
/
+92
*
Another attempt at signed / unsigned int resolution for linux minidump writer.
jessicag.feedback@gmail.com
2011-03-30
4
-11
/
+15
[prev]
[next]