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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixing the Mac Inspector build by adding the launch_report dependency to the ...
ivanpe@chromium.org
2014-10-17
1
-0
/
+10
*
Refactor .so name detection logic in minidump/linux_dumper.
primiano@chromium.org
2014-10-17
3
-54
/
+70
*
The process uptime computation when the Windows out-of-process Crash Generation
ivanpe@chromium.org
2014-10-15
1
-2
/
+4
*
Linux multiprocess crash reporter: use pipe instead of socketpair in the client
ted.mielczarek@gmail.com
2014-10-09
2
-9
/
+2
*
Remove workaround for Linux credential-passing bug
ted.mielczarek@gmail.com
2014-10-09
1
-127
/
+0
*
Microdumps: refactor out common parts of minidump_writer.cc
primiano@chromium.org
2014-10-01
10
-619
/
+993
*
Fix some nits raised by Timur for r1385.
thestig@chromium.org
2014-09-24
1
-3
/
+2
*
IWYU in minidump_writer.cc to fix building with libc++ after r1385.
thestig@chromium.org
2014-09-24
1
-0
/
+1
*
Linux: Call memset() in a couple places in ExceptionHandler to avoid uninit m...
thestig@chromium.org
2014-09-23
2
-35
/
+32
*
Fix clang compilation error introduced in r1380.
rmcilroy@chromium.org
2014-09-22
1
-1
/
+1
*
Extend mapping merge to include reserved but unused mappings.
rmcilroy@chromium.org
2014-09-19
1
-0
/
+18
*
GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.
gunsch@chromium.org
2014-09-18
1
-1
/
+1
*
Fix Windows client unittests build: add missing code files
mmandlis@chromium.org
2014-09-16
1
-0
/
+2
*
Mac: Add support for in-process crash reporting to Breakpad.
andresantoso@chromium.org
2014-09-15
6
-49
/
+69
*
Back out trunk r1367.
mark@chromium.org
2014-09-03
2
-4
/
+4
*
Adding possibility for client to upload the file
blundell@chromium.org
2014-09-01
6
-48
/
+214
*
Support for multiple upload files in CrashReportSender/HTTPUpload
ted.mielczarek@gmail.com
2014-08-28
2
-4
/
+4
*
constructor init list in wrong order in CrashGenerationServer
ted.mielczarek@gmail.com
2014-08-28
1
-2
/
+2
*
Set 32 bits iOS app to use vm_region_recurse_64.
blundell@chromium.org
2014-08-11
1
-4
/
+0
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
4
-9
/
+123
*
[Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...
rmcilroy@chromium.org
2014-07-18
1
-17
/
+0
*
Ensure C:/Dumps/ exists in crash_generation_app
ted.mielczarek@gmail.com
2014-07-11
1
-0
/
+6
*
Unhook current Breakpad object after handling uncaught NSException.
qsr@chromium.org
2014-07-07
1
-0
/
+1
*
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
*
Use PAGE_MAX_SIZE. PAGE_SIZE is now a variable size.
qsr@chromium.org
2014-06-06
1
-1
/
+5
*
Linux: Fix a memory leak in ExceptionHandler.
thestig@chromium.org
2014-05-28
1
-0
/
+2
*
[MIPS] Fix core dump related unit tests for Android on MIPS
gordana.cmiljanovic@imgtec.com
2014-05-14
1
-0
/
+12
*
[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
*
FD leaks and handle errors better.
rsesek@chromium.org
2014-05-06
2
-5
/
+13
*
Make the Linux CrashGenerationClient an interface.
rsesek@chromium.org
2014-05-05
3
-70
/
+81
*
Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...
rmcilroy@chromium.org
2014-04-23
1
-0
/
+11
*
Fill in CPU info in mini-dump for Arm64.
rmcilroy@chromium.org
2014-04-11
1
-13
/
+54
*
Moving directory 'build' one level up as it collides with a file named 'BUILD...
ivan.penkov@gmail.com
2014-04-10
7
-7
/
+7
*
Increase Breakpad's signal handler stack size.
rmcilroy@chromium.org
2014-04-09
1
-1
/
+1
*
Add Arm64 support to breakpad unittests.
rmcilroy@chromium.org
2014-04-08
3
-12
/
+9
*
Move build configuration to root of repository.
chrisha@chromium.org
2014-04-03
13
-1482
/
+14
*
Add Arm64 version of breakpad_getcontext for Android.
rmcilroy@chromium.org
2014-04-03
4
-16
/
+31
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
6
-11
/
+68
*
fix races in CrashGenerator::CreateChildCrash
vapier@chromium.org
2014-04-02
1
-8
/
+2
*
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
*
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
2
-5
/
+5
*
Update GTM and enable -Wundef and strict C++11 flags.
dmaclach
2014-02-26
3
-11
/
+22
*
Fixup breakpad compile for Xcode 5.1 iOS release
dmaclach
2014-02-24
3
-8
/
+8
*
Fix up ~14 warnings about 'Implicit conversion loses integer precision' on iOS.
dmaclach
2014-02-18
4
-19
/
+23
[prev]
[next]