summaryrefslogtreecommitdiffstats
path: root/src/grpc/qgrpcstream.h
Commit message (Expand)AuthorAgeFilesLines
* QGrpcChannelOperation: rename signalsDennis Oberst2024-05-281-6/+6
* Remove the serializer related API from gRPC operationsAlexey Edelev2024-05-221-4/+2
* Add the 'writesDone' methods to client-side streaming operationsAlexey Edelev2024-05-111-0/+2
* Remove redundant forward declaration of QAbstractGrpcClientAlexey Edelev2024-05-071-2/+0
* Rename QAbstractGrpcClient to QGrpcClientBaseAlexey Edelev2024-04-241-1/+1
* qgrpcstream: add missing QObject* parent argument to constructorsDennis Oberst2024-04-101-3/+6
* qgrpcstream: explicitly delete copy and move ctorsDennis Oberst2024-04-031-5/+10
* qtgrpc: unify includes to the schema <Module/file.h>Dennis Oberst2024-03-221-3/+3
* Add the missing type check to various stream sendMessage methodsAlexey Edelev2024-02-021-0/+10
* Remove the Q_DECLARE_PROTOBUF_SERIALIZERS macroAlexey Edelev2024-01-241-2/+2
* Extend interface of gRPC operation with methods supporting QProtobufMessageAlexey Edelev2024-01-241-0/+4
* Remove the redundant include <functional> from qgrpcstream.hAlexey Edelev2024-01-151-2/+0
* Introduce QGrpcClientInterceptorKonrad Kujawa2023-11-101-6/+3
* Introduce QGrpcBidirStreamAlexey Edelev2023-08-281-0/+22
* Introduce QGrpcClientStreamAlexey Edelev2023-08-281-0/+19
* Rename QGrpcStream to QGrpcServerStreamAlexey Edelev2023-08-281-3/+3
* Split QGrpcOperation into Client and Channel partsAlexey Edelev2023-08-281-3/+2
* Remove redundant 'method' from QGrpcStreamAlexey Edelev2023-08-081-8/+1
* Remove redundant 'arg' from QGrpcStreamAlexey Edelev2023-08-081-3/+1
* Avoid comparing streams by valueAlexey Edelev2023-05-231-5/+0
* Remove QWP<Ret> parameter from QAbstractGrpcClient::startStream()Konrad Kujawa2023-04-251-5/+1
* Remove dependency on QAbstractGrpcClient in QGrpcOperationKonrad Kujawa2023-04-251-1/+2
* Return std::shared_ptr<QGrpcStream> from startStream()Konrad Kujawa2023-03-161-15/+10
* Fix the double-free issues related to QGrpcOperation primitivesAlexey Edelev2023-02-091-2/+3
* Use QLatin1String1View and QByteArrayView in QAbstractGrpcClientKonrad Kujawa2023-01-271-4/+4
* Remove unused includes of QMutexAlexey Edelev2023-01-251-1/+0
* Address minor suggestions for QtGrpc codebaseKonrad Kujawa2023-01-041-4/+4
* Rename QGrpcAsyncOperation to QGrpcOperationKonrad Kujawa2022-12-201-2/+2
* Introduce QtGrpcKonrad Kujawa2022-12-091-0/+58