aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows
Commit message (Expand)AuthorAgeFilesLines
* 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