summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tests and MetadataType NONEfeature/SDL_0073_adding_metadata_typesJoel Fischer2017-08-173-31/+34
* Fix metadatatype mediaYearJoel Fischer2017-08-171-1/+1
* Fix incorrect parameters for metadata typesJoel Fischer2017-08-174-38/+50
* fixed placement of importBrett W2017-08-171-1/+1
* fixed permissions / podspecBrett W2017-08-174-4/+10
* finished renaming show paramBrett W2017-08-164-17/+17
* lots of renaming per proposal amendmentBrett W2017-08-1613-396/+394
* Merge branch 'develop' into feature/SDL_0073_adding_metadata_typesJoel Fischer2017-08-1577-264/+3182
|\
| * Merge pull request #669 from smartdevicelink/feature/616_constructed_payloadsJoel Fischer2017-08-1554-248/+2198
| |\
| | * 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-097-13/+181
| | * 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-0344-49/+1358
| | |\ | | |/ | |/|
| * | Merge pull request #668 from smartdevicelink/feature/SDL-0058-video-streaming...Joel Fischer2017-08-0324-3/+963
| |\ \
| | * | 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
| | * | add getVideoStreamingCapability to example appBrettyWhite2017-07-281-0/+7
| | * | fixed typoBrettyWhite2017-07-284-5/+5
| | * | working unit testsBrettyWhite2017-07-287-3/+210
| | * | fixed error that was breaking unit testsBrettyWhite2017-07-282-3/+4
| | * | starting unit tests WIPBrettyWhite2017-07-275-1/+144
| | * | added final two structsBrettyWhite2017-07-279-0/+372
| | * | start of implementationBrettyWhite2017-07-2710-1/+213
| * | | Merge branch 'bugs/issue_665_url_request_crashes' into developJoel Fischer2017-08-031-11/+19
| |\ \ \
| | * | | Fix crashes made possible by block retain cyclesbugs/issue_665_url_request_crashesJoel Fischer2017-08-011-11/+19
| |/ / /
| | | * Remove hash id from not RPC start service acksJoel Fischer2017-07-314-31/+9
| | | * Add numerous control payload testsJoel Fischer2017-07-3112-19/+381
| | | * Add dynamic MTU testsJoel Fischer2017-07-2811-65/+123
| | | * Update to use bson library submoduleJoel Fischer2017-07-2713-1993/+69
| | | * 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-268-101/+163
| | | * Add documentation to control frame payload typesJoel Fischer2017-07-2613-3/+307
| | | * 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-2413-30/+313
| | | * * 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-243-31/+94
| | | * Change globals protocol version to be a stringJoel Fischer2017-07-247-23/+47
| | | * Add RPCStartServiceNak payload objectJoel Fischer2017-07-209-29/+142
| | | * Change what BSON payload objects areJoel Fischer2017-07-2016-120/+368
| | | * First pass at start service control messageJoel Fischer2017-07-1912-41/+174
| | | * Add bson library directly for nowJoel Fischer2017-07-1810-0/+1947
* | | | removed extra lineBrett W2017-08-041-1/+0