summaryrefslogtreecommitdiff
path: root/src/serialport/qserialport_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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.25.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
|\
| * Fix the waitForReadyRead() behavior on WindowsDenis Shienkov2014-01-171-3/+7
* | Keep the DTR line state at changing of DCB propertiesDenis Shienkov2014-02-111-0/+4
* | Initialize the DCB structure before using itDenis Shienkov2014-02-101-0/+3
* | Rename the writeSequenceStarted variable to writeStartedLaszlo Papp2014-02-101-7/+7
* | Rename the "descriptor" to handle on WindowsLaszlo Papp2014-02-101-28/+28
* | Remove the unused SystemIn/OutputQueue size methodsLaszlo Papp2014-02-091-26/+0
* | Add error handling to some missing functionsLaszlo Papp2014-02-081-11/+42
* | Use the ternary operator meant for this purpose rather than two returnsLaszlo Papp2014-02-071-3/+1
* | Optimize of writing sequence algorithmDenis Shienkov2014-02-021-25/+17
* | Handle the ERROR_INVALID_NAME error codeDenis Shienkov2014-01-311-0/+3
* | Optimize access to the write bufferDenis Shienkov2014-01-151-9/+1
* | Unify of the internal API of asynchronous handlingDenis Shienkov2014-01-151-87/+84
|/