aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.14.0v5.14.0-rc2v5.14.0-rc1v5.14.05.14.0Antti Kokko2019-11-201-0/+18
* Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-050-0/+0
|\
| * Bump versionv5.13.25.13.25.13Frederik Gladhorn2019-10-141-1/+1
* | Fix QtCoAP quickmulticastclient exampleSona Kurazyan2019-10-313-3/+3
* | Fix flaky test casesv5.14.0-beta2Sona Kurazyan2019-10-111-3/+2
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-053-10/+12
|\|
| * Fix compilationSona Kurazyan2019-10-043-10/+12
* | Remove unnecessary core-private lib includesv5.14.0-beta1v5.14.0-alpha1Sona Kurazyan2019-09-179-9/+9
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-271-3/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-271-3/+12
|/| | | |/
| * Improve QCoapClient's documentationv5.13.15.13.1Sona Kurazyan2019-07-241-3/+12
* | Improve the security testsSona Kurazyan2019-07-192-12/+28
* | Mark the module free of Java-style iterators, Q_FOREACH, and QLinkedListMarc Mutz2019-07-171-0/+2
* | Add security testsSona Kurazyan2019-07-176-97/+374
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-131-3/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-131-3/+10
|/| | | |/
| * Fix assertion when setting the timeoutSona Kurazyan2019-07-111-3/+10
* | Remove the blacklists for CoAP testsSona Kurazyan2019-07-092-6/+0
* | Use docker-based CoAP test servers for testsSona Kurazyan2019-07-0912-23/+245
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-040-0/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-040-0/+0
|/| | | |/
| * Bump versionFrederik Gladhorn2019-07-011-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-186-39/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-186-39/+17
|/| | | |/
| * Remove deprecated QLatin1LiteralSona Kurazyan2019-06-141-3/+3
| * Fix compilation with the latest qtbase dev branchSona Kurazyan2019-06-144-24/+0
| * Fix warningsSona Kurazyan2019-06-142-11/+11
| * Fix calculation of MAX_TRANSMIT_SPANSona Kurazyan2019-06-121-1/+3
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-112-2/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-112-2/+4
|/| | | |/
| * Fix parsing of option valuesSona Kurazyan2019-06-072-2/+4
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-036-7/+152
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-036-7/+152
|/| | | |/
| * Add block option testsSona Kurazyan2019-05-213-2/+138
| * Fix build without Qt Quick moduleKarsten Heimrich2019-05-081-2/+6
| * Fix handling of multiple CoAP messagesSona Kurazyan2019-05-071-2/+4
| * Fix 'observe' requests creation in the secure modeSona Kurazyan2019-05-201-1/+4
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-05-266-20/+118
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-266-20/+118
|/| | | |/
| * Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-245-6/+6
| * Add a method for setting the minimum token sizeSona Kurazyan2019-05-225-3/+81
| * Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-235-17/+37
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-1860-992/+881
|\|
| * Conditionally enable subprojects for the private class testsSona Kurazyan2019-05-145-73/+8
| * Replace Q_DECL_NOTHROW -> noexceptSona Kurazyan2019-05-148-18/+18
| * Use maximum/minimum instead of max/minSona Kurazyan2019-05-145-62/+62
| * Improve namings of QCoapSecurityConfigurationSona Kurazyan2019-05-144-12/+12
| * Improve the API of QCoapOptionSona Kurazyan2019-05-1410-124/+102
| * Forbid creation of QCoapReply and QCoapResourceDiscoveryReply objectsSona Kurazyan2019-05-148-103/+58
| * Improve the API of QCoapRequestSona Kurazyan2019-05-1410-101/+82