aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Drop hash_helpers.hbabenko2023-04-295-0/+21
|
* Fix powerpc.hlurid2023-04-281-1/+1
|
* Fix library -Wdeprecate-lax-vec-conv-alllurid2023-04-281-7/+7
|
* Some IC fixesalexvru2023-04-274-224/+198
|
* Fix library -Wunused-but-set-variablelurid2023-04-261-1/+1
|
* Improve IC and XDCalexvru2023-04-268-22/+112
|
* Support XDC streamsalexvru2023-04-2514-551/+1436
|
* Intermediate changesrobot-piglet2023-04-211-2/+2
|
* Remove dependency on library/cpp/containers/flat_hashsnaury2023-04-2045-3561/+0
|
* YT-18920: Parse unknown enum valuesgaltsev2023-04-191-1/+25
|
* External build system generator release 29robot-ya-builder2023-04-19262-262/+262
| | | Update tools: yexport
* Rework interconnect sending stream machineryalexvru2023-04-1914-306/+612
|
* Revert "YT-17689: Move TFreeList to library/cpp/yt/memory"aleexfi2023-04-178-341/+94
| | | | This reverts commit 617a1d07971366c19cdf278579ee9b1cbfa53db8, reversing changes made to 27e0312d3842c4e5e3ea6b09611c8f6ff6938dd6.