summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_win.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-011-5/+0
* Get rid of QSPP::readData()Denis Shienkov2015-06-301-16/+0
* Do not use the queued connection to handle an I/O events on WindowsDenis Shienkov2015-06-231-51/+4
* Remove unused readyReadEmitted variableDenis Shienkov2015-04-191-2/+0
* Fix reading on Windows with the limited read bufferDenis Shienkov2015-03-021-6/+7
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-251-13/+11
|\
| * Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-12-171-8/+6
| |\
| | * Improve the QSP::clear() on WindowsDenis Shienkov2014-11-271-5/+2
| | * Prevent multiple calls of WaitCommEventDenis Shienkov2014-11-271-2/+3
| | * Fix critical typo with _q_startAsyncWrite()Denis Shienkov2014-11-271-1/+1
| * | Use Q_NULLPTR where it is possibleDenis Shienkov2014-12-101-12/+12
| * | Simplify and improve the QSP::TimeoutError handlingDenis Shienkov2014-11-281-23/+6
* | | Update copyright headersJani Heikkinen2015-02-131-6/+6
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-191-24/+6
|\| |
| * | Close the handle for the events that were createdAndy Shaw2014-11-271-0/+10
| * | Allow to use custom devices pathsDenis Shienkov2014-11-271-18/+0
| * | Simplify handling of overlapped resultDenis Shienkov2014-11-231-6/+6
| * | Declare QElapsedTimer closer to usageDenis Shienkov2014-11-221-6/+6
* | | Use QWinOverlappedIoNotifier instead of QWinEventNotifierDenis Shienkov2014-11-271-165/+86
* | | Use internal read buffer of QIODeviceDenis Shienkov2014-11-171-12/+11
* | | Create notifiers inside of startAsyncXX() methods when requiredDenis Shienkov2014-11-151-13/+80
* | | Move all platform-specific declarations into one QSPPrivateDenis Shienkov2014-11-141-45/+1
|/ /
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-14/+64
|\|
| * Fix QSP::bytesToWrite() on WindowsDenis Shienkov2014-10-061-15/+30
| * Restart of async reading when a QSP::clear() is calledDenis Shienkov2014-10-031-0/+6
| * Fix reading on Windows at limited read buffer sizeDenis Shienkov2014-10-021-3/+32
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-161-9/+10
|\|
| * Fix a race condition at writing on Windowsv5.3.2Denis Shienkov2014-08-281-9/+10
* | Update license headers and add new license filesAntti Kokko2014-09-091-18/+10
|/
* Fix handling of writing at using of waitForReadyRead()Denis Shienkov2014-08-151-0/+3
* Make the QSerialPort::flush() non-blockingDenis Shienkov2014-08-021-14/+1
* Fix leak of a descriptor after unsuccessful openingDenis Shienkov2014-07-311-49/+60
* Fix events handling in waitForBytesWritten() method on WindowsDenis Shienkov2014-07-301-2/+4
* Improve error handling for the waitForXX() methods on WindowsDenis Shienkov2014-07-081-21/+23
* Unify handling of errors of the overlapped I/O resultDenis Shienkov2014-07-081-45/+36
* Improve the ResourceError handling on WindowsDenis Shienkov2014-06-291-21/+9
* Improve the I/O completion errors handling on WindowsDenis Shienkov2014-06-291-8/+24
* Fix waitForReadyRead() on windowsDenis Shienkov2014-06-031-2/+7
* Fix the error message for TimeoutError on WindowsDenis Shienkov2014-06-021-1/+1
* Move out processing of ResoureError from processIoErrors()Denis Shienkov2014-05-271-9/+6
* Move the WinCE implementation into separate moduleDenis Shienkov2014-05-201-28/+0
* Fix the waitForBytesWritten() behavior on WindowsDenis Shienkov2014-05-151-1/+1
* Use QTimer to defer starting of writing on WindowsDenis Shienkov2014-05-151-12/+27
* Return after an error of the async write operationDenis Shienkov2014-05-151-1/+2
* Do not start async read again if FIFO has no more dataDenis Shienkov2014-04-141-1/+1
* Make it possible to set the port values before openingLaszlo Papp2014-03-061-75/+5
* Rename the flow to flowControl for consistencyLaszlo Papp2014-03-011-6/+6
* Set error if the file buffer flushing fails on Windowsold/5.2Laszlo Papp2014-02-171-1/+14
* Remove the continuous warning about the unknown flow controlLaszlo Papp2014-02-141-1/+0
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-02-111-3/+7
|\