Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [vcs][library][ydb] move TAsyncSemaphore from ydb/library to ↵ | tldr | 2022-10-05 | 5 | -0/+317 | |
| | | | | | library/cpp/threading Потребовалось для | |||||
* | [unittest] Add NOLINT for clang-tidy | sobols | 2022-10-05 | 1 | -8/+8 | |
| | ||||||
* | Fix of aligned_free on windows | aleexfi | 2022-10-04 | 4 | -14/+26 | |
| | ||||||
* | support content-type in GET | uzhas | 2022-10-04 | 2 | -1/+26 | |
| | ||||||
* | Use TContiguousData rooms interface in vdisk/pdisk | innokentii | 2022-09-30 | 1 | -0/+8 | |
| | | | Use TContiguousData rooms interface in vdisk/pdisk/erasure | |||||
* | Do not enable cuda globally for all platforms | svidyuk | 2022-09-30 | 1 | -0/+3 | |
| | ||||||
* | emplace_back() with arguments support + return reference for consistency ↵ | tobo | 2022-09-30 | 2 | -3/+39 | |
| | | | | with TVector | |||||
* | Add more params for jemalloc | bugaevskiy | 2022-09-29 | 1 | -1/+40 | |
| | ||||||
* | Extend TContiguousData interface | innokentii | 2022-09-29 | 5 | -39/+438 | |
| | | | extend TContiguousData interface | |||||
* | Pre resolve self address for discovery | hor911 | 2022-09-29 | 1 | -1/+10 | |
| | ||||||
* | External build system generator release 10 | robot-ya-builder | 2022-09-26 | 7 | -8/+8 | |
| | | | Update tools: yexport | |||||
* | Add GroupOverseer component for testing | alexvru | 2022-09-24 | 2 | -0/+4 | |
| | ||||||
* | spans usage for rpc_long_tx | ivanmorozov | 2022-09-23 | 2 | -2/+10 | |
| | ||||||
* | Support logic time in ORM | dgolear | 2022-09-23 | 3 | -0/+21 | |
| | ||||||
* | add profile attribute into profile span | ivanmorozov | 2022-09-22 | 2 | -5/+18 | |
| | ||||||
* | span with profile | ivanmorozov | 2022-09-21 | 6 | -0/+253 | |
| | ||||||
* | remove unused includes | tobo | 2022-09-21 | 5 | -7/+0 | |
| | ||||||
* | Introduce shared range holders | savrus | 2022-09-19 | 6 | -52/+57 | |
| | ||||||
* | new canonization for robot | socialgraph | 2022-09-19 | 1 | -2/+1 | |
| | | | to new canonization in robot | |||||
* | Sane handling of %x and %X for pointers in Format | babenko | 2022-09-19 | 3 | -5/+38 | |
| | ||||||
* | Fix tsan warnings in yt intrusive ptr | ayles | 2022-09-19 | 1 | -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-analyst | 2022-09-19 | 2 | -3/+4 | |
| | | | The process of preparing changes https://sandbox.yandex-team.ru/task/1452983473/view | |||||
* | Add TContiguousData | innokentii | 2022-09-16 | 8 | -488/+1109 | |
| | | | extract TChunk as TContiguousData | |||||
* | add log buffer 3 | andrew-rykov | 2022-09-15 | 6 | -178/+164 | |
| | ||||||
* | Support logging unstructured messages to structured log | babenko | 2022-09-15 | 4 | -1/+36 | |
| | ||||||
* | do not crash on invalid url | uzhas | 2022-09-14 | 1 | -1/+0 | |
| | ||||||
* | NextRetryDelay workaround + last bytes logs on retry | hor911 | 2022-09-14 | 1 | -10/+15 | |
| | ||||||
* | Switch commit hash maps to absl::flat_hash | snaury | 2022-09-14 | 2 | -0/+23 | |
| | ||||||
* | TRope zero-copy extract | innokentii | 2022-09-13 | 2 | -1/+79 | |
| | | | extend TRope interface with underlying container extraction | |||||
* | Remove Sleep from logger when AllowDrop is false | snaury | 2022-09-13 | 2 | -14/+3 | |
| | ||||||
* | add-log-buffer 2 | andrew-rykov | 2022-09-13 | 10 | -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 TEvVPut | innokentii | 2022-09-12 | 2 | -4/+75 | |
| | | | | | | | add TRope to string comparators make TRope from string constructor explicit replace TString to TRope in couple places | |||||
* | fix out of boundary read | ermolovd | 2022-09-12 | 2 | -1/+22 | |
| | ||||||
* | Bump play services to latest versions | trivias | 2022-09-12 | 2 | -0/+1324 | |
| | ||||||
* | test canonize with hash bang | socialgraph | 2022-09-11 | 5 | -60/+78 | |
| | | | test hash bang | |||||
* | support duration and timestamp as string in json2proto | bbiff | 2022-09-11 | 7 | -0/+165 | |
| | ||||||
* | Replace TString with TRope in TEvPut | innokentii | 2022-09-10 | 1 | -1/+1 | |
| | | | replace TString with TRope in TEvPut | |||||
* | remove macros clash with absl libraries | gvit | 2022-09-09 | 3 | -20/+14 | |
| | ||||||
* | Move TSharedData to actors lib | innokentii | 2022-09-09 | 12 | -3/+719 | |
| | | | | | | | fix MemoryTrack usages move MemoryTrack to utils move TSharedData to actors lib | |||||
* | use hash bang flag | socialgraph | 2022-09-08 | 8 | -17/+36 | |
| | | | use hash bang flag | |||||
* | Add iterations to y_benchmark JSON | baidashkin | 2022-09-08 | 1 | -0/+1 | |
| | ||||||
* | Add method for sending message without waking thread up, | kruall | 2022-09-07 | 11 | -122/+234 | |
| | ||||||
* | new recommended flags and add features flags argument to GetParsedUri | socialgraph | 2022-09-06 | 1 | -0/+2 | |
| | | | features flags to GetParsedUri | |||||
* | External build system generator release 7 | robot-ya-builder | 2022-09-06 | 6 | -6/+6 | |
| | ||||||
* | prepare for cgi param length checking | joker2k | 2022-09-05 | 1 | -0/+10 | |
| | | | | | | | add market_report_disable_cgi_params_check flag add TPackedConstChar, use it for property in UserData, misc modifications refactor query_parsing, no strlen for every string | |||||
* | Extend TRope interface to improve single-buffer cases usage | innokentii | 2022-09-05 | 2 | -13/+298 | |
| | | | add TRope single-buffer interfaces | |||||
* | [getopt] Add typo check for long options | lightqwant | 2022-09-01 | 3 | -0/+54 | |
| | ||||||
* | Update external build system generation utility | robot-ya-builder | 2022-09-01 | 64 | -12/+619 | |
| | | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags | |||||
* | Do not hold compaction when having active snapshots | alexvru | 2022-08-31 | 1 | -0/+2 | |
| | ||||||
* | New cmake semantics for compiling with AVX and other specific flags | ignat | 2022-08-31 | 4 | -47/+0 | |
| |