aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of multiple CoAP messagesSona Kurazyan2019-05-071-2/+4
* Fix 'observe' requests creation in the secure modeSona Kurazyan2019-05-201-1/+4
* Fix a typo: setMinumumTokenSize -> setMinimumTokenSizeSona Kurazyan2019-05-244-5/+5
* Add a method for setting the minimum token sizeSona Kurazyan2019-05-224-3/+36
* Remove QCoapClien's constructor for specifying a custom connectionSona Kurazyan2019-05-234-11/+27
* Replace Q_DECL_NOTHROW -> noexceptSona Kurazyan2019-05-148-18/+18
* Use maximum/minimum instead of max/minSona Kurazyan2019-05-144-55/+55
* Improve namings of QCoapSecurityConfigurationSona Kurazyan2019-05-143-11/+11
* Improve the API of QCoapOptionSona Kurazyan2019-05-146-82/+68
* Forbid creation of QCoapReply and QCoapResourceDiscoveryReply objectsSona Kurazyan2019-05-146-19/+23
* Improve the API of QCoapRequestSona Kurazyan2019-05-146-73/+54
* Improve the API of QCoapMessageSona Kurazyan2019-05-1410-40/+52
* Move resourcesFromCoreLinkList() to the private classSona Kurazyan2019-05-143-5/+9
* Rename QCoapDiscoveryReply -> QCoapResourceDiscoveryReplySona Kurazyan2019-05-1411-62/+65
* Hide internally used methods from QtCoap namespaceSona Kurazyan2019-05-147-8/+72
* Rename QtCoap::SecurityMode::NoSec -> QtCoap::SecurityMode::NoSecuritySona Kurazyan2019-05-148-16/+16
* Remove the protected constructor from QCoapClientSona Kurazyan2019-05-142-14/+2
* 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