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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add parameter --product to symupload.exe
ivanpe@chromium.org
2014-11-17
6
-959
/
+737
*
Fix UMR and potential crash in Mac dump_syms.
mark@chromium.org
2014-11-05
1
-1
/
+2
*
Read dynamic symbols table even if binary contains debug info
ted.mielczarek@gmail.com
2014-11-03
2
-43
/
+51
*
Fix Windows client compilation on mingw.
ted.mielczarek@gmail.com
2014-11-03
15
-32
/
+45
*
Introduce microdump writer class.
primiano@chromium.org
2014-10-28
7
-21
/
+490
*
Fix breakpad on mips and x86_64 for the NDK r10c update.
primiano@chromium.org
2014-10-24
4
-7
/
+92
*
Update breakpad to support Android NDK r10c
primiano@chromium.org
2014-10-21
3
-445
/
+6
*
Revert "Remove unecessary headers following NDK r10c update."
primiano@chromium.org
2014-10-21
2
-0
/
+484
*
Remove unecessary headers following NDK r10c update.
primiano@chromium.org
2014-10-21
2
-484
/
+0
*
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
*
Add inttypes for windows in dump_context
mmandlis@chromium.org
2014-09-19
1
-0
/
+10
*
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
6
-19
/
+46
*
Fixes common_unittests build.
thestig@chromium.org
2014-09-17
3
-0
/
+13
*
Fix Windows client unittests build: add missing code files
mmandlis@chromium.org
2014-09-16
1
-0
/
+2
*
Making the Mac build of crash_report work again after the last SVN sync
mmandlis@chromium.org
2014-09-16
1
-0
/
+20
*
Mac: Add support for in-process crash reporting to Breakpad.
andresantoso@chromium.org
2014-09-15
8
-49
/
+196
*
This CL initialize NSData in HTTPMultipartUpload.m to nil.
qsr@chromium.org
2014-09-12
1
-1
/
+1
*
Update processor.gyp file with new files added as part of microdump
mmandlis@chromium.org
2014-09-10
1
-0
/
+4
*
Introduce stub microdump processor classes.
mmandlis@chromium.org
2014-09-10
3
-0
/
+165
*
Rename gyp variable use_titlecase_in_grd_files -> use_titlecase_in_grd.
mark@chromium.org
2014-09-10
1
-1
/
+1
*
Refactoring in preparation for microdump processing
mmandlis@chromium.org
2014-09-08
20
-664
/
+960
*
Back out trunk r1367.
mark@chromium.org
2014-09-03
6
-50
/
+52
*
Adding possibility for client to upload the file
blundell@chromium.org
2014-09-01
7
-54
/
+224
*
Support for multiple upload files in CrashReportSender/HTTPUpload
ted.mielczarek@gmail.com
2014-08-28
6
-52
/
+50
*
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
*
upload_system_symbols: Use the Go1.3 improvements to debug/macho.
rsesek@chromium.org
2014-07-31
6
-349
/
+80
*
In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...
rsesek@chromium.org
2014-07-25
3
-11
/
+110
*
Add GYP build for the src/tools directory on Mac and Linux.
rsesek@chromium.org
2014-07-24
13
-112
/
+1034
*
Annotate PageAllocator for MSan.
mark@chromium.org
2014-07-22
1
-0
/
+10
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
10
-43
/
+201
*
Both std::tr1::unordered_set and std::unordered_set are not allowed in
ivanpe@chromium.org
2014-07-21
2
-10
/
+63
*
[Android]: Remove __system_property_get(ro.build.fingerprint) from WriteOSInf...
rmcilroy@chromium.org
2014-07-18
1
-17
/
+0
*
Add frame pointer recovery to the AMD64 Stackwalker.
rsesek@chromium.org
2014-07-18
3
-3
/
+61
*
Change some ELF utils to return the length as a size_t.
thestig@chromium.org
2014-07-17
3
-16
/
+17
*
Ensure C:/Dumps/ exists in crash_generation_app
ted.mielczarek@gmail.com
2014-07-11
1
-0
/
+6
*
Stringify minidump stream_type constants in minidump_dump output
ted.mielczarek@gmail.com
2014-07-11
2
-19
/
+88
*
Don't free pointer in BasicCodeModules::BasicCodeModules before possibly usin...
ted.mielczarek@gmail.com
2014-07-10
1
-3
/
+3
*
Fix compilation error in Linux libc++ builds due to use of tr1/.
mark@chromium.org
2014-07-07
1
-0
/
+8
*
Unhook current Breakpad object after handling uncaught NSException.
qsr@chromium.org
2014-07-07
1
-0
/
+1
[next]