Age | Commit message (Expand) | Author | Files | Lines |
2018-04-17 | Add saving of diagnostic messages information | Jonathan Aillet | 5 | -33/+142 |
2018-04-09 | Correct errors in comments | Jonathan Aillet | 3 | -3/+3 |
2018-03-23 | Fix name to fit rename of git repository. | Romain Forlot | 1 | -1/+1 |
2018-03-15 | Change subscribed signals search to check filters as well | Jonathan Aillet | 4 | -7/+15 |
2018-03-14 | Delete obsolete references. | Jonathan Aillet | 4 | -33/+14 |
2018-01-02 | Make low-can use afb-genskel by default | Romain Forlot | 11 | -63/+38 |
2017-12-21 | Code enhancements mem leaks and uninitialized byte | Romain Forlot | 2 | -0/+14 |
2017-12-07 | Initialize struct to avoid unexpected behavior | Romain Forlot | 1 | -2/+4 |
2017-11-30 | Fails write request if CAN signal not writable | Romain Forlot | 1 | -1/+4 |
2017-11-30 | Fix permission label | Romain Forlot | 1 | -2/+2 |
2017-11-30 | Correctly reconstituting entire CAN frame | Romain Forlot | 1 | -5/+6 |
2017-11-08 | Send entire CAN message rather than CAN signal. | Romain Forlot | 1 | -7/+13 |
2017-11-08 | Fix wrong filter condition (Thanks Parai Wang) | Romain Forlot | 1 | -1/+1 |
2017-10-19 | Make write permission use the same name everywhere | Romain Forlot | 3 | -100/+3 |
2017-09-28 | Add timestamp to diagnostic message event too | Romain Forlot | 2 | -1/+3 |
2017-09-28 | Use afb_genskel tools to generate api definition | Romain Forlot | 4 | -3/+161 |
2017-09-28 | Handle batched subscriptions in a JSON array | Romain Forlot | 1 | -22/+30 |
2017-09-19 | Documents new verb: get, list and write for EEL | Romain Forlot | 1 | -0/+20 |
2017-09-13 | Add timestamp val to returned json object on event | Romain Forlot | 3 | -4/+29 |
2017-09-01 | Add get() and list() API | Yuichi Kusakabe | 3 | -0/+114 |
2017-09-01 | Fix can write API result | Yuichi Kusakabe | 1 | -2/+2 |
2017-09-01 | Fix write CAN bus name | Yuichi Kusakabe | 1 | -1/+1 |
2017-09-01 | Install step created by app-templates submodule | Romain Forlot | 1 | -4/+0 |
2017-08-23 | Finalize JSON OPENapi definition file | Romain Forlot | 1 | -8/+3 |
2017-08-09 | Format | Romain Forlot | 1 | -7/+28 |
2017-08-09 | Improve debugging diag and empty event | Romain Forlot | 1 | -0/+4 |
2017-07-25 | First draft API definition for Appfw Genskel. | Romain Forlot | 1 | -0/+207 |
2017-07-25 | Make Kernel check not mandatory | Romain Forlot | 2 | -1/+3 |
2017-07-21 | Examples reorganization | Romain Forlot | 2 | -1/+142 |
2017-07-21 | Format | Romain Forlot | 15 | -43/+43 |
2017-07-21 | Check whether a signal is writable before sending | Romain Forlot | 1 | -3/+8 |
2017-07-21 | Split big function to several smaller | Romain Forlot | 3 | -47/+75 |
2017-07-21 | Fix: encoding value method has wrong signature. | Romain Forlot | 2 | -7/+7 |
2017-07-21 | Handle object without signal, only a bus | Romain Forlot | 2 | -3/+28 |
2017-07-21 | Be able to write raw frame & encode value to sent | Romain Forlot | 6 | -30/+272 |
2017-07-21 | Create an auth verb to raise privilege of session | Romain Forlot | 3 | -2/+19 |
2017-07-21 | Signal isn't required so now have a default value | Romain Forlot | 1 | -1/+1 |
2017-07-21 | Cleaning and renaming. | Romain Forlot | 10 | -92/+66 |
2017-07-21 | Fix: compile error initializing afb_auth struct. | Romain Forlot | 1 | -1/+2 |
2017-07-21 | Implements new verbs to write on CAN bus | Romain Forlot | 9 | -325/+490 |
2017-07-21 | Fix canmessage default frequency | Yuichi Kusakabe | 1 | -2/+2 |
2017-07-20 | Fix subscribe response | Romain Forlot | 1 | -1/+4 |
2017-07-10 | Different errors between no file and wrong content | Romain Forlot | 1 | -5/+8 |
2017-07-07 | Update struct to follow af-binder changes. | Romain Forlot | 1 | -3/+4 |
2017-07-05 | Fix: uninitialized variables. | Romain Forlot | 1 | -2/+2 |
2017-07-04 | DAB RC3 Fixes follows appfw API break. | Romain Forlot | 12 | -61/+61 |
2017-06-22 | Add some reminder... | Romain Forlot | 1 | -0/+1 |
2017-06-20 | Separation Generator to a dedicated repo | Romain Forlot | 42 | -0/+5960 |
2017-04-14 | Change directory architecture to use 2 separated projects. | Romain Forlot | 40 | -5157/+0 |
2017-04-14 | Update CMake logic making external libs global | Romain Forlot | 7 | -211/+7 |