aboutsummaryrefslogtreecommitdiff
path: root/src/common/linux/http_upload.cc
AgeCommit message (Expand)Author
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2020-07-15fix pointer style to match the style guideMike Frysinger
2016-03-30Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan
2015-10-06Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major
2014-09-03Back out trunk r1367.mark@chromium.org
2014-08-28Support for multiple upload files in CrashReportSender/HTTPUploadted.mielczarek@gmail.com
2014-01-29Support statically-linked libcurl for HTTP uploads in Linuxmattdr.breakpad@gmail.com
2012-06-28This change allows compiling the google-breakpad code using a global ::string...ivan.penkov@gmail.com
2012-05-24sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org
2011-08-30Fix libcurl include in http_upload (trivial, no bug)ted.mielczarek
2011-07-21Remove curl/types.h include, since this header has been deprecated for a long...ted.mielczarek
2010-12-08Propagate failure if http uploads fail with http error codes.kmixter@chromium.org
2010-08-11Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek
2010-06-25Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek
2009-12-03issue 336 - Look for libcurl-gnutls in addition to libcurl.so. Patch by Karl ...ted.mielczarek
2007-12-03slight fixup from issue 225ted.mielczarek
2007-11-20Issue 225 - dynamically load libcurl in http_upload. patch by Andrew Schultz...ted.mielczarek
2007-11-02Issue 221 - HTTPUpload::SendRequest should provide error code or error descri...ted.mielczarek
2007-03-12Add Linux exception handler.luly81