aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/HTTPMultipartUpload.m
Commit message (Expand)AuthorAgeFilesLines
* 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