| Commit message (Expand) | Author | Age | Files | Lines |
* | Treat warnings as error and fix most level 4 warnings in the breakpad windows... | ivan.penkov@gmail.com | 2013-06-04 | 1 | -10/+16 |
* | Add explicit OMAP support to dump_syms. | chrisha@chromium.org | 2013-05-01 | 9 | -47/+1588 |
* | Fix sizeof bug in HTTPUpload::SendRequest | ted.mielczarek | 2012-07-20 | 1 | -2/+2 |
* | Add filename to error message when PDBSourceLineWriter::Open fails | ted.mielczarek | 2012-02-15 | 1 | -3/+3 |
* | Fixed message about unregistered msdia*dll. Builds with different DiaSDK need... | vitalybuka@chromium.org | 2011-04-26 | 1 | -2/+7 |
* | enable writing INFO CODE_ID line in symbol files | ted.mielczarek | 2011-02-15 | 1 | -3/+1 |
* | allow uploading zero-byte files in HTTPUpload | ted.mielczarek@gmail.com | 2010-12-15 | 2 | -8/+7 |
* | Make dump_syms output an INFO CODE_ID line that includes the code file and co... | ted.mielczarek | 2010-10-05 | 4 | -14/+204 |
* | Revert revision 658 ('Add glog style logging to symupload'). | erikwright@chromium.org | 2010-09-15 | 2 | -117/+3 |
* | Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detection | ted.mielczarek | 2010-08-31 | 1 | -5/+19 |
* | Disable cookies in Windows HTTPUpload | ted.mielczarek | 2010-08-20 | 1 | -0/+1 |
* | Add glog style logging to symupload | nealsid@gmail.com | 2010-08-19 | 2 | -3/+117 |
* | don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre... | ted.mielczarek | 2009-11-23 | 2 | -3/+54 |
* | output function names for PGO-optimized cold function blocks. r=mark at http:... | ted.mielczarek | 2009-11-20 | 2 | -5/+67 |
* | Fix up warnings when building http_upload.cc. Changed warning level to /W4, a... | nealsid | 2009-05-27 | 1 | -9/+11 |
* | Fix for issue 304: symupload needs to support timeout specifications(wininet ... | nealsid | 2009-03-20 | 2 | -1/+19 |
* | Use swprintf_s for VC8 or newer. r=mento | ted.mielczarek | 2008-02-04 | 1 | -0/+4 |
* | The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, so | mmentovai | 2007-11-13 | 1 | -3/+3 |
* | Fix compiler warning C4245: signed/unsigned mismatch when converting between | mmentovai | 2007-09-28 | 1 | -1/+2 |
* | Silences warning C4701: local variable 'claimed_size' may be used with out | bryner | 2007-09-20 | 1 | -1/+1 |
* | Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=br... | ted.mielczarek | 2007-06-01 | 1 | -2/+4 |
* | Emergency crash fix, tbr=bryner | mmentovai | 2007-04-25 | 1 | -1/+2 |
* | Wrong version of swprintf used with VS 2003/7.1 CRT. r=bryner | mmentovai | 2007-04-09 | 1 | -0/+9 |
* | Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup). | mmentovai | 2007-04-04 | 4 | -23/+20 |
* | Windows http_upload should allow response without Content-Length header (#144). | mmentovai | 2007-04-02 | 1 | -17/+33 |
* | vswprintf causes Purify to fail (#145). r=darin | mmentovai | 2007-03-30 | 4 | -30/+31 |
* | Don't output FUNC lines for 0-length functions (#139). r=bryner | mmentovai | 2007-03-22 | 1 | -0/+5 |
* | Rename Airbag to Breakpad. | mmentovai | 2007-02-14 | 8 | -17/+17 |
* | Library to handle SymSrv integration (#111). r=bryner | mmentovai | 2007-01-18 | 2 | -0/+54 |
* | Allows the caller of CrashReportSender::SendCrashReport() to determine that | incrementalist | 2007-01-03 | 2 | -3/+16 |
* | Fix capitalization of identifiers (#94). r=bryner | mmentovai | 2006-12-12 | 1 | -2/+6 |
* | Add an abstract interface to SourceLineResolver, and allow any implementation | bryner | 2006-12-11 | 1 | -1/+1 |
* | This patch fixes Airbag issue #44. | incrementalist | 2006-12-08 | 2 | -6/+76 |
* | symupload parameters don't match processor expectations (#91). r=bryner | mmentovai | 2006-12-06 | 6 | -59/+136 |
* | Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovai | bryner | 2006-11-27 | 1 | -3/+7 |
* | Support GUID-less PDBs (#77). r=bryner | mmentovai | 2006-11-21 | 2 | -19/+120 |
* | Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64). | mmentovai | 2006-11-15 | 4 | -12/+167 |
* | Symbol file should contain module GUID at beginning (#66). r=bryner | mmentovai | 2006-11-06 | 2 | -13/+73 |
* | Disable exception handling warnings in Windows client code (#38). | mmentovai | 2006-10-27 | 2 | -0/+9 |
* | Support building with WIN32_LEAN_AND_MEAN (#60) | mmentovai | 2006-10-26 | 6 | -13/+114 |
* | Fix minor style problems (#58). r=bryner | mmentovai | 2006-10-25 | 1 | -1/+1 |
* | Update comments to reflect HTTPS support, r=mark. | bryner | 2006-10-23 | 1 | -2/+2 |
* | Add PUBLIC support to SourceLineResolver (resolve function names in Windows | mmentovai | 2006-10-20 | 1 | -1/+1 |
* | Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. | mmentovai | 2006-10-20 | 2 | -19/+334 |
* | Improvements for Windows client/tool-side code. r=bryner | mmentovai | 2006-10-19 | 1 | -7/+23 |
* | Implement a tool to upload symbols on Windows, given an exe or dll file with | bryner | 2006-10-16 | 4 | -0/+831 |