summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcore_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make compile on HPUXPierre Rossi2010-01-121-0/+2
* Update copyright year to 2010Jason McDonald2010-01-061-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