aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix unused param warningarkhip0v02025-05-143-11/+24
| | | | | fix warning commit_hash:5fa1f0581a54427d44c4dd2a648718b640cf701a
* Update contrib/restricted/aws/aws-c-mqtt to 0.10.4robot-contrib2025-05-1437-1259/+6394
| | | | commit_hash:27ca94d1c91767f620f86a6e9a6af618b0771fdf
* Update contrib/restricted/aws/aws-c-common to 0.12.3robot-contrib2025-05-149-23/+57
| | | | commit_hash:f3f79235feeb6355ed1e2af98595118f592fab70
* Intermediate changesrobot-piglet2025-05-1413-37/+321
| | | | commit_hash:c71c347c3e639c8b11c86cd2f11082a2e1805123
* Update contrib/libs/opentelemetry-proto to 1.6.0robot-contrib2025-05-1412-79/+141
| | | | commit_hash:5d5dbcef6783426f17c5fbb65c689286728fb055
* Intermediate changesrobot-piglet2025-05-144-5/+5
| | | | commit_hash:7679782635e569e8ee2523417b63253837479b59
* Update contrib/restricted/aws/aws-c-common to 0.12.2robot-contrib2025-05-14107-627/+8529
| | | | commit_hash:fc6e67f9b12b0b888c90bb97bf2b1cbfcd74a044
* contrib/libs/grpc: Backport patch to fix race condition during openssl shutdownthegeorg2025-05-134-0/+139
| | | | | | Ensure OPENSSL global clean up happens after gRPC shutdown completes. OPENSSL registers an exit handler to clean up global objects, which may happen before gRPC removes all references to OPENSSL. commit_hash:7120e72fcbfbac3997483f3551f864ff9b8ec3a4
* Import matplotlibzverevgeny2025-05-133285-0/+1505730
| | | | commit_hash:d59c2338025ef8fd1e1f961ed9d8d5fd52d0bd96
* Add option to keep node marks in YAML::Clonevadim-xd2025-05-135-16/+131
| | | | commit_hash:abbf0a3ab65e0cc6d9840a440e09f02209c19239
* Update contrib/restricted/aws/aws-c-compression to 0.3.1robot-contrib2025-05-133-5/+5
| | | | commit_hash:fc96e97c5cae275b4c420262837d30416a28d209
* Intermediate changesrobot-piglet2025-05-131-1/+4
| | | | commit_hash:ab21307e78bb1560b067e8c15b517938723b63de
* Update contrib/restricted/aws/aws-c-event-stream to 0.5.4robot-contrib2025-05-135-29/+61
| | | | commit_hash:914e89750fdd22c5dcb1a365cfbca317e95a81d2