| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve IC and XDC | alexvru | 2023-04-26 | 8 | -22/+112 |
| | | |||||
| * | Support XDC streams | alexvru | 2023-04-25 | 14 | -546/+1431 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-21 | 1 | -2/+2 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 29 | -29/+29 |
| | | | | Update tools: yexport | ||||
| * | Rework interconnect sending stream machinery | alexvru | 2023-04-19 | 14 | -306/+612 |
| | | |||||
| * | improve code navigation for flags usage | ivanmorozov | 2023-04-17 | 2 | -24/+27 |
| | | |||||
| * | log formatting | ivanmorozov | 2023-04-17 | 1 | -0/+52 |
| | | |||||
| * | getting rid of TActorContext in state functions | xenoxeno | 2023-04-14 | 21 | -49/+66 |
| | | |||||
| * | Report stuck actors | alexvru | 2023-04-14 | 8 | -0/+87 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-14 | 3 | -10/+10 |
| | | |||||
| * | Remove TEventDescr1 support from IC | alexvru | 2023-04-14 | 6 | -73/+30 |
| | | |||||
| * | Remove TTcpPacketHeader_v1 support from IC | alexvru | 2023-04-14 | 7 | -128/+50 |
| | | |||||
| * | Implement external data channel: connection | alexvru | 2023-04-13 | 9 | -14/+206 |
| | | |||||
| * | Remove excessive reading from the pipe | alexvru | 2023-04-13 | 4 | -30/+48 |
| | | |||||
| * | use 200 chars solomon-tag-limit | ivanmorozov | 2023-04-11 | 2 | -4/+15 |
| | | |||||
| * | Prepare for XDC support | alexvru | 2023-04-11 | 1 | -224/+232 |
| | | |||||
| * | YDB support OpenID Connect | molotkov-and | 2023-04-11 | 2 | -8/+12 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-10 | 48 | -58/+154 |
| | | |||||
| * | Fix channel scheduler | alexvru | 2023-04-07 | 1 | -10/+6 |
| | | |||||
| * | avoiding recursion on some builds | xenoxeno | 2023-04-03 | 1 | -6/+1 |
| | | |||||
| * | Fix ThreadSanitizer for coroutine actors | alexvru | 2023-04-03 | 2 | -34/+87 |
| | | |||||
| * | general actor id constructor for signals and stats | ivanmorozov | 2023-04-02 | 2 | -16/+29 |
| | | | | remove useless method necessary | ||||
| * | Switch to lld64.ld on darwin target platform | hiddenpath | 2023-04-01 | 12 | -24/+12 |
| | | |||||
| * | Improve coroutine actors with pre-leave and pre-enter hooks | alexvru | 2023-03-30 | 2 | -0/+43 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-29 | 1 | -5/+4 |
| | | |||||
| * | Fix is starved with no working threads, | kruall | 2023-03-29 | 1 | -2/+5 |
| | | |||||
| * | Add burst metrics, | kruall | 2023-03-29 | 10 | -25/+209 |
| | | |||||
| * | solve recursion problem | xenoxeno | 2023-03-29 | 1 | -3/+3 |
| | | |||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 31 | -826/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -5/+15 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-28 | 1 | -2/+16 |
| | | |||||
| * | revert light events | xenoxeno | 2023-03-28 | 58 | -1373/+362 |
| | | |||||
| * | Fix asan problem with coro tx | alexvru | 2023-03-27 | 1 | -6/+10 |
| | | |||||
| * | Fix TEventType::Load for null input buffer | alexvru | 2023-03-25 | 3 | -4/+5 |
| | | |||||
| * | Add not enough execution metrics, | kruall | 2023-03-24 | 10 | -3/+40 |
| | | |||||
| * | Mandate sdk_version 11.0 when targeting MacOS | thegeorg | 2023-03-23 | 12 | -12/+12 |
| | | |||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 29 | -87/+87 |
| | | | | Update tools: yexport | ||||
| * | Remove redundant BrokerLeaseHolder resets, fix SIGSEGV in huge_cluster tests, | serg-belyakov | 2023-03-17 | 3 | -48/+35 |
| | | | | Remove redundant LeaseHolder resets | ||||
| * | Fix coroutine actor destructor | alexvru | 2023-03-16 | 2 | -2/+9 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 143 | -0/+5546 |
| | | |||||
| * | Add all-to-one UT, add handshake broker to test environment, | serg-belyakov | 2023-03-15 | 4 | -66/+132 |
| | | | | | | | | | | Decrease HandshakeBroker inflight limit Add HandshakeBroker to test environment Setup Handshake broker in test environment Increase timeout, decrease cluster size | ||||
| * | Fix cpu count metric, | kruall | 2023-03-14 | 2 | -2/+2 |
| | | |||||
| * | Fix overbooking reaction, | kruall | 2023-03-14 | 1 | -24/+27 |
| | | |||||
| * | Fix false starving state, | kruall | 2023-03-14 | 9 | -31/+24 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-14 | 5 | -22/+166 |
| | | |||||
| * | Add different next permission selection strategies for handshake broker, | serg-belyakov | 2023-03-13 | 1 | -3/+38 |
| | | | | Add different selection strategies for handhsake broker | ||||
| * | Add Broker holder class which automatically frees the broker on destroy, ↵ | serg-belyakov | 2023-03-10 | 3 | -43/+82 |
| | | | | | | remove cancelled waiters from queue, do other minor improvements, Add TBrokerHolder class which automatically frees the broker on destroy, | ||||
| * | Improve coroutine actor interface | alexvru | 2023-03-10 | 4 | -24/+33 |
| | | |||||
| * | Add THandle using in TEventLight | va-kuznecov | 2023-03-10 | 1 | -0/+1 |
| | | | | Add THandle using in TEventLight | ||||
| * | cleanup event_pb.h | xenoxeno | 2023-03-10 | 1 | -37/+0 |
| | | |||||
