| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Create stable-23-2 branch | Daniil Cherednik | 2023-06-15 | 4 | -19/+4 |
| | | | | | x-stable-origin-commit: 3fd4d58117c143ed9e6b21813ccd9e507d2cd4d3 | ||||
| * | add library/cpp/actors to github export | Daniil Cherednik | 2023-06-02 | 7 | -0/+197 |
| | | | | | x-stable-origin-commit: 0e951cfb44430a0ed33bec779c8a790f73c31b91 | ||||
| * | Ydb stable 23-1-2623.1.26 | Daniil Cherednik | 2023-05-05 | 14 | -36/+212 |
| | | | | | x-stable-origin-commit: 22184a7e157553d447f17a2dffc4ea2d32dfd74d | ||||
| * | Ydb stable 23-1-1923.1.19 | Daniil Cherednik | 2023-03-31 | 11 | -58/+88 |
| | | | | | x-stable-origin-commit: c5d5a396e89d0a72e0267a55e93d8404d4fb54fe | ||||
| * | Add Lazy and Tail sends, | kruall | 2023-01-13 | 14 | -81/+248 |
| | | |||||
| * | Refactor sending and registration methods, | kruall | 2023-01-12 | 26 | -421/+576 |
| | | |||||
| * | Fix failed tests with united pool, | kruall | 2023-01-09 | 2 | -1/+3 |
| | | |||||
| * | Fix data races, | kruall | 2022-12-29 | 4 | -9/+10 |
| | | |||||
| * | add cookie argument | xenoxeno | 2022-12-28 | 2 | -3/+3 |
| | | |||||
| * | Remove needless template in send methods, | kruall | 2022-12-26 | 2 | -14/+9 |
| | | |||||
| * | Add additional SendWithContinuousExecution | va-kuznecov | 2022-12-22 | 2 | -0/+30 |
| | | |||||
| * | Add sensors about AS, | kruall | 2022-12-21 | 4 | -13/+36 |
| | | |||||
| * | Send with continuous execution msg after registration, | kruall | 2022-12-21 | 1 | -1/+1 |
| | | |||||
| * | Improve SendWithContinuousExecution, | kruall | 2022-12-20 | 1 | -5/+8 |
| | | |||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -66/+231 |
| | | |||||
| * | Add sensors, | kruall | 2022-12-15 | 6 | -29/+63 |
| | | |||||
| * | Improve AS14, | kruall | 2022-12-08 | 8 | -49/+171 |
| | | |||||
| * | AS1.4, | kruall | 2022-12-08 | 18 | -22/+579 |
| | | |||||
| * | time providers in separated library for future refactoring | ivanmorozov | 2022-11-29 | 5 | -142/+11 |
| | | |||||
| * | Fill 'created_at' field of scheme entry | ilnaz | 2022-11-28 | 1 | -99/+0 |
| | | |||||
| * | Log correct actor type name in lwtrace | snaury | 2022-11-18 | 1 | -14/+16 |
| | | |||||
| * | Improve semaphore, | kruall | 2022-11-15 | 3 | -313/+434 |
| | | |||||
| * | pass away guard | ivanmorozov | 2022-11-08 | 1 | -1/+30 |
| | | |||||
| * | Add extra Y_VERIFY in PassAway | alexvru | 2022-10-28 | 7 | -4/+12 |
| | | |||||
| * | fix NO_DEBUG_INFO() for OS_DARWIN | snermolaev | 2022-10-23 | 1 | -0/+181 |
| | | |||||
| * | fix namespace usage for tls variable | ivanmorozov | 2022-10-21 | 1 | -9/+9 |
| | | |||||
| * | actor logs usage simplification | ivanmorozov | 2022-10-21 | 1 | -0/+43 |
| | | |||||
| * | event for anything (temporary compatibility with simple events) | ivanmorozov | 2022-10-21 | 3 | -16/+30 |
| | | |||||
| * | use context constructor and sender guard instead of method with a lot of ↵ | ivanmorozov | 2022-10-21 | 2 | -5/+41 |
| | | | | | arguments | ||||
| * | optimize interfaces | ivanmorozov | 2022-10-19 | 5 | -24/+46 |
| | | |||||
| * | actors object model | ivanmorozov | 2022-10-18 | 13 | -59/+249 |
| | | |||||
| * | Add GroupOverseer component for testing | alexvru | 2022-09-24 | 2 | -0/+4 |
| | | |||||
| * | span with profile | ivanmorozov | 2022-09-21 | 1 | -0/+10 |
| | | |||||
| * | add log buffer 3 | andrew-rykov | 2022-09-15 | 6 | -176/+162 |
| | | |||||
| * | Remove Sleep from logger when AllowDrop is false | snaury | 2022-09-13 | 2 | -14/+3 |
| | | |||||
| * | add-log-buffer 2 | andrew-rykov | 2022-09-13 | 10 | -170/+432 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add log buffer changed names added move changed details fixed released buffer procedure returned condition IgnoredCount > 0 default bufferSizeLimitBytes = 0 returned passedCount declaration returned Y_VERIFY removed passedcount changed buffer reducing no new line at the end of file added srcs in ya.make add log buffer | ||||
| * | remove macros clash with absl libraries | gvit | 2022-09-09 | 1 | -12/+12 |
| | | |||||
| * | Move TSharedData to actors lib | innokentii | 2022-09-09 | 6 | -751/+0 |
| | | | | | | | | fix MemoryTrack usages move MemoryTrack to utils move TSharedData to actors lib | ||||
| * | Add method for sending message without waking thread up, | kruall | 2022-09-07 | 10 | -122/+230 |
| | | |||||
| * | remove unused includes | tobo | 2022-08-31 | 1 | -1/+0 |
| | | |||||
| * | Library/cpp/actors Activities | hor911 | 2022-08-19 | 5 | -4/+8 |
| | | |||||
| * | temp fix ydb oss sync config to unlock sync on /vendor dependency | alexv-smirnov | 2022-08-18 | 1 | -0/+4 |
| | | |||||
| * | pg proxy and pg wire first version | xenoxeno | 2022-08-09 | 1 | -0/+1 |
| | | |||||
| * | change default PB message size in actor system | monster | 2022-07-25 | 1 | -4/+0 |
| | | |||||
| * | DC awareness | Aleksandr Khoroshilov | 2022-06-30 | 2 | -0/+9 |
| | | | | | ref:cf26d330761ea0ba13530ba17766b91269d2ab35 | ||||
| * | intermediate changes | arcadia-devtools | 2022-06-22 | 1 | -0/+1 |
| | | | | | ref:e5b94b91d513ee8cc2d1610107a4e0b462b9c9db | ||||
| * | Refactor Wilson KIKIMR-15105 | Alexander Rutkovsky | 2022-06-16 | 1 | -3/+3 |
| | | | | | ref:55ce6a1b08bba785ea62b3bdfea902ef7263cf57 | ||||
| * | intermediate changes | arcadia-devtools | 2022-06-07 | 1 | -1/+1 |
| | | | | | ref:ef90b2b7f42604225d9ae8f4f0af73614761b65f | ||||
| * | KIKIMR-14761: fix bug to always wakeup compaction queue | Evgeniy Ivanov | 2022-05-20 | 1 | -0/+8 |
| | | | | | ref:529e94ef1c3510dae5a0239d85ae08f5870c60ca | ||||
| * | KIKIMR-9748: print proto event name in trace logs | Evgeniy Ivanov | 2022-03-25 | 1 | -1/+3 |
| | | | | | ref:a57262d9ffc813cbf2eddec17cab8d5cdd1dad2a | ||||
