Update doc revision and pdf cover.
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / utils /
2017-06-09 Romain ForlotMigration to AFB Binding V2
2017-06-09 Romain ForlotComments, Cleanup, format
2017-06-07 Romain ForlotAdd some useful DEBUG information for read frames
2017-06-06 Romain ForlotSeparate low_can_subscription class from callbacks
2017-06-02 Romain ForlotGet diag manager's socket into subscription obj
2017-06-01 Romain ForlotFix warning compile
2017-06-01 Romain ForlotMethods to ease access to DynamicField members
2017-06-01 Romain ForlotClose socket by default when destroying object
2017-06-01 Romain ForlotInitializing all struct by default to avoid errors
2017-06-01 Romain ForlotFormat
2017-06-01 Romain ForlotLeft over renaming variable
2017-06-01 Romain ForlotUse UDS PID has key to record subscriptions
2017-06-01 Romain ForlotSimplify processing event
2017-06-01 Romain ForlotRetrieve signal last value and timestamp at once.
2017-06-01 Romain ForlotConsider using char* as well as string.
2017-06-01 Romain ForlotReworked subscription to integrate filtering.
2017-06-01 Romain ForlotReturn const structures.
2017-06-01 Romain ForlotRemake socketcan only movable
2017-06-01 Romain ForlotRenaming configuration to application
2017-05-23 Romain ForlotBe able to copy active diagnostic request objects with...
2017-05-23 Romain ForlotStatic code review fixes.
2017-05-22 Romain ForlotLogical bus name mapped to device name using conf file.
2017-05-19 Romain ForlotAdd 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d...
2017-05-19 Romain ForlotAdded timestamp to received CAN messages
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 ForlotBe able to return index or can bus name.
2017-05-19 Romain ForlotFix: compile conversion warning
2017-05-19 Romain ForlotBetter suited method.
2017-05-19 Romain ForlotFix: wrong calculation doesn't match method name.
2017-05-19 Romain ForlotMake sure that frequency is at a valid value (>0)
2017-05-19 Romain ForlotNew function used to set timer in bcm_head msg.
2017-05-19 Romain ForlotThere is no more need having pointer on socket device
2017-05-19 Romain ForlotFix: wrong arguments signature. Deleted by mistake...
2017-05-19 Romain ForlotFormat
2017-05-10 Romain ForlotMassive use of shared_ptr about signal and diag message...
2017-05-10 Romain ForlotFix: circular include for socket classes.
2017-05-10 Romain ForlotMake non blocking BCM socket.
2017-05-10 Romain ForlotMove reading input stream to specialized socket class.
2017-05-05 Romain ForlotAvoid returning infinity value.
2017-05-05 Romain ForlotDon't destroy socket by default as they will always...
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 ForlotFix: constructor and include file missing.
2017-05-03 Romain ForlotDerivate socketcan to multiple child depending upon...
2017-05-03 Romain ForlotUse the private method instead of direct C syscall.
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-05-02 Romain ForlotFix: wrong include local header path
2017-04-26 Romain Forlotclean left include file after modification that isn...
2017-04-26 Romain ForlotFix: write bcm message to socket.
2017-04-26 Romain ForlotFinish to read stream and fill the destination object.
2017-04-26 Romain ForlotFix: Reading doesn't update receiving object values
2017-04-26 Romain ForlotMake template from similar writing stream operations.
2017-04-26 Romain ForlotRenaming confusing member "address_" to "index_"
2017-04-25 Romain ForlotImplement reading stream for socketcan_t
2017-04-24 Romain ForlotRename and handling write on socket using stream instea...
2017-04-24 Romain ForlotFix: Avoid returning 2 results for 1 signal.
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 ForlotMove all signals search functions into new signals_mana...
2017-04-19 Romain ForlotSpecializing socket class to CAN socket operations.
2017-04-19 Romain ForlotAdded missing default constructor.
2017-04-19 Romain ForlotCleaning include
2017-04-19 Romain ForlotFormating
2017-04-19 Romain ForlotChange INI file parser library.
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.