aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* YT-19191: Support system stl for yt/cpp/mapreduce clientnadya732023-05-252-3/+3
| | | Support default stl for yt/cpp/mapreduce client
* Add precharge benchmarkkungasc2023-05-256-0/+96
|
* more detailed logging;qkrorlqr2023-05-241-1/+14
|
* Examples in lwtracealexv-smirnov2023-05-2411-0/+172
|
* Search in hashmap benchmarkdtyo2023-05-241-3/+405
| | | kv search benchmark
* feat grpc: decode URL-encoded peer address in grpc libraryleonidlazarev2023-05-242-2/+11
|
* add ability to use test filter list from filenkozlovskiy2023-05-243-1/+32
| | | | | для opensource YDB очень важно иметь возможность не запускать некоторые тесты. Сейчас это можно сделать через аргументы командой строки, но это для нас не удобно по причине того, что нам необходимо будет для включения/исключения теста запускать cmake, и конфиг для исключения тестов с CMake получается очень раздутый и не удобный. я предлагаю добавить опцию и переменную окружения, в котором будет передаваться имя файла со списком enabled/disabled тестов.
* add proper ut for handling remote traces; update owners;asorotsky2023-05-241-7/+39
|
* Intermediate changesrobot-piglet2023-05-231-2/+6
|
* proper handling for joined probes timestamps;asorotsky2023-05-231-1/+8
|
* YT: Fix memory leak in Newbulatman2023-05-232-2/+19
|
* feat grpc: correct order of the fork variable setleonidlazarev2023-05-221-1/+10
| | | Correct order of the GRPC_ENABLE_FORK_SUPPORT set
* YT-18571: Drop TStrongTypedef::operator=babenko2023-05-202-22/+0
|
* Enable more tests involving memory taggingbabenko2023-05-201-3/+7
|
* YT-17341: Use thread name instead of thread id in error origins.yuryalekseev2023-05-206-0/+65
|
* Extract memory tag API to librarybabenko2023-05-1913-96/+156
|
* Validate incoming peer hostname through direct DNS lookupalexvru2023-05-182-31/+65
|
* Setup test env.vars from test.context during test binary initialization cppzhukoff-pavel2023-05-183-11/+34
|
* Fix OpenSSL problemalexvru2023-05-174-17/+25
|
* Add lua http lib; Add TVM auth for HTTP inputvadim-xd2023-05-171-1/+1
|
* Switch TMonotonic to CLOCK_BOOTTIME instead of a separate typesnaury2023-05-178-197/+76
|
* add sum of vector elements benchmarkdtyo2023-05-161-4/+297
|
* Add SSL_OP_NO_TLSv1_1, SSL_OP_NO_TLSv1 ssl optionsmolotkov-and2023-05-161-0/+2
|
* Support monotonic boot time with suspend awarenesssnaury2023-05-1611-154/+332
|
* Remove extra semicolons in ytbulatman2023-05-164-8/+14
|
* Fix bugalexvru2023-05-151-1/+1
|
* RFC 8297 (Early Hints) initial support in balancernocomer2023-05-122-0/+3
|
* Fix IC counters performancealexvru2023-05-123-20/+43
|
* Remove counters upon VDisk destructionalexvru2023-05-112-4/+19
|
* Support xxHash in ICalexvru2023-05-1012-11/+78
|
* YT-17689: Move TFreeList to library/cpp/yt/memoryaleexfi2023-05-107-5/+459
| | | Iteration no. 2. First one reverted due to YT-18997
* Add utils for token modification in fyamlinnokentii2023-05-073-20/+422
| | | add utils for token modification in fyaml
* Support object key serializations-berdnikov2023-05-071-2/+1
|
* unify actor-system-logs for non-actor-system casesivanmorozov2023-05-076-63/+115
|
* Fix encryption problemalexvru2023-05-052-88/+86
|
* "Update old actors examples"Kirill Grachev2023-05-053-10/+10
| | | | | "Update old actors examples" Pull Request resolved: #174
* Fix IC regressionalexvru2023-05-051-3/+5
|
* Add utils for scalar modification in fyamlinnokentii2023-05-053-0/+63
| | | add utils for scalar modification in fyaml
* Intermediate changesrobot-piglet2023-05-052-1/+8
|
* Intermediate changesrobot-piglet2023-05-052-8/+12
|
* Improve ICalexvru2023-05-045-47/+100
|
* YT-18920: Add `TryDecodeEnumValue()`galtsev2023-05-043-23/+49
|
* Revert: "Update old examples"kruall2023-05-043-10/+10
|
* Further IC fixesalexvru2023-05-033-136/+140
|
* Quick sort benchmark for actor system vs thread pooldtyo2023-05-035-0/+420
|
* Some IC fixesalexvru2023-05-039-134/+195
|
* Push down TMPDIR env var to a subprocessalexv-smirnov2023-05-021-3/+8
|
* YT-19007: Implement NewWithOffloadedDtorbabenko2023-05-024-112/+120
|
* External build system generator release 31robot-ya-builder2023-05-011-2/+0
| | | Update tools: yexport
* Statically assert little endianbabenko2023-04-291-3/+1
|