aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/HTTPMultipartUpload.m
Commit message (Expand)AuthorAgeFilesLines
* Fix v1 symupload protocol in Mac client.Nelson Billing2020-07-311-1/+1
* Fix Mac symupload non-XCode builds.Nelson Billing2020-07-291-32/+31
* Port new symbol API to symupload on Mac.Nelson Billing2020-07-241-126/+30
* Increase timeout of HTTPMultipartUpload from 10s to 60s.John Z Wu2019-05-131-1/+1
* Use NSURLSession if the min version we support is iOS 7+.George Kola2017-03-091-7/+5
* Fix usage of deprecated method sendSynchronousRequest:returningResponse:error:.Sylvain Defresne2016-02-081-3/+43
* Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:.Sylvain Defresne2016-02-081-4/+19
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-211-59/+7
* Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne2016-01-071-7/+59
* Use local variable for out parameter rather than direct use of ivarivanpe@chromium.org2015-06-201-2/+3
* This CL initialize NSData in HTTPMultipartUpload.m to nil.qsr@chromium.org2014-09-121-1/+1
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-011-6/+10
* Fixing HTTPMultipartUpload.qsr@chromium.org2012-05-151-2/+2
* Bits necessary to send the reports along with the minidumps.mark@chromium.org2012-05-111-1/+4
* Fix some compilation warnings and other errors due to API changesmark@chromium.org2011-09-291-1/+2
* Clean up build for 64 bit.dmaclach2010-07-191-4/+4
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-1/+8
* issue 134: reduce timeout period for minidump upload : reviwer waylonisladderbreaker2007-03-161-1/+5
* Added method to allow adding a file's contents directly. Fixes issue #105.waylonis2007-01-041-12/+30
* Changed files_ to be a Dictionary.waylonis2006-12-141-7/+7
* Add the HTTP uploading class for Mac.waylonis2006-12-141-0/+176