summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes #335hotfix/issue_335Joey Grover2016-10-061-2/+1
* Updated changelog4.1.0release/4.1.0-rc1Joey Grover2016-09-271-6/+10
* Merge pull request #330 from smartdevicelink/feature/multiplexing_cleanupJoey Grover2016-09-2711-190/+350
|\
| * Only allow alt transport in debug modefeature/multiplexing_cleanupJoey Grover2016-09-261-1/+3
| * Changed multiplexing transport commentJoey Grover2016-09-221-1/+1
| * Add a debug method to extract RPC hash from packetJoey Grover2016-09-011-0/+82
| * Rename router service BT threads and service recordJoey Grover2016-08-311-3/+3
| * Removed excess logging around multiplexingJoey Grover2016-08-317-72/+32
| * Clean up disconnect intent filters into oneJoey Grover2016-08-311-8/+5
| * Remove unused transport constantsJoey Grover2016-08-301-8/+0
| * Added catch for OOM exception from malformed packet header or actual OOMJoey Grover2016-08-291-2/+5
| * Fix handler leak warnings in SdlRouterServiceJoey Grover2016-08-291-39/+62
| * Add flag constant for router service ping triggerbugfix/issue_328Joey Grover2016-08-251-0/+5
| * Fix handler leak in TransportBrokerJoey Grover2016-08-251-31/+41
| * Comment out pinging clients through messenger, causing race conditionsJoey Grover2016-08-251-1/+1
| * Add synchronization to binder death notificationJoey Grover2016-08-251-4/+11
| * Fixes #328Joey Grover2016-08-253-35/+114
* | Merge pull request #324 from smartdevicelink/feature/external_security_supportJoey Grover2016-09-2722-497/+945
|\ \ | |/ |/|
| * Updating method for checking payload protected to isPayloadProtected instead ...feature/external_security_supportAnil Dahiya2016-08-024-18/+19
| * Merge branch 'develop' into feature/external_security_supportAnil Dahiya2016-08-028-77/+240
| |\
| * | Additional Changes for handling a crash observed during encryption/decryption...Anil Dahiya2016-07-201-14/+16
| * | Removing ProtocolFrameHeader, ProtocolFrameHeaderFactory which got included d...Anil Dahiya2016-07-206-338/+31
| * | Merge branch 'develop' into feature/external_security_supportAnil Dahiya2016-07-18210-1692/+13805
| |\ \
| * | | Added service reference to securitybase.Markos Rapitis2016-04-122-0/+40
| * | | Make comparison now supports a list of makes.Markos Rapitis2016-03-162-7/+7
| * | | Now utilizing reflection with sdlsecurity class list.Markos Rapitis2016-03-142-20/+31
| * | | Updated start service method calls.Markos Rapitis2016-03-102-4/+5
| * | | Minor updates to shutdown method.Markos Rapitis2016-03-093-12/+21
| * | | More updates to initialization handling.Markos Rapitis2016-03-092-23/+60
| * | | updated callbacks for initMarkos Rapitis2016-03-084-12/+45
| * | | Updates around abstract method calls and processing of rai response.Markos Rapitis2016-03-072-26/+29
| * | | Added method to process list of SdlSecurity items based on rai response recei...Markos Rapitis2016-03-043-13/+59
| * | | Updated builder pattern to include SdlSecurity.Markos Rapitis2016-03-043-2/+22
| * | | Added more hooks for security implementation.Markos Rapitis2016-03-0412-98/+126
| * | | Initial Changes for external security libraryMarkos Rapitis2016-03-0317-442/+635
* | | | Merge pull request #326 from smartdevicelink/feature/router_version_passbackJoey Grover2016-08-093-8/+16
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add router service version to register client responsefeature/router_version_passbackJoey Grover2016-07-283-8/+16
|/ / /
* | | Merge pull request #312 from smartdevicelink/bugfix/issue_311Joey Grover2016-07-287-76/+239
|\ \ \
| * \ \ Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2016-07-2829-968/+588
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #323 from thomasheike/patch-2Joey Grover2016-07-271-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fixed ClassCastException in openConnectionThomas Heike2016-07-071-1/+1
* | | | Merge pull request #320 from smartdevicelink/bugfix/issue_319Joey Grover2016-07-131-4/+3
|\ \ \ \
| * | | | Give return Class correct parameterized typebugfix/issue_319Joey Grover2016-07-061-1/+1
| * | | | Fixes #319Joey Grover2016-07-061-4/+3
| |/ / /
* | | | Merge pull request #318 from smartdevicelink/bugfix/issue_309Joey Grover2016-07-1321-926/+0
|\ \ \ \
| * | | | Fix #309 removes HelloSdl projectbugfix/issue_309Joey Grover2016-07-0621-926/+0
| |/ / /
* | | | Merge pull request #317 from smartdevicelink/feature/update_proxy_builder_multiJoey Grover2016-07-131-2/+22
|\ \ \ \
| * | | | Added new constructor to handle multiplexing as default transport.feature/update_proxy_builder_multiJoey Grover2016-07-051-2/+22
| |/ / /
* | | | Merge pull request #316 from smartdevicelink/bugfix/issue_313Joey Grover2016-07-131-8/+501
|\ \ \ \
| * | | | Fixes #313bugfix/issue_313Joey Grover2016-07-051-8/+501