summaryrefslogtreecommitdiffstats
path: root/src/network/bearer
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-192-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Typo-fix: s/looses/loses/gEdward Welbourne2017-06-081-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-4/+4
|\
| * QNetworkSession - register types before connecting slotsTimur Pocheptsov2017-02-161-4/+4
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-262-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-252-4/+5
| |\|
| | * Make the bearer QFactoryLoader a member variable, not a staticThiago Macieira2016-12-172-4/+5
* | | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-251-1/+1
|/ /
* / Add configurable connect timeout for QAbstractSocketSamuel Gaist2016-11-293-1/+46
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-0/+5
| |\
| | * QNetworkSession: make sure that "interface" isn't #definedThiago Macieira2016-10-131-0/+5
* | | Add qtnetworkglobal.h and qtnetworkglobal_p.hLars Knoll2016-07-039-1/+9
|/ /
* | QtNetwork: eradicate Q_FOREACH loops [rvalues]Marc Mutz2016-05-041-1/+2
* | QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-04-251-25/+7
* | QtNetwork: eradicate Q_FOREACH loops [already const]Marc Mutz2016-04-251-9/+8
* | QtNetwork: replace Java-style iteratorsAnton Kudryavtsev2016-04-191-8/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+2
|\|
| * Delete the dangling generic engine object.Weng Xuetian2016-04-081-0/+2
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-7/+7
* | QtNetwork: optimize container usageAnton Kudryavtsev2016-03-032-13/+17
* | QBearerEngine: break out repeated loops as methods.Anton Kudryavtsev2016-03-031-45/+25
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-081-4/+0
* | Updated license headersJani Heikkinen2016-01-1516-224/+320
* | Minimal fix for network-manager problem on plugin unload.Edward Welbourne2016-01-121-6/+2
* | Use qEnvironmentVariableIntValue() instead of qgetenv().toInt().Sérgio Martins2015-12-181-2/+2
* | network: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-12-133-5/+5
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-212-114/+0
|/
* Add an option to skip the generic bearer engineTimur Pocheptsov2015-09-221-2/+10
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-261-4/+8
|\
| * Add env variable to control bearer backend polling timers.Lorn Potter2015-08-061-4/+8
* | Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-191-1/+1
* | QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-192-2/+2
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-181-1/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\|
| * Doc: rearrange tables with overflowNico Vertriest2015-06-261-1/+1
* | QtNetwork: make all Q_DECLARE_SHARED types nothrow move-assignableMarc Mutz2015-06-301-1/+4
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-0/+1
|\
| * Prevent bad-ptrs deref in QNetworkConfigurationManagerPrivateMikhail Lappo2015-05-181-0/+1
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-1/+3
|\|
| * Use allConfigurations instead of onlineConfigurations in isOnline()Albert Astals Cid2015-04-011-1/+3
* | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-201-7/+0
* | Update copyright headersJani Heikkinen2015-02-1116-112/+112
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-2/+2
|/
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-2416-304/+176
* Fix crash in QNetworkAccessManager.Jędrzej Nowacki2014-05-192-4/+12
* network: fix doc typo in QNetworkConfigurationManagerPeter Hartmann2014-02-251-1/+1
* Doc: Fix miscellaneous typosSze Howe Koh2013-10-301-1/+0