Age | Commit message (Expand) | Author | Files | Lines |
2017-04-11 | Fix: unsubscription to diagnostic messages. |  Romain Forlot | 1 | -1/+1 |
2017-04-11 | Get recurring requests suspend proof. |  Romain Forlot | 1 | -2/+2 |
2017-04-11 | Improve detail in DEBUG message at recurring request submission |  Romain Forlot | 1 | -3/+7 |
2017-04-11 | Erase compilation WARNING. |  Romain Forlot | 1 | -3/+3 |
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 | 1 | -19/+19 |
2017-03-20 | Make error goes back to the subscribed clients when unsupported. |  Romain Forlot | 1 | -0/+1 |
2017-03-20 | Fix: Avoid segfault if diagnostic bus isn't correctly set. |  Romain Forlot | 1 | -5/+14 |
2017-03-19 | Fix bad handling unsupported OBD2 messages subscription. |  Romain Forlot | 1 | -1/+1 |
2017-03-17 | Comments fixes, typo and formating. |  Romain Forlot | 1 | -4/+4 |
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 | Include cleaning |  Romain Forlot | 1 | -1/+0 |
2017-03-16 | Adding missing doxygen comments. |  Romain Forlot | 1 | -49/+189 |
2017-03-16 | Implement check of supported diagnostic PID. |  Romain Forlot | 1 | -1/+11 |
2017-03-16 | Improve comments |  Romain Forlot | 1 | -0/+1 |
2017-03-16 | Finalization of decoding part of diagnostic messages. |  Romain Forlot | 1 | -32/+84 |
2017-03-16 | Simplification of checking Diagnostic response. |  Romain Forlot | 1 | -23/+15 |
2017-03-16 | Revert accessing CAN device with a map indexing on dev name |  Romain Forlot | 1 | -7/+7 |
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 | 1 | -39/+20 |
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 | 1 | -11/+16 |
2017-03-16 | Move diagnostic requests scheduling to diagnostic manager |  Romain Forlot | 1 | -1/+22 |
2017-03-16 | Fix: Initialization and entries flow |  Romain Forlot | 1 | -8/+11 |
2017-03-16 | Get decoding diagnostic request from decoding thread of can_bus_t |  Romain Forlot | 1 | -0/+57 |
2017-03-16 | Change method returned value. Needed with send_request() |  Romain Forlot | 1 | -8/+6 |
2017-03-16 | Implemente way to send diagnostic request when subscribed. |  Romain Forlot | 1 | -0/+54 |
2017-03-16 | Make diagnostic manager initialization processus. |  Romain Forlot | 1 | -27/+34 |
2017-03-16 | Instead of a global pointer, config is now a Singleton. |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Keep raw pointer for now as we have to move them around vector. |  Romain Forlot | 1 | -43/+57 |
2017-03-16 | Finalize the class active_diag... to get it compile. |  Romain Forlot | 1 | -5/+5 |
2017-03-16 | Adding requests to diagnostic manager implemented. |  Romain Forlot | 1 | -10/+204 |
2017-03-16 | Fix: include statement with wrong path. |  Romain Forlot | 1 | -2/+5 |
2017-03-16 | Added constructor to get vector initialized with default |  Romain Forlot | 1 | -1/+3 |
2017-03-16 | Add necessary to be able to initialize diagnostic manager shims. |  Romain Forlot | 1 | -2/+13 |
2017-03-16 | Changing to a raw pointer can_bus_dev member and add |  Romain Forlot | 1 | -1/+4 |
2017-03-16 | Respect the signature requested by uds-c lib. |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Introducing diagnostic manager class. |  Romain Forlot | 1 | -0/+43 |