aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* All .ll files support in LLVM_BCsvidyuk2023-08-30275-6219/+16
|
* (no commit message)pg2023-08-301-0/+4
|
* more preparations for more than one listener threadkulikov2023-08-301-19/+20
| | | | | - apply one shot poll (under option) for listening socket too; - some code rearrangements.
* sample_by_rate filter: add volume limit on data stream in filtergitnab2023-08-291-0/+2
|
* Pretty printing for TNodeermolovd2023-08-282-0/+17
|
* Removed the last typedefs in the codebasesabdenovch2023-08-288-21/+21
| | | | | removed a lot of typedefs and turned a couple of std::pairs into something more meaningful
* [fetcher] support unistatkgershov2023-08-282-0/+14
|
* Add exception about HS_DB_VERSION_ERRORshadchin2023-08-251-0/+2
|
* (no commit message)pg2023-08-251-1/+1
|
* simplify, prepare for more than one listener threadkulikov2023-08-242-32/+45
| | | | | | | | - move out listener and thread pools initialization stage from listener thread (no actual changes, this part of code was awaited via ListenStartEvent anyway) ; - remove ListenerStartEvent and ListenerRunningOK flag, no use now; - make Reqs list of listening sockets class member; - leave Reqs list destruction in listener thread (it should happen just after Shutdown but after polling loop stopped to prevent races); - ut for server startup fail.
* ydb: support go code in OSSuzhas2023-08-242-2/+2
|
* one shot pollerkulikov2023-08-223-40/+60
| | | | | | | | With WaitReadOneShot: - there is no need to do Unwait on connection activation, one less syscall per request; - this allows to make several listener threads over one epoll poller. Turn option on for search daemons (check it turned on by default here https://a.yandex-team.ru/review/4372795/details).
* [yql/udfs/string] Add base32daredevil20022023-08-2213-0/+506
| | | | Добавил в String UDF поддержку base32
* make has method constjansenin2023-08-212-2/+2
|
* Add yt into autobuildaozeritsky2023-08-2127-0/+1152
|
* Intermediate changesrobot-piglet2023-08-211-1/+49
|
* unified-agent: add log for SeqNoaleksei-le2023-08-201-1/+1
|
* YT-18571: Replace NYT::ToUnderlying with ::ToUnderlying from util/generic/cast.hbabenko2023-08-192-12/+2
|
* Intermediate changesrobot-piglet2023-08-181-0/+118
|
* Minor cosmetic changessabdenovch2023-08-181-1/+1
| | | | | | | | Minor cosmetic changes space after for space after if
* Support StoreResult to std::optional in LastGetoptmelkov2023-08-161-0/+6
|
* Intermediate changesrobot-piglet2023-08-161-99/+68
|
* Support BS autoconfig KIKIMR-19031alexvru2023-08-1524-0/+737
|
* Introduce distributed configuration KIKIMR-19031alexvru2023-08-141-1/+4
|
* Fix transfer env vars from parent to a forked testgalaxycrab2023-08-141-10/+0
|
* add Map.Has(TString)jansenin2023-08-143-0/+8
|
* Virtual destructor librariesjack2392023-08-141-2/+2
| | | | Virtual destructor in cpp library
* YT-19686: Add stubs for YT_USE_VANILLA_PROTOBUFgritukan2023-08-131-0/+3
|
* Intermediate changesrobot-piglet2023-08-112-6/+5
|
* Intermediate changesrobot-piglet2023-08-112-0/+9
|
* (no commit message)pg2023-08-111-1/+2
|
* Rollback: rXXXXXXrobot-srch-releaser2023-08-111-2/+0
| | | | | | | | [diff-resolver:chay-chitsd] Sandbox task: https://sandbox.yandex-team.ru/task/1874033895/view Task author: andrew-iv@ Description: пробуем откатить 12083786 для Note: mandatory check (NEED_CHECK) was skipped
* fix usage for non NActors namespace usingivanmorozov2023-08-101-1/+1
|
* Remove needless template argument, KIKIMR-18950kruall2023-08-104-17/+16
|
* KIKIMR-18932:special verification for formatted stream writingivanmorozov2023-08-102-3/+51
|
* comment that FeaturesRecommended and FeaturesRobot are deprecatedsocialgraph2023-08-091-0/+2
| | | | message about deprecated
* Check stop flag before getting activation, KIKIMr-18950kruall2023-08-091-2/+2
|
* Make OSS build happydcherednik2023-08-0812-32/+32
|
* Support static node list change subscriptions in Dynamic Nameservice and use ↵alexvru2023-08-082-0/+16
| | | | them in BSC KIKIMR-13309
* Better C++ coroutine lifetime in actors KIKIMR-18962snaury2023-08-0820-438/+724
|
* Report actor usage activity KIKIMR-11082alexvru2023-08-0710-43/+208
|
* Use relaxed memory order in TPercentileTracker[Lg] KIKIMR-18953va-kuznecov2023-08-073-26/+46
|
* YT-19686: Support building TRef from std::stringgritukan2023-08-073-0/+9
|
* Support running C++ coroutines as actors KIKIMR-18962snaury2023-08-0724-0/+1783
|
* fix afterpg2023-08-065-13/+3
|
* Intermediate changesrobot-piglet2023-08-061-0/+9
|
* (no commit message)pg2023-08-065-0/+14
|
* KIKIMR-18702 JUnit tests. Save captured test output even when abort happenedgalaxycrab2023-08-042-1/+97
|
* MARKETRECOM-8673_json_enum_valuemalkovskynv2023-08-0320-5/+329
|
* Add virtual destructor for TImpl class for TAtomicRefCount correct workchay-chitsd2023-08-031-0/+2
|