summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Enable automatic linking to sources on code.qt.ioTopi Reinio5 days2-1/+6
* Make the well-known type scheme lookup explicit in installed QtAlexey Edelev13 days3-1/+84
* Make the types list of qt_internal_add_protobuf_wellknown_types namedAlexey Edelev13 days2-11/+18
* Allow specifying extra protobuf include directories for protobuf modulesAlexey Edelev13 days1-0/+23
* QGrpc{Channel,Call}Options: Support incremental updates via addMetadataDennis Oberst2025-05-166-0/+55
* Deprecate QHash<QBA,QBA> metadata in favor of QMultiHashDennis Oberst2025-05-1611-103/+542
* qtgrpc: mark security critical source filesDennis Oberst2025-04-111-0/+1
* Require the 'scope' descriptor in produceProperyMap functionsAlexey Edelev2025-04-041-2/+4
* Move assign the serialized buffer in QProtobufSerializerImpl::serializeMessag...Alexey Edelev2025-04-041-1/+1
* Long live mutable gettersAlexey Edelev2025-04-0412-29/+216
* ProtobufSerializer: fix potential overflow in encodeHeaderDennis Oberst2025-04-041-2/+5
* QProtobufSerializer: change fieldIndex to fieldNumber in encodeHeaderDennis Oberst2025-04-042-7/+7
* QtProtobufQtCoreTypes: skip missing copy when iterating segmentsDennis Oberst2025-04-041-2/+1
* QtGrpc: add missing std::moveDennis Oberst2025-04-042-2/+2
* ProtobufDeserializer: fix uninitialized iterator memberDennis Oberst2025-04-041-1/+1
* tools [generators]: Prefer error string over throwingDennis Oberst2025-04-046-11/+33
* ProtobufScalarJsonSerializers: fix overflowed return valueDennis Oberst2025-04-041-13/+10
* tools [qtgrpcgen]: construct exportMacroFilename in placeDennis Oberst2025-04-041-4/+2
* tools [utils]: misc. improvementsDennis Oberst2025-04-042-11/+4
* tools [utils]: directly emplace substrings into vector for split()Dennis Oberst2025-04-041-5/+4
* tools [utils]: implement trim as part of ltrim & rtrimDennis Oberst2025-04-041-13/+4
* tools [utils]: fix invalid erase on ltrim()Dennis Oberst2025-04-041-1/+1
* tools [utils]: implement file operation with std::filesystemDennis Oberst2025-04-041-10/+4
* QProtobufPropertyOrdering: remove dead code for char_data alignment checkDennis Oberst2025-04-041-12/+20
* Adapt the generator code to be compatible with protobuf >= 30Alexey Edelev2025-03-197-70/+74
* Add the missing copyrights to QtProtobufProperties.cmake.inAlexey Edelev2025-03-191-0/+3
* Avoid storing absolute paths to protobuf module includesAlexey Edelev2025-03-192-20/+57
* Avoid storing proto_files-NOTFOUND in _qt_internal_proto_filesAlexey Edelev2025-03-191-0/+3
* Fix the spamming with DATA/HEADER frames before the SETTINGS negotiationAlexey Edelev2025-03-121-20/+38
* Add the missing include of q20utility.hAlexey Edelev2025-03-101-0/+1
* Remove the explicit setting of the accept-encoding headerAlexey Edelev2025-03-061-3/+0
* Docs: Add transportation info for QGrpcHttp2Channel (unix-abstract)Dennis Oberst2025-03-061-0/+8
* Docs: Add transportation info for QGrpcHttp2ChannelDennis Oberst2025-03-061-2/+37
* QGrpcHttp2Channel: Add QLocalSocket abstract namespace supportDennis Oberst2025-03-061-2/+6
* QGrpcHttp2Channel: Add user-agent headerDennis Oberst2025-03-061-0/+5
* QGrpcHttp2Channel: Use QByteArray directly for constructing headersDennis Oberst2025-03-061-27/+32
* Force the QAbstractSocket::LowDelayOption for Http2 channelAlexey Edelev2025-03-061-0/+11
* Fix Q_ASSERT comparison on x86 Android buildRami Potinkara2025-03-061-1/+1
* QGrpcHttp2Channel: Add HttpsScheme behind ssl configRami Potinkara2025-03-051-1/+2
* Doc: Remove incorrect \fn commentsTopi Reinio2025-03-042-34/+0
* QGrpcHttp2Channel: Prevent infinite error handling in error stateDennis Oberst2025-02-261-1/+1
* QGrpcHttp2Channel: detect operations coming from within socket errorsDennis Oberst2025-02-261-4/+19
* Rewrite the qtgrpc chat exampleDennis Oberst2025-02-241-1/+1
* Docs: add QT_PROTO_INCLUDES note for ProtobufQt{Core,Gui}TypesDennis Oberst2025-02-212-0/+22
* Add the missing linking of CorePrivate to GrpcQuick moduleAlexey Edelev2025-02-191-0/+1
* Fall back to the default scheme declarationsAlexey Edelev2025-02-121-8/+22
* Doc: Fix incorrect QML property typeTopi Reinio2025-02-071-1/+1
* Ensure that the :authority header contains properly encoded dataAlexey Edelev2025-02-051-1/+2
* Use double lookup for protobuf/Protobuf packagesAlexey Edelev2025-01-311-1/+10
* Cache the :scheme HTTP/2 headerAlexey Edelev2025-01-301-2/+5