aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Initializing all struct by default to avoid errorsRomain Forlot1-1/+3
2017-06-01FormatRomain Forlot1-0/+1
2017-06-01Left over renaming variableRomain Forlot3-8/+7
2017-06-01Fix: Frequency filter doesn't apply on diagnosticRomain Forlot2-6/+6
2017-06-01CleaningRomain Forlot1-13/+10
2017-06-01Use UDS PID has key to record subscriptionsRomain Forlot2-2/+9
2017-06-01Simplify processing eventRomain Forlot5-23/+36
2017-06-01FormatRomain Forlot1-1/+0
2017-06-01Fix: segfault subscribing diagnostic messagesRomain Forlot2-7/+7
2017-06-01Fix: get signal name no matter type of signal.Romain Forlot3-14/+19
2017-06-01Using isnan to define frequency.Romain Forlot1-1/+1
2017-06-01Missing pragma once...Romain Forlot1-0/+2
2017-06-01Implement method to filter messages before pushingRomain Forlot2-36/+42
2017-06-01Split function to call 1 function by signal types.Romain Forlot1-19/+31
2017-06-01Rename method to have same everywhereRomain Forlot2-3/+3
2017-06-01Fix diagnostic message subscription.Romain Forlot2-2/+11
2017-06-01Adding windows CAN signals.Romain Forlot1-1/+77
2017-06-01YouCompleteMe extra configuration file for IDERomain Forlot1-0/+12
2017-06-01Use default signal frequency if no filter providedRomain Forlot1-1/+4
2017-06-01Retrieve signal last value and timestamp at once.Romain Forlot4-0/+13
2017-06-01Fix: Don't processing filter argumentRomain Forlot1-5/+5
2017-06-01Consider using char* as well as string.Romain Forlot2-1/+25
2017-06-01Clearer call to methodRomain Forlot2-5/+5
2017-06-01Remove reverse find can_signal from can_messageRomain Forlot1-19/+18
2017-06-01Use ptr to can_signal instead of copying some membersRomain Forlot2-91/+28
2017-06-01Missing var declarationRomain Forlot1-1/+1
2017-06-01Fix: use of isnan() from std libRomain Forlot1-1/+1
2017-06-01manage unset values with NANJosé Bollo2-7/+4
2017-06-01optimise flowJosé Bollo1-56/+31
2017-06-01Update submodule to latest versionRomain Forlot1-0/+0
2017-06-01CleaningRomain Forlot1-19/+0
2017-06-01Reworked subscription to integrate filtering.Romain Forlot13-154/+398
2017-06-01Return const structures.Romain Forlot2-15/+37
2017-06-01Remake socketcan only movableRomain Forlot2-9/+2
2017-06-01Renaming configuration to applicationRomain Forlot16-53/+50
2017-06-01Update gitignoreRomain Forlot1-1/+2
2017-05-29Update submoduleRomain Forlot1-0/+0
2017-05-29Update mismatched variables.Romain Forlot1-1/+2
2017-05-29Update README instructions.Romain Forlot2-1/+47
2017-05-29Disabled temporarly kernel version checkingRomain Forlot1-1/+1
2017-05-29Clean unused project files and update build scriptRomain Forlot5-19/+13
2017-05-29Use latest version of cmake templates.Romain Forlot1-0/+0
2017-05-29Update gitignoreRomain Forlot1-1/+3
2017-05-24Fix: file already exists on build demo appRomain Forlot1-2/+2
2017-05-24Update config.cmake pathRomain Forlot2-1/+5
2017-05-24Cmake WIPRomain Forlot5-4/+102
2017-05-24Move and update app-templates submoduleRomain Forlot4-89/+2
2017-05-24Close diagnostic manager socket if there isn't any requestsRomain Forlot2-3/+20
2017-05-24Initialize the new socket member.Romain Forlot1-2/+4
2017-05-24Fix memory leaksRomain Forlot4-0/+14