Linux Foundation Collaborative Projects
index
:
low-level-can-service
dab
eel
master
Grokmirror user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
CAN-binder
/
low-can-binding
/
binding
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-02
Fix: Handle several subscriptions to a signal
Romain Forlot
1
-26
/
+46
2017-06-02
Adding accessor to diagnostic msg shared ptr.
Romain Forlot
2
-0
/
+6
2017-06-02
Change way to validate a subscription object
Romain Forlot
1
-1
/
+1
2017-06-01
Left over renaming variable
Romain Forlot
1
-3
/
+3
2017-06-01
Cleaning
Romain Forlot
1
-13
/
+10
2017-06-01
Use UDS PID has key to record subscriptions
Romain Forlot
1
-1
/
+3
2017-06-01
Simplify processing event
Romain Forlot
2
-10
/
+23
2017-06-01
Fix: segfault subscribing diagnostic messages
Romain Forlot
2
-7
/
+7
2017-06-01
Fix: get signal name no matter type of signal.
Romain Forlot
2
-11
/
+16
2017-06-01
Using isnan to define frequency.
Romain Forlot
1
-1
/
+1
2017-06-01
Missing pragma once...
Romain Forlot
1
-0
/
+2
2017-06-01
Split function to call 1 function by signal types.
Romain Forlot
1
-19
/
+31
2017-06-01
Fix diagnostic message subscription.
Romain Forlot
2
-2
/
+11
2017-06-01
Adding windows CAN signals.
Romain Forlot
1
-1
/
+77
2017-06-01
Use default signal frequency if no filter provided
Romain Forlot
1
-1
/
+4
2017-06-01
Fix: Don't processing filter argument
Romain Forlot
1
-5
/
+5
2017-06-01
Use ptr to can_signal instead of copying some members
Romain Forlot
2
-91
/
+28
2017-06-01
Missing var declaration
Romain Forlot
1
-1
/
+1
2017-06-01
Fix: use of isnan() from std lib
Romain Forlot
1
-1
/
+1
2017-06-01
manage unset values with NAN
José Bollo
2
-7
/
+4
2017-06-01
optimise flow
José Bollo
1
-56
/
+31
2017-06-01
Reworked subscription to integrate filtering.
Romain Forlot
4
-74
/
+346
2017-06-01
Renaming configuration to application
Romain Forlot
5
-29
/
+26
2017-05-24
Fix memory leaks
Romain Forlot
1
-0
/
+4
2017-05-23
Static code review fixes.
Romain Forlot
3
-6
/
+9
2017-05-23
Implement filtering on subscription. WIP
Romain Forlot
2
-17
/
+60
2017-05-22
Logical bus name mapped to device name using conf file.
Romain Forlot
1
-5
/
+5
2017-05-19
Set parent from configuration_generated objects.
Romain Forlot
1
-1
/
+21
2017-05-19
Adjust method signature to be more efficient.
Romain Forlot
2
-6
/
+6
2017-05-19
Change method name to signify that it is an aggregate.
Romain Forlot
2
-3
/
+3
2017-05-19
Use shared_ptr for can_message_set too.
Romain Forlot
3
-9
/
+8
2017-05-19
Finish config parser retrieving device mapping.
Romain Forlot
1
-0
/
+1
2017-05-19
Format
Romain Forlot
1
-1
/
+0
2017-05-19
New generated files using updated generator
Romain Forlot
1
-307
/
+443
2017-05-19
Include diagnostic_message_t into can_message_set.
Romain Forlot
3
-11
/
+9
2017-05-19
Make and use a single function to read incoming CAN messages
Romain Forlot
2
-20
/
+36
2017-05-19
Remove can-bus-dev following RAW->BCM sockets migration
Romain Forlot
3
-18
/
+7
2017-05-19
one event source by socket added to systemd event loop.
Romain Forlot
1
-0
/
+1
2017-05-19
Adding also diagnostic request to systemd event loop
Romain Forlot
2
-7
/
+27
2017-05-19
Remove unused and useless members.
Romain Forlot
1
-1
/
+1
2017-05-19
Fix wrong signature, better with const ref... Was forgotten
Romain Forlot
1
-5
/
+4
2017-05-19
Implement unsubscribe like subscribe.
Romain Forlot
1
-18
/
+31
2017-05-11
Massive use of shared_ptr about signal and diag message. WIP
Romain Forlot
4
-47
/
+47
2017-05-10
Use a tree instead of separated object lists. WIP
Romain Forlot
3
-127
/
+107
2017-05-10
Implement setting last_value at message definition level.
Romain Forlot
2
-2
/
+2
2017-05-10
Fix: Avoid returning negative value that's stop watch socket
Romain Forlot
1
-3
/
+10
2017-05-05
Separation between hat and callback binding parts
Romain Forlot
4
-84
/
+129
2017-05-04
Follow the moving binding and configuration files.
Romain Forlot
4
-14
/
+14
2017-05-04
Update with last app-templates modifications
Romain Forlot
5
-0
/
+895