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
...
*
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
*
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 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
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
7
-41
/
+41
*
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
*
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
3
-3
/
+3
*
ExceptionHandler::HandleSignal
mark@chromium.org
2013-01-14
1
-2
/
+5
*
Fix minidump size limit used for MinidumpSizeLimit unittest
mkrebs@chromium.org
2012-12-12
1
-4
/
+25
*
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
*
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 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 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
2
-10
/
+11
*
Fix the Linux build with clang.
thestig@chromium.org
2012-09-26
1
-0
/
+1
*
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
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
[prev]
[next]