summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Remove use of 'register' from Qt.Kevin Funk2014-08-111-1/+1
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-121-6/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Say hello to Qt for Native Client.Morten Johan Sørvig2010-05-141-1/+2
|/
* Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* Make qcore_unix.cpp share code with QTimestampThiago Macieira2010-03-171-63/+2
* Make compile on HPUXPierre Rossi2010-01-121-0/+2
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Check if the timeout expired during the time update in qt_safe_selectThiago Macieira2009-12-111-2/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Eliminate last mentions of "Qt Software".Jason McDonald2009-08-121-1/+1
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Don't try to make direct system calls on Linux.Thiago Macieira2009-08-041-73/+0
* Move the 'timeval' operators to qcore_unix_p.h.Jason Barron2009-07-291-2/+0
* Port of Qt to VxWorksRobert Griebl2009-07-291-2/+7
* Compile on Mac OS XBradley T. Hughes2009-07-271-1/+1
* Compile on Mac OS XBradley T. Hughes2009-07-271-0/+4
* Avoid floating point code when converting Mach time to timevalBradley T. Hughes2009-07-271-2/+2
* Refactor monotonic time code to avoid duplication.Bradley T. Hughes2009-07-271-18/+53
* Update the license header in a few more placesThiago Macieira2009-07-161-1/+1
* try to fix the accept4 not being found in some older kernelsThiago Macieira2009-07-071-4/+14
* Use the safe versions of the network system calls I have just added.Thiago Macieira2009-07-021-0/+63
* Add a properly-safe version of select(2).Thiago Macieira2009-07-021-0/+121