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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make crash_handler volatile to prevent compiler optimizing it away.
rmcilroy@chromium.org
2014-07-02
1
-1
/
+5
*
Cleanup: hide undefined behavior from the compiler better.
ivanpe@chromium.org
2014-07-01
1
-4
/
+18
*
dump_syms: use unordered_set<> instead of set<> for speed.
mark@chromium.org
2014-06-26
1
-4
/
+4
*
Update output for test minidump_dump_test.
ivanpe@chromium.org
2014-06-25
1
-19
/
+20
*
minidump_dump: bug fixes.
mark@chromium.org
2014-06-17
1
-30
/
+53
*
Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.
qsr@chromium.org
2014-06-06
1
-1
/
+5
*
Add virtual dtor to LibcurlWrapper.
pbos@chromium.org
2014-06-04
2
-0
/
+3
*
Add missing MD_MISCINFO_FLAGS1_BUILDSTRING. Revise documentation to clarify
mark@chromium.org
2014-06-03
2
-55
/
+158
*
Print more x86-64 registers in minidump_stackwalk
ted.mielczarek@gmail.com
2014-05-30
1
-4
/
+22
*
Linux: Fix a memory leak in ExceptionHandler.
thestig@chromium.org
2014-05-28
1
-0
/
+2
*
Fix a memory leak in DwarfCUToModule::FuncHandler::Finish().
thestig@chromium.org
2014-05-28
1
-2
/
+2
*
Fix minor typo in a comment in r1331.
rmcilroy@chromium.org
2014-05-14
1
-1
/
+1
*
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
3
-0
/
+65
*
[Mac] Remove unused host_info call and supporting calls.
mark@chromium.org
2014-05-12
1
-11
/
+0
*
Fix the documentation for MinidumpFileWriter::Open().
thestig@chromium.org
2014-05-12
1
-2
/
+2
*
Add required build options to correctly target XP
wfh@chromium.org
2014-05-08
1
-0
/
+3
*
FD leaks and handle errors better.
rsesek@chromium.org
2014-05-06
2
-5
/
+13
*
Add support for CFI based stack walking on Arm64.
rmcilroy@chromium.org
2014-05-06
3
-5
/
+420
*
Make the Linux CrashGenerationClient an interface.
rsesek@chromium.org
2014-05-05
3
-70
/
+81
*
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
*
Clean up common.gypi.
chrisha@chromium.org
2014-04-28
6
-353
/
+55
*
Linux: Check the CRC32 of the debug link file in the symbol dumper.
thestig@chromium.org
2014-04-23
5
-25
/
+206
*
Change PrintFunctions to print functions in address order and not print dupli...
wfh@chromium.org
2014-04-23
7
-14725
/
+13827
*
Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...
rmcilroy@chromium.org
2014-04-23
2
-0
/
+20
*
minidump-2-core: Allow user to override shared lib basedir.
thestig@chromium.org
2014-04-18
1
-5
/
+19
*
Change the way function and public symbols are obtained to use the findChildr...
wfh@chromium.org
2014-04-16
7
-13652
/
+14606
*
Allow symupload to upload to multiple URLs on the same command line.
wfh@chromium.org
2014-04-16
1
-30
/
+35
*
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
*
Fill in CPU info in mini-dump for Arm64.
rmcilroy@chromium.org
2014-04-11
1
-13
/
+54
*
Adding support for 64-bit Windows modules to ms_symbol_server_converter.
ivan.penkov@gmail.com
2014-04-10
12
-684
/
+872
*
Moving directory 'build' one level up as it collides with a file named 'BUILD...
ivan.penkov@gmail.com
2014-04-10
16
-10
/
+10
*
Increase Breakpad's signal handler stack size.
rmcilroy@chromium.org
2014-04-09
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
4
-12
/
+10
*
Move build configuration to root of repository.
chrisha@chromium.org
2014-04-03
18
-45
/
+24
*
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
6
-25
/
+140
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
16
-19
/
+118
*
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
3
-22
/
+39
*
Update GYP dependency to r1886.
chrisha@chromium.org
2014-04-02
1
-2
/
+2
*
Update DEPS to bring in gtest, gmock and GYP.
chrisha@chromium.org
2014-04-02
1
-9
/
+31
*
Add .gitignore file.
chrisha@chromium.org
2014-04-02
1
-0
/
+44
*
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
[prev]
[next]