summaryrefslogtreecommitdiff
path: root/SmartDeviceLink
Commit message (Expand)AuthorAgeFilesLines
* Simplify streaming manager app stateJoel Fischer2017-08-163-29/+27
* Fix stream manager not running for PROJECTION app typeJoel Fischer2017-08-161-1/+7
* Merge branch 'release/5.0.0' into feature/streaming_media_managerJoel Fischer2017-08-1639-205/+1439
|\
| * Lots of little merge fixesJoel Fischer2017-08-1512-72/+49
| * Merge branch 'feature/616_constructed_payloads' into release/5.0.0Joel Fischer2017-08-1535-124/+1238
| |\
| | * Fixes for protocol payload NAK incorrect parsingfeature/616_constructed_payloadsJoel Fischer2017-08-155-7/+9
| | * Block devs from sending anything other than H264 RAW through the SMMJoel Fischer2017-08-102-6/+7
| | * Add tests for video start service payloadsJoel Fischer2017-08-093-3/+3
| | * Update Streaming Media Manager with video control payloadsJoel Fischer2017-08-082-30/+63
| | * Video control frame payloads use enums instead of regular stringsJoel Fischer2017-08-044-19/+38
| | * Merge branch 'develop' into feature/616_constructed_payloadsJoel Fischer2017-08-0329-34/+911
| | |\
| | | * Merge pull request #668 from smartdevicelink/feature/SDL-0058-video-streaming...Joel Fischer2017-08-0315-1/+585
| | | |\
| | | | * fixed getters againBrett W2017-08-032-3/+21
| | | | * fixed gettersfeature/SDL-0058-video-streaming-capabilitiesBrett W2017-08-032-3/+3
| | | | * Addressing requested changesBrettyWhite2017-07-313-5/+5
| | | | * fixed typoBrettyWhite2017-07-282-3/+3
| | | | * working unit testsBrettyWhite2017-07-282-2/+17
| | | | * fixed error that was breaking unit testsBrettyWhite2017-07-281-1/+1
| | | | * starting unit tests WIPBrettyWhite2017-07-271-1/+0
| | | | * added final two structsBrettyWhite2017-07-278-0/+348
| | | | * start of implementationBrettyWhite2017-07-279-1/+205
| | * | | Remove hash id from not RPC start service acksJoel Fischer2017-07-314-31/+9
| | * | | Add numerous control payload testsJoel Fischer2017-07-315-18/+8
| | * | | Add dynamic MTU testsJoel Fischer2017-07-284-7/+8
| | * | | Update to use bson library submoduleJoel Fischer2017-07-279-1957/+0
| | * | | Implemented dynamic MTU per serviceJoel Fischer2017-07-2710-86/+157
| | * | | Fix service payload data size not being setJoel Fischer2017-07-271-0/+1
| | * | | Move custom initializer back to defaultJoel Fischer2017-07-271-1/+1
| | * | | Update backing bson libraryJoel Fischer2017-07-267-69/+131
| | * | | Add documentation to control frame payload typesJoel Fischer2017-07-2612-3/+299
| | * | | Fix the protocol message router not properly passing messagesJoel Fischer2017-07-251-20/+0
| | * | | Add a descriptions to various control service payloadsJoel Fischer2017-07-254-0/+16
| | * | | Fix start service not assembling a proper payloadJoel Fischer2017-07-251-1/+5
| | * | | Fix the protocol router not passing to the correct delegate methodsJoel Fischer2017-07-251-17/+8
| | * | | Create new files for new control frame payloadsJoel Fischer2017-07-2412-19/+262
| | * | | * SDLControlFramePayloadRPCStartService now can be init with a string directlyJoel Fischer2017-07-245-6/+19
| | * | | Protocol level integration of constructed payloads for RPC serviceJoel Fischer2017-07-242-27/+90
| | * | | Change globals protocol version to be a stringJoel Fischer2017-07-246-23/+39
| | * | | Add RPCStartServiceNak payload objectJoel Fischer2017-07-209-29/+142
| | * | | Change what BSON payload objects areJoel Fischer2017-07-2015-101/+313
| | * | | First pass at start service control messageJoel Fischer2017-07-1911-37/+146
| | * | | Add bson library directly for nowJoel Fischer2017-07-189-0/+1895
| * | | | Merge pull request #604 from smartdevicelink/feature/issue_536_input_stream_f...Joel Fischer2017-08-037-80/+223
| |\ \ \ \
| | * | | | - Class now returns an error if user passes an invalid file path url or if th...feature/issue_536_input_stream_file_managerNicoleYarroch2017-08-024-4/+26
| | * | | | 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-022-2/+2