Implement unsubscribe like subscribe.
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / can /
2017-05-19 Romain ForlotFormat
2017-05-10 Romain ForlotResolv include circular dependencies.
2017-05-10 Romain ForlotMassive use of shared_ptr about signal and diag message...
2017-05-10 Romain ForlotUse a tree instead of separated object lists. WIP
2017-05-10 Romain ForlotCleaning
2017-05-10 Romain ForlotCAN message will not be modified once read.
2017-05-10 Romain ForlotDon't trigger timeout monitoring on signal.
2017-05-10 Romain ForlotImplement setting last_value at message definition...
2017-05-10 Romain ForlotKeeping RAW sockets for compatibility
2017-05-10 Romain ForlotFix: Avoid returning negative value that's stop watch...
2017-05-05 Romain ForlotFormat
2017-05-05 Romain ForlotGet back to device dedicated raw_socket
2017-05-05 Romain ForlotImprove granularity of BCM socket using one by signal
2017-05-05 Romain ForlotImprove log message.
2017-05-05 Romain ForlotSeparation between hat and callback binding parts
2017-05-04 Romain ForlotFollow the moving binding and configuration files.
2017-05-03 Romain Forlottypo
2017-05-03 Romain ForlotKeeping raw socket until diagnostic_manager is fully...
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-29 Romain ForlotFix: wrong include relative path.
2017-04-26 Romain ForlotFix: write bcm message to socket.
2017-04-26 Romain ForlotDon't use heavy weapon to get some basic calculation
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 ForlotCreate method to handle both CAN frames.
2017-04-26 Romain ForlotDon't use FD frame with BCM socket. Seems not working...
2017-04-26 Romain ForlotReworked reading CAN devices from BCM socket.
2017-04-26 Romain ForlotTypo, rename, format
2017-04-26 Romain ForlotRenaming confusing member "address_" to "index_"
2017-04-24 Romain ForlotMisc: Cleanup, typo, formating and comments update.
2017-04-24 Romain ForlotCreate a received job for BCM Socket to handle filtering.
2017-04-24 Romain ForlotRename and handling write on socket using stream instea...
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 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 ForlotCleaning include
2017-04-19 Romain ForlotFix: temporary variable assigned to a reference leading...
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.