summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* fix bug in QLocalSocket::waitForReadyRead on WindowsJoerg Bornemann2012-11-051-1/+1
* QtNetwork: introduce configure switch to use system proxies by defaultPeter Hartmann2012-11-011-0/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2935-840/+840
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-10/+0
* Update contact information in license headers.Sergio Ahumada2012-08-0135-70/+70
* Fix sending UDP packets to link local addressesShane Kearns2012-05-242-18/+27
* Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-031-1/+7
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-071-2/+6
* Various Qt documentation bug fixes (wk 42)artoka2012-01-301-4/+7
* Update year in Nokia copyright messages.Jason McDonald2012-01-1135-35/+35
* Don't fetch credentials from cache following a failed proxy authenticationShane Kearns2012-01-042-3/+18
* Fix sporadic hang in QLocalServer::close() in OS X 10.7Robert Knight2011-11-181-4/+4
* HTTP proxy engine - accept standard Connection headerShane Kearns2011-11-111-0/+4
* Fix resource leak in symbian socket engineShane Kearns2011-07-081-0/+1
* Symbian socket engine: remove remaining todo commentsShane Kearns2011-06-302-4/+3
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-06-232-15/+23
|\
| * symbian socket engine: resolve some fixme and todo itemsShane Kearns2011-06-222-15/+23
* | Merge remote-tracking branch 'origin/4.7' into qt-4.8-from-4.7Olivier Goffart2011-05-312-0/+4
|\ \ | |/ |/|
| * sockets: limit buffer size of the internal sockets in proxy enginesShane Kearns2011-05-242-0/+4
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-05-1733-561/+561
| |\
| | * Update licenseheader text in source filesJyri Tahtela2011-05-1333-561/+561
| * | Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-052-1/+11
| |/
* | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-1/+1
|\ \
| * | Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-05-161-1/+1
* | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1335-595/+595
|/ /
* | Merge branch 'symbian-socket-engine' into staging-masterShane Kearns2011-05-106-25/+87
|\ \
| * | Sockets: Fix potential null pointer usagesShane Kearns2011-05-052-8/+13
| * | Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-052-1/+11
| * | Optimisation - buffer packet read in pendingDatagramSizeShane Kearns2011-04-132-9/+56
| * | Fix error handling in write for socks socket engineShane Kearns2011-04-121-1/+6
| * | Remove warnings when disabling notifications on a closed socketShane Kearns2011-04-121-6/+1
* | | QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2011-04-281-2/+2
* | | Merge branch 'symbian-socket-engine' of scm.dev.troll.no:qt/qt-symbian-networkShane Kearns2011-04-1216-199/+2082
|\| |
| * | Merge branch 'master' of scm.dev.troll.no:qt/qt-earth-team into symbian-socke...Shane Kearns2011-04-1111-2/+42
| |\ \
| * | | Implement support for sockets started before the event loopShane Kearns2011-04-082-43/+28
| * | | Update address reporting codeShane Kearns2011-04-051-22/+17
| * | | Fix multicast group membershipShane Kearns2011-04-051-13/+23
| * | | Don't reinitialise udp socket when IP versions don't matchShane Kearns2011-04-051-1/+1
| * | | Performance: use select poll for timeout of 0msShane Kearns2011-03-291-30/+37
| * | | Merge remote branch 'earth/master' into symbian-socket-engineShane Kearns2011-03-253-1/+13
| |\ \ \
| * | | | Fix crashing debug messageShane Kearns2011-03-221-2/+2
| * | | | Report correct error from QSymbianSocketEngine::nativeSelectShane Kearns2011-03-221-4/+4
| * | | | Implement network session support for synchronous QHostInfoShane Kearns2011-03-221-0/+9
| * | | | Implement QEventLoop::ExcludeSocketNotifiers for symbian socket engineShane Kearns2011-03-172-12/+20
| * | | | Make creating sockets with an explicit network session thread safeShane Kearns2011-03-151-11/+3
| * | | | Remove indirection through fake socket notifier in symbian socket engineShane Kearns2011-03-152-171/+58
| * | | | QSymbianSocketEngine: Compile fixMarkus Goetz2011-03-141-1/+1
| * | | | QLocalServer: Fix compilationMarkus Goetz2011-03-141-1/+1
| * | | | QSymbianSocketEngine - return expected error code from bindShane Kearns2011-03-111-1/+9
| * | | | Network session support for proxy socket enginesShane Kearns2011-03-102-0/+9