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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
7
-7
/
+168
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
6
-18
/
+265
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
1
-42
/
+3
*
Make my_str_len/my_itos take uintmax_t
ted.mielczarek@gmail.com
2012-09-17
1
-2
/
+2
*
Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...
ted.mielczarek@gmail.com
2012-09-17
4
-3
/
+29
*
Fix compilation of crash_generation_server.cc, and add it to the client libra...
ted.mielczarek@gmail.com
2012-09-17
1
-1
/
+1
*
Fix the Linux build on Ubuntu 12.04 LTS
digit@chromium.org
2012-09-06
1
-2
/
+2
*
Fix README.ANDROID + formatting
digit@chromium.org
2012-09-05
1
-2
/
+2
*
Properly redeliver (or don't) signals to the previous handlers.
mark@chromium.org
2012-09-04
3
-72
/
+304
*
Add custom getcontext() implementation for Android.
digit@chromium.org
2012-08-31
1
-9
/
+3
*
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
*
Fix the tools and processor build for Android
digit@chromium.org
2012-08-21
1
-2
/
+2
*
Improve Android support
digit@chromium.org
2012-08-21
7
-245
/
+1
*
Fix Android build.
digit@chromium.org
2012-08-20
2
-2
/
+9
*
Make ExceptionHandler::HandleSignal() public.
mark@chromium.org
2012-08-10
2
-0
/
+12
*
Adding a way to create an ExceptionHandler that takes in a file descriptor
jcivelli@chromium.org
2012-08-09
8
-401
/
+611
*
Conditionally compiling a unittest - based on whether AddressSanitizer is used.
ivan.penkov@gmail.com
2012-08-06
1
-0
/
+7
*
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411...
digit@chromium.org
2012-08-03
5
-63
/
+67
*
Android ucontext_t handling refinement.
digit@chromium.org
2012-08-01
1
-13
/
+116
*
Speculatively back out r989 per http://codereview.chromium.org/10805065/ :
mark@chromium.org
2012-07-24
6
-193
/
+10
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
4
-12
/
+20
*
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
6
-10
/
+193
*
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
10
-39
/
+47
*
Fix Android build of client library
digit@chromium.org
2012-06-27
2
-32
/
+7
*
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
*
Fix file descriptor leaks in ExternalDumper test
ted.mielczarek
2012-04-11
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
*
Modify CrashGenerator::CreateChildCrash to copy proc files.
benchan@chromium.org
2012-02-23
1
-13
/
+5
*
Avoid setting an alternative stack for signals if there is already one
ted.mielczarek
2012-02-14
2
-8
/
+11
*
Fix test addresses to use uintptr_t instead of u_int64_t.
benchan@chromium.org
2012-01-27
3
-4
/
+4
*
Use sys_prctl instead of prctl.
thestig@chromium.org
2012-01-24
1
-8
/
+5
*
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
*
Send crash dumps to Google via HTTPS instead of HTTP, since they might
thestig@chromium.org
2012-01-04
1
-1
/
+1
*
Replace readlink calls with a safer version that guarantees NULL-termination.
benchan@chromium.org
2011-12-21
4
-14
/
+12
*
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
2
-67
/
+61
*
Fix problem with not NULL terminating mapping name.
kmixter@chromium.org
2011-11-09
1
-1
/
+2
*
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
[prev]
[next]