summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix sporadic hang in QLocalServer::close() in OS X 10.7Robert Knight2011-11-181-4/+4
* network: remove Symbian specific codePeter Hartmann2011-11-1411-2119/+3
* HTTP proxy engine - accept standard Connection headerShane Kearns2011-10-311-0/+4
* Remove Symbian support from bind enum documentation.Robin Burchell2011-10-311-7/+0
* Move support for socket binding from QUdpSocket upstream to QAbstractSocket.Robin Burchell2011-10-314-171/+151
* Set localAddress and localPort on socket binding.Robin Burchell2011-10-312-0/+6
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-244-6/+4
* Replace Q_WS_WIN by Q_OS_WIN in uic/network.Friedemann Kleint2011-10-171-2/+2
* QAbstractSocket: Always clear old QHostAddress list on a new connect.Martin Petersson2011-07-061-0/+1
* Remove QT3_SUPPORT from networkShane Kearns2011-07-052-114/+0
* Always assume IPv6 supportMarkus Goetz2011-07-045-112/+12
* Add Happy-Eyeballs style IPv6 connection establishing.Martin Petersson2011-07-043-4/+20
* IPv4 + IPv6 dual stack socketsShane Kearns2011-06-225-17/+56
* Fix regression that caused waitForXXX(-1) to fail.Thiago Macieira2011-06-071-1/+1
* sockets: limit buffer size of the internal sockets in proxy enginesShane Kearns2011-06-012-0/+4
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2435-595/+595
* Sockets: Fix potential null pointer usagesShane Kearns2011-05-112-8/+13
* Optimisation - buffer packet read in pendingDatagramSizeShane Kearns2011-05-112-9/+56
* Remove warnings when disabling notifications on a closed socketShane Kearns2011-05-111-6/+1
* Send User-Agent from the network request in http proxy CONNECT commandShane Kearns2011-05-092-1/+11
* Fix error handling in write for socks socket engineShane Kearns2011-05-091-1/+6
* QAbstractSocket: Fix waitForReadyRead infinite loop.Martin Petersson2011-05-021-2/+2
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2736-0/+18935