aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2025-06-072-1/+7
| | | | commit_hash:fa53360347974a1c0f3badfe05ea1569a4b6212e
* Intermediate changesrobot-piglet2025-06-072-2/+3
| | | | commit_hash:bd5f4cb87add017a4d96e29e55b014f905825898
* Update contrib/libs/openldap to 2.6.10robot-contrib2025-06-0713-19/+123
| | | | commit_hash:cc795ef3022ab137db4e9ee8d731f354c2d608ff
* Update contrib/restricted/aws/aws-c-mqtt to 0.13.1robot-contrib2025-06-074-8/+28
| | | | commit_hash:018a8aa49dc28afc356e3e6938826f660acd07ed
* use yamaker for brotliredotter2025-06-077-36/+57
| | | | | Засовываю `contrib/libs/brotli` под yamaker, чтобы была возможность обновлять его автоматически commit_hash:4a75d7b2dc04c21ae4d9619af457fea1e6adbf8b
* Intermediate changesrobot-piglet2025-06-07116-1202/+1668
| | | | commit_hash:929b636025dc9f709f1ff57bfa609d3504adba19
* use repo layout in `contrib/libs/brotli`redotter2025-06-0590-10/+10
| | | | commit_hash:b4eac4cf131dd15c80c126415bebfca8a85d819d
* Update contrib/libs/simdjson to 3.13.0robot-contrib2025-06-0510-26/+73
| | | | commit_hash:c30203c3ffe630324436789272f0d65d573575bc
* feat clang-tidy: add new checks to whitelistabramov-alex2025-06-052-9/+9
| | | | | | | | | | | | | Adds four new checks: - misc-const-correctness ([docs](https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html)): ensures all variables that can be declared const are indeed declared const - misc-use-anonymous-namespace ([docs](https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html)): finds symbols declared at global scope that can be moved into an anonymous namespace - readability-duplicate-include ([docs](https://clang.llvm.org/extra/clang-tidy/checks/readability/duplicate-include.html)): removes duplicate #include's - readability-identifier-length ([docs](https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-length.html)): finds variables and functions with too short names. By default the minimum required length is 3 commit_hash:180a6d8e7cd3773e9c1712703a1e2954e3be876b
* Intermediate changesrobot-piglet2025-06-055-5/+4
| | | | commit_hash:40bf61b82ccf579324ce46b351b55852673bc7db
* Fix user data lifetime bugmikailbag2025-06-033-9/+36
| | | | | | | Profile previously have not extended lifetime for user data referenced by contained allocations. Such data could be destroyed too early, potentially during deallocation, rendering user_data pointer invalid (and thus making the whole feature effectively unusable). As a fix, profiles now act as strong pointers for all sampled allocations. commit_hash:8f77b397661ca7eab30793aece6f2e655722e99c
* Intermediate changesrobot-piglet2025-06-0310-222/+424
| | | | commit_hash:0a6563120495cf8a8132e2fd72fdd9d0ac36db05
* Update contrib/libs/croaring to 4.3.2robot-contrib2025-06-036-28/+52
| | | | commit_hash:44e7ead74b54c7109589eaa9eab7b4ca9caaf521
* Intermediate changesrobot-piglet2025-05-319-196/+174
| | | | commit_hash:0b67855d017f0b9d79b9ae4b931a252f94318014
* Update contrib/python/types-protobuf to 6.30.2.20250516robot-contrib2025-05-316-19/+18
| | | | commit_hash:7a31c2f1702a251643032add182c83498de96056
* Intermediate changesrobot-piglet2025-05-315-33/+46
| | | | commit_hash:6a081c0dfeb90c941bc82c3c6f19a684815145bb
* Intermediate changesrobot-piglet2025-05-301-1/+1
| | | | commit_hash:a202126dac8bf1e6d89ecdeef0b1a94564b12916
* Deprecate contrib/libs/yajl and contrib/restricted/http-parserthegeorg2025-05-3041-6/+6
| | | | | | | | * http-parser was explicitly deprecated: https://github.com/nodejs/http-parser Use contrib/restricted/llhttp instead * https://github.com/lloyd/yajl received no updates for 10 years. Use either contrib/libs/json-c or contrib/libs/simdjson instead. commit_hash:4be3755e7075401bf866ec2716550bec000286b1
* Fix potential vulnerable cloned functionnpt-17072025-05-291-2/+2
| | | | | | | | | | | | | | | | | | | * Changelog entry Type: fix Component: contrib/libs/yajl Hi there, I identified another vulnerability in a clone function yajl_string_decode() in `contrib/libs/yajl/yajl_encode.c` sourced from [brianmario/yajl-ruby](https://github.com/brianmario/yajl-ruby). This issue, originally reported in-16516](https://nvd.nist.gov/vuln/detail/CVE-2017-16516), was resolved in the repository via this commit https://github.com/brianmario/yajl-ruby/commit/a8ca8f476655adaa187eedc60bdc770fff3c51ce. This PR applies the corresponding patch to fix the vulnerabilities in this codebase. Please review at your convenience. Thank you! --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1261 commit_hash:d98c6330759e2ae178b04885d9a87ca5d7f574f8
* Intermediate changesrobot-piglet2025-05-272-5/+1
| | | | commit_hash:4c784d04ee4b4d8786e4c4ddf0e1af3abe48f5a3
* Add ftxui to YDBeivanov892025-05-26121-0/+22239
| | | | commit_hash:950eb4e30201bcf0d03f75074c8034665d191474
* Intermediate changesrobot-piglet2025-05-261-1/+1
| | | | commit_hash:508715aa5dbd005ad8e4319526b7ae1f76148e79
* Intermediate changesrobot-piglet2025-05-268-25/+41
| | | | commit_hash:12fc2b708e5345ee6f0d5786530a156482c45297
* Intermediate changesrobot-piglet2025-05-2645-764/+2064
| | | | commit_hash:bb1faa2b979b676d8af27d9d197dacf825d3ef98
* Update contrib/python/types-protobuf to 6.30.2.20250506robot-contrib2025-05-2413-85/+362
| | | | commit_hash:0dd1c540e0f2b06db0697a7c43a89979129be6af
* Intermediate changesrobot-piglet2025-05-247-40/+48
| | | | commit_hash:3557a5a63e3980fe86f8e350ff44fe458feb2459
* Update contrib/python/types-protobuf to 5.29.1.20250315robot-contrib2025-05-234-6/+12
| | | | commit_hash:09eb8a06d4c2312855f39a3fac6b9aa4c1d33ae2
* Intermediate changesrobot-piglet2025-05-233-2/+24
| | | | commit_hash:c008b6ddcf2fe5b1c92f66c54fac2c8c9dc7446c
* Revert commit rXXXXXX, contrib/libs/grpc: Backport patch to fix race ↵thegeorg2025-05-234-139/+0
| | | | | | condition during openssl shutdown commit_hash:65fb8d40012f8e188efdebc8137a923db4fcc6e1
* Fix inverted length checkreshilkin2025-05-232-1/+18
| | | | | https://github.com/grpc/grpc/issues/37969 commit_hash:5cff91206457e54004525eec93ec70c3942b7cd6
* Update Cython to 3.0.12shadchin2025-05-2320-71/+117
| | | | commit_hash:96359824bab02082b58bc1c40c68f9462e3ffc3a
* Update Cython to 3.0.11shadchin2025-05-2229-290/+460
| | | | commit_hash:ad41766fcde35c98b754b17abb8523d40312b2a6
* Intermediate changesrobot-piglet2025-05-229-16/+30
| | | | commit_hash:60788997a56acd9e08cf68366cf5861243a61cba
* Intermediate changesrobot-piglet2025-05-225-9/+9
| | | | commit_hash:e0cf52a226b5e624289f15b2652bebdb2f7cfe54
* Intermediate changesrobot-piglet2025-05-225-10/+11
| | | | commit_hash:6367657994b2b5807211ad25da40f3a88dbe4783
* Revert contrib/libs/grpc back to using c-ares DNS resolverthegeorg2025-05-212-12/+1
| | | | commit_hash:4b6bd3950bb08a92d9c87ff377f21d40ad321280
* Intermediate changesrobot-piglet2025-05-217-19/+37
| | | | commit_hash:8a49e0ee63428d74bcd80fe804b8bb1b7c066a89
* Intermediate changesrobot-piglet2025-05-203-78/+1004
| | | | commit_hash:6d9d4afb906e7c43e37ca1a135bbe8d1059f19d1
* Intermediate changesrobot-piglet2025-05-207-14/+66
| | | | commit_hash:ac53b6445d4c78c7724d2cedae353982d0fb8332
* Intermediate changesrobot-piglet2025-05-2015-13/+870
| | | | commit_hash:4518e1fc835bd128306da321c9c8a7578cfde09c
* Fix reimport for Cythonshadchin2025-05-208-67/+24
| | | | commit_hash:42f70df990e2d7ee884e3992b246bc66e8374beb
* [contrib] abseil-cpp: Fix unbundling for cleanup and crcdeshevoy2025-05-198-5/+93
| | | | commit_hash:c10d05a8085223a0d0896b4a7bed412b1cd23dec
* Update Cython to 3.0.10.nik-bes2025-05-19277-10469/+33500
| | | | commit_hash:b43c96b868cd36d636192fd2c6024d9f0d2fb6f8
* Update contrib/restricted/aws/aws-checksums to 0.2.7robot-contrib2025-05-1829-187/+2443
| | | | commit_hash:c5bf5558f1399900ede13429f75a7f75ebd82151
* Intermediate changesrobot-piglet2025-05-189-22/+42
| | | | commit_hash:cfd5a8bdf3911e5b89010825428d90d8527efd21
* Make __TBB_CPP17_MEMORY_RESOURCE_PRESENT definition conditional on ↵akhropov2025-05-172-2/+19
| | | | | | __cpp_lib_memory_resource. commit_hash:8359e203305ad480bc706cc35cb46f6e0dbc9e02
* Bind -mpclmul to -mavxthegeorg2025-05-171-8/+1
| | | | commit_hash:fcb024e8b238227809ddb121ed2f7a618ea6a480
* Intermediate changesrobot-piglet2025-05-171-1/+3
| | | | commit_hash:c792028cbc20db1585caee3fa3bd0228e9015954
* Update contrib/restricted/aws/aws-c-mqtt to 0.13.0robot-contrib2025-05-1532-87/+6111
| | | | commit_hash:900d7ae27d5925a212ae7faea8bcdad8f42ef947
* Remove Cygwin headers from sysincl/unsorted.ymlthegeorg2025-05-1514-81/+17
| | | | | | Cygwin is not supported: we have neither toolchain for it not corresponding SDK. It is probably broken already, but I am unable to check this due to the above. commit_hash:da1c24d78cffef68634e2bad041060508cb760eb