aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* Doc: All overviews list categorizationJaishree Vyas2023-09-071-1/+1
* Build with QT_NO_CONTEXTLESS_CONNECT (add it to .cmake.conf)Ahmad Samir2023-08-212-5/+5
* Doc: List of all Qt overviews which are now termed as explanationJaishree Vyas2023-07-191-0/+1
* CoAP Multicast Discovery example: update the documentationIvan Solovev2023-06-211-1/+1
* Remove Console CoAP Client exampleIvan Solovev2023-06-211-3/+0
* Docs: use \keyword on QtCoap namespaceIvan Solovev2023-06-191-0/+1
* QCoapMessagePrivate: make the d-tor virtualIvan Solovev2023-06-134-4/+30
* Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-102-4/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-062-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-066-10/+10
* Documentation: Use https linkFriedemann Kleint2022-09-161-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-232-2/+2
* Remove Cpp.ignoretokens from .qdocconfKai Köhne2022-08-221-2/+0
* Doc: Document protected variable as internalKai Köhne2022-07-221-0/+7
* Add license headers to cmake filesLucie Gérard2022-07-072-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-1543-1229/+119
* QtCoap: replace qSwap with member-swap where possibleMarc Mutz2022-05-111-2/+2
* Make sure all private headers include at least one otherThiago Macieira2022-03-082-0/+2
* Doc: Remove navigation.homepage settingKai Köhne2022-02-141-1/+0
* QtCoap documentation cleanupSona Kurazyan2022-01-273-23/+10
* Fix warnings on Android with developer-buildAssam Boudjelthia2021-10-041-1/+2
* Migrate to autogenerated cpp exportsAlexey Edelev2021-09-132-10/+2
* Doc: Repairs broken \externalpage URLs and update redirected onesLuca Di Sera2021-09-131-6/+6
* Doc: Remove unsupported customFiltersKai Köhne2021-09-031-4/+0
* Remove the trailing token from empty acknowledgment packetsSona Kurazyan2021-06-303-27/+10
* CMake: Disable usage of CMake API compatibility wrappersJoerg Bornemann2021-05-251-3/+2
* Fix build when windows.h is includedFriedemann Kleint2021-05-031-0/+4
* Remove qmake project filesJoerg Bornemann2021-04-302-58/+0
* Doc: Fix warning about example thumbnailTopi Reinio2021-04-191-0/+3
* Remove the unneeded Q_DECLARE_METATYPE(QHostAddress) declarationSona Kurazyan2021-03-311-2/+0
* Fix QCoapOption's copy assignment operator to work on moved-from thisSona Kurazyan2020-12-111-2/+2
* Fix a crash when adding a QCoapOption to options listSona Kurazyan2020-11-241-7/+7
* Use QList instead of QVector in qtcoapSona Kurazyan2020-06-2412-37/+37
* CMake: Regenerate projects to be up-to-dateAlexandru Croitor2020-06-121-0/+3
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-06-122-0/+37
|\
| * Regenerate projectswip/cmakeAlexandru Croitor2019-11-151-5/+2
| * Add initial support for CMakeSona Kurazyan2019-09-192-0/+40
* | Qt6: Port QtCoap to QStringViewSona Kurazyan2020-06-101-4/+4
* | Do not overwrite the payload of a QCoapRequestSona Kurazyan2020-06-021-4/+8
* | Fix memory access violation for Empty/payload-less messagesKonstantin Ritt2020-04-281-1/+1
* | Fix deprecation warningsv5.15.0-beta4v5.15.0-beta3v5.15.0-beta2Sona Kurazyan2020-03-091-1/+1
* | Fix compilationSona Kurazyan2019-10-042-7/+9
|/
* Improve QCoapClient's documentationv5.13.15.13.1Sona Kurazyan2019-07-241-3/+12
* Fix assertion when setting the timeoutSona Kurazyan2019-07-111-3/+10
* Fix compilation with the latest qtbase dev branchSona Kurazyan2019-06-144-24/+0
* Fix warningsSona Kurazyan2019-06-141-2/+2
* Fix calculation of MAX_TRANSMIT_SPANSona Kurazyan2019-06-121-1/+3
* Fix parsing of option valuesSona Kurazyan2019-06-072-2/+4
* Add block option testsSona Kurazyan2019-05-212-2/+0