summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Handle calls to creating rs list when security is off and tests around itfeature/rsvp_default_securityJoey Grover2017-03-082-0/+14
| * | | | Adding more unit tests for RSVJoey Grover2017-03-082-0/+116
| * | | | Fix logic around list refresh times in RouterServiceValidatorJoey Grover2017-03-081-3/+3
| * | | | Fix incorrect preference key being used for rsvp security level retrievalJoey Grover2017-03-081-1/+1
| * | | | Remove wrong “this” from static variable referenceJoey Grover2017-02-171-1/+1
| * | | | Implement list refresh rate and installed from check alterations based on sec...Joey Grover2017-02-173-6/+56
| * | | | Add security level to MultipllexTransportConfigJoey Grover2017-02-171-0/+36
* | | | | Merge branch 'hotfix/transport_performance' of git://github.com/jacobkeeler/s...Joey Grover2017-03-223-68/+86
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix performance issues with TCP, BT and MultiplexBT transportsJacob Keeler2017-01-233-71/+89
| | |_|/ | |/| |
* | | | Merge pull request #408 from smartdevicelink/bugfix/issue_388Joey Grover2017-03-106-21/+463
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'develop' of https://github.com/smartdevicelink/sdl_android into...Joey Grover2017-03-1024-76/+701
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #397 from smartdevicelink/bugfix/issue_375Joey Grover2017-03-083-4/+114
|\ \ \ \
| * | | | Rplace try/catch, change to V2_HEADER_SIZEAustin Kirk2017-03-082-3/+3
| * | | | Updated Unit Tests for new Constantsbugfix/issue_375Austin Kirk2017-02-071-3/+4
| * | | | Fix max data length allowed, add header size constant for V1, V2-V4 packetsAustin Kirk2017-02-072-2/+5
| * | | | Updated Unit TestsAustin Kirk2017-02-021-44/+61
| * | | | Added Unit TestAustin Kirk2017-02-021-0/+79
| * | | | Made V1_V@_MTU_SIZE in WiProProtocol publicAustin Kirk2017-01-302-2/+3
| * | | | Checking for dataLength size < 1500 and protecting against future problems in...Austin Kirk2017-01-241-3/+8
| * | | | First FixAustin Kirk2017-01-231-1/+5
| | |/ / | |/| |
* | | | Merge pull request #407 from smartdevicelink/bugfix/issue_389Joey Grover2017-03-072-2/+168
|\ \ \ \
| * | | | Adding more unit tests for WiProProtocolJoey Grover2017-03-071-0/+63
| * | | | Removing a couple importsbugfix/issue_389Austin Kirk2017-02-091-2/+0
| * | | | Unit Test for overallocating due to bad bits in handleFirstDataFrameAustin Kirk2017-02-091-0/+99
| * | | | Catch OOM when allocating for accumulatorAustin Kirk2017-01-261-2/+8
| |/ / /
* | | | Merge pull request #430 from smartdevicelink/bugfix/issue_418Joey Grover2017-03-076-5/+30
|\ \ \ \
| * | | | Refactor all streaming classes to use sessions MTU rather than arbitrary values.bugfix/issue_418Joey Grover2017-02-163-8/+11
| * | | | StreamPacketizer will now use MTU if not encrypted sessionJoey Grover2017-02-162-1/+14
| * | | | Add getMtu to AbstractProtocol for ease of accessJoey Grover2017-02-161-0/+1
| * | | | Add getter for MTU from WiProProtcolJoey Grover2017-02-161-0/+8
| | |_|/ | |/| |
* | | | Merge pull request #432 from smartdevicelink/bugfix/issue_431Joey Grover2017-03-071-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'bugfix/issue_431' of https://github.com/smartdevicelink/sdl_and...bugfix/issue_431Austin Kirk2017-02-210-0/+0
| |\ \ \ \
| | * | | | Don’t need to notify proxy was closedAustin Kirk2017-02-211-3/+0
| | |/ / /
| * | | | Don’t close the proxy when cycling on Multiplex TransportAustin Kirk2017-02-211-1/+1
| |/ / /
* | | | Merge pull request #421 from smartdevicelink/bugfix/issue_420Joey Grover2017-02-232-5/+11
|\ \ \ \
| * | | | Made changes in usb transport for issue 420bugfix/issue_420Markos2017-02-102-5/+11
* | | | | Update CONTRIBUTING.mdtheresalech2017-02-231-1/+1
* | | | | Merge pull request #412 from smartdevicelink/bugfix/issue_393Joey Grover2017-02-213-6/+182
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Rescoped if statement to check for valid nameAustin Kirk2017-02-211-4/+2
| * | | | Adding unit testsbugfix/issue_393Joey Grover2017-02-202-0/+174
| * | | | Single try/catchAustin Kirk2017-02-171-6/+2
| * | | | Added try/catches when building LocalRouterService from parcelAustin Kirk2017-01-311-2/+10
| | |/ / | |/| |
* | | | Merge pull request #410 from smartdevicelink/bugfix/issue_391Joey Grover2017-02-161-1/+6
|\ \ \ \
| * | | | Silently returningbugfix/issue_391Austin Kirk2017-02-081-2/+2
| * | | | FormattingAustin Kirk2017-01-311-6/+6
| * | | | Try/Catch for SecurityException when starting localRouterServiceAustin Kirk2017-01-301-1/+6
| |/ / /
* | | | Merge pull request #406 from smartdevicelink/bugfix/issue_381Joey Grover2017-02-161-2/+10
|\ \ \ \
| * | | | For-each instead of Iteratorbugfix/issue_381Austin Kirk2017-02-091-3/+1
| * | | | Added try/catch before using an Iterator to go through running servicesAustin Kirk2017-02-091-3/+10
| * | | | Replace range based for loop with index-basedAustin Kirk2017-01-261-2/+5
| |/ / /