aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix Compact to support undetached containers KIKIMR-18902alexvru2023-08-032-9/+34
|
* Add TNodeOps class, that contains common functionality of TNodeRef and TNodejansenin2023-08-023-357/+601
|
* Drop misused __LINE__ in macrobabenko2023-08-021-28/+28
|
* Remove extra semicolonbulatman2023-08-023-7/+1
|
* Copy ineffective rope in DS proxy Get request KIKIMR-18902alexvru2023-08-018-0/+27
|
* Use UDFs from YDBvvvv2023-07-31286-23598/+0
|
* add exception with related exceptionsjansenin2023-07-313-31/+116
|
* YQL-16239 Move purecalc to publicvvvv2023-07-31286-0/+23598
|
* Check TProcStat.Fill result in library/cpp/actors/core/process_stats.cppkungasc2023-07-311-5/+7
|
* ToDebugStringazevaykin2023-07-301-0/+9
|
* YT-19210: expose YQL shared library for YT.max422023-07-29216-0/+21895
| | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
* replace wilson/protos with PEERDIR to contrib/libs/opentelemetry-protosoniachrn2023-07-2816-828/+22
| | | remove duplicate protos
* Intermediate changesrobot-piglet2023-07-286-20/+321
|
* add TryNodeFromJsonString: ability to parse object and check errors without ↵ilnurkh2023-07-275-0/+30
| | | | try-catch
* revert rXXXXXX (see discusstion in pr), will commit again more pci-dss ↵kulikov2023-07-2744-1261/+40
| | | | friendly way
* Add explicit sanitizer dependencies up to marketreshilkin2023-07-265-0/+5
|
* Add several pools for one thread, KIKIMR-18440kruall2023-07-2617-154/+350
|
* Support h-format for escaped (but unquoted) stringsbabenko2023-07-262-10/+32
|
* Exclude util, libc++ and libc_compat dependencies from ↵thegeorg2023-07-255-12/+2
| | | | library/cpp/sanitizer/include
* Add explicit sanitizer dependenciesreshilkin2023-07-2510-0/+100
|
* Improve payload wire encoding and XDC selection KIKIMR-18394alexvru2023-07-249-64/+221
|
* Add explicit sanitizer dependenciesreshilkin2023-07-241-0/+8
|
* try to get rid of locks and allocations for elastic queue thread poolkulikov2023-07-2144-40/+1261
| | | | | | | | | In case of heavy load and high rps current thread pool implementation seems to have problems at least with contention on lock inside condvar (long futex wait calls from http server listener thread), so try to implement something more efficient: - replace condvar with TEventCounter implementation without internal lock (pthread condvar maintains waiters wakeup order, thread pool doesn't need it); - introduce well-known bounded mpmc queue over ring buffer; - get rid of TDecrementingWrapper; - add options to turn on new pool in library/cpp/http/server and search/daemons (will remove after adoption); - make elastic queue ut check both versions; - workaround problems with android/arm build targets.
* Fix data race in case of handling clinet timeout during streaming call. Fix ↵dcherednik2023-07-191-10/+12
| | | | possible use after free in case of enabled grpc debug log and streaming call. KIKIMR-18801
* Check the kqp session is destroyed during intermediate node stuck. KIKIMR-18250dcherednik2023-07-191-4/+9
|
* Don't validate version tag, if it is absent in peer, KIKIMR-18776serg-belyakov2023-07-181-1/+4
| | | Don't validate version tag, if it is absent in peer
* Allow using ibdrv interface in opensource appsthegeorg2023-07-183-8/+4
|
* guard for memory markers + split actor type operatorsivanmorozov2023-07-1828-125/+303
|