summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Fix compile errorsShane Kearns2010-12-086-7/+4
| | * | | | | | QNativeSocketEngine: Remove symbian codeMarkus Goetz2010-12-082-111/+1
| | * | | | | | QSymbianSocketEngine: Always support IPv6Markus Goetz2010-12-081-36/+1
| | * | | | | | QSymbianSocketEngine: More compile fixesMarkus Goetz2010-12-083-81/+510
| | * | | | | | QSymbianSocketEngine: Compile fixes..Markus Goetz2010-12-083-74/+169
| | * | | | | | QSymbianSocketEngine: Get global RConnection*Markus Goetz2010-12-072-2/+5
| | * | | | | | Create QSymbianSocketEngine when requestedMarkus Goetz2010-12-071-0/+8
| | * | | | | | Remove Symbian code from QNativeSocketEngineMarkus Goetz2010-12-073-48/+51
| | * | | | | | Continue code movingMarkus Goetz2010-12-072-154/+80
| | * | | | | | Move qnativesocketengine_symbian* to QSymbianSocketEngineMarkus Goetz2010-12-073-1/+293
| | * | | | | | Symbian socket engine: Some more commentsMarkus Goetz2010-12-071-1/+11
| * | | | | | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-0833-73/+76
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Use socket manager in QtNetworkShane Kearns2010-12-063-11/+43
| * | | | | | | Address some of the easier TODOs in native socket engineShane Kearns2010-12-012-86/+105
| * | | | | | | Skeleton code for symbian native socket engineShane Kearns2010-12-013-1/+768
* | | | | | | | Merge earth-team into origin/master'Olivier Goffart2011-04-121-4/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast...Qt Continuous Integration System2011-04-081-4/+1
| |\ \ \ \ \ \ \
| | * | | | | | | fix QLocalSocket::isValid() on WindowsJoerg Bornemann2011-04-061-4/+1
* | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-04-071-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast...Qt Continuous Integration System2011-04-051-0/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | QLocalSocket/Win: handle ERROR_ACCESS_DENIEDJoerg Bornemann2011-04-051-0/+5
* | | | | | | | | QLocalSocket: fix abort on Windows.Martin Petersson2011-04-061-0/+5
|/ / / / / / / /
* | | | | | | | Fix compilation with QT_NO_Tasuku Suzuki2011-03-2110-2/+32
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | QTcpSocket: Fix for disconnect in Unbuffered mode.Markus Goetz2011-03-161-0/+2
|/ / / / / /
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-043-13/+28
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | QAbstractSocket: Check for socket state on Unbuffered readsMarkus Goetz2011-02-251-0/+2
| * | | | | QAbstractSocket: Check for engine validity on Unbuffered readsMarkus Goetz2011-02-241-2/+5
| * | | | | tst_qnetworkreply: Fix httpProxyCommands() on Windows.Martin Petersson2011-02-221-1/+4
| * | | | | QNativeSocketEngine: Check for WSAEADDRNOTAVAIL on Windows.Martin Petersson2011-02-181-0/+5
| * | | | | QAbstractSocket: compile without QT3SupportMartin Petersson2011-02-181-1/+1
| * | | | | QNativeSocketEngine: Only do SIO_UDP_CONNRESET for UDP socketsMartin Petersson2011-02-181-9/+11
| * | | | | QAbstractSocket: Do not always change notifier on setReadBufferSizeMartin Petersson2011-02-181-1/+1
| | |_|/ / | |/| | |
* | | | | Use TCP_LOCALSOCKET on INTEGRITYRolland Dudemaine2011-02-222-1/+11
|/ / / /
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1733-33/+33
|\ \ \ \ | | |_|/ | |/| |
| * | | Update copyright year to 2011.Jason McDonald2011-01-1033-33/+33
* | | | fix another "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-10/+10
* | | | fix warning "comparison between signed and unsigned integer expressions"Konstantin Ritt2011-01-111-1/+1
* | | | fix warning "missing braces around initializer for 'in_addr::<anonymous union>'"Konstantin Ritt2011-01-111-1/+2
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-201-13/+0
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Don't need to set FD_CLOEXEC since qt_safe_* will have done that.Thiago Macieira2010-12-151-13/+0
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-2/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Merge branch 4.6 into qt-4.7-from-4.6Qt Continuous Integration System2010-11-261-2/+2
| |\
| | * QLocalSocket/Win: do not emit error() when no error actually occurredJonathan Liu2010-11-261-2/+2
* | | Add missing Q_ENUMS to QAbstractSocketOlivier Goffart2010-11-051-0/+1
* | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-294-2/+39
|\ \ \ | |/ /
| * | Network code: Fix code comment spellchecking errors.Markus Goetz2010-10-282-2/+2
| * | Sockets: Private function for pausing/resuming notifiersMarkus Goetz2010-10-272-0/+37
* | | fix warningsKonstantin Ritt2010-10-271-0/+2
* | | Don't ignore interfaces that cannot multicast when querying the mcast ifaceBradley T. Hughes2010-09-011-2/+0
* | | Fix IPv6 support on WindowsBradley T. Hughes2010-09-011-11/+62