Fix: Avoid returning 2 results for 1 signal.
[apps/low-level-can-service.git] / CAN-binder /
2017-04-24 Romain ForlotFix: Avoid returning 2 results for 1 signal.
2017-04-22 Romain ForlotRework subscription and unsubscriptions operations...
2017-04-22 Romain ForlotUse BCM socket as default cleaning up the old RAW socke...
2017-04-22 Romain ForlotFix: opening bcm socket still trying to bind as a RAW...
2017-04-22 Romain ForlotImprove logging messages
2017-04-21 Romain ForlotAdding some comments
2017-04-21 Romain ForlotMove all signals search functions into new signals_mana...
2017-04-21 Romain ForlotAvoid warning about unmanaged switch case in INI library
2017-04-21 Romain ForlotDiagnostic messages subscription simplified.
2017-04-21 Romain ForlotMake virtual CAN device name as argument
2017-04-21 Romain ForlotAdded -std=c++11 to compile option lost in transition.
2017-04-20 Romain ForlotUpdate comments
2017-04-20 Romain ForlotRemove timeout socket option.
2017-04-20 Romain ForlotSeparate socket configuration and opening
2017-04-20 Romain ForlotUse same function to open BCM and RAW CAN sockets
2017-04-19 Romain ForlotSpecializing socket class to CAN socket operations.
2017-04-19 Romain ForlotAdded missing default constructor.
2017-04-19 Romain ForlotC++11 way to initialize using list init.
2017-04-19 Romain ForlotCleaning include
2017-04-19 Romain ForlotFormating
2017-04-19 Romain ForlotFix: temporary variable assigned to a reference leading...
2017-04-19 Romain ForlotChange INI file parser library.
2017-04-18 Romain ForlotImprove REGEX to detects tests files.
2017-04-18 Romain ForlotUse a system INI configuration file to get devices...
2017-04-14 Romain ForlotFix: wrong testing command line
2017-04-14 Romain ForlotMake name of virtual CAN device flexible.
2017-04-14 Romain ForlotChange directory architecture to use 2 separated projects.