summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/socketcan/socketcanbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | SocketCAN: use std::move for appendingAndre Hartmann2016-09-161-1/+1
* | SocketCAN: constify dataAndre Hartmann2016-09-161-1/+1
* | SocketCAN: Simplify TimeStamp creationAndre Hartmann2016-09-081-4/+1
|/
* CAN: Do not use QPointer class as it is overheadDenis Shienkov2016-05-041-2/+2
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-021-5/+5
* Fix build: errno is declared in <errno.h>Thiago Macieira2016-04-131-0/+1
* Make socketcan backend compile on pre 3.6 kernelsAlex Blasche2016-04-061-0/+24
* Remove use of Variable Length ArrayThiago Macieira2016-01-081-2/+4
* Print more verbose type information in socketcan warningAlex Blasche2016-01-081-1/+1
* Don't attempt to write an invalid QCanBusFrameAlex Blasche2015-12-181-0/+5
* QCanDevice: add CanFdKey configuration optionAlex Blasche2015-12-181-12/+31
* socketcan plugin: remove needless check for 0Rolf Eike Beer2015-12-181-2/+1
* socketcan plugin: avoid checking for error frames if RTR is requestedRolf Eike Beer2015-12-151-3/+3
* Linux/SocketCan: Fix writing of simple and extended can framesAlex Blasche2015-12-111-10/+32
* QCanBusFrame: do not initialize payload byte by byteRolf Eike Beer2015-12-111-3/+1
* QCanBusFrame: make sure not to read beyond end of frameRolf Eike Beer2015-12-111-0/+4
* QCanBusFrame: remove needless initializationRolf Eike Beer2015-12-101-1/+1
* Linux/SocketCAN: Permit the reading of 16 byte and 72 byte can frame MTUsAlex Blasche2015-12-101-3/+3
* Emit framesWritten() when using socketcanAlex Blasche2015-09-071-0/+2
* Improve the CanBus filtering APIAlex Blasche2015-09-071-22/+76
* Optimize the CAN frames receivingDenis Shienkov2015-09-061-1/+5
* Fix some missing tr(...) calls.Karsten Heimrich2015-09-011-7/+6
* Better support for configuration parameters in can exampleAlex Blasche2015-08-311-2/+3
* Adjust config param handling in socketcanAlex Blasche2015-08-311-17/+58
* Fix wrong comparison.Karsten Heimrich2015-08-271-1/+1
* Do not reset the configuration of socketcan based devicesAlex Blasche2015-08-311-2/+0
* Move configuration data into QCanBusDeviceAlex Blasche2015-07-311-39/+16
* Manage the readFrame() queue inside QCanBusDevicePrivateAlex Blasche2015-07-291-18/+1
* Rename QCBD::availableFrames() to QCBD::framesAvailable()Denis Shienkov2015-07-291-1/+1
* Add error description function to QCanBusDevice.Alex Blasche2015-07-281-0/+164
* Improve error handling in can exampleAlex Blasche2015-07-281-1/+3
* Shift socketcan plugin to plugins/canbus dirAlex Blasche2015-07-271-0/+329