| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ydb stable 23-2-1123.2.11 | Daniil Cherednik | 2023-07-20 | 1 | -2/+5 |
| | | | | | x-stable-origin-commit: 758ace972646c843c5e0785d75c8f4fe044580a1 | ||||
| * | add library/cpp/actors to github export | Daniil Cherednik | 2023-06-02 | 7 | -0/+177 |
| | | | | | x-stable-origin-commit: 0e951cfb44430a0ed33bec779c8a790f73c31b91 | ||||
| * | Ydb stable 23-1-1923.1.19 | Daniil Cherednik | 2023-03-31 | 1 | -3/+4 |
| | | | | | x-stable-origin-commit: c5d5a396e89d0a72e0267a55e93d8404d4fb54fe | ||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -16/+81 |
| | | |||||
| * | Add TStringBuf conversion operator for TRcBuf | innokentii | 2022-12-13 | 3 | -16/+36 |
| | | | | | | add TStringBuf conversion operator add TStringBuf conversion operator | ||||
| * | Add TStringBuf conversion operator for TSharedData | innokentii | 2022-12-13 | 2 | -0/+5 |
| | | | | add TStringBuf conversion operator | ||||
| * | Rename TContiguousData to TRcBuf | innokentii | 2022-12-09 | 6 | -110/+110 |
| | | | | rename TContiguousData to TRcBuf | ||||
| * | TContiguousData reimplement backend | innokentii | 2022-12-07 | 5 | -199/+274 |
| | | | | replace shared_data controlling backend with internal one | ||||
| * | Fill 'created_at' field of scheme entry | ilnaz | 2022-11-28 | 1 | -0/+99 |
| | | |||||
| * | Add reserve to TContiguousData | innokentii | 2022-11-22 | 2 | -0/+79 |
| | | | | add reserve to TContiguousData | ||||
| * | Improve IC packet slicing | alexvru | 2022-11-17 | 1 | -5/+0 |
| | | |||||
| * | Improve TContiguouseData interface | innokentii | 2022-11-14 | 2 | -9/+40 |
| | | | | improve TContiguousData interface | ||||
| * | Add Detach to TSharedData | innokentii | 2022-11-11 | 5 | -6/+36 |
| | | | | add Detach to TSharedData | ||||
| * | Add owner-based shared_data backend impl for contiguous_data | innokentii | 2022-11-08 | 5 | -183/+213 |
| | | | | add owner-based shared_data backend impl for contiguous_data | ||||
| * | Add msvc workaround for TContiguousData | innokentii | 2022-11-03 | 1 | -2/+2 |
| | | | | workaround for msvc compiler | ||||
| * | Improve TContigousData interface | innokentii | 2022-10-18 | 2 | -78/+227 |
| | | | | improve TContiguousData interface | ||||
| * | Remove redundant TString conversion in blobstorage | innokentii | 2022-10-17 | 1 | -0/+7 |
| | | | | remove redundant copying | ||||
| * | Use TContiguousData rooms interface in vdisk/pdisk | innokentii | 2022-10-10 | 3 | -5/+121 |
| | | | | | | | | separate concerns add tracing add tracing calls | ||||
| * | Use TContiguousData rooms interface in vdisk/pdisk | innokentii | 2022-09-30 | 1 | -0/+8 |
| | | | | Use TContiguousData rooms interface in vdisk/pdisk/erasure | ||||
| * | Extend TContiguousData interface | innokentii | 2022-09-29 | 5 | -39/+438 |
| | | | | extend TContiguousData interface | ||||
| * | Add TContiguousData | innokentii | 2022-09-16 | 8 | -488/+1109 |
| | | | | extract TChunk as TContiguousData | ||||
| * | NextRetryDelay workaround + last bytes logs on retry | hor911 | 2022-09-14 | 1 | -10/+15 |
| | | |||||
| * | TRope zero-copy extract | innokentii | 2022-09-13 | 2 | -1/+79 |
| | | | | extend TRope interface with underlying container extraction | ||||
| * | Replace TString with TRope TEvVPut | innokentii | 2022-09-12 | 2 | -4/+75 |
| | | | | | | | | add TRope to string comparators make TRope from string constructor explicit replace TString to TRope in couple places | ||||
| * | Bump play services to latest versions | trivias | 2022-09-12 | 2 | -0/+1324 |
| | | |||||
| * | Replace TString with TRope in TEvPut | innokentii | 2022-09-10 | 1 | -1/+1 |
| | | | | replace TString with TRope in TEvPut | ||||
| * | Move TSharedData to actors lib | innokentii | 2022-09-09 | 11 | -0/+1467 |
| | | | | | | | | fix MemoryTrack usages move MemoryTrack to utils move TSharedData to actors lib | ||||
| * | Extend TRope interface to improve single-buffer cases usage | innokentii | 2022-09-05 | 2 | -13/+298 |
| | | | | add TRope single-buffer interfaces | ||||
| * | 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 |
| | | |||||
| * | fixup move(const&) | asorotsky | 2022-08-16 | 1 | -1/+1 |
| | | |||||
| * | fix ya.make | monster | 2022-07-07 | 1 | -181/+0 |
| | | |||||
| * | IGNIETFERRO-1105 Add missing PEERDIRs for deprecated atomic | eeight | 2022-06-16 | 1 | -0/+1 |
| | | | | | ref:7ff80f9897aa27d91ceddb2dbeca2adad400038d | ||||
| * | IGNIETFERRO-1922 Move atomics from util to library/cpp/deprecated | eeight | 2022-06-15 | 1 | -0/+4 |
| | | | | | ref:0c3b0edd3284567c45ec77e57166274f3cfed8c7 | ||||
| * | intermediate changes | arcadia-devtools | 2022-06-07 | 3 | -3/+3 |
| | | | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f | ||||
| * | intermediate changes | arcadia-devtools | 2022-04-20 | 1 | -1/+3 |
| | | | | | ref:7b5e8260f011390fe345327d8f5ee1c7938e601a | ||||
| * | intermediate changes | arcadia-devtools | 2022-03-15 | 2 | -55/+0 |
| | | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
| * | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 1 | -0/+9 |
| | | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
| * | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -0/+10 |
| | | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | kruall | 2022-02-10 | 1 | -8/+8 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | kruall | 2022-02-10 | 1 | -8/+8 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | ddoarn | 2022-02-10 | 16 | -601/+601 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | ddoarn | 2022-02-10 | 16 | -601/+601 |
| | | |||||
| * | Restoring authorship annotation for Andrey Fomichev ↵ | Andrey Fomichev | 2022-02-10 | 2 | -5/+5 |
| | | | | | <[email protected]>. Commit 2 of 2. | ||||
| * | Restoring authorship annotation for Andrey Fomichev ↵ | Andrey Fomichev | 2022-02-10 | 2 | -5/+5 |
| | | | | | <[email protected]>. Commit 1 of 2. | ||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | serxa | 2022-02-10 | 7 | -332/+332 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | serxa | 2022-02-10 | 7 | -332/+332 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | kbalakirev | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 1 of 2. | kbalakirev | 2022-02-10 | 1 | -4/+4 |
| | | |||||
| * | Restoring authorship annotation for <[email protected]>. Commit 2 of 2. | agri | 2022-02-10 | 3 | -106/+106 |
| | | |||||
