summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix network doc links.Frederik Gladhorn2012-09-213-6/+7
* Fix doc errors.Frederik Gladhorn2012-09-211-1/+1
* Network: Fix mingw-gcc warningKai Koehne2012-09-181-1/+1
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2012-09-181-1/+5
* network: Fix missing or improper include guard in headersSergio Ahumada2012-09-154-5/+6
* Remove misleading documentation about QAbstractSocket::bytesWrittenThiago Macieira2012-09-101-4/+3
* Removing duplicate includesSergio Ahumada2012-09-091-3/+0
* QtNetwork: bypass proxy for local connectionsJulien Brianceau2012-09-071-9/+0
* Revert "Use true and false in preference to TRUE and FALSE"Sergio Ahumada2012-09-071-6/+6
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-6/+6
* Fix sockets for Windows CEAndreas Holzammer2012-08-141-2/+2
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-016-0/+52
* QtNetwork: Better detection of connection failures on WindowsMartin Petersson2012-07-301-21/+41
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-0/+3
* Replace Q_REGISTER_METATYPE in QAbstractSocket::stateChanged doc.Mitch Curtis2012-07-231-1/+1
* QtNetwork: normalize signals/slotsMarc Mutz2012-07-181-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-112-3/+3
* QNativeSocketEngine: remove compile watning on WindowsMartin Petersson2012-07-031-0/+2
* SocketEngine Windows: If not dual stack, use IPv4 for AnyIPProtocolMartin Petersson2012-07-031-0/+3
* QAbstractSocket: Enable readNotifier on read from bufferMartin Petersson2012-06-262-0/+10
* QtNetwork: remove double buffering on socketsMartin Petersson2012-06-264-121/+41
* Fix non inheritable socket creation on old windows versionsShane Kearns2012-06-221-16/+21
* Handle fragmented responses on SOCKS5 control channelShane Kearns2012-06-212-15/+27
* Fix double error setting, which overrode correct value.Jonas M. Gastal2012-06-151-1/+0
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-0/+3
* 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
|/