summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Eliminate the "q_ptr->" call by using Q_Q(QSerialPort)Laszlo Papp2013-07-281-19/+49
* Remove the const modifier from the pinoutSignals internal methodsLaszlo Papp2013-07-271-1/+1
* Do not set an error for timeout as there is no timeout error handled yetLaszlo Papp2013-07-241-2/+4
* Revert "Add property to set exclusivity"Laszlo Papp2013-07-081-53/+23
* Add property to set exclusivityAlex Henrie2013-07-031-23/+53
* Update the documentation and internal setBreakEnabled APILaszlo Papp2013-05-061-1/+1
* Make a good use of the new "override" C++11 specifier when availableLaszlo Papp2013-03-241-3/+3
* *nix: Fix unexpected clear errno when I/O failedDenis Shienkov2013-03-021-11/+15
* *nix: Added ENXIO errno code to detect ResourceErrorDenis Shienkov2013-02-261-0/+5
* Drop the Lines/Line terms in favor of PinoutSignals/SignalLaszlo Papp2013-02-221-13/+13
* Rename the line status signal enumeration values and remove LeLaszlo Papp2013-02-191-11/+11
* Switch to QMap implementation from QList<QPair<> > for maintainabilityLaszlo Papp2013-02-171-114/+103
* Establish proper error handling for lines() methodSergey Belyashov2013-02-111-2/+4
* Modify the restore settings on close API to lean towards the Qt'ish styleLaszlo Papp2013-02-101-1/+1
* Return with false properly if an error occurs for the write notificationLaszlo Papp2013-02-091-2/+2
* Remove the QtSerialPort namespace define and hence namespace usageLaszlo Papp2013-02-071-4/+0
* Rename the TtyLocker class to QTtyLocker as it gets to Qt scopeLaszlo Papp2013-02-071-6/+6
* Fix the potential build breaks introduced by a previous commit (regression)Laszlo Papp2013-02-071-0/+4