summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build without features.poll_{ppoll,pollts,poll,select}Tasuku Suzuki2019-08-181-1/+3
* Linux: Bypass glibc's broken open() implementationThiago Macieira2018-07-171-0/+20
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-081-0/+33
* Use poll related features properlyLars Knoll2016-11-301-7/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-10/+0
|\
| * Compile fix: for OpenBSD: <sys/select.h> not included by <sys/types.h>Ralf Nolden2016-05-251-10/+0
* | Remove qt_safe_select and qt_select_msecsLouai Al-Khanji2016-02-051-53/+0
* | Clean up new poll code slightlyLouai Al-Khanji2016-02-041-14/+0
* | QProcess: Use poll instead of select on Unix platformsLouai Al-Khanji2016-02-031-0/+14
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | qt_poll: split out into separate file and sanitize buildLouai Al-Khanji2015-12-051-215/+5
* | Add qt_safe_pollLouai Al-Khanji2015-12-011-6/+284
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-211-32/+0
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QNX: Fix crash in bb_selectFabian Bumberger2014-03-211-2/+2
* BB select(): move special select method to qcore_unix_p.hPeter Hartmann2014-03-141-0/+43
* Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-101-6/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-1/+1
* Work around posix violation in qnx (missing pselect())Fabian Bumberger2013-01-301-0/+7
* Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-281-7/+7
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+106