summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add malformed messages filtering disableElisey Zamakhov2015-03-187-58/+138
* Change malformed messages counting strategyElisey Zamakhov2015-03-182-3/+85
* Code style fixElisey Zamakhov2015-03-181-35/+39
* Review fixElisey Zamakhov2015-03-182-11/+11
* Add MalformedLimitVerification testsElisey Zamakhov2015-03-185-47/+106
* Update MalformedPacket_AdditionalByte testElisey Zamakhov2015-03-181-2/+77
* Improve incoming_data_handler speedElisey Zamakhov2015-03-183-17/+81
* UnitTest update (thread is already fixed)Elisey Zamakhov2015-03-184-1373/+1
* Add PSM, malformed frequency verificationElisey Zamakhov2015-03-1813-73/+158
* Add one test main.cc file with correct logger deinitializationElisey Zamakhov2015-03-1826-257/+11
* Default heartbeattimeout to 0Justin Dickow2015-03-091-1/+1
* APPLINK-11427 Made ability to properly find applications.Aleksandr Galiuzov2015-02-262-2/+6
* APPLINK-11451 Fix validation of query_app jsonAleksandr Galiuzov2015-02-241-1/+1
* APPLINK-11431 Disable sending IsMedia flag for application which unregisteredAleksandr Galiuzov2015-02-241-1/+3
* APPLINK-11427 Made fix for wrong hmi application id during registration.Aleksandr Galiuzov2015-02-232-14/+9
* APPLINK-11088 Made Fix for case when Binary data has not been sendingAleksandr Galiuzov2015-02-232-3/+13
* APPLINK-11413 Extend LAUNCH_APP logicAlexandr Galiuzov2015-02-232-15/+31
* APPLINK-11399 Add additional checks into system_request.ccAlexandr Galiuzov2015-02-232-15/+7
* APPLINK-11399 Implement additional rules for validating query apps jsonAlexandr Galiuzov2015-02-232-22/+5
* APPLINK-11354 Remove packageName and urlSchema from OnSystemRequestAleksandr Galiuzov2015-02-232-7/+2
* APPLINK-11339 Add HTTP header to the QUERY_APP requestAleksandr Galiuzov2015-02-232-0/+35
* APPLINK-11308. Fixed sending LAUNCH_APP via foreground app V4.Andrey Oleynik2015-02-231-2/+5
* APPLINK-11295. Fixed endpoints url storing in DB.Andrey Oleynik2015-02-233-282/+276
* APPLINK-11088. Fixed build for basic policy configuration.Andrey Oleynik2015-02-231-10/+0
* APPLINK-11088. Fixed review notes.Andrey Oleynik2015-02-236-25/+24
* APPLINK-11088. Fixed test build after bugfix.Andrey Oleynik2015-02-232-7/+12
* APPLINK-11288. Implemented cyclic removal on insufficient space for icon.Andrey Oleynik2015-02-232-2/+22
* APPLINK-11287. Implement minimal size for icons storage.Andrey Oleynik2015-02-231-0/+5
* APPLINK-11289. Implemented icon saving skip on certain condition.Andrey Oleynik2015-02-231-8/+11
* APPLINK-11208. Implemented policy support for QueryApps URLs.Andrey Oleynik2015-02-2310-2348/+2339
* APPLINK-11232, APPLINK-11226: application list view and activation app fixesAndrei Melnik2015-02-232-65/+106
* APPLINK-1134. Added check for icon size greater, that storage size.Andrey Oleynik2015-02-231-0/+8
* APPLINK-11206. Fixed sending OnSystemRequest for second SDL4 app.Andrey Oleynik2015-02-236-105/+54
* APPLINK-11224. Fixed sending apps in UpdateAppList with same id as already re...Andrey Oleynik2015-02-231-2/+11
* APPLINK-11230. Fixed icons save strategy on absent r/w permissions.Andrey Oleynik2015-02-233-7/+51
* APPLINK-11231. Fixed setting 0 values for parameters from SDL configuration f...Andrey Oleynik2015-02-232-35/+28
* APPLINK-11207. Fixed order of sending OnAppRegistered for waiting app.Andrey Oleynik2015-02-231-1/+3
* APPLINK-11221. Fixed adding same apps, waiting for registration on different ...Andrey Oleynik2015-02-232-1/+5
* APPLINK-11204. Implemented removal of apps, waiting for registration.Andrey Oleynik2015-02-232-1/+58
* APPLINK-11088. Fixed build for g++ 4.6Andrey Oleynik2015-02-232-5/+7
* APPLINK-11188. Fixed setting same HMI app id for application, launched with L...Andrey Oleynik2015-02-233-2/+9
* APPLINK-11088. Fixed wrong changing of update status on QueryApps.Andrey Oleynik2015-02-231-1/+1
* APPLINK-11157. Fixed sending of empty icon path in BC.UpdateAppList.Andrey Oleynik2015-02-236-16/+77
* APPLINK-11155: SD.ActivateApp response handler fixAndrei Melnik2015-02-231-1/+8
* APPLINK-11159. Fixed oldest icons deletion.Andrey Oleynik2015-02-231-1/+1
* APPLINK-10918: changed supporting of heart beatdtrunov2015-02-232-8/+21
* APPLINK-11160. Fixed wrong SystemRequest response on invalid json structure.Andrey Oleynik2015-02-234-41/+115
* APPLINK-11158. Fixed icons folder creation.Andrey Oleynik2015-02-232-25/+70
* APPLINK-11161. Fixed sending SDL.ActivateApp response for app, launched via L...Andrey Oleynik2015-02-232-2/+31
* APPLINK-11140: HMI grayout necesary apps in UpdateAppList requestAndrei Melnik2015-02-236-23/+30