summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Define QStringLiteral when undefined (e.g. Qt 4)Laszlo Papp2013-11-061-9/+9
* Replace the home-grown QTtyLocker with QLockFileLaszlo Papp2013-11-061-13/+51
* Make the return value void for methods that would always return trueLaszlo Papp2013-10-301-3/+1
* Fix a typo (or copy/paste) error for the commentLaszlo Papp2013-10-301-1/+1
* Set the error in the same method where the check against failure is doneLaszlo Papp2013-10-301-19/+10
* Add the Q_OBJECT macro to the notifiersDenis Shienkov2013-10-171-0/+5
* Add an "UnknownSignal" value for the pinout signalsLaszlo Papp2013-10-061-2/+3
* Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-221-0/+16
|\
| * Add support for BSD4 baud rates, i.e. not Unix compatibleLaszlo Papp2013-09-191-0/+16
* | Merge branch 'stable' into devSergio Ahumada2013-09-061-10/+13
|\ \ | |/
| * Use the term 'directions' for representing the directionsLaszlo Papp2013-09-041-6/+6
| * Fix the compilation for Android with Qt 5.Laszlo Papp2013-09-031-2/+7
| * Unix: Deleting a duplicating call of a non-blocking mode on descriptorDenis Shienkov2013-08-261-2/+0
* | Revert "Android: Fix compilation on Necessitas Qt SDK v 1.0.0"Laszlo Papp2013-09-031-12/+1
* | Android: Fix compilation on Necessitas Qt SDK v 1.0.0Denis Shienkov2013-08-231-1/+12
* | Add API for handling the time out errors when waiting for read or writeLaszlo Papp2013-08-211-0/+3
* | Add function to get serial port handleAlex Henrie2013-08-061-0/+6
|/