| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename EINTR_LOOP -> QT_EINTR_LOOP | Marc Mutz | 2023-11-30 | 1 | -1/+1 |
| * | De-inline qt_ignore_sigpipe() | Marc Mutz | 2023-11-13 | 1 | -0/+16 |
| * | qcore_unix: port qt_safe_poll to QDeadlineTimer | Ahmad Samir | 2023-10-24 | 1 | -53/+10 |
| * | qt_safe_poll: round up when converting to milliseconds for poll(2) | Thiago Macieira | 2023-10-20 | 1 | -4/+6 |
| * | QElapsedTimer: rewrite using std::chrono::steady_clock everywhere | Thiago Macieira | 2023-04-18 | 1 | -0/+28 |
| * | Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition | Edward Welbourne | 2023-03-20 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | Fix build without features.poll_{ppoll,pollts,poll,select} | Tasuku Suzuki | 2019-08-18 | 1 | -1/+3 |
| * | Linux: Bypass glibc's broken open() implementation | Thiago Macieira | 2018-07-17 | 1 | -0/+20 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Move the readlink(2) wrapper to qcore_unix.cpp | Thiago Macieira | 2017-07-08 | 1 | -0/+33 |
| * | Use poll related features properly | Lars Knoll | 2016-11-30 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-06 | 1 | -10/+0 |
| |\ |
|
| | * | Compile fix: for OpenBSD: <sys/select.h> not included by <sys/types.h> | Ralf Nolden | 2016-05-25 | 1 | -10/+0 |
| * | | Remove qt_safe_select and qt_select_msecs | Louai Al-Khanji | 2016-02-05 | 1 | -53/+0 |
| * | | Clean up new poll code slightly | Louai Al-Khanji | 2016-02-04 | 1 | -14/+0 |
| * | | QProcess: Use poll instead of select on Unix platforms | Louai Al-Khanji | 2016-02-03 | 1 | -0/+14 |
| * | | Add Intel copyright to files that Intel has had non-trivial contribution | Thiago Macieira | 2016-01-21 | 1 | -0/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | qt_poll: split out into separate file and sanitize build | Louai Al-Khanji | 2015-12-05 | 1 | -215/+5 |
| * | | Add qt_safe_poll | Louai Al-Khanji | 2015-12-01 | 1 | -6/+284 |
| * | | Remove remaining support for Blackberry | Louai Al-Khanji | 2015-11-21 | 1 | -32/+0 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | QNX: Fix crash in bb_select | Fabian Bumberger | 2014-03-21 | 1 | -2/+2 |
| * | BB select(): move special select method to qcore_unix_p.h | Peter Hartmann | 2014-03-14 | 1 | -0/+43 |
| * | Accept defeat when select(2)ing without a monotonic clock | Thiago Macieira | 2013-07-10 | 1 | -6/+2 |
| * | Remove use of 'register' from Qt. | Stephen Kelly | 2013-06-17 | 1 | -1/+1 |
| * | Work around posix violation in qnx (missing pselect()) | Fabian Bumberger | 2013-01-30 | 1 | -0/+7 |
| * | Switch to struct timespec everywhere instead of timeval | Thiago Macieira | 2013-01-28 | 1 | -7/+7 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+106 |