summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Docs: Improve overviewHEADdevDennis Oberst45 hours1-6/+7
* QAbstractGrpcChannel docs: remove the mentioning of QGrpcChannelDennis Oberst45 hours1-4/+4
* Add the missing dependencies to qtprotobufgen qtgrpcgen testsAlexey Edelev2 days2-0/+4
* Update dependencies on 'dev' in qt/qtgrpcQt Submodule Update Bot5 days1-2/+2
* QGrpcOperation: handle failed deserialization directlyDennis Oberst6 days14-165/+164
* QGrpcOperation: expose deserializationError, deserializationErrorSringDennis Oberst6 days2-0/+33
* Update dependencies on 'dev' in qt/qtgrpcQt Submodule Update Bot7 days1-2/+2
* QGrpcMetadata: link docs to cppreferenceDennis Oberst8 days1-1/+3
* qgrpcmetadata.h: rename to qgrpcdefs.hDennis Oberst8 days8-9/+10
* Forward the Receiver type to the connect call in QGrpcCallReply::subscribeAlexey Edelev12 days2-8/+9
* Translate the gRPC status messagesAlexey Edelev12 days3-17/+21
* Enable downloads for qtgrpc repo when AllowDownload feature is onAlexey Edelev13 days1-0/+7
* QQmlGrpcMetadata: use QStringTokenizer in favor of QString::splitDennis Oberst14 days1-3/+3
* QQmlGrpcMetadata: avoid potential detach when iterating qt-containersDennis Oberst14 days2-13/+14
* qgrpcstream: add missing QObject* parent argument to constructorsDennis Oberst14 days4-13/+21
* QGrpcSerializationFormat: mark single arg ctor as explicitDennis Oberst14 days4-72/+87
* Remove redundant const modifiers from QGrpcChannelOperation::sendData signalAlexey Edelev2024-04-104-4/+4
* Remove the unused testservice_protobuftyperegistrations.cppAlexey Edelev2024-04-101-9/+0
* Use the proper include for QProtobufPropertyOrderingAlexey Edelev2024-04-1035-1/+35
* Fix the unwanted erroOccurred signals from finished call repliesAlexey Edelev2024-04-101-0/+7
* Split the QGrpcStatus constructorAlexey Edelev2024-04-105-26/+38
* Prettify QGrpcCallReply::subscribe methodAlexey Edelev2024-04-102-14/+15
* Fix the sendMessage handling in QGrpcHttp2ChannelAlexey Edelev2024-04-101-167/+199
* Make client and bidir stream interceptors synchronousAlexey Edelev2024-04-102-16/+41
* Remove the redundant forward declaration of QAbstractProtobufSerializerAlexey Edelev2024-04-091-2/+0
* Make QGrpcChannelOperation finalAlexey Edelev2024-04-091-1/+1
* Remove the legacy doxygen comments from qprotobufregistration.hAlexey Edelev2024-04-082-51/+86
* Restore the cleanup logic of tst_qtprotobufgenAlexey Edelev2024-04-051-1/+1
* QProtobufLazyMessagePointer: declare copy and copy assign ctorsDennis Oberst2024-04-051-9/+12
* Update dependencies on 'dev' in qt/qtgrpcQt Submodule Update Bot2024-04-051-2/+2
* Remove the redundant 'host' member from QGrpcCallOptionsPrivateAlexey Edelev2024-04-041-1/+0
* Use the type specifier for the DeserializationError enumAlexey Edelev2024-04-041-1/+1
* Do not export the whole QProtobufOneof but only the required membersAlexey Edelev2024-04-041-10/+10
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Alexey Edelev2024-04-042-12/+12
* Avoid exporting final template QGrpcInterceptorContinuationAlexey Edelev2024-04-041-1/+1
* Fix the QGrpcChannelOperation::setOptions methodAlexey Edelev2024-04-042-2/+2
* Remove the redundand definition of the QGrpcCallReply default ctorAlexey Edelev2024-04-041-1/+0
* Return const ref to QGrpcMetadata in QGrpcOperation::metadataAlexey Edelev2024-04-042-2/+2
* Export only out-of-line members of the non-polymorphic QGrpcCallOptionsAlexey Edelev2024-04-041-12/+12
* Remove QAbstractGrpcClient::serializer methodAlexey Edelev2024-04-042-14/+7
* Use Q_UNREACHABLE_RETURN in QAbstractGrpcClient::startStreamAlexey Edelev2024-04-041-1/+1
* Fix the QAbstractGrpcClient::channel signatureAlexey Edelev2024-04-042-3/+3
* Make QGrpcCallOptions required for all internal QAbstractGrpcChannel callsAlexey Edelev2024-04-041-4/+4
* Any: make equals(other) free and name it comparesEqualMÃ¥rten Nordheim2024-04-042-6/+6
* QGrppcClientInterceptorManager: improve implementationDennis Oberst2024-04-034-78/+39
* qgrpcstream: explicitly delete copy and move ctorsDennis Oberst2024-04-031-5/+10
* QGrpcSerializationFormat: suffix underscoreDennis Oberst2024-04-031-3/+3
* QGrpcHttp2Channel: clean up the implementationDennis Oberst2024-04-031-83/+79
* QGrpcStatus: modernize api with [[nodiscard]]Dennis Oberst2024-04-032-5/+5
* QGrpcSerializationFormat: include missing <QtCore/qbytearrayview.h>Dennis Oberst2024-04-031-0/+1