summaryrefslogtreecommitdiffstats
path: root/src/network/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-242-27/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2233-792/+792
* 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