summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Various minor fixes for qdoc warnings.Richard Moore2012-05-065-37/+38
* Fix more qdoc warnings in qtnetwork.Richard Moore2012-05-066-8/+17
* QNetworkProxyFactory: check all the proxy environment variablesAdrien Bustany2012-05-051-1/+17
* Use reference count to close down idle network sessionShane Kearns2012-05-051-4/+4
* Remove not present networks from QNetworkInterface::allInterfacesShane Kearns2012-05-051-2/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-043-10/+10
* Pass network session to http delegateShane Kearns2012-05-041-0/+3
* Rename QAbstractSocket::PauseOnNotify -> PauseOnSslErrorsShane Kearns2012-05-044-7/+7
* Fix windows cert fetcher if site presents full chainShane Kearns2012-05-041-1/+3
* Document new APIs in 5.0Shane Kearns2012-05-038-0/+30
* Document deprecated APIs in QSslShane Kearns2012-05-031-0/+10
* Document QSslCertificate deprecated functionsShane Kearns2012-05-031-4/+16
* Optimise windows cert fetching and fix test case.Shane Kearns2012-05-031-4/+22
* Pull in netinet/in.h. Required for definition of sockaddr_in and friends.Robin Burchell2012-05-032-1/+4
* Implement QLocalServer::socketOptions on windowsShane Kearns2012-05-033-1/+130
* Fix documentation of QLocalServerShane Kearns2012-05-031-4/+6
* QFtp - implement fast abort for downloadsShane Kearns2012-05-031-5/+16
* QNetworkAccessManager - ensure abort reaches QFtpShane Kearns2012-05-031-0/+3
* Stub out QDnsLookup on Android.Robin Burchell2012-05-022-0/+60
* Android's resolv.h is busted, so stub out QHostInfo::localDomainName().Robin Burchell2012-05-021-1/+1
* Disable code using if_nameindex on Android.Robin Burchell2012-05-021-0/+5
* Add "make docs" target for QtNetwork and sanitize other qdocconfs.Casper van Donderen2012-05-023-0/+96
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-022-3/+3
* QNetworkProxyFactory: check the "no_proxy" environment variableAdrien Bustany2012-05-011-2/+36
* Fixed compile of QSslSocket with -qtnamespace on Windows.Rohan McGovern2012-05-012-9/+15
* Port QNetworkSession to QMetaMethod-based connectNotify()Kent Hansen2012-05-012-6/+11
* Fixed iOS compilation issues.Ian Dean2012-04-261-2/+2
* QHttpMultiPart: supply new line at the end of the bodyPeter Hartmann2012-04-251-2/+2
* Fix tst_qtcpserver::serverAddress on Mac OSXShane Kearns2012-04-241-1/+5
* Improved detection of libcrypto and libssl.Niels Weber2012-04-241-12/+51
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-232-0/+54
* Windows - "bypass proxy for local..." also affects IP addressesShane Kearns2012-04-201-2/+19
* QSslSocket: call to ERR_free_strings to free loaded error stringsMartin Petersson2012-04-203-0/+5
* Abort background requests if policy changes to disallow themShane Kearns2012-04-192-9/+37
* Connect usagePoliciesChanged signal to the QNetworkReplyShane Kearns2012-04-194-0/+20
* Set ConnectInBackground also for http implementationShane Kearns2012-04-191-1/+3
* fix qsslsocket build in -permissive mode (assigning const char* to char*)Konstantin Ritt2012-04-191-1/+1
* Change coreservices -> iosIan Dean2012-04-193-6/+6
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1727-190/+206
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1611-90/+515
| |\
| * | Fix error reporting in QNetworkReplyHttpImplPrivateShane Kearns2012-04-111-6/+18
| * | Add autotest interface to get session from QNAMShane Kearns2012-04-112-0/+12
| * | Check background requests are allowed before startingShane Kearns2012-04-112-5/+26
| * | Define usagePolicies API in QNetworkSessionShane Kearns2012-04-113-1/+57
| * | Use NetworkSessionFailedError in QNetworkReplyShane Kearns2012-04-113-5/+16
| * | Define QNetworkReply::BackgroundRequestNotAllowedErrorShane Kearns2012-04-112-0/+4
| * | Define QNetworkReply::NetworkSessionFailed errorShane Kearns2012-04-112-0/+4
| * | Set ConnectInBackground based on requestShane Kearns2012-04-111-1/+4
| * | Define BackgroundRequestAttributeShane Kearns2012-04-112-0/+9
| * | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1