summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUploadFileOperation.m
Commit message (Expand)AuthorAgeFilesLines
* Refactored unused codeNicoleYarroch2017-08-221-4/+4
* Merge branch 'release/5.0.0' into feature/issue_558_multiple_file_manager_tra...NicoleYarroch2017-08-221-2/+3
|\
| * Lots of little merge fixesJoel Fischer2017-08-151-2/+2
| * Merge branch 'feature/616_constructed_payloads' into release/5.0.0Joel Fischer2017-08-151-1/+2
| |\
| | * Implemented dynamic MTU per serviceJoel Fischer2017-07-271-1/+1
* | | Added multiple file upload example to example appNicoleYarroch2017-08-211-3/+10
* | | All test cases workingNicoleYarroch2017-08-211-2/+0
* | | Test cases for uploads workingNicoleYarroch2017-08-181-0/+2
* | | Test cases for uploading multiple files worksNicoleYarroch2017-08-161-20/+17
|/ /
* | - Class now returns an error if user passes an invalid file path url or if th...feature/issue_536_input_stream_file_managerNicoleYarroch2017-08-021-4/+10
* | Consolidated code into one lineNicoleYarroch2017-08-021-2/+1
* | Removed extra spacingNicoleYarroch2017-08-021-1/+1
* | Converted 3 instance functions to class functionsNicoleYarroch2017-08-021-6/+6
* | Fixed incorrect documentation for functionNicoleYarroch2017-08-021-2/+2
* | Deleted temporary file size variableNicoleYarroch2017-08-021-4/+3
* | Made NSStreamDelegate privateNicoleYarroch2017-08-021-1/+1
* | Apply a previous fix where upload completion handlers could end up not calledJoel Fischer2017-08-021-12/+8
* | Updated commentsNicoleYarroch2017-08-011-28/+18
* | Test cases have been cleaned upNicoleYarroch2017-08-011-7/+6
* | Grouped putfile init stuff togetherNicoleYarroch2017-07-311-1/+1
* | Fixed broken large file test caseNicoleYarroch2017-07-311-12/+18
* | Reverted variables to original locationNicoleYarroch2017-07-311-3/+4
* | Appended private functions with “sdl_”NicoleYarroch2017-07-311-12/+12
* | Input stream is no longer stored as a class variableNicoleYarroch2017-07-311-8/+8
* | Added commentsNicoleYarroch2017-04-091-7/+3
* | Fixed test cases after adding code to delete data after it is sentNicoleYarroch2017-04-071-15/+35
* | Cleaned up comments in the SDLUploadFileOperation classNicoleYarroch2017-04-071-60/+59
* | Test cases in SDLFileManagerSpec passNicoleYarroch2017-04-071-14/+15
* | Test cases for small, medium and large files workNicoleYarroch2017-04-061-8/+33
* | Test cases work!NicoleYarroch2017-04-061-8/+17
* | Test casesNicoleYarroch2017-04-061-41/+31
* | Added test case for large filesNicoleYarroch2017-04-051-108/+5
* | Putfiles are sent asychronouslyNicoleYarroch2017-04-041-120/+151
* | First commitNicoleYarroch2017-03-301-1/+121
* | Merge remote-tracking branch 'origin/master' into developMuller, Alexander (A.)2017-01-191-1/+1
|\ \ | |/
| * Fixed issue around not calculating an SDLPutFile's currentOffset correctly. U...hotfix/issue_495Muller, Alexander (A.)2017-01-181-1/+1
| * Update uploading file operations to use built in cancel mechanismhotfix/issue_467Joel Fischer2016-11-071-9/+4
| * Fixed issue relating to uploading files to Core that was out of memory.Muller, Alexander (A.)2016-11-041-4/+0
* | Added nullability annotation to SDLGlobals, and changed singleton name to fix...Muller, Alexander (A.)2017-01-041-1/+1
* | Merge branch 'origin/master' into develop.Muller, Alexander (A.)2016-11-041-5/+1
|/
* Replaced SDLRPCRequestFactory in all Managers and Spec tests.Muller, Alexander (A.)2016-10-201-2/+1
* Update for 4.3.0-rc.44.3.0-rc.4Joel Fischer2016-10-061-4/+4
* Fixed a bug where files requiring multiple putfiles would occassionally crashJoel Fischer2016-09-151-11/+22
* Run clang-formatJoel Fischer2016-08-301-37/+37
* Alter a bunch of handlers for more consistent and descriptive languageJoel Fischer2016-08-251-2/+2
* Shift some file operation code to a superclassJoel Fischer2016-08-251-33/+3
* Make SDLManagerDelegate methods required againJoel Fischer2016-08-231-1/+1
* Update to v4.3.0-beta.24.3.0-beta.2Joel Fischer2016-08-181-38/+39
* IndentationJoel Fischer2016-08-151-39/+38
* Update to 4.3.0-beta.1Joel Fischer2016-08-121-56/+59