Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-30 | Add gitreview file for Lucky Lamprey branchlamprey_12.1.9lamprey_12.1.8lamprey_12.1.7lamprey_12.1.6lamprey_12.1.5lamprey_12.1.4lamprey_12.1.3lamprey_12.1.20lamprey_12.1.2lamprey_12.1.19lamprey_12.1.18lamprey_12.1.17lamprey_12.1.16lamprey_12.1.15lamprey_12.1.14lamprey_12.1.13lamprey_12.1.12lamprey_12.1.11lamprey_12.1.10lamprey_12.1.1lamprey_12.1.0lamprey_12.0.1lamprey_12.0.0lamprey_11.93.0lamprey/12.1.9lamprey/12.1.8lamprey/12.1.7lamprey/12.1.6lamprey/12.1.5lamprey/12.1.4lamprey/12.1.3lamprey/12.1.20lamprey/12.1.2lamprey/12.1.19lamprey/12.1.18lamprey/12.1.17lamprey/12.1.16lamprey/12.1.15lamprey/12.1.14lamprey/12.1.13lamprey/12.1.12lamprey/12.1.11lamprey/12.1.10lamprey/12.1.1lamprey/12.1.0lamprey/12.0.1lamprey/12.0.0lamprey/11.93.012.1.912.1.812.1.712.1.612.1.512.1.412.1.312.1.2012.1.212.1.1912.1.1812.1.1712.1.1612.1.1512.1.1412.1.1312.1.1212.1.1112.1.1012.1.112.1.012.0.112.0.011.93.0lamprey | Jan-Simon Möller | 1 | -1/+1 | |
Update the .gitreview file. Change-Id: Idf7e1a0c06f25477864c8a56df6f980cc3139350 Bug-AGL: SPEC-4006 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> | |||||
2021-01-15 | Fix potential memory leakneedlefish_13.93.0needlefish/13.93.0marlin_12.93.0marlin_12.92.0marlin_12.91.0marlin_12.90.1marlin_12.90.0marlin/12.93.0marlin/12.92.0marlin/12.91.0marlin/12.90.1marlin/12.90.0lamprey_11.92.0lamprey_11.91.0lamprey/11.92.0lamprey/11.91.0koi_10.93.0koi_10.92.0koi/10.93.0koi/10.92.013.93.012.93.012.92.012.91.012.90.112.90.011.92.011.91.010.93.010.92.0 | Li Xiaoming | 1 | -1/+2 | |
It is better to init jresp as NULL, and allocate new memory when it is used, this will avoid the memory leak if the function returns during the process. Bug-AGL: SPEC-3584 Change-Id: Icb1eae050294f4438ad89739e324c5483b6b3441 Signed-off-by: Li Xiaoming <lixm.fnst@cn.fujitsu.com> | |||||
2020-06-09 | Update autobuild scriptskoi_10.91.0koi/10.91.0jellyfish_9.99.4jellyfish_9.99.3jellyfish_9.99.2jellyfish_9.99.1jellyfish/9.99.4jellyfish/9.99.3jellyfish/9.99.2jellyfish/9.99.19.99.49.99.39.99.29.99.110.91.0 | Scott Murray | 2 | -204/+154 | |
Update autobuild scripts with reworked version that fixes building outside of the source tree. Bug-AGL: SPEC-2049, SPEC-3300 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ibfa1c6628c7848743b199701700fd4df147278e6 | |||||
2020-02-18 | Update autobuild script to create new targets | Frederic Marec | 2 | -26/+174 | |
Update autobuild script to create multiple widget target debug, coverage and all Bug-AGL: SPEC-2049 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh> Change-Id: I2860b931dcef297493c962a4e89996622dc2a18f | |||||
2020-02-11 | Update .gitreview file | Jan-Simon Möller | 1 | -1/+1 | |
This updates the gitreview file in the project . Change-Id: I49dc282db902ae22ab064d9d7b7fe70e06de9809 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> | |||||
2020-01-14 | Integrate navigation voice capability useicefish_8.99.5icefish/8.99.58.99.5 | Scott Murray | 2 | -11/+129 | |
Add code to pull in the voice capabilities binding, subscribe to the existing setDestination and cancelNavigation events, and use the data that comes from them to set/clear the destination waypoint. Bug-AGL: SPEC-3107 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Iaeb0283492cc89e8cff1a1558cab7554e32e3142 | |||||
2019-12-06 | binding: navigation: deep copy json response for cacheicefish_8.99.4icefish_8.99.3icefish/8.99.4icefish/8.99.38.99.48.99.3 | Matt Ranostay | 1 | -12/+11 | |
To avoid possible side effects from afb framework releasing a cached json_object just deep copy to target cached object. Bug-AGL: SPEC-2880 Change-Id: Ie953d4668cd4e9a33a91d727a378cd24e75f112e Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> | |||||
2019-12-06 | binding: navigation: move get_storage_from_value call within write lockicefish_8.99.2icefish/8.99.28.99.2 | Matt Ranostay | 1 | -1/+3 | |
json_object returned from get_storage_from_value() needs to be protected within the write lock. This is to prevent reentrant calls to broadcast() from accessing it, and running json_object_put() Bug-AGL: SPEC-2880 Change-Id: I9fdf614728368c75e925e4c5a0f3ca19a7e517e1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> | |||||
2019-12-03 | binding: navigation: add missing read lock around afb_event_push() | Matt Ranostay | 1 | -0/+10 | |
Add missing read lock around event pushing from value that isn't required to be cached. Bug-AGL: SPEC-2880 Change-Id: I7aae2ec9df722fdefcec2d35977251e008375d92 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> | |||||
2019-11-12 | navigation: add more verbose docsicefish_8.99.1icefish/8.99.18.99.1 | Matt Ranostay | 1 | -0/+3 | |
Add more parameter documentation to position event in README.md Bug-AGL: SPEC-2880 Change-Id: Iaabc355752a24fd931b86befdb80738faf7c2dca Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> | |||||
2019-10-31 | binding: navigation: rewrite of navigation binding | Matt Ranostay | 36 | -4347/+619 | |
To remove dependency on DBus the binding needed to be rewritten to output pure JSON output to subscribed consumers. Bug-AGL: SPEC-2880 Change-Id: Ie85dfccd42ca36119116a0fbfb16bf4e96efc184 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com> | |||||
2019-09-20 | add autobuild tree | Raquel Medina | 2 | -0/+138 | |
Bug-AGL: SPEC-2815 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Ia01d5f2cf77757aebe71d0a85a6bc123b8315d63 | |||||
2019-08-30 | Fix JSON response lifecycle issues | Scott Murray | 1 | -12/+12 | |
Move json_object_put calls to fix lifecycle issues exposed by the json-c upgrade with OE thud. In the newer version, an extra put now triggers an assertion, so rework the affected logic to only call put when needed in the failed request cases. Bug-AGL: SPEC-2707 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ia111e408abf515e3ea7b105c66c1339daa759a87 | |||||
2019-08-30 | Initial check in | Scott Murray | 30 | -0/+4404 | |
Initial check in of contents of the original repository: git://github.com/AGLExport/agl-service-navigation as of commit 1f1ffc92fcc882aa5e885badbc91a3384f5d77b1. Bug-AGL: SPEC-2787 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I02d008ee73cdfd88f1e7587ee57101187b9c4d6d | |||||
2019-02-06 | Initial .gitreviewhalibut_8.0.1halibut_8.0.0halibut_7.99.3halibut_7.99.2halibut_7.99.1halibut_7.90.0halibut/8.0.1halibut/8.0.0halibut/7.99.3halibut/7.99.2halibut/7.99.1halibut/7.90.08.0.18.0.07.99.37.99.27.99.17.90.0 | Jan-Simon Möller | 1 | -0/+5 | |
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> | |||||
2018-06-14 | Initial empty repositoryguppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy_6.90.0guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.1guppy/6.90.0flounder_6.0.5flounder_6.0.4flounder_6.0.3flounder_6.0.2flounder_6.0.1flounder_6.0.0flounder_5.99.7flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder_5.99.1flounder/6.0.5flounder/6.0.4flounder/6.0.3flounder/6.0.2flounder/6.0.1flounder/6.0.0flounder/5.99.7flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.2flounder/5.99.16.99.46.99.36.99.26.99.16.90.06.0.56.0.46.0.36.0.26.0.16.0.05.99.75.99.65.99.55.99.45.99.35.99.25.99.1flounder | Jan-Simon Moeller | 0 | -0/+0 | |