| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Revert outdated patches from contrib/libs/grpc | thegeorg | 2026-04-10 | 1 | -2/+1 |
| | | | | | commit_hash:a2a633fee423adc0d580fa5d4a96c2e5142370be | ||||
| * | grpc bump 1.60.2 round 2 | nechda | 2026-03-09 | 1218 | -109057/+121872 |
| | | | | | commit_hash:ede5af5ae2989185f1f823b57183ce2414f53b28 | ||||
| * | Revert grpc upver | nechda | 2026-02-27 | 1218 | -121872/+109057 |
| | | | | | commit_hash:1ad1d3e927e2706a778ffe7b0e480fcbf1899a81 | ||||
| * | Reapply missing patches after bump grpc 1.60.2 | nechda | 2026-02-26 | 2 | -0/+8 |
| | | | | | commit_hash:76f838a6186b72d682b6d05edad59d406aef616e | ||||
| * | grpc bump 1.60.2 | nechda | 2026-02-25 | 1218 | -109065/+121872 |
| | | | | | commit_hash:fa6f56a6a0023650474aacd9cc773027d697b917 | ||||
| * | fix contrib/grpc: [http2] Fix GRPC_ARG_HTTP2_STREAM_LOOKAHEAD_BYTES for when ↵ | kpavlov00 | 2026-01-22 | 2 | -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. | sath | 2025-06-11 | 1 | -0/+5 |
| | | | | | commit_hash:a221f9e36bdbf2470308d734a647a189bc94cd70 | ||||
| * | Fix inverted length check | reshilkin | 2025-05-23 | 1 | -1/+1 |
| | | | | | | https://github.com/grpc/grpc/issues/37969 commit_hash:5cff91206457e54004525eec93ec70c3942b7cd6 | ||||
| * | Revert contrib/libs/grpc back to using c-ares DNS resolver | thegeorg | 2025-05-21 | 1 | -1/+1 |
| | | | | | commit_hash:4b6bd3950bb08a92d9c87ff377f21d40ad321280 | ||||
| * | fix contrib/grpc: unify send RST_STREAM logic with upstream | kpavlov00 | 2025-05-09 | 1 | -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 sending | segoon | 2025-03-06 | 1 | -3/+5 |
| | | | | | | Backport of <https://github.com/grpc/grpc/pull/38881> commit_hash:47f5964fbd981b8329aa99f8585f58722aef9764 | ||||
| * | bug contrib/grpc: Fix race condition in perAttemptRecvTimeout timer | kpavlov00 | 2025-03-06 | 1 | -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 ↵ | leonidlazarev | 2025-02-10 | 1 | -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 gRPC | kharcheva | 2024-10-02 | 7 | -7/+83 |
| | | | | | commit_hash:273b353454e6490ebf71ed39743b7059c188690b | ||||
| * | cc contrib/grpc: unify one of the patches with how upstream fixed the issue | itrofimow | 2024-02-01 | 1 | -2/+2 |
| | | |||||
| * | bug contrib/grpc: fix races between retries and cancellation | itrofimow | 2024-01-23 | 1 | -1/+3 |
| | | |||||
| * | feat grpc: update to grpc 1.54.2 | leonidlazarev | 2023-08-01 | 103 | -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.1 | leonidlazarev | 2023-07-17 | 414 | -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 grpc | gotocoding | 2023-06-15 | 1 | -2/+1 |
| | | |||||
| * | [grpc] support again GET http requests | gotocoding | 2023-06-09 | 1 | -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.2 | leonidlazarev | 2023-06-02 | 597 | -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.2 | thegeorg | 2023-03-28 | 715 | -28095/+47126 |
| | | |||||
| * | Better replacement for #include <string> in contrib/libs/grpc | thegeorg | 2023-03-24 | 35 | -4/+34 |
| | | |||||
| * | Better std::to_string replacement in grpc | thegeorg | 2023-03-23 | 5 | -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.0 | thegeorg | 2022-11-09 | 156 | -9834/+10878 |
| | | |||||
| * | introduce cpu dashboard | monster | 2022-11-03 | 1 | -66/+0 |
| | | |||||
| * | Cleanup unused grpc targets | thegeorg | 2022-11-02 | 1 | -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-864 | heretic | 2022-03-25 | 574 | -25793/+45743 |
| | | | | | ref:50a492c335cda70f458797cf945e49fe739c2715 | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 523 | -12705/+45355 |
| | | | | | ref:953ca886ec160075b38c0f3614de029b423f0a9e | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | alexnick | 2022-02-10 | 1 | -11/+11 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | alexnick | 2022-02-10 | 1 | -11/+11 |
| | | |||||
| * | Restoring authorship annotation for Cthulhu <[email protected]>. Commit ↵ | Cthulhu | 2022-02-10 | 1 | -2/+2 |
| | | | | | 2 of 2. | ||||
| * | Restoring authorship annotation for Cthulhu <[email protected]>. Commit ↵ | Cthulhu | 2022-02-10 | 1 | -2/+2 |
| | | | | | 1 of 2. | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | chapson | 2022-02-10 | 2 | -5/+5 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | chapson | 2022-02-10 | 2 | -5/+5 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | gusev-p | 2022-02-10 | 2 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | gusev-p | 2022-02-10 | 2 | -2/+2 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | dvorkanton | 2022-02-10 | 17 | -49/+49 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | dvorkanton | 2022-02-10 | 17 | -49/+49 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | akastornov | 2022-02-10 | 30 | -1041/+1041 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | akastornov | 2022-02-10 | 30 | -1041/+1041 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | dvshkurko | 2022-02-10 | 168 | -17022/+17022 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | dvshkurko | 2022-02-10 | 168 | -17022/+17022 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | heretic | 2022-02-10 | 288 | -48343/+48343 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | heretic | 2022-02-10 | 288 | -48343/+48343 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | neksard | 2022-02-10 | 93 | -5802/+5802 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | neksard | 2022-02-10 | 93 | -5802/+5802 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | thegeorg | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | thegeorg | 2022-02-10 | 1 | -1/+1 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | orivej | 2022-02-10 | 135 | -19677/+19677 |
| | | |||||
