summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/util
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2023-12-0562-9742/+0
|
* Revert commit rXXXXXX,Add env semanticsvidyuk2023-11-245-0/+106
|
* Add env semanticdimdim112023-11-245-106/+0
|
* add darwin-arm64 CMakeListsdcherednik2023-11-204-0/+106
|
* Y_FAIL->Y_ABORT at '^li'ilnurkh2023-10-172-4/+4
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-1610-58/+58
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Fix memory leak in TRopeArena KIKIMR-19632alexvru2023-10-161-15/+0
|
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-099-27/+27
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Fix input variable missprintsvidyuk2023-08-309-0/+322
|
* All .ll files support in LLVM_BCsvidyuk2023-08-309-322/+0
|
* Fix Compact to support undetached containers KIKIMR-18902alexvru2023-08-032-9/+34
|
* Copy ineffective rope in DS proxy Get request KIKIMR-18902alexvru2023-08-018-0/+27
|
* guard for memory markers + split actor type operatorsivanmorozov2023-07-181-1/+0
|
* Switch to TRope reply in TEvGet query result KIKIMR-18394alexvru2023-07-122-61/+48
|
* KIKIMR-18568: internal control stats pool size limitivanmorozov2023-07-091-1/+8
|
* KIKIMR-18568: remove dependency library/cpp/actors to ydb/core/protosivanmorozov2023-07-081-6/+10
|
* Revert commit rXXXXXX, Revert commit rXXXXXX,use profile tags for any method ↵ivanmorozov2023-07-051-40/+27
| | | | actor name generation
* Revert commit rXXXXXX,use profile tags for any method actor name generationivanmorozov2023-07-051-27/+40
|
* use profile tags for any method actor name generationivanmorozov2023-07-051-40/+27
|
* Fix critical TRcBuf issuealexvru2023-07-031-2/+5
|
* Support TEvVGet in separate ropealexvru2023-06-266-0/+11
|
* Support IZeroCopyInput over TRopeaneporada2023-06-262-0/+77
| | | initial
* add ymake export to ydbalexv-smirnov2023-06-132-0/+67
|
* External build system generator release 29robot-ya-builder2023-04-192-2/+2
| | | Update tools: yexport
* use 200 chars solomon-tag-limitivanmorozov2023-04-111-3/+13
|
* Intermediate changesrobot-piglet2023-04-104-5/+13
|
* general actor id constructor for signals and statsivanmorozov2023-04-021-0/+18
| | | remove useless method necessary
* Switch to lld64.ld on darwin target platformhiddenpath2023-04-011-2/+1
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-282-67/+0
|
* Mandate sdk_version 11.0 when targeting MacOSthegeorg2023-03-231-1/+1
|
* External build system generator release 21robot-ya-builder2023-03-172-6/+6
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1511-0/+380
|
* Intermediate changesrobot-piglet2023-03-092-0/+26
|
* Intermediate changesrobot-piglet2023-03-073-2/+2
|
* External build system generator release 17robot-ya-builder2023-03-061-1/+1
| | | Update tools: yexport
* Intermediate changesrobot-piglet2023-02-073-18/+18
|
* Intermediate changesrobot-piglet2023-02-073-18/+18
|
* External build system generator release 12robot-ya-builder2023-01-311-1/+1
| | | Update tools: yexport
* Fix ubsan errors in VDiskalexvru2023-01-251-3/+4
|
* Fix valgrind build TRcBuf calls,innokentii2023-01-191-22/+36
| | | fix valgrind build
* External build system generator release 8robot-ya-builder2023-01-174-4/+4
| | | Update tools: yexport
* Sync linux-headers instead of using system onesthegeorg2022-12-154-16/+81
|
* Add TStringBuf conversion operator for TRcBufinnokentii2022-12-133-16/+36
| | | | | add TStringBuf conversion operator add TStringBuf conversion operator
* Add TStringBuf conversion operator for TSharedDatainnokentii2022-12-132-0/+5
| | | add TStringBuf conversion operator
* Rename TContiguousData to TRcBufinnokentii2022-12-096-110/+110
| | | rename TContiguousData to TRcBuf
* TContiguousData reimplement backendinnokentii2022-12-075-199/+274
| | | replace shared_data controlling backend with internal one
* Fill 'created_at' field of scheme entryilnaz2022-11-281-0/+99
|
* Add reserve to TContiguousDatainnokentii2022-11-222-0/+79
| | | add reserve to TContiguousData
* Improve IC packet slicingalexvru2022-11-171-5/+0
|
* Improve TContiguouseData interfaceinnokentii2022-11-142-9/+40
| | | improve TContiguousData interface