Age | Commit message (Expand) | Author | Files | Lines |
2017-06-20 | Separation Generator to a dedicated repo |  Romain Forlot | 1 | -97/+0 |
2017-06-01 | Close socket by default when destroying object |  Romain Forlot | 1 | -1/+4 |
2017-06-01 | Initializing all struct by default to avoid errors |  Romain Forlot | 1 | -1/+3 |
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 |