Age | Commit message (Expand) | Author | Files | Lines |
2017-04-11 | Fix: wrong period operation without unit multiplicator | Romain Forlot | 3 | -8/+10 |
2017-04-11 | Use by default can0 | Romain Forlot | 1 | -1/+1 |
2017-04-11 | Cleaning | Romain Forlot | 1 | -1/+1 |
2017-04-11 | Handle simultaneous subscription to diagnostic messages. | Romain Forlot | 2 | -9/+16 |
2017-04-11 | Handle cancel active diag requet when there are no more subscribers | Romain Forlot | 5 | -23/+48 |
2017-04-11 | Fix: unsubscription to diagnostic messages. | Romain Forlot | 2 | -6/+14 |
2017-04-11 | Get recurring requests suspend proof. | Romain Forlot | 1 | -2/+2 |
2017-04-11 | Fix: Empty every queue before unlock mutex. | Romain Forlot | 1 | -18/+25 |
2017-04-11 | Improve detail in DEBUG message at recurring request submission | Romain Forlot | 1 | -3/+7 |
2017-04-11 | Port configuration parsing to a separate object. | Romain Forlot | 2 | -0/+127 |
2017-04-11 | Erase compilation WARNING. | Romain Forlot | 4 | -11/+5 |
2017-04-11 | Fix: wrong pointer validity check... | Romain Forlot | 1 | -1/+1 |
2017-04-11 | Fix: don't clean recurring request except if forced | Romain Forlot | 1 | -4/+3 |
2017-03-23 | Comments. | Romain Forlot | 1 | -1/+2 |
2017-03-23 | Max in flight requests set to 8 | Romain Forlot | 1 | -0/+10 |
2017-03-23 | Send diag request only if not other one with some id running | Romain Forlot | 4 | -29/+29 |
2017-03-22 | Fix: make sure install execute sequentially | Forlot Romain [IoT.bzh] | 1 | -1/+2 |
2017-03-20 | Make error goes back to the subscribed clients when unsupported. | Romain Forlot | 2 | -1/+1 |
2017-03-20 | Fix: Avoid segfault if diagnostic bus isn't correctly set. | Romain Forlot | 3 | -10/+24 |
2017-03-19 | Fix bad handling unsupported OBD2 messages subscription. | Romain Forlot | 2 | -3/+4 |
2017-03-18 | Improve Toyota examples. | Romain Forlot | 1 | -89/+0 |
2017-03-17 | Comments fixes, typo and formating. | Romain Forlot | 21 | -603/+575 |
2017-03-16 | Diagnostic requests will occur depending on their frequency. | Romain Forlot | 1 | -1/+1 |
2017-03-16 | Wrong error handling when fire diagnostic request. | Romain Forlot | 1 | -6/+4 |
2017-03-16 | Generate a configuration example with diagnostic messages filled too. | Romain Forlot | 1 | -120/+36 |
2017-03-16 | Fix: decoded name will be prefixed as at subscription. | Romain Forlot | 1 | -1/+1 |
2017-03-16 | Include cleaning | Romain Forlot | 15 | -23/+19 |
2017-03-16 | Adding missing doxygen comments. | Romain Forlot | 12 | -162/+332 |
2017-03-16 | Generated cpp file example. | Romain Forlot | 1 | -60/+163 |
2017-03-16 | Use index number between objects to set their links. | Romain Forlot | 6 | -22/+75 |
2017-03-16 | Implement check of supported diagnostic PID. | Romain Forlot | 5 | -3/+31 |
2017-03-16 | Improve comments | Romain Forlot | 2 | -2/+3 |
2017-03-16 | Make unsubscription works with diagnostic message too. | Romain Forlot | 1 | -11/+20 |
2017-03-16 | Fix comments | Romain Forlot | 1 | -2/+1 |
2017-03-16 | Fix diagnostic message name mismatch at decoding. | Romain Forlot | 1 | -1/+1 |
2017-03-16 | Follow rename operation in CMakeLists.txt | Romain Forlot | 9 | -9/+9 |
2017-03-16 | Small fixes | Romain Forlot | 2 | -4/+3 |
2017-03-16 | Finalization of decoding part of diagnostic messages. | Romain Forlot | 4 | -67/+102 |
2017-03-16 | Retrieve easily Diagnostic Request PID from an Active Diagnostic Request | Romain Forlot | 2 | -0/+10 |
2017-03-16 | Ease use of openXC structures. | Romain Forlot | 2 | -0/+29 |
2017-03-16 | Rename class and 1:1 map to JSON description file | Romain Forlot | 7 | -55/+73 |
2017-03-16 | Make available decoding OBD2 messages method to be use as callback. | Romain Forlot | 4 | -19/+22 |
2017-03-16 | Simplification of checking Diagnostic response. | Romain Forlot | 3 | -26/+17 |
2017-03-16 | Improve memory allocation about Signal states. | Romain Forlot | 4 | -12/+12 |
2017-03-16 | Revert accessing CAN device with a map indexing on dev name | Romain Forlot | 13 | -42/+73 |
2017-03-16 | Uniformization between get_name() method of signals. | Romain Forlot | 1 | -2/+2 |
2017-03-16 | Littles comments improvments | Romain Forlot | 1 | -2/+2 |
2017-03-16 | Change way to check prefix of signals name. | Romain Forlot | 2 | -2/+5 |
2017-03-16 | Improve shims_logger function to get full details. | Romain Forlot | 1 | -3/+8 |
2017-03-16 | Get recurring requests works. | Romain Forlot | 1 | -38/+33 |