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
*
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
*
Make ARM64 detection consistent in chromium.
mark@chromium.org
2014-04-01
4
-7
/
+7
*
Ignore warning 4702 to avoid unreachable code error on
wfh@chromium.org
2014-03-26
1
-1
/
+3
*
Check in new Windows binaries.
wfh@chromium.org
2014-03-26
2
-0
/
+0
*
Add support for Win64 stack unwind data as STACK CFI
wfh@chromium.org
2014-03-24
6
-1
/
+4769
*
Fix crash in Windows CrashGenerationServer from r1274.
thestig@chromium.org
2014-03-19
1
-1
/
+1
*
Fix a bug in BreakpadController that prevented multiple report uploads per ca...
ivan.penkov@gmail.com
2014-03-19
1
-4
/
+8
*
Trim unintentional whitespace and fix style nits
thestig@chromium.org
2014-03-18
1
-9
/
+9
*
Fixing compiler warnings:
ivan.penkov@gmail.com
2014-02-28
5
-9
/
+9
*
Renaming file COPYING to LICENSE and appending the disclaimer from src/common...
ivan.penkov@gmail.com
2014-02-27
3
-12
/
+40
*
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
6
-101
/
+51
*
Fixup breakpad compile for Xcode 5.1 iOS release
dmaclach
2014-02-24
4
-9
/
+9
*
Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.
dmaclach
2014-02-18
7
-25
/
+29
*
When the Breakpad.h header gets compiled by standard C compilers
dmaclach
2014-02-18
3
-6
/
+15
*
Make Linux ExceptionHandler::HandleSignal public
ted.mielczarek@gmail.com
2014-02-05
1
-1
/
+3
*
Create a new tool to upload Mac system library symbols.
rsesek@chromium.org
2014-02-03
6
-0
/
+815
*
Support statically-linked libcurl for HTTP uploads in Linux
mattdr.breakpad@gmail.com
2014-01-29
1
-1
/
+11
*
Windows: Fix 64-bit compitation of crash_generation_app.
thestig@chromium.org
2014-01-21
1
-7
/
+1
*
Fix missing semi-colons from r1267.
thestig@chromium.org
2014-01-17
1
-3
/
+3
*
Refactor the Windows MinidumpGenerator interface to get rid of the overloads ...
cdn@chromium.org
2014-01-17
5
-260
/
+262
*
Fix VS project generation for the crash generation app.
cdn@chromium.org
2014-01-17
1
-0
/
+3
*
Submitting on bahalf of Michele Aiello.
ivan.penkov@gmail.com
2014-01-13
1
-2
/
+3
*
Add -[BreakpadController setParametersToAddAtUploadTime:] for iOS.
blundell@chromium.org
2014-01-13
4
-9
/
+33
*
Don't do work inside assert(). Ever.
mark@chromium.org
2014-01-10
2
-32
/
+26
*
Fix #include order from r1268.
mark@chromium.org
2014-01-10
1
-2
/
+2
*
Fix compilation with macos-target=10.9
ted.mielczarek@gmail.com
2014-01-03
1
-0
/
+2
*
Windows: Fix remaining level 4 warnings.
thestig@chromium.org
2013-12-18
2
-4
/
+6
*
Use a proper ignore_result() to fix a ftruncate warn_unused_result warning wi...
thestig@chromium.org
2013-12-18
2
-1
/
+19
*
Switch scoped_ptr.h to a compatible google3 implementation.
thestig@chromium.org
2013-12-18
1
-209
/
+278
*
Fix warnings from the Windows build.
thestig@chromium.org
2013-12-17
1
-2
/
+10
*
Run svn propdel svn:executable on source code files.
thestig@chromium.org
2013-12-17
4
-0
/
+0
[next]