4
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Issue 224 - add Tell method to Minidump class. r=mento
Ted Mielczarek
as ted.mielczarek
More... over 16 years ago
slight fixup from issue 225
Ted Mielczarek
as ted.mielczarek
More... over 16 years ago
fix Mac build by adding stackwalker_amd64.cc to project More... over 16 years ago
Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz <[email protected]>, r=Liu Li
Ted Mielczarek
as ted.mielczarek
More... over 16 years ago
Fix compile bustage from issue 221
Ted Mielczarek
as ted.mielczarek
More... over 16 years ago
Add MD_CPU_ARCHITECTURE_AMD64 as valid system type when cpu type is MD_CONTEXT_X86 More... over 16 years ago
The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so these should be sizeof(z) / sizeof(z[0]) to avoid a buffer overrun. Caught by Dmitry Titov, r=me.
Mark Mentovai
as mmentovai
More... over 16 years ago
Issue 221 - HTTPUpload::SendRequest should provide error code or error description to callers. r=Liu Li
Ted Mielczarek
as ted.mielczarek
More... over 16 years ago
Issue 196 - Breakpad processor support for x86-64. r=mento
Ted Mielczarek
as ted.mielczarek
More... over 16 years ago
Fix warning regarding initialization order compared to definition order following #222.
Mark Mentovai
as mmentovai
More... over 16 years ago
Issue 222 - processor fails if an entry in the ModuleList is bad. r=mento
Ted Mielczarek
as ted.mielczarek
More... over 16 years ago
Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvain
Mark Mentovai
as mmentovai
More... over 16 years ago
Remove assertion for a variable that doesn't exist. Patch by Alfred Peng <alfred.peng>. r=me.
Mark Mentovai
as mmentovai
More... over 16 years ago
Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.
Mark Mentovai
as mmentovai
More... over 16 years ago
fix crash_report build due to link error More... over 16 years ago
Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patch by Benjamin Smedberg <bsmedberg>. r=me
Mark Mentovai
as mmentovai
More... over 16 years ago
Assertion in CrashReportSender (windows) when no checkpoint file is desired (#216). Patch by Ben Turner <bent.mozilla>. r=me.
Mark Mentovai
as mmentovai
More... over 16 years ago
Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me
Mark Mentovai
as mmentovai
More... over 16 years ago
Fix compiler warning C4245: signed/unsigned mismatch when converting between types. Patch by Sorin Jianu. r=me,bryner
Mark Mentovai
as mmentovai
More... over 16 years ago
Update EXTRA_DIST for packaging.
Mark Mentovai
as mmentovai
More... over 16 years ago
Add SPARC/Solaris support to client handler and processor (#201, 200). Patch by Michael shang <satisfy123>. r=me, r=Alfred Peng.
Mark Mentovai
as mmentovai
More... over 16 years ago
Fix crash reason switching to allow proper behavior for Linux. Spotted by Michael Shang <satisfy123>, mentioned in issue #200. r=me
Mark Mentovai
as mmentovai
More... over 16 years ago
Allow Breakpad processor library to build on Solaris with the native Sun toolchain (#142). Patch by Alfred Peng. r=me.
Mark Mentovai
as mmentovai
More... over 16 years ago
Fix license boilerplate on these two files. Apparently these were missed when the boilerplates were fixed in revision 31/bug 29 - these files were checked in at revision 32.
Mark Mentovai
as mmentovai
More... over 16 years ago
Silences warning C4701: local variable 'claimed_size' may be used with out having been initialized. The code is correct however the compiler can't see the relationship between has_content_length_header and the claimed_size so it generates a warning. More... over 16 years ago
Issue 208: Reviewer waylonis More... over 16 years ago
Issue 208: Reviewer waylonis More... over 16 years ago
Issue 209: Reviewer waylonis More... over 16 years ago
Adds the ability to designate a folder with sym files in it that will be used for symbol matching to crash_report. More... over 16 years ago
Issue203 : reviewed by Waylonis More... almost 17 years ago