summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modified videoSessionAuthenticated to videoSessionEncrypted. We now modify th...release/4.2.0Muller, Alexander (A.)2016-08-172-10/+12
* Removed necessary NSNotificationCenter removeObserverMuller, Alexander (A.)2016-08-171-1/+0
* Removed releasing unincluded variable.Muller, Alexander (A.)2016-08-171-2/+0
* Using CFDictionaryRef instead of NSDictionary of VTCompressionSession initial...Muller, Alexander (A.)2016-08-171-8/+19
* Properly releasing pixel buffer pool on teardown.Muller, Alexander (A.)2016-08-171-0/+2
* Removing data copy.Muller, Alexander (A.)2016-08-161-1/+1
* Adding property to obtain a pixel buffer pool from the video encoder.Muller, Alexander (A.)2016-08-162-1/+28
* Updated proper cleanup of NSNotificationCenter observers for SDLStreamingMedi...Muller, Alexander (A.)2016-08-111-0/+3
* Fix a missed documentation TODOJoel Fischer2016-08-111-2/+7
* Update version to 4.2.0-beta.14.2.0-beta.1Joel Fischer2016-08-082-2/+2
* Proper handling of stoping security managers when the proxy disconnects.Muller, Alexander (A.)2016-08-041-0/+4
* Fixed some crashing testsJoel Fischer2016-08-032-193/+112
* Fix file missing an importJoel Fischer2016-08-031-0/+2
* Set version to v4.2.0Joel Fischer2016-08-03277-2784/+3952
* Extracted display capabilities out and allowed it to be a settable property o...Muller, Alexander (A.)2016-08-023-14/+37
* Merge remote-tracking branch 'origin/feature/external_security_support' into ...Muller, Alexander (A.)2016-08-0221-416/+881
|\
| * Merge branch 'develop' into feature/external_security_supportfeature/external_security_supportJoel Fischer2016-07-2921-20/+2100
| |\
| * | Updated starting audio session function declaration to match video session fu...Muller, Alexander (A.)2016-07-282-5/+5
| * | Fixed issue with starting audio streaming using incorrect completion handler ...Muller, Alexander (A.)2016-07-282-4/+4
| * | Fix using a deprecated enumJoel Fischer2016-07-281-1/+1
| * | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-07-281-5/+6
| |\ \
| * | | Use an enum instead of multiple BOOLs for starting streaming mediaJoel Fischer2016-07-282-19/+26
| * | | Developers add appId in the same step as adding security managersJoel Fischer2016-07-282-7/+5
| * | | Merge remote-tracking branch 'origin/develop' into feature/external_security_...Muller, Alexander (A.)2016-07-28271-216/+43641
| |\ \ \
| * | | | Proxy can now take all security manager classes at onceJoel Fischer2016-07-272-7/+9
| * | | | Update Proxy to no longer take makes when adding a security managerJoel Fischer2016-07-273-4/+13
| * | | | Setting header's bytesInPayload after encryption for correct payload length.Muller, Alexander (A.)2016-06-011-1/+2
| * | | | Added payload length checks for encryption/decryption.Muller, Alexander (A.)2016-06-011-3/+3
| * | | | Revert to previous code for getting header's sessionID.Muller, Alexander (A.)2016-05-311-1/+1
| * | | | Updated sessionID retrieval in start service to correctly pull sessionID in d...Muller, Alexander (A.)2016-05-311-1/+1
| * | | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-05-27797-270/+218
| |\ \ \ \
| * | | | | Fix proxy version set incorrectlyJoel Fischer2016-05-201-1/+1
| * | | | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-05-2044-224/+282
| |\ \ \ \ \
| * | | | | | Fix starting a secure session not starting the secure sessionJoel Fischer2016-05-041-17/+15
| * | | | | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-05-042-5/+5
| |\ \ \ \ \ \
| * | | | | | | Add a TODO for future workJoel Fischer2016-04-151-1/+1
| * | | | | | | Update protocol specJoel Fischer2016-04-142-24/+34
| * | | | | | | Allow authenticated streaming without encryptionJoel Fischer2016-04-146-24/+32
| * | | | | | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-04-1322-593/+125
| |\ \ \ \ \ \ \
| * | | | | | | | Remove the separate storage for the RPC session IdJoel Fischer2016-03-161-7/+8
| * | | | | | | | Store the entire header for services instead of just the sessionIdJoel Fischer2016-03-151-17/+16
| * | | | | | | | SDLProxy addSecurityManager now takes an array of vehicleMakesJoel Fischer2016-03-152-4/+9
| * | | | | | | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-03-1510-452/+158
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-03-092-1/+150
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-03-047-15/+66
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update security interface to take an app idJoel Fischer2016-03-025-4/+10
| * | | | | | | | | | | Merge branch 'develop' into feature/external_security_supportJoel Fischer2016-02-2617-188/+222
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Only call `onProxyOpened` from SDLProxy if it's the RPC serviceJoel Fischer2016-02-231-1/+1
| * | | | | | | | | | | | Fix Proxy not initializing security manager dictionaryJoel Fischer2016-02-221-0/+1
| * | | | | | | | | | | | Revert "Adding a securitymanager now adds the object itself"Joel Fischer2016-02-222-9/+10