diag_mngr: No diagnostic msg if no diagnostic_bus
[apps/agl-service-can-low-level.git] / low-can-binding / binding / low-can-cb.cpp
2020-01-09 Romain Forlotdiag_mngr: No diagnostic msg if no diagnostic_bus 80/23380/3
2020-01-09 Romain Forlotlow-can-cb: Little opti 79/23379/3
2020-01-09 Romain Forlotdiag-mngr: Fix sending and change init 94/23294/4
2020-01-09 Romain Forlotinit: Improve error message when not finding config... 41/23241/6
2020-01-09 Romain Forlotlow-can: Fix init failing when using without J1939 40/23240/6
2020-01-09 Romain Forlotlow-can-cb: improve readability 21/23221/6
2020-01-09 Romain Forlotcan-bus: Use configuration from JSON file 20/23220/6
2020-01-09 Romain Forlotfix: missing include to find find_if function 66/23566/1
2020-01-09 Romain Forlotmessage: More explicit define about CAN protocols. 19/23219/6
2020-01-09 Romain Forlotlow-can-cb: Mark the end of the CtlSections array 17/23217/6
2020-01-09 Romain Forlotlow-can-cb: Retrieve application from external controll... 08/23208/6
2020-01-09 Romain Forlotbinding: add preinit function to load the config 99/23199/6
2020-01-09 Romain ForlotAll: Make format coherent with the whole project 98/23198/6
2020-01-07 Romain Forlotj1939: don't process signals using same bus 92/23192/6
2020-01-07 Romain Forlotall: Format one line 'if' or 'for' statement. 90/23190/6
2020-01-07 Romain Forlotsubscription: Optimizing opening sockets 89/23189/6
2019-08-30 Arthur GuyaderRemove file socketcan-j1939 that was not removed before 61/22261/4
2019-08-30 Arthur GuyaderAdd some typedef to reduce the size of the lines 56/22256/4
2019-08-30 Arthur GuyaderChange vector to list to allow to remove signal. 55/22255/4
2019-08-30 Arthur GuyaderAdd feature ISO TP (multi frames and peer to peer) 53/22253/4
2019-08-30 Arthur GuyaderReplace all enum types with masks 52/22252/3
2019-08-30 Arthur GuyaderOnly defined signals can be written 50/22250/3
2019-08-30 Arthur GuyaderUpdate function rx_filter_can for multi frame prevision. 49/22249/3
2019-08-29 Arthur GuyaderUpdate function to encode and decode message 42/22242/2
2019-08-29 Arthur GuyaderUniform indentation with tabulation 39/22239/2
2019-08-13 Romain ForlotFix: only one subscription could be made 42/22142/3
2019-08-12 Arthur GuyaderIntegrate the J1939 features : address claiming and... 10/22010/13
2019-08-12 Arthur GuyaderAdd feature to build messages and fix some functions 09/22009/10
2019-06-27 Romain ForlotMinor improvements 33/21733/4
2019-06-26 Romain ForlotSmall fixes (include and pointer) 11/21411/10
2019-06-26 Arthur GuyaderAdd the possibility to subscribe an id or a pgn 09/21409/10
2019-06-26 Romain ForlotRename some of the classes removing can- prefix 07/21407/10
2019-06-26 Romain ForlotChange can_message_t class usage for new j1939 08/21408/10
2019-06-26 Romain ForlotUse subscription's sockets as shared_ptr 32/21732/3
2019-06-26 Arthur GuyaderImplement a new socket type CAN for j1939 protocol 06/21406/10
2018-12-14 Romain ForlotSmalls improvements 57/18757/3
2018-12-14 Romain ForlotSimpler handling of binding subscriptions 55/18755/3
2018-12-14 Romain ForlotCleaning the code for now unused functions 51/18751/3
2018-12-14 Romain ForlotCAN FD implementation 49/18749/3
2018-11-22 Romain ForlotRework writing CAN message on CAN buses. 09/18109/4
2018-10-15 Romain ForlotMigration to binding v3 07/17007/6
2018-05-25 Jan-Simon MoellerMerge "Fixing typos made in comments" 5.99.1 flounder/5.99.1 flounder_5.99.1
2018-05-24 ydimitrovFixing typos made in comments 45/13945/6
2018-05-16 Romain ForlotFix compilation warning
2018-04-17 Jonathan AilletDetect engine state and use it during diagnostic messag... 43/13743/2
2018-04-17 Jonathan AilletAdd possibility to subscribe to a recurring request... 41/13741/2
2018-03-15 Jonathan AilletChange subscribed signals search to check filters as...
2017-11-30 Romain ForlotFails write request if CAN signal not writable
2017-09-28 Romain ForlotUse afb_genskel tools to generate api definition
2017-09-28 Romain ForlotHandle batched subscriptions in a JSON array
2017-09-01 Yuichi KusakabeAdd get() and list() API
2017-09-01 Yuichi KusakabeFix can write API result
2017-09-01 Yuichi KusakabeFix write CAN bus name
2017-08-09 Romain ForlotFormat
2017-07-21 Romain ForlotFormat
2017-07-21 Romain ForlotCheck whether a signal is writable before sending
2017-07-21 Romain ForlotSplit big function to several smaller
2017-07-21 Romain ForlotBe able to write raw frame & encode value to sent
2017-07-21 Romain ForlotCreate an auth verb to raise privilege of session
2017-07-21 Romain ForlotImplements new verbs to write on CAN bus
2017-07-20 Romain ForlotFix subscribe response
2017-07-04 Romain ForlotDAB RC3 Fixes follows appfw API break.
2017-06-22 Romain ForlotAdd some reminder...
2017-06-20 Romain ForlotSeparation Generator to a dedicated repo