summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue relating to not all single touch callbacks. firing.hotfix/issue_441_single_touch_eventsMuller, Alexander (A.)2016-09-131-0/+1
* changed CGFloat to double due to issue in adding an NSUInteger to float/doubl...hotfix/travis_issue_439Muller, Alexander (A.)2016-08-231-1/+1
* More descriptive fail statements.Muller, Alexander (A.)2016-08-231-8/+8
* Increasing wait time for gesture timeout.Muller, Alexander (A.)2016-08-231-40/+42
* Bump version to v4.2.34.2.3Joel Fischer2016-08-234-3/+7
* Minor clarity updates to HTTPS alterationshotfix/issue_432_https_failsJoel Fischer2016-08-231-4/+4
* Fix HTTPS uploadsJoel Fischer2016-08-222-2/+2
* Update version to 4.2.24.2.2Joel Fischer2016-08-185-3/+8
* Fix an errant spaceJoel Fischer2016-08-181-1/+1
* Fix HTTP -> HTTPS on redirectsJoel Fischer2016-08-181-2/+2
* Remove usage of NSURLComponentsJoel Fischer2016-08-181-8/+7
* Add a test for HTTP -> HTTPS conversionhotfix/issue_432_HTTP__Convert_ATSJoel Fischer2016-08-181-78/+88
* Change HTTP alerting in SDLURLSession to use NSURLComponentsJoel Fischer2016-08-181-7/+8
* Changelog updateJoel Fischer2016-08-171-1/+1
* Update to v4.2.14.2.1Joel Fischer2016-08-175-4/+8
* Fixed replacement of unused authentication properties for encryption properties.Muller, Alexander (A.)2016-08-171-6/+2
* Merge branch 'master' into release/4.2.04.2.0Joel Fischer2016-08-172-0/+15
|\
| * Set version to v4.1.54.1.5Joel Fischer2016-08-16256-2447/+2451
| * Alter all URL sessions to occur through HTTPS even if an HTTP URL is passedJoel Fischer2016-08-161-0/+11
* | Update for v4.2.0 finalJoel Fischer2016-08-177-21/+76
* | 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