Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Y_FAIL->Y_ABORT at '^contrib/[^y]' | ilnurkh | 2023-10-18 | 1 | -1/+1 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Y_VERIFY->Y_ABORT_UNLESS at '^contrib/[^y]' | ilnurkh | 2023-10-10 | 1 | -1/+1 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 7 | -0/+184 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 7 | -184/+0 |
| | |||||
* | grpc: allow limitation for number of threads via environment | leonidlazarev | 2023-08-02 | 1 | -1/+21 |
| | | | Allow to set limitation for number of threads via environment GRPC_MAX_THREADS_THREAD_POOL_ENV | ||||
* | feat grpc: update to grpc 1.54.2 | leonidlazarev | 2023-08-01 | 259 | -6971/+10858 |
| | | | | | | | | | | 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 | 1196 | -37358/+68087 |
| | | | | | | | | | | | | | | 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 | ||||
* | Backport gRPC forking assert fix | somov | 2023-07-07 | 2 | -34/+26 |
| | | | https://github.com/grpc/grpc/commit/51f276e7beef3a9e4e9f96d4525e2035169d24be | ||||
* | Remove wrong useless patch from grpc | gotocoding | 2023-06-15 | 1 | -2/+1 |
| | |||||
* | Fix applying 05-thread.patch to contrib/libs/grpc | thegeorg | 2023-06-13 | 1 | -13/+1 |
| | |||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 8 | -0/+219 |
| | |||||
* | [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, который уже не поддеживает эту фичу | ||||
* | Fix gRPC hanging after fork | somov | 2023-06-05 | 1 | -0/+1 |
| | |||||
* | feat grpc: update to grpc 1.50.2 | leonidlazarev | 2023-06-02 | 1185 | -49343/+76974 |
| | | | | | | | | | | | | | | | 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 | ||||
* | feat grpc: move grpcio to separate contrib project | leonidlazarev | 2023-05-02 | 115 | -22008/+0 |
| | | | Move grpcio to separate project | ||||
* | Merge system certs with internal one | mikhnenko | 2023-04-19 | 4 | -16/+20 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 9 | -318/+0 |
| | |||||
* | Update contrib/libs/grpc to 1.45.2 | thegeorg | 2023-03-28 | 995 | -35482/+54708 |
| | |||||
* | Better replacement for #include <string> in contrib/libs/grpc | thegeorg | 2023-03-24 | 92 | -8/+89 |
| | |||||
* | Better std::to_string replacement in grpc | thegeorg | 2023-03-23 | 13 | -34/+34 |
| | | | | grpc 1.45.2 introduced `ToString()` method in certain classes. We want to use global `::ToString()` as `std::to_string()` replacement. | ||||
* | Intermediate changes | robot-piglet | 2023-03-23 | 101 | -12727/+6 |
| | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1 | -3/+3 |
| | | | Update tools: yexport | ||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 13 | -0/+559 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+37 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | NO_COMPILER_WARNINGS in cmake msvc builds | svidyuk | 2023-02-18 | 3 | -3/+3 |
| | |||||
* | : Patch fix use-after-free grpc. | vlad-serikov | 2023-02-15 | 1 | -2/+2 |
| | |||||
* | Quick fix for races in unimplemented grpc methods | snaury | 2023-02-14 | 1 | -7/+16 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -21/+21 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -21/+21 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 6 | -6/+6 |
| | | | Update tools: yexport | ||||
* | Fix for a racy WorkSerializer shutdown | evgeniy-kozev | 2023-01-17 | 1 | -8/+13 |
| | |||||
* | Fix grpcio with Python 3.11 | shadchin | 2023-01-01 | 1 | -2/+6 |
| | |||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -28/+117 |
| | |||||
* | Update contrib/libs/grpc to 1.44.0 | thegeorg | 2022-11-09 | 319 | -15931/+15753 |
| | |||||
* | introduce cpu dashboard | monster | 2022-11-03 | 2 | -199/+0 |
| | |||||
* | Proxy grpc python runtime from contrib/python/grpcio | thegeorg | 2022-11-02 | 24 | -1059/+0 |
| | | | | | | | | * [grpcio](https://pypi.org/project/grpcio/) is the official package for using grpc from python * grpcio itself remains in `contrib/libs/grpc/src/python/grpcio` while `contrib/python/grpcio` is a public proxy that should be used by everyone * `grpcio-status` and `grpcio-reflection` were put under yamaker pypi * certain unused parts of grpc/src/python have been removed Make precommit hook happy: | ||||
* | Cleanup unused grpc targets | thegeorg | 2022-11-02 | 52 | -1962/+2777 |
| | | | | | * 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 external build system generation utility | robot-ya-builder | 2022-09-01 | 3 | -0/+28 |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | ||||
* | Markup tests with ya:explicit_data to avoid exporting metadata to github | thegeorg | 2022-08-22 | 125 | -19622/+0 |
| | |||||
* | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 1 | -0/+1 |
| | |||||
* | Enlarge the hierarchy of Abseil-cpp lib | hiddenpath | 2022-08-11 | 1 | -7/+5 |
| | | | Enlarged the hierarchy of abseil-cpp library | ||||
* | fix ya.make | monster | 2022-07-07 | 169 | -17887/+0 |
| | |||||
* | Hackish NO_COMPILER_WARNINGS support | svidyuk | 2022-07-01 | 2 | -0/+2 |
| | | | | | | | | Proper implementation must be done as part of YMAKE-91 YMAKE-91 ref:8b77363477972e5927f43d53d571cd60dd458995 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-13 | 1 | -7/+7 |
| | | | | ref:5004388c52f14b7b0a9521b0eee797b5081d4f35 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-10 | 1 | -7/+7 |
| | | | | ref:2cf7b068367f584737d54e38e21e004dde93c1d2 | ||||
* | intermediate changes | arcadia-devtools | 2022-06-07 | 2 | -2/+0 |
| | | | | ref:bab1141168add6a5ad2d3ac926957ac6c27e30c3 |