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
/
handler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trim unintentional whitespace and fix style nits
thestig@chromium.org
2014-03-18
1
-9
/
+9
*
Make Linux ExceptionHandler::HandleSignal public
ted.mielczarek@gmail.com
2014-02-05
1
-1
/
+3
*
Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...
thestig@chromium.org
2013-12-18
1
-1
/
+2
*
disable unittests under ASAN that use memory crashes
vapier@chromium.org
2013-12-11
1
-5
/
+14
*
Allow SIGABRT to abort the program.
thestig@chromium.org
2013-11-07
1
-2
/
+3
*
increase exception handler stack size for dumping thread
vapier@chromium.org
2013-10-23
1
-1
/
+3
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
1
-1
/
+6
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
3
-22
/
+45
*
Update to build against the latest revision of linux_syscall_support.h
mseaborn@chromium.org
2013-09-05
1
-3
/
+3
*
Add Android ifdef to fix issue 526
ted.mielczarek@gmail.com
2013-04-18
1
-0
/
+2
*
ESP is zero in dumps created by CrashGenerationClient::RequestDump on i386 Linux
ted.mielczarek@gmail.com
2013-04-16
1
-0
/
+30
*
Fix three unit tests on recent ARM devices.
digit@chromium.org
2013-03-21
1
-0
/
+24
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
3
-23
/
+23
*
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
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
1
-1
/
+1
*
ExceptionHandler::HandleSignal
mark@chromium.org
2013-01-14
1
-2
/
+5
*
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
2
-20
/
+20
*
Add optional file size limit for minidumps
mkrebs@chromium.org
2012-11-15
2
-2
/
+15
*
Fix some compiler errors in exception_handler_unittest by casting like crazy
ted.mielczarek@gmail.com
2012-10-15
1
-2
/
+4
*
Make Linux signal handler more robust.
digit@chromium.org
2012-10-09
2
-0
/
+60
*
Fix merge error from r1055
ted.mielczarek@gmail.com
2012-10-02
1
-1
/
+0
*
Fix linux compile errors for some systems.
qsr@chromium.org
2012-10-02
1
-9
/
+10
*
Fix the Linux build with clang.
thestig@chromium.org
2012-09-26
1
-0
/
+1
*
Allow generating minidumps from live process on Linux via ExceptionHandler
ted.mielczarek@gmail.com
2012-09-18
3
-1
/
+117
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek@gmail.com
2012-09-18
3
-3
/
+117
*
Add a GetInstructionPointer method to MinidumpException
ted.mielczarek@gmail.com
2012-09-17
1
-42
/
+3
*
Allow setting a new MinidumpDescriptor on ExceptionHandler, also expose direc...
ted.mielczarek@gmail.com
2012-09-17
4
-3
/
+29
*
Fix the Linux build on Ubuntu 12.04 LTS
digit@chromium.org
2012-09-06
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 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
2
-5
/
+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
5
-357
/
+474
*
Conditionally compiling a unittest - based on whether AddressSanitizer is used.
ivan.penkov@gmail.com
2012-08-06
1
-0
/
+7
*
Speculatively back out r989 per http://codereview.chromium.org/10805065/ :
mark@chromium.org
2012-07-24
3
-67
/
+1
*
Linux: Fix a bunch of clang errors from not handling return values.
thestig@chromium.org
2012-07-24
1
-5
/
+8
*
Allow adding extra memory regions to minidump on linux/windows
ted.mielczarek
2012-07-19
3
-1
/
+67
*
This change allows compiling the google-breakpad code using a global ::string...
ivan.penkov@gmail.com
2012-06-28
3
-21
/
+23
*
Fix Android build of client library
digit@chromium.org
2012-06-27
1
-6
/
+1
*
Fix compilation warnings related to unchecked return values
ted.mielczarek
2012-04-25
1
-1
/
+8
*
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
1
-12
/
+19
*
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
1
-1
/
+1
*
Use sys_prctl instead of prctl.
thestig@chromium.org
2012-01-24
1
-8
/
+5
*
Correct compilation warning.
qsr@chromium.org
2011-11-23
1
-27
/
+29
[next]