| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move parser_ut to YQ | d-mokhnatkin | 2022-08-19 | 3 | -0/+503 | 
| | | |||||
| * | Add rope embedded list option | alexvru | 2022-08-19 | 4 | -188/+426 | 
| | | |||||
| * | Fix Wilson verbosity and PipeCache TraceId forwarding | alexvru | 2022-08-19 | 3 | -16/+24 | 
| | | |||||
| * | Library/cpp/actors Activities | hor911 | 2022-08-19 | 14 | -4/+30 | 
| | | |||||
| * | increase MessageMax to 64kb | shishyando | 2022-08-18 | 1 | -1/+1 | 
| | | | | increase MessageMax to 64kb | ||||
| * | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 13 | -0/+1559 | 
| | | |||||
| * | fixup move(const&) | asorotsky | 2022-08-16 | 1 | -1/+1 | 
| | | |||||
| * | Add simple atomic ptr | lukyan | 2022-08-15 | 6 | -17/+574 | 
| | | |||||
| * | fix content-length 0 in requests | xenoxeno | 2022-08-15 | 2 | -3/+23 | 
| | | |||||
| * | Switch on inspect.getfullargspec | shadchin | 2022-08-14 | 1 | -1/+6 | 
| | | | | The `inspect.getargspec` function, deprecated since Python 3.0; use `inspect.signature()` or `inspect.getfullargspec()` instead. | ||||
| * | Prepare to clang14: library/cpp/binsaver -Wnull-pointer-subtraction | heretic | 2022-08-11 | 1 | -1/+1 | 
| | | | | fix library/cpp/binsaver | ||||
| * | move all hash bang logic to own function | socialgraph | 2022-08-11 | 1 | -87/+146 | 
| | | | | move all hash bang logic to own function | ||||
| * | Reimport boost/any as a separate project | bugaevskiy | 2022-08-10 | 3 | -6/+6 | 
| | | |||||
| * | Prepare to clang14: fix library/cpp/actors/interconnect ↵ | heretic | 2022-08-10 | 2 | -2/+8 | 
| | | | | | | | | -Wunused-but-set-variable && -Wdeprecated-copy fix library/cpp/actors/interconnect -Wdeprecated-copy fix library/cpp/actors/interconnect -Wunused-but-set-variable | ||||
| * | Prepare to clang14: library/cpp/codecs/greedy_dict -Wunused-but-set-variable | heretic | 2022-08-10 | 1 | -2/+2 | 
| | | | | fix library/cpp/codecs/greedy_dict -Wunused-but-set-variable | ||||
| * | ui32 not enough for features flag | socialgraph | 2022-08-10 | 7 | -30/+31 | 
| | | | | Так как добавил новый флаг, отвечающий за оставление хэшбенга, то Feature флаги перестали помещаться в свои прежние 32 бита, то везде поменял long на ui64 | ||||
| * | pg proxy and pg wire first version | xenoxeno | 2022-08-09 | 1 | -0/+1 | 
| | | |||||
| * | []: Fix test context files | iaz1607 | 2022-08-09 | 1 | -1/+3 | 
| | | |||||
| * | const char* -> TStringBuf | tobo | 2022-08-09 | 1 | -1/+1 | 
| | | |||||
| * | should use six.PY3 | svartmetal | 2022-08-08 | 1 | -2/+1 | 
| | | |||||
| * | Get rid of NYTAlloc::GetAllocationSize usages | babenko | 2022-08-08 | 5 | -19/+29 | 
| | | |||||
| * | Update contrib/restricted/boost/format to 1.79.0 | robot-contrib | 2022-08-08 | 2 | -0/+13 | 
| | | |||||
| * | Catch incorrect grpc request flow and prevent double free, | snaury | 2022-08-08 | 1 | -0/+39 | 
| | | |||||
| * | Get rid of NYTAlloc::FreeNonNull usages | babenko | 2022-08-08 | 2 | -3/+3 | 
| | | |||||
| * | Introduce TSharedMutableRefAllocateOptions | babenko | 2022-08-07 | 5 | -28/+34 | 
| | | |||||
| * | Reimport boost/typeof as a separate project | bugaevskiy | 2022-08-06 | 1 | -0/+4 | 
| | | |||||
| * | should escape core pattern path otherwise coredumps collection doesn't work | svartmetal | 2022-08-05 | 1 | -1/+5 | 
| | | |||||
| * | remove unused struct | tobo | 2022-08-05 | 1 | -7/+0 | 
| | | |||||
| * | Allow automatic span termination in dtor without error | alexvru | 2022-08-03 | 1 | -4/+32 | 
| | | |||||
| * | library/cpp/cache: Add SizeProvider to LFUCache | akhovrychev | 2022-08-03 | 1 | -10/+12 | 
| | | |||||
| * | refactor assign | socialgraph | 2022-08-03 | 1 | -207/+220 | 
| | | | | | | | Чтобы было проще работать с кодом для задачипровел рефакторинг кода. - избавился от while(false) - избавился от излишних сокращений в названии локальных переменных - добавил фигурные скобки | ||||
| * | coalesce | vvvv | 2022-08-02 | 2 | -0/+85 | 
| | | |||||
| * | rm unused includes + cleanup | tobo | 2022-07-30 | 1 | -5/+2 | 
| | | |||||
| * | Throttle Wilson uploader | alexvru | 2022-07-29 | 1 | -30/+56 | 
| | | |||||
| * | Fix bug | alexvru | 2022-07-29 | 1 | -1/+3 | 
| | | |||||
| * | reduce debug logs | bbiff | 2022-07-29 | 2 | -6/+7 | 
| | | |||||
| * | Mark down DS proxy and VDisk parts to use Wilson tracing | alexvru | 2022-07-28 | 11 | -34/+163 | 
| | | |||||
| * | Reimport boost/crc as a separate project | bugaevskiy | 2022-07-27 | 2 | -0/+20 | 
| | | |||||
| * | change default PB message size in actor system | monster | 2022-07-25 | 2 | -5/+1 | 
| | | |||||
| * | Add TString Host to TEvResolveError, | serg-belyakov | 2022-07-25 | 3 | -1/+4 | 
| | | | | Add TString Host field to TEvResolveError | ||||
| * | [] Revert rXXXXXX () - causes timeouts on many tests | aneporada | 2022-07-25 | 7 | -91/+0 | 
| | | |||||
| * | Reimport boost/align as a separate project | bugaevskiy | 2022-07-23 | 2 | -0/+10 | 
| | | |||||
| * | Modify interconnect to get root CA in a grpc way if CA file is not provided. | yuryalekseev | 2022-07-22 | 7 | -0/+91 | 
| | | |||||
| * | Get rid of 'streamImpl' in responses | ilnaz | 2022-07-21 | 2 | -1/+9 | 
| | | |||||
| * | Add check for node existence in IC mock, | serg-belyakov | 2022-07-20 | 1 | -9/+93 | 
| | | | | Add check for node availability in IC mock | ||||
| * | Drop some thunks from yt/yt/core/misc, part 1 | babenko | 2022-07-20 | 1 | -1/+2 | 
| | | |||||
| * | add more details to error message when parsing json to protobuf | gvit | 2022-07-19 | 1 | -2/+1 | 
| | | |||||
| * | Add UT to detect data races in computation nodes | va-kuznecov | 2022-07-19 | 2 | -0/+8 | 
| | | |||||
| * | Create broker actor which gives permission for interconnect handshakes, | serg-belyakov | 2022-07-18 | 3 | -28/+140 | 
| | | | | Create broker actor which gives permission for interconnect handshakes | ||||
| * | Remove link to wiki.yandex-team.ru | PatriotRossii | 2022-07-18 | 1 | -1/+1 | 
| | | | | Pull Request resolved: 86 | ||||
