summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix debug output when enabling QABSTRACTSOCKET_DEBUG.David Faure2014-05-061-1/+1
* QAbstractSocket: enable read notification for unbuffered socketsPeter Hartmann2014-04-251-1/+1
* WinRT: Fix TCP socket readsAndrew Knight2014-04-222-122/+215
* BlackBerry networking: call special select() methodPeter Hartmann2014-03-201-0/+48
* Fix compilation with QNATIVESOCKETENGINE_DEBUG enabledFrederik Gladhorn2014-03-141-9/+9
* fix namespaced WinRT buildJoerg Bornemann2014-03-141-2/+2
* fix warningJoerg Bornemann2014-03-141-2/+0
* Replace Note: with \note in documentationKurt Pattyn2014-03-134-5/+4
* WinRT: Added socket engine implementationOliver Wolff2014-02-152-85/+1004
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-1/+1
|\
| * QAbstractSocket: make build with debug statements compilePeter Hartmann2014-01-231-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-201-3/+5
|\|
| * Clear read- and write buffersKurt Pattyn2014-01-151-3/+5
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-135-20/+20
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-061-0/+3
|\|
| * Do not use SO_SNDBUF on Vista or laterKurt Pattyn2014-01-031-0/+3
* | Add SO_SNDBUF and SO_RCVBUF to socket optionsKurt Pattyn2013-12-302-3/+34
* | QAbstractSocket: fix setReadBufferSize from readyRead slot.David Faure2013-12-201-2/+2
* | WinRT: Added networkinterface and hostinfoOliver Wolff2013-12-064-4/+491
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+1
|\|
| * use private linkage where possibleOswald Buddenhagen2013-10-311-1/+1
* | QSocks5SocketEngine: use QSignalBlockerMarc Mutz2013-11-081-3/+4
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-086-59/+59
* Fix unsigned/signed comparison warning in qnativesocketengine_unixEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* HTTP socket engine: support newer HTTP proxiesPeter Hartmann2013-08-222-37/+60
* Add documentation about reconnect attempts.Jonas Gastal2013-08-171-0/+4
* Ignore or suppress warning and debug messages in tst_QLocalSocketThiago Macieira2013-07-203-3/+5
* Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-204-33/+34
* Correct algorithm for digest auth when using the CONNECT verbBradley Buda2013-07-121-1/+2
* Remove use of 'register' from Qt.Stephen Kelly2013-06-171-4/+4
* Fix qlocalsocket_tcp.cpp build for Windows Embedded Compact 7.Janne Anttila2013-04-121-1/+1
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-222-9/+9
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-2/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-5/+5
|\
| * Return -1 as the API documents it for socket issuesLaszlo Papp2013-03-051-5/+5
* | Make QLocalSocket::open set an error when already connectedCorentin Jabot2013-03-061-0/+2
* | Make QLocalSocket connectable with open()Corentin Jabot2013-03-055-37/+94
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-201-4/+4
|\|
| * Doc: Fixed value descriptions for enum QAbstractSocket::SocketError.Marcel Krems2013-02-181-4/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\|
| * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-296-24/+0
* | Switch to struct timespec everywhere instead of timevalThiago Macieira2013-01-282-6/+6
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1833-33/+33
* Fix socket binding on mingw buildsShane Kearns2013-01-101-14/+8
* Fix some WS errorsCorentin Jabot2012-12-132-3/+3
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-032-4/+4
* QtNetwork: introduce configure switch to use system proxies by defaultPeter Hartmann2012-10-301-0/+4
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-261-1/+1
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-269-6/+138