aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Hide the API of QCoapProtocolSona Kurazyan2019-05-147-104/+97
* Hide the APIs of QCoapConnection and QCoapQUdpConnectionSona Kurazyan2019-05-1411-178/+118
* Remove the "Error" ending from QtCoap::Error enum value namesv5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.05.13.0Sona Kurazyan2019-05-035-43/+45
* Use scoped enumsSona Kurazyan2019-05-0321-77/+77
* Fix the location of '&' in a method signatureSona Kurazyan2019-04-263-3/+3
* Move the declaration of QCoapInternalMessage to the private headerSona Kurazyan2019-04-265-78/+33
* Replace the Q_DECL_OVERRIDE macros with 'override'Sona Kurazyan2019-04-264-6/+6
* Make QCoapMessage::addOption non-virtualSona Kurazyan2019-04-261-2/+2
* Mention CBOR when documenting CoAP's content formatsSona Kurazyan2019-04-253-4/+21
* Add an API for closing the connection's transportSona Kurazyan2019-04-256-10/+72
* Add documentation for Qt CoAP overviewv5.13.0-beta3Sona Kurazyan2019-04-173-2/+209
* Fix URL adjustment of URLs with no hostSona Kurazyan2019-04-171-0/+5
* Add navigation homepage for the QtCoAP moduleSona Kurazyan2019-04-161-0/+1
* Move example folders to the 'coap' subdirectorySona Kurazyan2019-04-151-1/+1
* Add example documentation projectv5.13.0-beta2Sona Kurazyan2019-04-101-1/+1
* Remove the disabled method for setting a custom protocolSona Kurazyan2019-04-103-11/+46
* Add parameter for specifying the port for multicast discoverySona Kurazyan2019-03-292-5/+7
* Close the DTLS connection during destructionSona Kurazyan2019-03-292-0/+11
* Initialize QCoapPrivateKey correctlySona Kurazyan2019-03-291-2/+2
* Add missing metatype declarations for QtCoap namespaceSona Kurazyan2019-03-291-0/+2
* Do not capture q-pointer by referenceSona Kurazyan2019-03-221-1/+1
* Add missing type registrations for enums from QtCoap namespaceSona Kurazyan2019-03-211-0/+3
* Use Q_INVOKABLE for the methods not meant to be used as slotsSona Kurazyan2019-03-203-14/+11
* Hide the API for sending byte array requestsSona Kurazyan2019-03-204-15/+24
* Improve logging of the CoAP moduleSona Kurazyan2019-03-199-41/+74
* Add the sender address to responses for a multicast requestSona Kurazyan2019-03-114-7/+13
* Hide APIs for specifying the request methodSona Kurazyan2019-03-113-39/+23
* Fix URL adjustment for URLs with no schemev5.13.0-beta1Sona Kurazyan2019-03-062-4/+5
* Move resourcesFromCoreLinkList() where it fits betterSona Kurazyan2019-03-064-47/+47
* Code cleanup: replace int by uint, where it makes senseSona Kurazyan2019-03-055-62/+46
* Improve the documentation and fix warningsSona Kurazyan2019-03-0511-109/+219
* Fix documentation for the QtCoap::Error enumSona Kurazyan2019-03-041-75/+48
* Change QtCoap to be a namespace and improve the docsSona Kurazyan2019-03-045-188/+351
* Code cleanup: avoid calling lambdas with deleted contextsSona Kurazyan2019-02-211-2/+2
* Add an API for multicast discoverySona Kurazyan2019-02-214-4/+84
* Add support for multicast CoAP requestsSona Kurazyan2019-02-217-16/+159
* Rename InternalServerError to InternalServerFaultSona Kurazyan2019-02-211-1/+1
* Do not override the request token, if it was set beforeSona Kurazyan2019-02-151-1/+2
* Introduce timeouts needed for multicast requestsSona Kurazyan2019-02-146-0/+67
* Add API for canceling observe for the given URLSona Kurazyan2019-02-056-21/+69
* Interface cleanupSona Kurazyan2019-02-053-33/+25
* Use function pointer syntax for connect statementsSona Kurazyan2019-02-059-82/+51
* Add DTLS support to CoAP implementationv5.13.0-alpha1Sona Kurazyan2019-01-3023-292/+1436
* Doc: Add a documentation projectLeena Miettinen2019-01-177-0/+371
* Improve QCoapMessage and corresponding testsSona Kurazyan2018-12-213-3/+27
* Fix review comments left from the initial commitSona Kurazyan2018-12-207-18/+27
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-1438-0/+7006