| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function names | Ted Mielczarek | 2016-05-16 | 1 | -0/+10 |
* | Fix format warning in omap.cc | Jon Turney | 2016-03-10 | 1 | -1/+1 |
* | Try loading msdiaNNN.dll if CoCreateInstance(CLSID_DiaSource) fails | Birunthan Mohanathas | 2016-02-17 | 1 | -4/+36 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | David Major | 2015-10-06 | 2 | -36/+34 |
* | Fix regression on x86 for "Fix compile error with Windows clang" | Will Harris | 2015-09-03 | 1 | -6/+5 |
* | Fix compile error with Windows clang. | wfh@chromium.org | 2015-08-19 | 1 | -4/+7 |
* | Fix Windows dump_syms x64 linking | ted.mielczarek@gmail.com | 2015-03-06 | 1 | -2/+20 |
* | Replace uses of hash_map with unordered_map | ted.mielczarek@gmail.com | 2015-02-02 | 1 | -6/+6 |
* | Add parameter --product to symupload.exe | ivanpe@chromium.org | 2014-11-17 | 3 | -695/+697 |
* | Fix Windows client compilation on mingw. | ted.mielczarek@gmail.com | 2014-11-03 | 4 | -15/+22 |
* | Back out trunk r1367. | mark@chromium.org | 2014-09-03 | 2 | -34/+36 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | ted.mielczarek@gmail.com | 2014-08-28 | 2 | -36/+34 |
* | Change PrintFunctions to print functions in address order and not print dupli... | wfh@chromium.org | 2014-04-23 | 1 | -11/+53 |
* | Change the way function and public symbols are obtained to use the findChildr... | wfh@chromium.org | 2014-04-16 | 1 | -37/+48 |
* | Adding support for 64-bit Windows modules to ms_symbol_server_converter. | ivan.penkov@gmail.com | 2014-04-10 | 8 | -300/+321 |
* | Moving directory 'build' one level up as it collides with a file named 'BUILD... | ivan.penkov@gmail.com | 2014-04-10 | 1 | -1/+1 |
* | Move build configuration to root of repository. | chrisha@chromium.org | 2014-04-03 | 1 | -1/+1 |
* | Add support for Win64 stack unwind data as STACK CFI | wfh@chromium.org | 2014-03-24 | 2 | -1/+201 |
* | Fix missing semi-colons from r1267. | thestig@chromium.org | 2014-01-17 | 1 | -3/+3 |
* | Windows: Fix remaining level 4 warnings. | thestig@chromium.org | 2013-12-18 | 1 | -3/+5 |
* | 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 |