summaryrefslogtreecommitdiff
path: root/src/components/hmi_message_handler/include/hmi_message_handler/websocket_session.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused includes for boost strand (#3656)Jacob Keeler2021-03-081-1/+0
|
* Update and fix Boost installation (#3651)Jacob Keeler2021-03-051-1/+0
| | | | | | | | * Update boost installation to 1.72.0 * Fix boost installation process Properly set boost directories when the library is found, also run clean step before installation to prevent lingering old versions of boost
* remove unused variable write pending (#3638)Collin2021-02-261-1/+0
|
* [SDL 0046] Implement logger abstraction (#3472)VladSemenyuk2020-09-011-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Implement logger abstraction. Integrate it to SDL. Create one logger instance for shared libraries * Rename all logger macros. * Update src/components/application_manager/rpc_plugins/rc_rpc_plugin/src/resource_allocation_manager_impl.cc Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com> * Fix review comments(errors in log messages) * Fix review coments * Fix code style * Add logger variable creation to new commads * Fix review comment * Fixe review comment(class imblemtation moved to .cc file) Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
* Update jsoncpp library (#3155)Yevhenii Dementieiev (GitHub)2020-01-291-4/+3
| | | | | | | | * Delete old version of jsoncpp lib and add new like submodule, change deprecated interface for new. * Logs output without extra special symbols * fixup! Delete old version of jsoncpp lib and add new like submodule, change deprecated interface for new.
* Run updated style scriptjacobkeeler2019-04-291-18/+17
|
* Remove custom atomic in favor of std::atomic typesConlain Kelly2018-06-251-2/+2
|
* Fix style issuesjacobkeeler2018-04-121-1/+1
|
* Add license to new message broker filesfix/add_license_to_mb_filesJackLivio2018-04-041-0/+30
|
* Fixes for PR commentJackLivio2018-02-021-87/+83
|
* Fix shutdown after hmi reconnectionJackLivio2018-02-021-2/+0
|
* Add Boost Websocket HMI AdapterJackLivio2018-02-021-0/+184
Repleaces old message broker with new boost::beast websocket library. No changes required for setup or connecting with HMI.