summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Interpret ENOTTY as UnsupportedOperationError instead of ResourceErrorDenis Shienkov2014-12-051-1/+1
| * Setup an error when QSP::setBaudRate() fails on UnixDenis Shienkov2014-12-041-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
* | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-35/+2
|\ \ | |/
| * Allow to use custom devices pathsDenis Shienkov2014-11-271-33/+2
| * Declare QElapsedTimer closer to usageDenis Shienkov2014-11-221-2/+0
* | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-271-1/+3
* | Use internal read buffer of QIODeviceDenis Shienkov2014-11-171-9/+9
* | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-16/+1
|/
* Check for lock file in non-writable directoriesv5.4.0-rc1Rainer 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
* | Enable QtSerialPort on QNXRafael Roquetto2014-04-281-0/+4
|/
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-94/+10
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-6/+6
* Use the qt_safe_* methods for open/read/write/closeLaszlo Papp2014-02-161-7/+9
* Do not emit bytesWritten() while data aren't transferredDenis Shienkov2014-02-121-23/+34
* Revert the private qtcore_unix related changes because they break the Qt 4 buildLaszlo Papp2014-02-121-9/+7
* Protect against EINTR in Unix non-atomic I/O callsThiago Macieira2014-02-121-6/+6
* Open file descriptors thread-safely on Unix and don't leak themThiago Macieira2014-02-121-1/+3
* Don't use cfmakeraw on SunOSSebastian Wiedenroth2014-02-111-0/+8
* Remove the unused SystemIn/OutputQueue size methodsLaszlo Papp2014-02-091-28/+0
* Add error handling to some missing functionsLaszlo Papp2014-02-081-16/+68
* Optimize access to the write bufferDenis Shienkov2014-01-151-12/+2
* Reimplement low level data sendingDenis Shienkov2013-12-301-5/+5
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-161-4/+7
|\
| * Deprecate further Unknown* property values similarly to UnknownParityLaszlo Papp2013-12-031-4/+7
* | Use direct access to the read bufferDenis Shienkov2013-11-281-40/+0
|/
* Add a fallback lock file path (r/w) for AndroidLaszlo Papp2013-11-081-1/+5
* Eliminate the crash on Unix caused by the QLockFile usageLaszlo Papp2013-11-071-4/+2