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
/
utils
/
socketcan.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-01
Remake socketcan only movable
Romain Forlot
1
-8
/
+1
2017-05-24
Be able to copy active diagnostic request objects with their socket
Romain Forlot
1
-0
/
+6
2017-05-10
Move reading input stream to specialized socket class.
Romain Forlot
1
-24
/
+0
2017-05-05
Don't destroy socket by default as they will always be open.
Romain Forlot
1
-5
/
+6
2017-05-03
Fix: constructor and include file missing.
Romain Forlot
1
-14
/
+0
2017-05-03
Derivate socketcan to multiple child depending upon socket CAN type.
Romain Forlot
1
-33
/
+0
2017-05-03
Use the private method instead of direct C syscall.
Romain Forlot
1
-1
/
+1
2017-04-27
clean left include file after modification that isn't needed anymore
Romain Forlot
1
-1
/
+0
2017-04-27
Fix: write bcm message to socket.
Romain Forlot
1
-14
/
+0
2017-04-27
Finish to read stream and fill the destination object.
Romain Forlot
1
-4
/
+5
2017-04-27
Fix: Reading doesn't update receiving object values
Romain Forlot
1
-1
/
+1
2017-04-27
Make template from similar writing stream operations.
Romain Forlot
1
-23
/
+2
2017-04-25
Implement reading stream for socketcan_t
Romain Forlot
1
-0
/
+22
2017-04-24
Rename and handling write on socket using stream instead of specific method
Romain Forlot
1
-0
/
+176