aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows
Commit message (Expand)AuthorAgeFilesLines
* Fix dump_syms clang compilation on WindowsMaciej Pawlowski2017-03-021-8/+8
* Handle ntdll only emitting PUBLIC at func entryScott Graham2017-02-233-1/+69
* windows: update gtest/gmock pathsMike Frysinger2017-02-111-2/+1
* Don't let PDBSourceLineWriter::GetSymbolFunctionName return empty function namesTed Mielczarek2016-05-161-0/+10
* Fix format warning in omap.ccJon Turney2016-03-101-1/+1
* Try loading msdiaNNN.dll if CoCreateInstance(CLSID_DiaSource) failsBirunthan Mohanathas2016-02-171-4/+36
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-062-36/+34
* Fix regression on x86 for "Fix compile error with Windows clang"Will Harris2015-09-031-6/+5
* Fix compile error with Windows clang.wfh@chromium.org2015-08-191-4/+7
* Fix Windows dump_syms x64 linkingted.mielczarek@gmail.com2015-03-061-2/+20
* Replace uses of hash_map with unordered_mapted.mielczarek@gmail.com2015-02-021-6/+6
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-173-695/+697
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-034-15/+22
* Back out trunk r1367.mark@chromium.org2014-09-032-34/+36
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-282-36/+34
* Change PrintFunctions to print functions in address order and not print dupli...wfh@chromium.org2014-04-231-11/+53
* Change the way function and public symbols are obtained to use the findChildr...wfh@chromium.org2014-04-161-37/+48
* Adding support for 64-bit Windows modules to ms_symbol_server_converter.ivan.penkov@gmail.com2014-04-108-300/+321
* Moving directory 'build' one level up as it collides with a file named 'BUILD...ivan.penkov@gmail.com2014-04-101-1/+1
* Move build configuration to root of repository.chrisha@chromium.org2014-04-031-1/+1
* Add support for Win64 stack unwind data as STACK CFIwfh@chromium.org2014-03-242-1/+201
* Fix missing semi-colons from r1267.thestig@chromium.org2014-01-171-3/+3
* Windows: Fix remaining level 4 warnings.thestig@chromium.org2013-12-181-3/+5
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-10/+16
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-019-47/+1588
* Fix sizeof bug in HTTPUpload::SendRequestted.mielczarek2012-07-201-2/+2
* Add filename to error message when PDBSourceLineWriter::Open failsted.mielczarek2012-02-151-3/+3
* Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...vitalybuka@chromium.org2011-04-261-2/+7
* enable writing INFO CODE_ID line in symbol filested.mielczarek2011-02-151-3/+1
* allow uploading zero-byte files in HTTPUploadted.mielczarek@gmail.com2010-12-152-8/+7
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-054-14/+204
* Revert revision 658 ('Add glog style logging to symupload').erikwright@chromium.org2010-09-152-117/+3
* Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detectionted.mielczarek2010-08-311-5/+19
* Disable cookies in Windows HTTPUploadted.mielczarek2010-08-201-0/+1
* Add glog style logging to symuploadnealsid@gmail.com2010-08-192-3/+117
* don't output duplicate filenames in PDBSourceLineWriter. r=mark at http://bre...ted.mielczarek2009-11-232-3/+54
* output function names for PGO-optimized cold function blocks. r=mark at http:...ted.mielczarek2009-11-202-5/+67
* Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...nealsid2009-05-271-9/+11
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-202-1/+19
* Use swprintf_s for VC8 or newer. r=mentoted.mielczarek2008-02-041-0/+4
* The string buffer lengths in a URL_COMPONENTS structure are in TCHARs, sommentovai2007-11-131-3/+3
* Fix compiler warning C4245: signed/unsigned mismatch when converting betweenmmentovai2007-09-281-1/+2
* Silences warning C4701: local variable 'claimed_size' may be used with outbryner2007-09-201-1/+1
* Issue 42 - check for non-existent dump file in HTTPUpload::SendRequest. r=br...ted.mielczarek2007-06-011-2/+4
* Emergency crash fix, tbr=brynermmentovai2007-04-251-1/+2
* Wrong version of swprintf used with VS 2003/7.1 CRT. r=brynermmentovai2007-04-091-0/+9
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-044-23/+20
* Windows http_upload should allow response without Content-Length header (#144).mmentovai2007-04-021-17/+33
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-304-30/+31
* Don't output FUNC lines for 0-length functions (#139). r=brynermmentovai2007-03-221-0/+5