aboutsummaryrefslogtreecommitdiff
path: root/src/tools/windows/symupload/symupload.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-10/+10
* Fix Windows symupload after PE-only MD refactor.Nelson Billing2019-07-011-1/+1
* Port new symbol upload API to Windows symupload tool.Nelson Billing2019-06-121-36/+171
* Change symbol upload message to include 'breakpad'Bruce Dawson2017-01-281-1/+1
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-061-2/+4
* Add parameter --product to symupload.exeivanpe@chromium.org2014-11-171-13/+40
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-031-3/+3
* Allow symupload to upload to multiple URLs on the same command line.wfh@chromium.org2014-04-161-30/+35
* Windows: Fix remaining level 4 warnings.thestig@chromium.org2013-12-181-1/+1
* Revert revision 658 ('Add glog style logging to symupload').erikwright@chromium.org2010-09-151-28/+3
* Add glog style logging to symuploadnealsid@gmail.com2010-08-191-3/+28
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-201-6/+29
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-041-2/+4
* vswprintf causes Purify to fail (#145). r=darinmmentovai2007-03-301-7/+8
* Rename Airbag to Breakpad.mmentovai2007-02-141-6/+6
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-031-1/+2
* This patch fixes Airbag issue #44.incrementalist2006-12-081-1/+1
* symupload parameters don't match processor expectations (#91). r=brynermmentovai2006-12-061-27/+33
* Support GUID-less PDBs (#77). r=brynermmentovai2006-11-211-1/+1
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-151-8/+20
* Symbol file should contain module GUID at beginning (#66). r=brynermmentovai2006-11-061-18/+16
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-261-6/+6
* Improvements for Windows client/tool-side code. r=brynermmentovai2006-10-191-7/+9
* Implement a tool to upload symbols on Windows, given an exe or dll file withbryner2006-10-161-0/+180