summaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2026-06-261-52/+99
| | | | commit_hash:29b474f42fb4d2116f09fb4787c5251b80902100
* GRPC support for unix domain sockets on windowsartemkytkin2026-06-2616-24/+857
| | | | | | Патч из версии 1.63.0, позволяющий grpc использовать юникс сокеты на Windows <https://github.com/grpc/grpc/commit/a58f83c947be52d4b622aa0d32435323b81a8e5e> commit_hash:225e9a51639230eeaec972c4dbaadd0e549ba912
* Add support for zstd compression in grpc.vchigrin2026-05-2810-4/+369
| | | | | | Support zstd compression in grpc. Ensure zstd algorithm is opt-in choice. commit_hash:d5c083c0e4fa3fa190094302c8b7cd7e34b95aac
* Revert "contrib/libs/grpc: Bring EventEngineListener back ()"ilikepugs2026-05-014-7/+55
| | | | commit_hash:5404f137dfcbfda2c3f845df2d2623b192a75bb6
* Intermediate changesrobot-piglet2026-04-2810-185/+30
| | | | commit_hash:a551d530aa0208b057b75f389fa8c5404ab20275
* Intermediate changesrobot-piglet2026-04-261-1/+1
| | | | commit_hash:57867bc232687805a3eabb197838637c1bb19a19
* Intermediate changesrobot-piglet2026-04-217-607/+4
| | | | commit_hash:fd1281c37b1b64e80c5e4393be0940df6df4cc89
* Backport grpc fix ("tls" channel cred in bootstrap)vlad-serikov2026-04-182-0/+40
| | | | commit_hash:00d392bf0718d86fe821c9c86a8a17ef6d4d81a7
* Intermediate changesrobot-piglet2026-04-1710-375/+8
| | | | commit_hash:531b9304a72d6151f55d2c40f14f660ca774a6d9
* Re-enable round_robin_delegate_to_pick_first experimentthegeorg2026-04-113-64/+6
| | | | commit_hash:4b430787826357f3a6d357b20980dd115de11e71
* contrib/libs/grpc: Bring EventEngineListener back ()thegeorg2026-04-104-55/+7
| | | | commit_hash:0a467fc46079381aedeeabcbd2075863409a47be
* Revert outdated patches from contrib/libs/grpcthegeorg2026-04-103-45/+2
| | | | commit_hash:a2a633fee423adc0d580fa5d4a96c2e5142370be
* Intermediate changesrobot-piglet2026-04-095-595/+166
| | | | commit_hash:76db5b7b9603e9e5fc9ff87d2d98c79b83742b0a
* Intermediate changesrobot-piglet2026-04-088-150/+1
| | | | commit_hash:018d84b46c4c2e4ab9e3904c6c4d3487004aca82
* Intermediate changesrobot-piglet2026-04-0815-1036/+23
| | | | commit_hash:0ffd5604e780acf4ae81650cc2f46fc889670fe5
* Revert upstream 0d5dc5c45b891f8a02cbedb00bac7780dd4fbd55 due-to perfomance ↵nechda2026-03-274-82/+275
| | | | | | regression commit_hash:7a598fb22eafa4a8c4f7192b2757fd93e90ae3f1
* Drop backward compat with grpc-prev (pt. 2)thegeorg2026-03-213-40/+2
| | | | commit_hash:20f17864692c9f13238e52d15c46b5f4962365bc
* Intermediate changesrobot-piglet2026-03-201-0/+0
| | | | commit_hash:7a0ff0fa1b6f3ec3af16ec2557792f6e94f8a5af
* Drop backward compat with grpc-prevthegeorg2026-03-202-5/+0
| | | | commit_hash:e5545cade7cc946c943e85c680db7c276edc48b5
* grpc bump 1.60.2 round 2nechda2026-03-091893-130644/+167313
| | | | commit_hash:ede5af5ae2989185f1f823b57183ce2414f53b28
* Fix race condition in grpc_shutdown causing use-after-free in c-aresandybg2026-03-081-1/+1
| | | | | | | | | | | | | | | | Testing CI with shutdown order fix. This PR swaps the order of grpc_iomgr_shutdown() and grpc_resolver_dns_ares_shutdown() in grpc_shutdown_internal_locked() to prevent race condition. **Root Cause:** - Timer destructors (~grpc::Alarm) call grpc_timer_cancel() - Parallel grpc_shutdown() frees c-ares resources - Results in use-after-free **Fix:** Stop timers (grpc_iomgr_shutdown) BEFORE freeing c-ares (grpc_resolver_dns_ares_shutdown). commit_hash:be77a0b79bcd97534a559650ceaa79f526d2217f
* Revert grpc upvernechda2026-02-271890-167084/+130664
| | | | commit_hash:1ad1d3e927e2706a778ffe7b0e480fcbf1899a81
* Reapply missing patches after bump grpc 1.60.2nechda2026-02-265-1/+46
| | | | commit_hash:76f838a6186b72d682b6d05edad59d406aef616e
* grpc bump 1.60.2nechda2026-02-251893-130710/+167085
| | | | commit_hash:fa6f56a6a0023650474aacd9cc773027d697b917
* contrib: grpc default compression level from envleasid2026-02-122-1/+12
| | | | commit_hash:f43f8a7123929a14e8f1cfb276e940ff4a5990cc
* fix contrib/grpc: [http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when ↵kpavlov002026-01-223-0/+34
| | | | | | | | | | BDP is disabled Backport of upstream commit: \[http2\] Fix GRPC\_ARG\_HTTP2\_STREAM\_LOOKAHEAD\_BYTES for when BDP is disabled <https://github.com/grpc/grpc/commit/94c710abfbba3c51fd7eb274b231950b9ed7437d> commit_hash:5cca5b2b986a5cee847a3ed3367539a2975eb8ff
* Import utf8_range as an independent projectthegeorg2025-11-0413-555/+30
| | | | | | | | And unbundle corresponding libraries from * contrib/libs/protobuf * contrib/libs/protobuf_std * contrib/libs/grpc/third_party/upb commit_hash:22d23fcab2e3e72dc440a629dc6dbc826d81f82f
* Minimise patch size for gRPCantoshkka2025-08-152-9/+13
| | | | | | | First of the patches for moving to the vanilla gRPC without TString patches Tests: протестировано CI commit_hash:3d57cf0a73563bbc0cb7217b627626085c8e57a2
* patch contrib/grpc: Fix bug in Tx0cp code path in posix endpoint.swarmer2025-07-102-1/+14
| | | | | | | Backporting commit from upstream https://github.com/grpc/grpc/pull/37696 KIKIMR-23576 commit_hash:70b894f6a164019d8febd081d12402de1a9fc07a
* Merge numerous abseil-cpp-tstring sublibraries to ease unbundlingthegeorg2025-06-214-29/+3
| | | | commit_hash:257c1f495ecb3aac071ea951e8384c5b7d0a5251
* Disable c-ares in grpc on Windows due to problems.sath2025-06-112-0/+20
| | | | commit_hash:a221f9e36bdbf2470308d734a647a189bc94cd70
* Revert commit rXXXXXX, contrib/libs/grpc: Backport patch to fix race ↵thegeorg2025-05-234-139/+0
| | | | | | condition during openssl shutdown commit_hash:65fb8d40012f8e188efdebc8137a923db4fcc6e1
* Fix inverted length checkreshilkin2025-05-232-1/+18
| | | | | https://github.com/grpc/grpc/issues/37969 commit_hash:5cff91206457e54004525eec93ec70c3942b7cd6
* Revert contrib/libs/grpc back to using c-ares DNS resolverthegeorg2025-05-212-12/+1
| | | | commit_hash:4b6bd3950bb08a92d9c87ff377f21d40ad321280
* contrib/libs/grpc: Backport patch to fix race condition during openssl shutdownthegeorg2025-05-134-0/+139
| | | | | | Ensure OPENSSL global clean up happens after gRPC shutdown completes. OPENSSL registers an exit handler to clean up global objects, which may happen before gRPC removes all references to OPENSSL. commit_hash:7120e72fcbfbac3997483f3551f864ff9b8ec3a4
* fix contrib/grpc: unify send RST_STREAM logic with upstreamkpavlov002025-05-092-18/+18
| | | | | Backport of upstream PR: \[http2\] Do not send RST\_STREAM for streams that are idle [#38881](https://github.com/grpc/grpc/pull/38881) commit_hash:56009e2aa90a7af3528aecd0443075e0f55c5954
* bug grpc: sync cancellation & metadata sendingsegoon2025-03-062-3/+22
| | | | | Backport of <https://github.com/grpc/grpc/pull/38881> commit_hash:47f5964fbd981b8329aa99f8585f58722aef9764
* bug contrib/grpc: Fix race condition in perAttemptRecvTimeout timerkpavlov002025-03-062-22/+79
| | | | | Apply patch to `contrib/libs/grpc`, backporting commit of [upstream PR #38907](https://github.com/grpc/grpc/pull/38907): \[retry\] Fix race condition in perAttemptRecvTimeout timer commit_hash:6b460da8f8ace5c81b2ea8d942704d92735ddae5
* feat grpc: Request body is malformed when using retryPolicy along with the ↵leonidlazarev2025-02-102-1/+36
| | | | | | | | | gzip compression Patch for issue 37742: Request body is malformed when using retryPolicy along with the gzip compression Tests: протестировано в тестинге commit_hash:d80d29f768bc26e1bcf6afa64b05cea476d4007d
* Update contrib/libs/grpc and contrib/python/grpcio/py3 to 1.54.3shadchin2024-12-1719-77/+150
| | | | commit_hash:bb9eada94a255f7675a516b6c69ab9b64e741eec
* Release clang18 #3robot-brewer2024-11-111-0/+5
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3 commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
* Intermediate changesrobot-piglet2024-11-013-33/+3
| | | | commit_hash:dc07e4388dadb503fe10a3abb0242cd2ae85c646
* publishFullContrib: true for ydbmaxim-yurchuk2024-10-09190-0/+13146
| | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
* Support Android build for gRPCkharcheva2024-10-029-9/+85
| | | | commit_hash:273b353454e6490ebf71ed39743b7059c188690b
* Update cpp-protobuf to 22.5nechda2024-08-301-1/+2
| | | | | | | | | | | | | | Привет!\ Этот PR переключат cpp & python библиотеки protobuf на версию 22.5 Если у вас возникли проблемы после влития этого PR: 1. Если начали падать канон тесты, то проведите их переканонизацию 2. Прочитайте <https://wiki.yandex-team.ru/users/nechda/obnovlenie-cpp-protobuf-22.5/> страничку с основными изменениями 3. Если страничка в вики не помогла, то пишите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/DEVTOOLSSUPPORT) 7fecade616c20a841b9e9af7b7998bdfc8d2807d
* Intermediate changesrobot-piglet2024-08-245-0/+10
|
* Intermediate changesrobot-piglet2024-08-207-0/+14
|
* Backport grpc fix (late errno read)maxim-yurchuk2024-08-151-3/+4
| | | | | https://github.com/grpc/grpc/commit/abbaa20223c95255f36a1bc70b3505e9daa006a2 -- коммит который бэкпортится, доп инфа в тикете 66e2b3bb0cc6c90cb9387ff0e5766abd2780b5c7
* YDB Import 599robot-ydb-importer2024-05-226-168/+0
| | | | 45e316d94adcc8bf10259ec56968193d86f2947f
* Возможность управления пулом nexting thread в gRPCzhuravsky-max2024-04-121-0/+20
| | | | | | | Добавил возможность управлять количеством потоков в пуле `nexting_thread` в gRPC библиотеке. Судя по коду количество потоков в пуле в этом месте выбирается, исходя из количества ядер, доступных на машине. Для некоторых сценариев использования это избыточно. 159df251a530632c3c611ce85ff87f63907d917a