summaryrefslogtreecommitdiffstats
path: root/src/network
Commit message (Expand)AuthorAgeFilesLines
* Update Linux interface getting to make fewer syscallsThiago Macieira2013-08-241-29/+29
* Add documentation about reconnect attempts.Jonas Gastal2013-08-171-0/+4
* Merge branch 'release' into stableSergio Ahumada2013-08-091-1/+2
|\
| * Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-08-074-29/+220
| * QHttpMultiPart: fix data corruption in readData methodPeter Hartmann2013-07-291-1/+2
* | Avoid one extra if_indextoname per address in QNetworkInterfaceThiago Macieira2013-08-061-5/+9
* | Remove unused socket from QNetworkInterface Unix codeThiago Macieira2013-08-061-6/+0
* | Android: Get SSL root certificates from TrustManagerPaul Olav Tvete2013-07-294-29/+220
* | Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-0/+3
|\|
| * HTTP internals: do not access reply that was deleted alreadyPeter Hartmann2013-07-241-0/+3
* | QNX: hardcode on-demand SSL root cert loadingPeter Hartmann2013-07-261-0/+2
|/
* 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
* Fix compilation of run-time-resolved SSL on AndroidEskil Abrahamsen Blomfeldt2013-07-191-3/+3
* Correct algorithm for digest auth when using the CONNECT verbBradley Buda2013-07-121-1/+2
* Add reconnect attempts in more cases in QHNCC.Azat Khuzhin2013-07-101-0/+16
* Remove default argument from declarations of qHash as friendGiuseppe D'Angelo2013-07-021-1/+5
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-201-1/+2
|\
| * network requests: do not access 1st byte of empty byte arrayPeter Hartmann2013-06-151-1/+2
* | Remove use of 'register' from Qt.Stephen Kelly2013-06-173-8/+8
* | Silence warning in QtNetwork buildThiago Macieira2013-06-031-0/+1
|/
* Fixes: QtNetwork compilation for OpenSSL < 1.0.0aavit2013-05-233-3/+11
* Doc: added scenario in case of failure QNetorkInterfaceNico Vertriest2013-05-131-1/+1
* Improve support for <MODULE>_PATH optionsMatt Fischer2013-05-101-5/+1
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-093-7/+7
* Enable bundling Qt in Android package in build systemEskil Abrahamsen Blomfeldt2013-05-011-0/+3
* Doc: Give C++ class lists consistent titlesSze Howe Koh2013-04-291-1/+1
* QNX host lookup: do not try to load libresolv.so, it is not therePeter Hartmann2013-04-241-1/+1
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-233-4/+13
* Fix retrieving of the generic system proxy via environment variablesThomas McGuire2013-04-231-1/+5
* SSL internals: fix memory corruption using QSslConfigurationPrivatePeter Hartmann2013-04-181-2/+6
* Fix qlocalsocket_tcp.cpp build for Windows Embedded Compact 7.Janne Anttila2013-04-121-1/+1
* QNetworkConfigurationManager: check whether app is shutting downPeter Hartmann2013-04-101-1/+5
* QHttpMultipart: reset read pointer when device is resetPeter Hartmann2013-03-241-0/+1
* SSL code: store SSL parameters for debugging, guarded by definePeter Hartmann2013-03-221-0/+35
* QThread: fix race when setting the eventDispatcherDavid Faure2013-03-222-9/+9
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-2093-571/+1070
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1622-110/+110
| * Fixed build of SSL when using android-no-sdk.Samuel Rødal2013-03-071-3/+5
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-061-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
| * | Introducing the Qt Android portPaul Olav Tvete2013-03-057-12/+47
| * | iOS: network should not link against CoreServices on iOSRichard Moe Gustavsen2013-02-271-1/+5
| * | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-211-4/+4
| |\ \
| | * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-201-4/+4
| | |\ \
| * | | | Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-02-201-1/+8
| |/ / /
| * | | Add an encrypted() signal to QNetworkAccessManager and QNetworkReply.Richard Moore2013-02-1915-0/+107
| * | | Add support for intermediate certificates to server sockets.Richard Moore2013-02-195-0/+68
| * | | Store the local certificate in a QList.Richard Moore2013-02-194-11/+31