aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/http_upload.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-28/+28
* Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan2016-03-301-1/+14
* Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major2015-10-061-7/+8
* Back out trunk r1367.mark@chromium.org2014-09-031-8/+7
* Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com2014-08-281-7/+8
* Support statically-linked libcurl for HTTP uploads in Linuxmattdr.breakpad@gmail.com2014-01-291-1/+11
* This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com2012-06-281-1/+1
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-241-0/+9
* Fix libcurl include in http_upload (trivial, no bug)ted.mielczarek2011-08-301-2/+1
* Remove curl/types.h include, since this header has been deprecated for a long...ted.mielczarek2011-07-211-1/+0
* Propagate failure if http uploads fail with http error codes.kmixter@chromium.org2010-12-081-0/+3
* Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek2010-08-111-0/+4
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-251-3/+3
* issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl ...ted.mielczarek2009-12-031-0/+7
* slight fixup from issue 225ted.mielczarek2007-12-031-1/+1
* Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...ted.mielczarek2007-11-201-54/+88
* Issue 221 - HTTPUpload::SendRequest should provide error code or error descri...ted.mielczarek2007-11-021-1/+6
* Add Linux exception handler.luly812007-03-121-0/+146