Age | Commit message (Expand) | Author | Files | Lines |
2017-06-01 | Remake socketcan only movable |  Romain Forlot | 2 | -9/+2 |
2017-06-01 | Renaming configuration to application |  Romain Forlot | 15 | -50/+47 |
2017-05-24 | Close diagnostic manager socket if there isn't any requests |  Romain Forlot | 2 | -3/+20 |
2017-05-24 | Initialize the new socket member. |  Romain Forlot | 1 | -2/+4 |
2017-05-24 | Fix memory leaks |  Romain Forlot | 4 | -0/+14 |
2017-05-24 | Be able to copy active diagnostic request objects with their socket |  Romain Forlot | 3 | -0/+8 |
2017-05-23 | Static code review fixes. |  Romain Forlot | 18 | -42/+43 |
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 | 7 | -11/+27 |
2017-05-19 | Using reference make std::move useless. |  Romain Forlot | 2 | -3/+3 |
2017-05-19 | Set parent from configuration_generated objects. |  Romain Forlot | 3 | -18/+23 |
2017-05-19 | Added timestamp to received CAN messages |  Romain Forlot | 10 | -18/+56 |
2017-05-19 | Adjust method signature to be more efficient. |  Romain Forlot | 10 | -45/+34 |
2017-05-19 | Change method name to signify that it is an aggregate. |  Romain Forlot | 4 | -6/+6 |
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 | 5 | -5/+19 |
2017-05-19 | Format |  Romain Forlot | 3 | -4/+2 |
2017-05-19 | Explicit move of objects vector at list initilization |  Romain Forlot | 1 | -2/+2 |
2017-05-19 | Improve objects construction. |  Romain Forlot | 2 | -10/+10 |
2017-05-19 | Don't collide with application framework ERROR in some configuration. |  Romain Forlot | 2 | -7/+7 |
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 | 11 | -21/+46 |
2017-05-19 | Make and use a single function to read incoming CAN messages |  Romain Forlot | 6 | -43/+37 |
2017-05-19 | Cleaning unused code diagnostic parts. |  Romain Forlot | 4 | -101/+2 |
2017-05-19 | Format renaming |  Romain Forlot | 2 | -7/+6 |
2017-05-19 | Be able to return index or can bus name. |  Romain Forlot | 4 | -9/+11 |
2017-05-19 | Remove can-bus-dev following RAW->BCM sockets migration |  Romain Forlot | 10 | -373/+35 |
2017-05-19 | one event source by socket added to systemd event loop. |  Romain Forlot | 1 | -0/+1 |
2017-05-19 | Use common timer method to get BCM timeval values. |  Romain Forlot | 1 | -5/+3 |
2017-05-19 | Fix: compile conversion warning |  Romain Forlot | 1 | -1/+1 |
2017-05-19 | Better suited method. |  Romain Forlot | 2 | -2/+2 |
2017-05-19 | Fix: wrong calculation doesn't match method name. |  Romain Forlot | 1 | -2/+2 |
2017-05-19 | Make sure that frequency is at a valid value (>0) |  Romain Forlot | 1 | -1/+4 |
2017-05-19 | Fix: be able to receive new response from OBD2 requests. |  Romain Forlot | 1 | -1/+1 |
2017-05-19 | Fix: CAN message transmitted filled of zero. |  Romain Forlot | 1 | -0/+1 |
2017-05-19 | Fix: listening on broadcast CAN ID. |  Romain Forlot | 1 | -1/+1 |
2017-05-19 | Implement canceling with BCM socket leads to close it. |  Romain Forlot | 1 | -17/+1 |
2017-05-19 | Adding also diagnostic request to systemd event loop |  Romain Forlot | 4 | -11/+48 |
2017-05-19 | New function used to set timer in bcm_head msg. |  Romain Forlot | 2 | -0/+14 |
2017-05-19 | There is no more need having pointer on socket device |  Romain Forlot | 2 | -2/+9 |
2017-05-19 | Simplify testing name size... |  Romain Forlot | 1 | -1/+1 |
2017-05-19 | Reworking diagnostic manager to use BCM sockets. |  Romain Forlot | 4 | -100/+125 |
2017-05-19 | Use raw pointer to point on parent object. |  Romain Forlot | 5 | -10/+10 |
2017-05-19 | Remove unused and useless members. |  Romain Forlot | 3 | -21/+1 |
2017-05-19 | Fix wrong signature, better with const ref... Was forgotten |  Romain Forlot | 1 | -5/+4 |
2017-05-19 | Message definition can return ref instead of value. |  Romain Forlot | 2 | -2/+2 |
2017-05-19 | Fix: vector throw length error exception. |  Romain Forlot | 1 | -3/+4 |
2017-05-19 | Fix: wrong arguments signature. Deleted by mistake... |  Romain Forlot | 1 | -2/+2 |
2017-05-19 | Implement unsubscribe like subscribe. |  Romain Forlot | 1 | -18/+31 |
2017-05-19 | Format |  Romain Forlot | 4 | -11/+27 |