Age | Commit message (Expand) | Author | Files | Lines |
2017-03-20 | Use gitbook to manage documentation |  Sebastien Douheret | 26 | -357/+1000 |
2017-03-20 | Update toyota example |  Romain Forlot | 2 | -22/+22 |
2017-03-20 | Spellchecking and typo |  Romain Forlot | 1 | -18/+26 |
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 | 4 | -130/+142 |
2017-03-17 | added toyota's exemple. |  Loïc Collignon | 2 | -0/+451 |
2017-03-17 | Typo and formating and rework somes sentences. |  Romain Forlot | 4 | -14/+49 |
2017-03-17 | Comments fixes, typo and formating. |  Romain Forlot | 21 | -603/+575 |
2017-03-17 | moved exemples files. |  Loïc Collignon | 3 | -0/+0 |
2017-03-17 | Convert svg to png for the doc |  Romain Forlot | 7 | -1111/+3 |
2017-03-17 | Adding some abstract to the READme. |  Romain Forlot | 4 | -1/+1132 |
2017-03-17 | Improve READme instructions. |  Romain Forlot | 1 | -18/+191 |
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 | Doxygen base configuration file and logo. |  Romain Forlot | 2 | -0/+2548 |
2017-03-16 | gitignore update |  Romain Forlot | 1 | -0/+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 | added a folder to ignore in .gitignore. |  Loïc Collignon | 1 | -0/+1 |
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 |
2017-03-16 | Simplification of diagnostic manager. Delete uneeded vector |  Romain Forlot | 2 | -51/+22 |
2017-03-16 | Return period without unit conversion. |  Romain Forlot | 1 | -3/+1 |
2017-03-16 | Search signals against name not generic_name. It's made |  Romain Forlot | 2 | -3/+3 |
2017-03-16 | Less control before process the CAN message. |  Romain Forlot | 1 | -6/+5 |
2017-03-16 | Implement regular event launching using systemd event loop |  Romain Forlot | 3 | -21/+49 |