aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename Airbag to Breakpad.mmentovai2007-02-148-17/+17
* Library to handle SymSrv integration (#111). r=brynermmentovai2007-01-182-0/+54
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-032-3/+16
* Fix capitalization of identifiers (#94). r=brynermmentovai2006-12-121-2/+6
* Add an abstract interface to SourceLineResolver, and allow any implementationbryner2006-12-111-1/+1
* This patch fixes Airbag issue #44.incrementalist2006-12-082-6/+76
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-066-59/+136
* Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovaibryner2006-11-271-3/+7
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-212-19/+120
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-154-12/+167
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-062-13/+73
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-272-0/+9
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-266-13/+114
* Fix minor style problems (#58). r=brynermmentovai2006-10-251-1/+1
* Update comments to reflect HTTPS support, r=mark.bryner2006-10-231-2/+2
* Add PUBLIC support to SourceLineResolver (resolve function names in Windowsmmentovai2006-10-201-1/+1
* Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker.mmentovai2006-10-202-19/+334
* Improvements for Windows client/tool-side code. r=brynermmentovai2006-10-191-7/+23
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-164-0/+831