summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLUploadFileOperation.m
Commit message (Expand)AuthorAgeFilesLines
* Refactored PutFile in SDLUploadFileOperation classNicoleYarroch2018-06-261-4/+14
* Added convenience init documentation to `SDLPutfile` classNicoleYarroch2018-06-081-1/+0
* `SDLTextAndGraphicManager` now limits artwork upload retriesNicoleYarroch2018-06-081-7/+1
* Started corrupted data test casesNicoleYarroch2018-05-301-7/+3
* Added custom file manager error for corrupted dataNicoleYarroch2018-05-291-2/+12
* Added `SDLResultCorruptedData` and `resultCode` param to `SDLPutFileResponse`NicoleYarroch2018-05-291-6/+2
* Update for SDL 6.0feature/454_505_603_hide_lower_layersJoel Fischer2018-04-231-2/+2
* Merge branch 'develop' into feature/issue_723_sequential_send_rpcsfeature/issue_723_sequential_send_rpcsJoel Fischer2018-02-201-0/+3
|\
| * add finish operation when error occurred on uploading fileTakamitsu Yoshii2018-02-061-0/+3
* | Add Sequential RPC Request OperationJoel Fischer2018-01-311-1/+1
|/
* Enable and fix a host of warningsJoel Fischer2017-12-071-5/+5
* 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