summaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/core/lib/experiments
Commit message (Collapse)AuthorAgeFilesLines
* Revert "contrib/libs/grpc: Bring EventEngineListener back ()"ilikepugs2026-05-012-3/+2
| | | | commit_hash:5404f137dfcbfda2c3f845df2d2623b192a75bb6
* Re-enable round_robin_delegate_to_pick_first experimentthegeorg2026-04-112-6/+6
| | | | commit_hash:4b430787826357f3a6d357b20980dd115de11e71
* contrib/libs/grpc: Bring EventEngineListener back ()thegeorg2026-04-102-2/+3
| | | | commit_hash:0a467fc46079381aedeeabcbd2075863409a47be
* grpc bump 1.60.2 round 2nechda2026-03-094-103/+1448
| | | | commit_hash:ede5af5ae2989185f1f823b57183ce2414f53b28
* Revert grpc upvernechda2026-02-274-1448/+103
| | | | commit_hash:1ad1d3e927e2706a778ffe7b0e480fcbf1899a81
* grpc bump 1.60.2nechda2026-02-254-103/+1448
| | | | commit_hash:fa6f56a6a0023650474aacd9cc773027d697b917
* feat grpc: update to grpc 1.54.2leonidlazarev2023-08-013-11/+19
| | | | | | | | | | 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-174-44/+136
| | | | | | | | | | | | | | 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-024-0/+321
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