summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused QSPP::baudRateFromSetting() methodDenis Shienkov2015-10-071-5/+0
* Fix build on *nixDenis Shienkov2015-10-051-2/+2
* Fix stalling of reading with the limited buffer size on *nixDenis Shienkov2015-10-011-1/+7
* Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-241-130/+4
* Return an error at trying to set custom speed for separate directionDenis Shienkov2015-09-101-6/+13
* Use the termios v2 to custom baud rate switchingDenis Shienkov2015-09-101-1/+56
* Get rid of stored termios structureDenis Shienkov2015-09-081-67/+108
* Refactor the speed configuration for *nixDenis Shienkov2015-09-071-80/+64
* Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-09-021-4/+4
* Fix build on FreeBSD 10Denis Shienkov2015-08-181-0/+1
* Delete the notifiers immediatelly on closeDenis Shienkov2015-08-061-4/+2
* Fix proper handling of QSocketNotifier::event() methodDenis Shienkov2015-08-051-10/+16
* Do not use the Q_OBJECT macro when it is not requiredDenis Shienkov2015-08-031-4/+0
* Give custom descriptions to errors which had none beforeDenis Shienkov2015-07-101-11/+10
* Improve the processing of errorsDenis Shienkov2015-07-101-95/+75
* Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-021-5/+0
* Add additional lock directories for *nix-specific platformsDenis Shienkov2015-04-201-0/+3
* Don't use QStringLiteral when QLatin1String is efficient.Debao Zhang2015-04-201-1/+1
* Unix: Clear serial_struct instancesJonathan Liu2015-03-111-0/+4
* Update the licenses and its headersDenis Shienkov2015-02-171-13/+21
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* Do not touch of the read notifier after its creationDenis Shienkov2015-01-061-24/+0
* Use Q_NULLPTR where it is possibleDenis Shienkov2015-01-061-5/+5
* Interpret ENOTTY as UnsupportedOperationError instead of ResourceErrorDenis Shienkov2014-12-051-1/+1
* Setup an error when QSP::setBaudRate() fails on UnixDenis Shienkov2014-12-051-0/+1
* Simplify and improve the QSP::TimeoutError handlingDenis Shienkov2014-11-281-19/+8
* Handle EINVAL, ENOIOCTLCMD, ENOTTY and EPERM errorsDenis Shienkov2014-11-281-0/+20
* Allow to use custom devices pathsDenis Shienkov2014-11-271-33/+2
* Declare QElapsedTimer closer to usageDenis Shienkov2014-11-221-2/+0
* Check for lock file in non-writable directoriesRainer Keller2014-10-231-8/+11
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-6/+22
|\
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-061-6/+13
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-0/+5
| * Remove custom baud rate filteringManuele Conti2014-10-011-3/+7
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* Make the QSerialPort::flush() non-blockingDenis Shienkov2014-08-021-6/+1
* Fix leak of a descriptor after unsuccessful openingDenis Shienkov2014-07-311-30/+42
* Do not continue waitForReadyRead() if an error occurredDenis Shienkov2014-07-091-10/+3
* Abort waitForReadyRead() when there is an errorPeter Kümmel2014-06-301-0/+4
* Remove the exception notifier handling for *nixDenis Shienkov2014-06-121-55/+2
* uclibc sets ENOENT when one tries to open a non-existing devicePeter Kümmel2014-06-091-0/+5
* Improve the setStandardBaudRate() on LinuxDenis Shienkov2014-06-031-4/+4
* Refactor unix setBaudRate() error handlingRafael Roquetto2014-05-271-34/+44
* Inspect lock file to determine busy state.Dyami Caliri2014-05-231-10/+4
* QNX: Enable custom baud rateRafael Roquetto2014-05-141-0/+11
* Refactor QSerialPortPrivate::setBaudRate()Rafael Roquetto2014-05-141-64/+94
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-081-5/+4
|\
| * Ensure both input and output baud rates are set.v5.3.0-rc1Dyami Caliri2014-05-031-5/+4
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-011-1/+1
|\ \ | |/
| * Fix the flush regression on UnixKijam Lopez2014-04-231-1/+1