summaryrefslogtreecommitdiffstats
path: root/src/network/socket/qnativesocketengine_unix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Don't need to set FD_CLOEXEC since qt_safe_* will have done that.Thiago Macieira2010-12-151-13/+0
* Keep the scopeid that getaddrinfo(3) returns to us.Thiago Macieira2010-08-241-3/+6
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-05-251-8/+2
|\
| * Removed double EINTR loop from nativeWrite and nativeRead.Janne Anttila2010-05-211-8/+2
* | Workaround for Symbian Open C bug in socket connect.Janne Anttila2010-05-101-0/+3
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-131-9/+20
|\ \ | |/
| * Fixed app freeze if switching to offline in middle of HTTP transaction.Janne Anttila2010-04-121-9/+20
* | Rename QTimestamp to QElapsedTimerThiago Macieira2010-03-171-2/+2
* | Port QtNetwork uses of QTime as a stopwatch to QTimestamp.Thiago Macieira2010-03-171-2/+2
|/
* QNativeSocketEngine: Set OS error strings on failed read()Markus Goetz2010-01-251-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Dealing with socket that was signalized on exception fds setAleksandar Sasha Babic2009-10-021-3/+5
* Workaround for Open C bugAleksandar Sasha Babic2009-10-021-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* QNativeSocketEngine: do not issue warning if socketDescriptor is <= 0Peter Hartmann2009-09-021-1/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Fixing compile issue on platforms other than Symbian.Aleksandar Sasha Babic2009-08-211-4/+4
* | Fixing cause for failing network tests on Symbian.Aleksandar Sasha Babic2009-08-211-10/+49
* | Fixing the build break.Aleksandar Sasha Babic2009-08-191-1/+1
* | Changig variable name from misleadingAleksandar Sasha Babic2009-08-191-12/+12
* | As far as we know the bug int the Open C,Aleksandar Sasha Babic2009-08-191-3/+1
* | Removing local function (*accept*, *connect*, *bind* ...)Aleksandar Sasha Babic2009-08-191-150/+20
* | No need for logging line. Return of -1Aleksandar Sasha Babic2009-08-181-3/+0
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Fixed wrong ifdef.axis2009-08-061-2/+2
* | | Move socket wrapper functions into the .cpp file.Jason Barron2009-08-061-0/+126
* | | Merge commit 'origin/master'Jason Barron2009-08-041-21/+22
|\ \ \
| * | | Trailing whitespace and tab/space fixes for QtNetworkJanne Anttila2009-08-031-51/+51
* | | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-6/+16
|\ \ \ \ | | |/ / | |/| |
| * | | Port of Qt to VxWorksRobert Griebl2009-07-291-9/+18
* | | | Compile fixes after latest merge of 4.6.Jason Barron2009-07-281-0/+5
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-69/+68
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | 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
| |/
* | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-251-41/+20
|\ \ | |/
| * 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
* | Adding to check return value from select() before checking any fd_set status.Aleksandar Sasha Babic2009-05-181-3/+15
* | We should check if socket descriptor is valid before calling otherAleksandar Sasha Babic2009-05-181-2/+8
* | Added some debug information for nativeSelect in Symbian OSJanne Anttila2009-05-061-6/+10