aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Allow to pass exception to the coroutine to be cancellednocomer2022-10-143-0/+50
|
* feat: add dlc-ctl package to autocheckcody02022-10-131-12/+2
|
* [scheme] Allow to create a new null value which shares a pool with the ↵sobols2022-10-123-1/+99
| | | | current value without directly attaching it as child
* Fix wilson uploader event handleralexvru2022-10-121-5/+33
|
* [relaxed_escaper] Speed upsobols2022-10-101-15/+19
|
* add test to reproduce the buggvit2022-10-101-4/+10
|
* Use TContiguousData rooms interface in vdisk/pdiskinnokentii2022-10-103-5/+121
| | | | | | | separate concerns add tracing add tracing calls
* Add full message name to error about unknown field in json2protobulatman2022-10-071-1/+1
|
* Memory reference tracking restylingsavrus2022-10-078-48/+105
|
* health checker testsandrew-rykov2022-10-071-39/+0
|
* Introduce serverless names to labeled countersmokhotskii2022-10-061-0/+4
| | | | | 1. Move some classes from tablet_counters_aggregator to private folder 2. Move labled counters to a separate proto file 3. Add serverless_names to labeled counters
* [vcs][library][ydb] move TAsyncSemaphore from ydb/library to ↵tldr2022-10-055-0/+317
| | | | | library/cpp/threading Потребовалось для
* [unittest] Add NOLINT for clang-tidysobols2022-10-051-8/+8
|
* Fix of aligned_free on windowsaleexfi2022-10-044-14/+26
|
* support content-type in GETuzhas2022-10-042-1/+26
|
* Use TContiguousData rooms interface in vdisk/pdiskinnokentii2022-09-301-0/+8
| | | Use TContiguousData rooms interface in vdisk/pdisk/erasure
* Do not enable cuda globally for all platformssvidyuk2022-09-301-0/+3
|
* emplace_back() with arguments support + return reference for consistency ↵tobo2022-09-302-3/+39
| | | | with TVector
* Add more params for jemallocbugaevskiy2022-09-291-1/+40
|
* Extend TContiguousData interfaceinnokentii2022-09-295-39/+438
| | | extend TContiguousData interface
* Pre resolve self address for discoveryhor9112022-09-291-1/+10
|
* External build system generator release 10robot-ya-builder2022-09-267-8/+8
| | | Update tools: yexport
* Add GroupOverseer component for testingalexvru2022-09-242-0/+4
|
* spans usage for rpc_long_txivanmorozov2022-09-232-2/+10
|
* Support logic time in ORMdgolear2022-09-233-0/+21
|
* add profile attribute into profile spanivanmorozov2022-09-222-5/+18
|
* span with profileivanmorozov2022-09-216-0/+253
|
* remove unused includestobo2022-09-215-7/+0
|
* Introduce shared range holderssavrus2022-09-196-52/+57
|
* new canonization for robotsocialgraph2022-09-191-2/+1
| | | to new canonization in robot
* Sane handling of %x and %X for pointers in Formatbabenko2022-09-193-5/+38
|
* Fix tsan warnings in yt intrusive ptrayles2022-09-191-0/+4
| | | | | | | | | | | | | | | | | | | | | For example, https://github.com/google/sanitizers/issues/1352 - tsan is not working well with std::atomic_thread_fence Minimal reproducible example (and one that bothers most in every fiber-aware service): ``` auto threadPool = NYT::New<NYT::NConcurrency::TThreadPool>(2, "thread"); TVector<NYT::TFuture<void>> futures; for (size_t i = 0; i < 100000; ++i) { futures.emplace_back(BIND([]() { }).AsyncVia(threadPool->GetInvoker()).Run()); } for (auto& future : futures) { future.Get().ThrowOnError(); } ```
* Rebalancing autocheck partitions and distbuild clusters.robot-dts-analyst2022-09-192-3/+4
| | | The process of preparing changes https://sandbox.yandex-team.ru/task/1452983473/view
* Add TContiguousDatainnokentii2022-09-168-488/+1109
| | | extract TChunk as TContiguousData
* add log buffer 3andrew-rykov2022-09-156-178/+164
|
* Support logging unstructured messages to structured logbabenko2022-09-154-1/+36
|
* do not crash on invalid urluzhas2022-09-141-1/+0
|
* NextRetryDelay workaround + last bytes logs on retryhor9112022-09-141-10/+15
|
* Switch commit hash maps to absl::flat_hashsnaury2022-09-142-0/+23
|
* TRope zero-copy extractinnokentii2022-09-132-1/+79
| | | extend TRope interface with underlying container extraction
* Remove Sleep from logger when AllowDrop is falsesnaury2022-09-132-14/+3
|
* add-log-buffer 2andrew-rykov2022-09-1310-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
* Replace TString with TRope TEvVPutinnokentii2022-09-122-4/+75
| | | | | | | add TRope to string comparators make TRope from string constructor explicit replace TString to TRope in couple places
* fix out of boundary readermolovd2022-09-122-1/+22
|
* Bump play services to latest versionstrivias2022-09-122-0/+1324
|
* test canonize with hash bangsocialgraph2022-09-115-60/+78
| | | test hash bang
* support duration and timestamp as string in json2protobbiff2022-09-117-0/+165
|
* Replace TString with TRope in TEvPutinnokentii2022-09-101-1/+1
| | | replace TString with TRope in TEvPut
* remove macros clash with absl librariesgvit2022-09-093-20/+14
|
* Move TSharedData to actors libinnokentii2022-09-0912-3/+719
| | | | | | | fix MemoryTrack usages move MemoryTrack to utils move TSharedData to actors lib