aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/http_upload.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-11/+11
* Fix compilation of http_upload.cc with Windows gccJon Turney2019-11-221-34/+34
* Port new symbol upload API to Windows symupload tool.Nelson Billing2019-06-121-299/+389
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-061-28/+28
* Fix Windows client compilation on mingw.ted.mielczarek@gmail.com2014-11-031-6/+8
* Back out trunk r1367.mark@chromium.org2014-09-031-28/+28
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-281-28/+28
* Treat warnings as error and fix most level 4 warnings in the breakpad windows...ivan.penkov@gmail.com2013-06-041-10/+16
* Fix sizeof bug in HTTPUpload::SendRequestted.mielczarek2012-07-201-2/+2
* allow uploading zero-byte files in HTTPUploadted.mielczarek@gmail.com2010-12-151-7/+6
* Revert revision 658 ('Add glog style logging to symupload').erikwright@chromium.org2010-09-151-58/+3
* Disable cookies in Windows HTTPUploadted.mielczarek2010-08-201-0/+1
* Add glog style logging to symuploadnealsid@gmail.com2010-08-191-3/+58
* 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-201-1/+18
* 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
* Replace GB_WSU_SAFE_SWPRINTF_TERMINATE with inline code (#145 followup).mmentovai2007-04-041-1/+4
* 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-301-2/+2
* Rename Airbag to Breakpad.mmentovai2007-02-141-3/+3
* Allows the caller of CrashReportSender::SendCrashReport() to determine thatincrementalist2007-01-031-2/+12
* This patch fixes Airbag issue #44.incrementalist2006-12-081-4/+60
* Fix a crash when attempting to upload a zero-length dump file (#83) r=mmentovaibryner2006-11-271-3/+7
* Airbag client libraries should compile under MSVC .NET 2003/7.1 (#64).mmentovai2006-11-151-1/+12
* Disable exception handling warnings in Windows client code (#38).mmentovai2006-10-271-0/+3
* Support building with WIN32_LEAN_AND_MEAN (#60)mmentovai2006-10-261-2/+2
* 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-161-0/+271