summaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/core/lib/surface
Commit message (Collapse)AuthorAgeFilesLines
* Revert outdated patches from contrib/libs/grpcthegeorg2026-04-101-3/+1
| | | | commit_hash:a2a633fee423adc0d580fa5d4a96c2e5142370be
* grpc bump 1.60.2 round 2nechda2026-03-0918-440/+1364
| | | | 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-2718-1364/+441
| | | | commit_hash:1ad1d3e927e2706a778ffe7b0e480fcbf1899a81
* grpc bump 1.60.2nechda2026-02-2518-441/+1364
| | | | commit_hash:fa6f56a6a0023650474aacd9cc773027d697b917
* Revert commit rXXXXXX, contrib/libs/grpc: Backport patch to fix race ↵thegeorg2025-05-232-20/+0
| | | | | | condition during openssl shutdown commit_hash:65fb8d40012f8e188efdebc8137a923db4fcc6e1
* contrib/libs/grpc: Backport patch to fix race condition during openssl shutdownthegeorg2025-05-132-0/+20
| | | | | | 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
* Y_VERIFY->Y_ABORT_UNLESS at '^contrib/[^y]'ilnurkh2023-10-101-1/+1
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* feat grpc: update to grpc 1.54.2leonidlazarev2023-08-015-1026/+941
| | | | | | | | | | 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-1737-1433/+3672
| | | | | | | | | | | | | | 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
* feat grpc: update to grpc 1.50.2leonidlazarev2023-06-0233-1689/+1784
| | | | | | | | | | | | | | | 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-2815-206/+164
|
* Better replacement for #include <string> in contrib/libs/grpcthegeorg2023-03-242-0/+2
|
* Update contrib/libs/grpc to 1.44.0thegeorg2022-11-099-470/+206
|
* Cleanup unused grpc targetsthegeorg2022-11-021-27/+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-2532-817/+875
| | | | ref:50a492c335cda70f458797cf945e49fe739c2715
* intermediate changesarcadia-devtools2022-03-1515-247/+422
| | | | ref:953ca886ec160075b38c0f3614de029b423f0a9e
* Restoring authorship annotation for Alexey Borzenkov ↵Alexey Borzenkov2022-02-101-3/+3
| | | | <[email protected]>. Commit 2 of 2.
* Restoring authorship annotation for Alexey Borzenkov ↵Alexey Borzenkov2022-02-101-3/+3
| | | | <[email protected]>. Commit 1 of 2.
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.gusev-p2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.gusev-p2022-02-101-1/+1
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.dvorkanton2022-02-103-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.dvorkanton2022-02-103-12/+12
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.akastornov2022-02-1012-365/+365
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.akastornov2022-02-1012-365/+365
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.dvshkurko2022-02-1018-728/+728
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.dvshkurko2022-02-1018-728/+728
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.heretic2022-02-1014-2000/+2000
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.heretic2022-02-1014-2000/+2000
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.neksard2022-02-1012-516/+516
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.neksard2022-02-1012-516/+516
|
* Restoring authorship annotation for <[email protected]>. Commit 2 of 2.orivej2022-02-1034-4603/+4603
|
* Restoring authorship annotation for <[email protected]>. Commit 1 of 2.orivej2022-02-1034-4603/+4603
|
* intermediate changesDevtools Arcadia2022-02-0735-0/+8228
ref:cde9a383711a11544ce7e107a78147fb96cc4029