summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make pduFromStream work on big endianDmitry Shachnev2018-11-111-2/+3
* Fix case of accessing deleted memoryAlex Blasche2018-10-221-1/+3
* Modbus: Fix documentation for QModbusClient::timeoutChanged()Andre Hartmann2018-10-021-3/+5
* Doc: Improve plugin overview pagesAndre Hartmann2018-08-095-23/+57
* Doc: add missing since to enum QCanBusDevice::DataBitRateKeyAndre Hartmann2018-08-061-0/+1
* Fix compilation with MSVC 2017v5.11.0-rc2v5.11.0Thiago Macieira2018-05-092-26/+22
* Improve QCanBusDeviceInfo documentationv5.11.0-beta4v5.11.0-beta3Andre Hartmann2018-04-032-1/+3
* Doc: Remove last remaining \since < Qt 5.8Andre Hartmann2018-04-032-6/+2
* Doc: Fix documentation warningsTopi Reinio2018-03-265-14/+14
* VectorCAN: Fix receiving frames with multiple open channelsAndre Hartmann2018-03-191-1/+1
* Ensure QModbusDevice::close() handles being unconnected alreadyv5.11.0-beta2Alex Blasche2018-03-061-0/+3
* Fix compiler warning about extra ";"Alex Blasche2018-02-281-1/+1
* SYSTEC: std::move received frames into vectorv5.11.0-beta1Andre Hartmann2018-02-191-1/+1
* QModbusResponse: Silence Clazy warningAndre Hartmann2018-02-121-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-204-5/+17
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-01-183-5/+16
| |\
| | * TinyCAN: Intermediate fix for availableDevices()Andre Hartmann2018-01-032-5/+9
| | * SocketCAN: Compile with Kernels without CAN FD BRS/ESIAndre Hartmann2017-11-191-0/+7
| * | Add missing include for struct timevalSamuli Piippo2017-12-111-0/+1
* | | Add more info to QCanBusDeviceInfoAndre Hartmann2018-01-1210-18/+150
* | | Doc: Extend logging documentationAndre Hartmann2018-01-031-2/+21
* | | Fix outdated FDL license headerLiang Qi2017-12-051-4/+4
* | | Add J2534 Pass-Thru CAN pluginDaniel Elstner2017-11-3012-1/+1578
* | | Canbusutil: General cleanup and simplificationAndre Hartmann2017-11-285-81/+84
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-2023-79/+132
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-151-2/+17
| |\|
| | * QCanBus: Extend documentation for CAN device usageAndre Hartmann2017-11-031-2/+17
| * | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-3015-60/+90
| |\|
| | * SystecCAN: Fix availableDevices() for more than one deviceAndre Hartmann2017-10-251-1/+2
| | * SystecCAN: Fix device number assignment in availableDevices()Andre Hartmann2017-10-231-3/+3
| | * Fix outdated BSD license headerKai Koehne2017-10-201-2/+12
| | * Fix outdated FDL license headerKai Koehne2017-10-2011-53/+53
| | * PeakCAN: Avoid turning PeakCAN status frames into random data framesAndre Hartmann2017-10-051-0/+5
| | * PeakCAN: Fix connect() always returning false under LinuxMarcell Varga2017-09-291-1/+8
| | * QCanBusDevice: Improve connect/disconnect documentationAndre Hartmann2017-09-051-0/+7
| * | TinyCAN: Fix usage of global static non-POD variablev5.10.0-beta3Andre Hartmann2017-10-241-8/+15
| * | ModBus: Don't use QByteArray::operator[] on a temporaryv5.10.0-beta2Andre Hartmann2017-10-132-4/+4
| * | PeakCAN: Remove unneeded emitAndre Hartmann2017-10-131-1/+1
| * | canbusutil: Use QString::leftRef() instead left()Andre Hartmann2017-10-131-2/+2
| * | Windows: Set proper description for canbusutilKai Koehne2017-09-201-0/+1
| * | QCanBusFrame::setLocalEcho: Fix warning about undocumented parameterv5.10.0-alpha1Andre Hartmann2017-09-051-1/+1
| * | Merge dev into 5.10Frederik Gladhorn2017-09-022-5/+5
| |\ \
| * | | SocketCAN: Fix Clang semantic warning about old-style castAndre Hartmann2017-08-301-1/+1
* | | | CAN: Improve checking for unsupported CAN FD framesAndre Hartmann2017-11-154-4/+4
* | | | CAN: Introduce categorized loggingAndre Hartmann2017-11-1311-28/+64
* | | | QCanBusFrame: Validate CAN FD payload lengthsAndre Hartmann2017-11-081-6/+5
* | | | PeakCAN: Make global structure static and constAndre Hartmann2017-10-051-1/+1
* | | | PeakCAN: Always compile without PCANBasic.hAndre Hartmann2017-10-051-11/+0
* | | | CAN-Plugins: Fix Clang Semantic Issue -Wold-style-castAndre Hartmann2017-10-054-4/+4
* | | | CAN-Plugins: Make some more d-pointers constAndre Hartmann2017-10-055-8/+8