aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move logging categories into private headerVolker Hilsheimer2024-12-175-6/+8
* qcoapglobal.h: don't re-Q_DECLARE_METATYPEs - not supportedThiago Macieira2024-11-281-3/+0
* Use the correct macro to create an exported Q_NAMESPACEThiago Macieira2024-11-111-1/+1
* Doc: Enable documentation testing in the CITopi Reinio2024-11-041-0/+3
* Clean up logging categoriesVolker Hilsheimer2024-08-018-11/+7
* Docs: Organize topics in the Qt CoAP projectAlexei Cazacov2024-07-241-5/+10
* CMake: Annotate some targets with SBOM informationAlexandru Croitor2024-07-111-0/+2
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-06-101-1/+0
* Doc: fix warnings from undocumented parameterVolker Hilsheimer2024-05-062-2/+2
* 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