summaryrefslogtreecommitdiffstats
path: root/src/serialport/qserialport_win.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused QSPP::baudRateFromSetting() methodDenis Shienkov2015-10-071-9/+0
* Cleanup remainders of code relating to data error policy handlingDenis Shienkov2015-09-241-64/+5
* Get rid of stored DCB structureDenis Shienkov2015-09-071-49/+83
* Unify common error strings in QSerialPortErrorInfoDenis Shienkov2015-09-021-3/+3
* Fix the QSerialPort::ParityError error stringDenis Shienkov2015-09-021-1/+1
* Fix the typo for the ParityError detection on WindowsDenis Shienkov2015-09-021-1/+1
* Handle ERROR_PATH_NOT_FOUND error code on WindowsDenis Shienkov2015-08-261-0/+3
* Delete the startAsyncWriteTimer object on closeDenis Shienkov2015-08-061-0/+5
* Delete the notifiers immediatelly on closeDenis Shienkov2015-08-061-3/+14
* Give custom descriptions to errors which had none beforeDenis Shienkov2015-07-101-8/+6
* Improve the processing of errorsDenis Shienkov2015-07-101-100/+78
* Fix reading when switching from asynchronous to synchronous approachDenis Shienkov2015-07-091-8/+9
* Fix opening of Exar VCP on WindowsDenis Shienkov2015-07-081-0/+2
* Get rid of QSPP::bytesToWrite()Denis Shienkov2015-07-021-5/+0
* Remove unused readyReadEmitted variableDenis Shienkov2015-04-201-3/+0
* Update the licenses and its headersDenis Shienkov2015-02-171-13/+21
* Update copyright headersJani Heikkinen2015-02-161-6/+6
* Fix a regresison in the waitForXXX() methods on WindowsDenis Shienkov2015-01-271-4/+8
* Fix crash in destructor if a device was not open on WindowsDenis Shienkov2015-01-271-0/+3
* Use Q_NULLPTR where it is possibleDenis Shienkov2015-01-061-12/+12
* Simplify and improve the QSP::TimeoutError handlingDenis Shienkov2014-11-281-23/+6
* Improve the QSP::clear() on WindowsDenis Shienkov2014-11-281-5/+2
* Prevent multiple calls of WaitCommEventDenis Shienkov2014-11-281-2/+3
* Fix critical typo with _q_startAsyncWrite()Denis Shienkov2014-11-281-1/+1
* 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
* Create notifiers inside of startAsyncXX() methods when requiredDenis Shienkov2014-11-221-42/+83
* 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