aboutsummaryrefslogtreecommitdiff
path: root/src/tools/linux/symupload/sym_upload.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-1/+1
* Make symupload exit with an error code when command-line parsing fails.Michael Moss2020-06-051-2/+6
* Add "type" option to sym_upload sym-upload-v2 mode.Nelson Billing2020-02-271-5/+68
* linux: fix symupload build failuresJoshua Peraza2020-02-211-1/+1
* Add optional new symbol upload API to sym_upload.Nelson Billing2020-02-201-3/+38
* Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan2016-03-301-128/+3
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-061-2/+5
* Reconfigured options for sym_upload to not treat h and ? flags as invalid opt...ivanpe@chromium.org2015-06-221-0/+5
* Print response code when sym_upload fails.mattdr.breakpad@gmail.com2013-10-291-0/+1
* This change allows compiling sym_upload.cc and minidump_upload.cc using a glo...ivan.penkov@gmail.com2013-04-231-25/+27
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-1/+1
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-241-3/+11
* fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest f...ted.mielczarek2010-08-181-0/+1
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-3/+3
* Include what you use.mmentovai2010-04-051-0/+1
* Fix compile bustage from issue 221ted.mielczarek2007-11-201-3/+4
* Discard age field in the dumped symbol file.luly812007-04-041-13/+9
* Add Linux exception handler.luly812007-03-121-0/+219