Get diag manager's socket into subscription obj
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / can / can-bus.cpp
2017-06-02 Romain ForlotGet diag manager's socket into subscription obj
2017-06-01 Romain ForlotImplement minimum and maximum subscription filters
2017-06-01 Romain ForlotLeft over renaming variable
2017-06-01 Romain ForlotSimplify processing event
2017-06-01 Romain ForlotFix: get signal name no matter type of signal.
2017-06-01 Romain ForlotImplement method to filter messages before pushing
2017-06-01 Romain ForlotClearer call to method
2017-06-01 Romain ForlotRemove reverse find can_signal from can_message
2017-06-01 Romain ForlotReworked subscription to integrate filtering.
2017-06-01 Romain ForlotRenaming configuration to application
2017-05-19 Romain ForlotAdd 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d...
2017-05-19 Romain ForlotChange method name to signify that it is an aggregate.
2017-05-19 Romain ForlotFinish config parser retrieving device mapping.
2017-05-19 Romain ForlotInclude diagnostic_message_t into can_message_set.
2017-05-19 Romain ForlotRemove can-bus-dev following RAW->BCM sockets migration
2017-05-10 Romain ForlotCleaning
2017-05-10 Romain ForlotKeeping RAW sockets for compatibility
2017-05-05 Romain ForlotFormat
2017-05-05 Romain ForlotImprove granularity of BCM socket using one by signal
2017-05-04 Romain ForlotFollow the moving binding and configuration files.
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/uds-c/' from commit 'ca20db3dd9788...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/openxc-message-format/' from commi...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/isotp-c/' from commit 'ee24440b7c1...
2017-05-02 Romain ForlotAdd 'CAN-binder/libs/bitfield-c/' from commit 'a34745ec...
2017-04-26 Romain ForlotFix: Add notifying decoding thread if there is new...
2017-04-26 Romain ForlotCheck last value before send the event, if no change...
2017-04-26 Romain ForlotReworked reading CAN devices from BCM socket.
2017-04-26 Romain ForlotTypo, rename, format
2017-04-24 Romain ForlotCreate a received job for BCM Socket to handle filtering.
2017-04-22 Romain ForlotUse BCM socket as default cleaning up the old RAW socke...
2017-04-22 Romain ForlotImprove logging messages
2017-04-21 Romain ForlotMove all signals search functions into new signals_mana...
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 ForlotCleaning include
2017-04-18 Romain ForlotUse a system INI configuration file to get devices...
2017-04-14 Romain ForlotChange directory architecture to use 2 separated projects.