summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sockets: Added support for SO_KEEPALIVE and TCP_NODELAYMarkus Goetz2009-07-231-2/+22
* Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-141-3/+3
* Use the safe versions of the network system calls I have just added.Thiago Macieira2009-07-021-4/+4
* Add a properly-safe version of select(2).Thiago Macieira2009-07-021-47/+6
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Fix compilation breakage on Windows caused by 6c1d7e57.Thiago Macieira2009-05-221-1/+1
* Fixed strict aliasing breaks with sockaddr_XXX structs.Thiago Macieira2009-05-221-41/+20
* fix reading problem on 64-bit machines in QProcess and socket enginePeter Hartmann2009-04-161-17/+2
* Fix a small mistake in recalculating the timeout in case we getThiago Macieira2009-03-251-10/+10
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+949