| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | i1get_cmakelists2 | Alexander Smirnov | 2023-06-22 | 8 | -16/+0 |
| | | |||||
| * | Fix CloseOnIdle peer termination | alexvru | 2023-06-21 | 2 | -1/+11 |
| | | |||||
| * | Fix build for win, | kruall | 2023-06-19 | 1 | -3/+3 |
| | | |||||
| * | Add exchangin threads when cpu usage around limit, | kruall | 2023-06-19 | 5 | -8/+85 |
| | | |||||
| * | Randomize ping intervals a bit | alexvru | 2023-06-19 | 1 | -0/+2 |
| | | |||||
| * | use controller directly instead of actor/events | ivanmorozov | 2023-06-16 | 1 | -0/+34 |
| | | |||||
| * | Fix CloseOnIdle logic | alexvru | 2023-06-16 | 3 | -52/+64 |
| | | |||||
| * | allow to use arena allocated protobuf messages | gvit | 2023-06-15 | 1 | -10/+53 |
| | | |||||
| * | fix build with enabled PROFILE_MEMORY_ALLOCATIONS | uzhas | 2023-06-14 | 2 | -2/+4 |
| | | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 31 | -0/+830 |
| | | |||||
| * | Remove extra semicolon (library) | bulatman | 2023-06-10 | 6 | -9/+8 |
| | | |||||
| * | Fix memory leak in TActorSystem | a-sumin | 2023-06-07 | 6 | -32/+80 |
| | | |||||
| * | prevent extra copy and format for log_s; | asorotsky | 2023-05-30 | 1 | -6/+6 |
| | | |||||
| * | Check TlsActivationContext in log macroses | nsofya | 2023-05-26 | 1 | -16/+15 |
| | | | | Чтобы в тестах без акторов можно было использовать, и не было падений. | ||||
| * | more detailed logging; | qkrorlqr | 2023-05-24 | 1 | -1/+14 |
| | | |||||
| * | Search in hashmap benchmark | dtyo | 2023-05-24 | 1 | -3/+405 |
| | | | | kv search benchmark | ||||
| * | Validate incoming peer hostname through direct DNS lookup | alexvru | 2023-05-18 | 2 | -31/+65 |
| | | |||||
| * | Fix OpenSSL problem | alexvru | 2023-05-17 | 4 | -17/+25 |
| | | |||||
| * | Switch TMonotonic to CLOCK_BOOTTIME instead of a separate type | snaury | 2023-05-17 | 4 | -34/+0 |
| | | |||||
| * | add sum of vector elements benchmark | dtyo | 2023-05-16 | 1 | -4/+297 |
| | | |||||
| * | Add SSL_OP_NO_TLSv1_1, SSL_OP_NO_TLSv1 ssl options | molotkov-and | 2023-05-16 | 1 | -0/+2 |
| | | |||||
| * | Support monotonic boot time with suspend awareness | snaury | 2023-05-16 | 6 | -19/+38 |
| | | |||||
| * | Fix bug | alexvru | 2023-05-15 | 1 | -1/+1 |
| | | |||||
| * | Fix IC counters performance | alexvru | 2023-05-12 | 3 | -20/+43 |
| | | |||||
| * | Support xxHash in IC | alexvru | 2023-05-10 | 12 | -11/+78 |
| | | |||||
| * | unify actor-system-logs for non-actor-system cases | ivanmorozov | 2023-05-07 | 6 | -60/+112 |
| | | |||||
| * | Fix encryption problem | alexvru | 2023-05-05 | 2 | -88/+86 |
| | | |||||
| * | "Update old actors examples" | Kirill Grachev | 2023-05-05 | 3 | -10/+10 |
| | | | | | | "Update old actors examples" Pull Request resolved: #174 | ||||
| * | Fix IC regression | alexvru | 2023-05-05 | 1 | -3/+5 |
| | | |||||
| * | Improve IC | alexvru | 2023-05-04 | 5 | -47/+100 |
| | | |||||
| * | Revert: "Update old examples" | kruall | 2023-05-04 | 3 | -10/+10 |
| | | |||||
| * | Further IC fixes | alexvru | 2023-05-03 | 3 | -136/+140 |
| | | |||||
| * | Quick sort benchmark for actor system vs thread pool | dtyo | 2023-05-03 | 5 | -0/+420 |
| | | |||||
| * | Some IC fixes | alexvru | 2023-05-03 | 9 | -134/+195 |
| | | |||||
| * | Some IC fixes | alexvru | 2023-04-27 | 4 | -224/+198 |
| | | |||||
| * | 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 |
| | | |||||
