summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1013-16/+140
| |\ \
| * | | QHostAddress: improve qHash implementationGiuseppe D'Angelo2012-04-082-4/+3
| * | | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-072-3/+3
| * | | Port to the new QUrl APIThiago Macieira2012-03-305-19/+19
| * | | Port QHostAddress to use the new IP utilities in QtCoreThiago Macieira2012-03-281-132/+12
| * | | Merge master into api_changesKent Hansen2012-03-271-0/+2
| |\ \ \
| * | | | Optimise QHostAddress a littleThiago Macieira2012-03-231-7/+12
| * | | | Merge master into api_changesKent Hansen2012-03-236-6/+11
| |\ \ \ \
| * \ \ \ \ Merge master into api_changesKent Hansen2012-03-167-51/+158
| |\ \ \ \ \
| * | | | | | QtNetwork: make some constructors explicitMarc Mutz2012-03-1410-13/+13
* | | | | | | Fixed networkproxy build under WinCEBjoern Breitmeyer2012-04-162-0/+89
* | | | | | | Responses to request with AlwaysNetwork set should be cachedMartin Petersson2012-04-162-8/+2
* | | | | | | Trivial doc fix.Richard Moore2012-04-161-0/+4
* | | | | | | Minor doc improvements.Richard Moore2012-04-161-0/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Added iOS compatibility.Qt4iOS2012-04-132-4/+6
* | | | | | fixed compiling of QDnsRunner for wince and windows desktopBjoern Breitmeyer2012-04-121-8/+9
* | | | | | Fix autotest failures in QAbstractNetworkCacheShane Kearns2012-04-121-58/+60
* | | | | | Use windows API to update missing CA rootsShane Kearns2012-04-115-14/+254
* | | | | | Modified project files to be iOS compatible.Qt4iOS2012-04-111-1/+1
* | | | | | Automatically query for Mac Proxy Server credentialsAron Rosenberg2012-04-112-0/+72
* | | | | | Add Proxy Auto Config support (PAC) on MacAron Rosenberg2012-04-112-5/+113
| |_|_|_|/ |/| | | |
* | | | | Find libssl on linux using paths of loaded librariesShane Kearns2012-04-051-0/+26
* | | | | Fix warnings about truncations in constants.Friedemann Kleint2012-04-031-1/+1
* | | | | Fixes a problem with the proxy detection on WindowsThierry2012-04-031-2/+46
* | | | | QNAM: close the channel if bytesAvailable and nothing piplinedMartin Petersson2012-04-021-8/+2
* | | | | 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
* | | | | Set QNetworkInterface::IsPointToPoint on WindowsMartin Petersson2012-04-022-0/+5
* | | | | QNetworkAccessFtpBackend: remove entry from QNetworkAccessCacheMartin Petersson2012-04-011-0/+5
* | | | | QNam: try to read the last CRLF when chunked encoding is used.Martin Petersson2012-03-282-3/+21
| |_|_|/ |/| | |
* | | | Fix performance problem with NTLM auth in http POSTShane Kearns2012-03-231-0/+2
| |_|/ |/| |
* | | 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
* | | Don't do anything if setting the same proxy factory.Xizhi Zhu2012-03-221-0/+2
* | | Fix QT_NO_DEBUG_STREAM buildRichard Moore2012-03-201-2/+1
| |/ |/|
* | Fix QUdpSocket bindMode autotest regressionShane2012-03-151-0/+2
* | Add missing private headers to .pri.Xizhi Zhu2012-03-151-0/+1
* | Make sure QGlobalNetworkProxy is created for QNetworkProxy.Xizhi Zhu2012-03-151-0/+8
* | Build with the LSB build envHarald Fernengel2012-03-151-1/+5
* | QHttpNetworkConnectionChannel: Warn if bytesAvailable and no replyMartin Petersson2012-03-151-3/+3
* | QNam: only init channels when needed.Martin Petersson2012-03-133-47/+139
|/
* Revert "QNam: only init channels when needed."Kent Hansen2012-03-093-138/+46
* Use SSL_MODE_RELEASE_BUFFERS in QSslSocketMartin Petersson2012-03-092-0/+8
* Add debug stream operator for QNetworkProxyShane Kearns2012-03-082-0/+51
* QtNetwork: blacklist two more certificatesMartin Petersson2012-03-081-0/+2
* Call wait() after calling quit() so that it can gracefully finishAndy Shaw2012-03-082-0/+3
* Windows - handle both auto detect proxy settings togetherShane Kearns2012-03-081-7/+31
* Fix a number of bugs with windows system proxiesShane Kearns2012-03-081-6/+75
* Windows - fall back on static proxy config if autoproxy failsShane Kearns2012-03-081-23/+17