| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix v1 symupload protocol in Mac client. | Nelson Billing | 2020-07-31 | 1 | -1/+1 |
* | Fix Mac symupload non-XCode builds. | Nelson Billing | 2020-07-29 | 1 | -32/+31 |
* | Port new symbol API to symupload on Mac. | Nelson Billing | 2020-07-24 | 1 | -126/+30 |
* | Increase timeout of HTTPMultipartUpload from 10s to 60s. | John Z Wu | 2019-05-13 | 1 | -1/+1 |
* | Use NSURLSession if the min version we support is iOS 7+. | George Kola | 2017-03-09 | 1 | -7/+5 |
* | Fix usage of deprecated method sendSynchronousRequest:returningResponse:error:. | Sylvain Defresne | 2016-02-08 | 1 | -3/+43 |
* | Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:. | Sylvain Defresne | 2016-02-08 | 1 | -4/+19 |
* | Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X." | Olivier Robin | 2016-01-21 | 1 | -59/+7 |
* | Fix deprecatation warning when building for recent SDKs on iOS/OS X. | Sylvain Defresne | 2016-01-07 | 1 | -7/+59 |
* | Use local variable for out parameter rather than direct use of ivar | ivanpe@chromium.org | 2015-06-20 | 1 | -2/+3 |
* | This CL initialize NSData in HTTPMultipartUpload.m to nil. | qsr@chromium.org | 2014-09-12 | 1 | -1/+1 |
* | Adding possibility for client to upload the file | blundell@chromium.org | 2014-09-01 | 1 | -6/+10 |
* | Fixing HTTPMultipartUpload. | qsr@chromium.org | 2012-05-15 | 1 | -2/+2 |
* | Bits necessary to send the reports along with the minidumps. | mark@chromium.org | 2012-05-11 | 1 | -1/+4 |
* | Fix some compilation warnings and other errors due to API changes | mark@chromium.org | 2011-09-29 | 1 | -1/+2 |
* | Clean up build for 64 bit. | dmaclach | 2010-07-19 | 1 | -4/+4 |
* | Issue 197: reviewed by Waylonis | ladderbreaker | 2007-08-16 | 1 | -1/+8 |
* | issue 134: reduce timeout period for minidump upload : reviwer waylonis | ladderbreaker | 2007-03-16 | 1 | -1/+5 |
* | Added method to allow adding a file's contents directly. Fixes issue #105. | waylonis | 2007-01-04 | 1 | -12/+30 |
* | Changed files_ to be a Dictionary. | waylonis | 2006-12-14 | 1 | -7/+7 |
* | Add the HTTP uploading class for Mac. | waylonis | 2006-12-14 | 1 | -0/+176 |