summaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/core/ext
Commit message (Collapse)AuthorAgeFilesLines
* Revert outdated patches from contrib/libs/grpcthegeorg2026-04-101-2/+1
| | | | commit_hash:a2a633fee423adc0d580fa5d4a96c2e5142370be
* grpc bump 1.60.2 round 2nechda2026-03-091218-109057/+121872
| | | | commit_hash:ede5af5ae2989185f1f823b57183ce2414f53b28
* Revert grpc upvernechda2026-02-271218-121872/+109057
| | | | commit_hash:1ad1d3e927e2706a778ffe7b0e480fcbf1899a81
* Reapply missing patches after bump grpc 1.60.2nechda2026-02-262-0/+8
| | | | commit_hash:76f838a6186b72d682b6d05edad59d406aef616e
* grpc bump 1.60.2nechda2026-02-251218-109065/+121872
| | | | commit_hash:fa6f56a6a0023650474aacd9cc773027d697b917
* fix contrib/grpc: [http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when ↵kpavlov002026-01-222-0/+8
| | | | | | | | | | 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
* Disable c-ares in grpc on Windows due to problems.sath2025-06-111-0/+5
| | | | commit_hash:a221f9e36bdbf2470308d734a647a189bc94cd70
* Fix inverted length checkreshilkin2025-05-231-1/+1
| | | | | https://github.com/grpc/grpc/issues/37969 commit_hash:5cff91206457e54004525eec93ec70c3942b7cd6
* Revert contrib/libs/grpc back to using c-ares DNS resolverthegeorg2025-05-211-1/+1
| | | | commit_hash:4b6bd3950bb08a92d9c87ff377f21d40ad321280
* fix contrib/grpc: unify send RST_STREAM logic with upstreamkpavlov002025-05-091-5/+8
| | | | | 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-061-3/+5
| | | | | Backport of <https://github.com/grpc/grpc/pull/38881> commit_hash:47f5964fbd981b8329aa99f8585f58722aef9764
* bug contrib/grpc: Fix race condition in perAttemptRecvTimeout timerkpavlov002025-03-061-22/+24
| | | | | 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-101-1/+6
| | | | | | | | | gzip compression Patch for issue 37742: Request body is malformed when using retryPolicy along with the gzip compression Tests: протестировано в тестинге commit_hash:d80d29f768bc26e1bcf6afa64b05cea476d4007d
* Support Android build for gRPCkharcheva2024-10-027-7/+83
| | | | commit_hash:273b353454e6490ebf71ed39743b7059c188690b
* cc contrib/grpc: unify one of the patches with how upstream fixed the issueitrofimow2024-02-011-2/+2
|
* bug contrib/grpc: fix races between retries and cancellationitrofimow2024-01-231-1/+3
|
* feat grpc: update to grpc 1.54.2leonidlazarev2023-08-01103-3334/+4354
| | | | | | | | | | update grpc to 1.54.2 update grpcio to 1.54.2 Added patches: pr33239_fix_use_after_free.patch Removed patches: pr32547-fix-race.patch - exists in upstream
* feat grpc: update to grpc 1.53.1leonidlazarev2023-07-17414-15044/+24658
| | | | | | | | | | | | | | update grpc to 1.53.1 update grpcio/py3 to 1.53.1 Added patches: 22-grpc-code-output.patch - allow translation of grpc code to internal string type. 23-max-thread-limitation.patch - to provide interface for settings of thread number limit, as grpc::DynamicThreadPool doesn't provide interface to limit thread number anymore. 24-support_for-non-abort-grpc.patch - generate exception instead of application crash 25-forkable-destruction-order.patch - correct forkable logic for TimerManager 27-skip-child-post-fork-operations.patch - allow to skip child post fork operations to exclude UB (used for unified agent only) pr33495_fox_nested_fork.patch - fix issues with nested forks pr33582_fork_handler.patch - disable fork handler support if it is not requested intentionally
* Remove wrong useless patch from grpcgotocoding2023-06-151-2/+1
|
* [grpc] support again GET http requestsgotocoding2023-06-091-1/+2
| | | | | Оригинальный PR с удалением поддежки экспериментальных фичей `idempotent/cacheble` : https://github.com/grpc/grpc/pull/28922/files#diff-ecfb39bf6f4efc0bacabfded858c2346ef3b07c91babb8cbc5d4f286b28b70deR108 Старые grpc-клиенты используют `idempotent` флаг и ломаются при походах на новый grpc-server, который уже не поддеживает эту фичу
* feat grpc: update to grpc 1.50.2leonidlazarev2023-06-02597-34248/+56577
| | | | | | | | | | | | | | | update grpc to 1.50.2 update grpcio to 1.50.0 Удаленные патчи: 06-flow_control.patch - логика в upstream удалена 10-fix-crash-on-fork.patch - логика в upstream удалена 12-coverity-fix.patch - логика в upstream удалена 20-P2166-string-nullptr.patch - в upstream временный объект вместо nullptr PR29209-fix-heap-use-after-free.patch - решение есть в upstream Добавленные патчи: pr33085_fix_epoll1_engine_reinit.patch 21-windows_build.patch
* Update contrib/libs/grpc to 1.45.2thegeorg2023-03-28715-28095/+47126
|
* Better replacement for #include <string> in contrib/libs/grpcthegeorg2023-03-2435-4/+34
|
* Better std::to_string replacement in grpcthegeorg2023-03-235-6/+6
| | | | grpc 1.45.2 introduced `ToString()` method in certain classes. We want to use global `::ToString()` as `std::to_string()` replacement.
* Update contrib/libs/grpc to 1.44.0thegeorg2022-11-09156-9834/+10878
|
* introduce cpu dashboardmonster2022-11-031-66/+0
|
* Cleanup unused grpc targetsthegeorg2022-11-021-36/+0
| | | | | * Merge grpc (core), grpc++ and gpr libraries into contrib/libs/grpc * Drop unused grpc_unsecure, grpc++_unsecure and grpc++_error_details * Remove abundance of hacks from import routine
* Update grpc to 1.43.2 DTCC-864heretic2022-03-25574-25793/+45743
| | | | ref:50a492c335cda70f458797cf945e49fe739c2715
* intermediate changesarcadia-devtools2022-03-15523-12705/+45355
| | | | ref:953ca886ec160075b38c0f3614de029b423f0a9e
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.alexnick2022-02-101-11/+11
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.alexnick2022-02-101-11/+11
|
* Restoring authorship annotation for Cthulhu <[email protected]>. Commit ↵Cthulhu2022-02-101-2/+2
| | | | 2 of 2.
* Restoring authorship annotation for Cthulhu <[email protected]>. Commit ↵Cthulhu2022-02-101-2/+2
| | | | 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.chapson2022-02-102-5/+5
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.chapson2022-02-102-5/+5
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.gusev-p2022-02-102-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.gusev-p2022-02-102-2/+2
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.dvorkanton2022-02-1017-49/+49
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.dvorkanton2022-02-1017-49/+49
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.akastornov2022-02-1030-1041/+1041
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.akastornov2022-02-1030-1041/+1041
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.dvshkurko2022-02-10168-17022/+17022
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.dvshkurko2022-02-10168-17022/+17022
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.heretic2022-02-10288-48343/+48343
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.heretic2022-02-10288-48343/+48343
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.neksard2022-02-1093-5802/+5802
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.neksard2022-02-1093-5802/+5802
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.thegeorg2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.thegeorg2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.orivej2022-02-10135-19677/+19677
|