summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix compile warnings with MSVCShane Kearns2012-05-231-2/+1
* Fallback to IPv4 when IPv6 is not present.Jonas M. Gastal2012-05-214-5/+23
* Make the windows socket handle non inheritableShane Kearns2012-05-181-1/+23
* Remove capitalization when specifying include-libraries.kb2012-05-142-4/+4
* Fix sending UDP packets to link local addressesShane Kearns2012-05-112-20/+27
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Doc: Modularize QtNetwork documentation.Casper van Donderen2012-05-095-11/+11
* Various minor fixes for qdoc warnings.Richard Moore2012-05-061-1/+1
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-061-7/+5
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-042-5/+5
* Pull in netinet/in.h. Required for definition of sockaddr_in and friends.Robin Burchell2012-05-031-0/+1
* Implement QLocalServer::socketOptions on windowsShane Kearns2012-05-033-1/+130
* Fix documentation of QLocalServerShane Kearns2012-05-031-4/+6
* Fix tst_qtcpserver::serverAddress on Mac OSXShane Kearns2012-04-241-1/+5
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-104-2/+34
|\
| * QAbstractSocket::waitForConnected check if host name is an IP addressMartin Petersson2012-04-021-1/+10
| * Fix QTcpServer::listen() returning true when the port is in use on OS X.Robin Burchell2012-04-021-1/+7
| * Fix multicast join/leave when binding to QHostAddress::Any.Robin Burchell2012-04-022-0/+17
* | Merge master into api_changesKent Hansen2012-03-234-4/+8
|\|
| * QLocalSocket: remove double buffer on qlocalsocket_unixMartin Petersson2012-03-231-1/+1
| * Allow autobound UDP sockets to send to IPv4 and IPv6Shane Kearns2012-03-223-3/+7
* | Merge master into api_changesKent Hansen2012-03-162-0/+3
|\|
| * Fix QUdpSocket bindMode autotest regressionShane2012-03-151-0/+2
| * Add missing private headers to .pri.Xizhi Zhu2012-03-151-0/+1
* | QtNetwork: make some constructors explicitMarc Mutz2012-03-141-1/+1
|/
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-022-18/+18
* Windows - fix getsockopt calls for narrower than int optionsShane Kearns2012-03-011-5/+7
* Fix error in addrlen fieldAndrew Stanley-Jones2012-02-211-1/+1
* Test for QT_NO_SSL instead of QT_NO_OPENSSLShane Kearns2012-02-211-3/+3
* Windows - fix connecting to a socket using IPv4 mapped IPv6Shane Kearns2012-02-201-0/+10
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-162-0/+2
* Allow the QLocalServer to listen to a native descriptorAndrew Stanley-Jones2012-02-156-0/+91
* Add socketOptions flags to QLocalServerAndrew Stanley-Jones2012-02-104-3/+145
* MinGW: Fix warnings.Friedemann Kleint2012-02-042-1/+3
* Emit QSslSocket::error in case of openssl gives an error.Jonas M. Gastal2012-02-012-0/+6
* Fix debug format string in windows socket engineShane Kearns2012-01-301-2/+2
* Fix crashing debug messageShane Kearns2012-01-301-1/+1
* Make the pause modes a QFlags.Richard Moore2012-01-303-7/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3033-33/+33
* QAbstractSocket / QSslSocket: add API to pause and resumePeter Hartmann2012-01-253-0/+73
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-256-6/+0
* Remove reference to Symbian in QtNetwork.Xizhi Zhu2012-01-241-3/+0
* Make QAbstractSocket's API virtual where needed.Jonas M. Gastal2012-01-242-50/+7
* Update contact information in license headers.Jason McDonald2012-01-2333-33/+33
* Removing QHttpHeader and QHttpResponseHeader.Jonas M. Gastal2012-01-192-27/+30
* qdoc3: Don't put a \table in a \valueMartin Smith2012-01-131-10/+19
* Make QFtp private.Jonas M. Gastal2012-01-122-2/+2
* qlocalsocket_win.cpp: Fix compiler warning.Friedemann Kleint2012-01-111-1/+1
* QLocalSocket: make socket descriptor qintptrJoerg Bornemann2012-01-105-12/+12
* Make (dis)connectTo(From)Host virtual in QAbstractSocket.Jonas M. Gastal2012-01-092-40/+4