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
/
low-can-cb.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
Separation Generator to a dedicated repo
Romain Forlot
1
-358
/
+0
2017-06-09
Migration to AFB Binding V2
Romain Forlot
1
-11
/
+11
2017-06-07
Cleanup include and prepare to switch binding v2
Romain Forlot
1
-5
/
+0
2017-06-07
Fix: read 2 times for 1 incoming CAN frame.
Romain Forlot
1
-2
/
+2
2017-06-07
Possible uninitialized variable returned.
Romain Forlot
1
-1
/
+2
2017-06-07
Fix: invalid CAN frame read leads to an exception
Romain Forlot
1
-2
/
+4
2017-06-07
Improve reliability on multi-threading.
Romain Forlot
1
-8
/
+3
2017-06-07
Fix: c++11 detected and not applied from config
Romain Forlot
1
-0
/
+2
2017-06-07
Fix: unsubscribe from 1 app remove diagnostic req
Romain Forlot
1
-2
/
+0
2017-06-07
Separate low_can_subscription class from callbacks
Romain Forlot
1
-273
/
+0
2017-06-02
Get diag manager's socket into subscription obj
Romain Forlot
1
-100
/
+210
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
1
-0
/
+5
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
1
-10
/
+20
2017-06-01
Fix: segfault subscribing diagnostic messages
Romain Forlot
1
-5
/
+5
2017-06-01
Fix: get signal name no matter type of signal.
Romain Forlot
1
-8
/
+13
2017-06-01
Using isnan to define frequency.
Romain Forlot
1
-1
/
+1
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
1
-2
/
+8
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
1
-79
/
+22
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
1
-6
/
+1
2017-06-01
optimise flow
José Bollo
1
-56
/
+31
2017-06-01
Reworked subscription to integrate filtering.
Romain Forlot
1
-67
/
+272
2017-06-01
Renaming configuration to application
Romain Forlot
1
-2
/
+2
2017-05-24
Fix memory leaks
Romain Forlot
1
-0
/
+4
2017-05-23
Static code review fixes.
Romain Forlot
1
-2
/
+5
2017-05-23
Implement filtering on subscription. WIP
Romain Forlot
1
-17
/
+54
2017-05-19
Make and use a single function to read incoming CAN messages
Romain Forlot
1
-18
/
+35
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
1
-7
/
+24
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
1
-1
/
+1
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
1
-0
/
+252