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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix x86_64 Android build after user_fpregs_struct was added to /sys/user.h in...
rmcilroy@chromium.org
2014-05-14
1
-3
/
+8
*
[MIPS] Fix core dump related unit tests for Android on MIPS
gordana.cmiljanovic@imgtec.com
2014-05-14
2
-0
/
+53
*
Fixing a build break on Linux.
mmandlis@chromium.org
2014-05-01
2
-3
/
+1
*
Add Arm64 support to dumpsyms.
rmcilroy@chromium.org
2014-04-29
4
-3
/
+42
*
Linux: Check the CRC32 of the debug link file in the symbol dumper.
thestig@chromium.org
2014-04-23
3
-23
/
+175
*
Change PrintFunctions to print functions in address order and not print dupli...
wfh@chromium.org
2014-04-23
1
-11
/
+53
*
Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...
rmcilroy@chromium.org
2014-04-23
1
-0
/
+9
*
Change the way function and public symbols are obtained to use the findChildr...
wfh@chromium.org
2014-04-16
1
-37
/
+48
*
Limit the workaround in r1313 to Android only.
thestig@chromium.org
2014-04-15
1
-2
/
+9
*
[Android]: Fix hang in CreateChildCrash() on Android.
rmcilroy@chromium.org
2014-04-15
1
-13
/
+19
*
Update offset of fpregs_mem.
rmcilroy@chromium.org
2014-04-15
2
-2
/
+2
*
Add x64 version of getcontext.
rmcilroy@chromium.org
2014-04-11
5
-0
/
+275
*
Adding support for 64-bit Windows modules to ms_symbol_server_converter.
ivan.penkov@gmail.com
2014-04-10
8
-300
/
+321
*
Moving directory 'build' one level up as it collides with a file named 'BUILD...
ivan.penkov@gmail.com
2014-04-10
1
-1
/
+1
*
Fix aarch64 ucontext layout on Android
rmcilroy@chromium.org
2014-04-09
4
-9
/
+23
*
Add Arm64 support to breakpad unittests.
rmcilroy@chromium.org
2014-04-08
1
-0
/
+1
*
Move build configuration to root of repository.
chrisha@chromium.org
2014-04-03
1
-1
/
+1
*
Fix ElfCoreDumpTest.ValidCoreFile unit test.
benchan@chromium.org
2014-04-03
1
-2
/
+5
*
Add Arm64 version of breakpad_getcontext for Android.
rmcilroy@chromium.org
2014-04-03
2
-9
/
+109
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
9
-6
/
+46
*
Remove some unecessary Android system header definitions.
rmcilroy@chromium.org
2014-04-02
3
-58
/
+6
*
fix races in CrashGenerator::CreateChildCrash
vapier@chromium.org
2014-04-02
2
-14
/
+37
*
Terminating FileID path when at maximum length. (Coverity)
thestig@chromium.org
2014-04-01
2
-5
/
+4
*
GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity)
thestig@chromium.org
2014-04-01
2
-2
/
+3
*
Add support for Win64 stack unwind data as STACK CFI
wfh@chromium.org
2014-03-24
2
-1
/
+201
*
Fixing compiler warnings:
ivan.penkov@gmail.com
2014-02-28
3
-4
/
+4
*
Initialize file descriptors to -1, not 0, in MachoWalker.
mark@chromium.org
2014-02-26
1
-2
/
+2
*
Update GTM and enable -Wundef and strict C++11 flags.
dmaclach
2014-02-26
3
-90
/
+29
*
Fixup breakpad compile for Xcode 5.1 iOS release
dmaclach
2014-02-24
1
-1
/
+1
*
Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.
dmaclach
2014-02-18
3
-6
/
+6
*
Support statically-linked libcurl for HTTP uploads in Linux
mattdr.breakpad@gmail.com
2014-01-29
1
-1
/
+11
*
Fix missing semi-colons from r1267.
thestig@chromium.org
2014-01-17
1
-3
/
+3
*
Windows: Fix remaining level 4 warnings.
thestig@chromium.org
2013-12-18
1
-3
/
+5
*
Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...
thestig@chromium.org
2013-12-18
1
-0
/
+17
*
Switch scoped_ptr.h to a compatible google3 implementation.
thestig@chromium.org
2013-12-18
1
-209
/
+278
*
Misc Android-related fixes.
digit@chromium.org
2013-12-13
2
-4
/
+15
*
Add include guards and avoid redefinition of false/true in convert_UTF.
mark@chromium.org
2013-12-05
2
-0
/
+10
*
Do not read CFI section when not outputing CFI information.
qsr@chromium.org
2013-12-04
1
-10
/
+14
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
1
-16
/
+13
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
3
-10
/
+20
*
Switch to scoped_array instead of inappropriate scoped_ptr.
jessicag.feedback
2013-10-28
1
-1
/
+1
*
Support symbol dumping for ARMV8 iOS apps.
qsr@chromium.org
2013-10-15
2
-0
/
+37
*
In NonAllocatingMap, remove asserts around key/value length.
rsesek@chromium.org
2013-10-01
2
-15
/
+0
*
Fix the Android/MIPS build.
digit@chromium.org
2013-09-25
2
-0
/
+55
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
6
-6
/
+115
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
4
-9
/
+38
*
Fix build on Android.
mark@chromium.org
2013-06-28
1
-0
/
+5
*
Eliminate redundant initialization following r1188,
mark@chromium.org
2013-06-20
1
-2
/
+1
*
Treat warnings as error and fix most level 4 warnings in the breakpad windows...
ivan.penkov@gmail.com
2013-06-04
2
-11
/
+17
*
Thanks to Matthew Riley who noticed this issue and provided the initial propo...
ivan.penkov@gmail.com
2013-05-23
2
-12
/
+36
[prev]
[next]