summaryrefslogtreecommitdiffstats
path: root/contrib/libs
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle protobuf patches to simplify the updatethegeorg32 hours4-79/+58
| | | | | | | 1. Replace `PROTOBUF_NODISCARD` / `PROTOBUF_MUST_USE_RESULT` with standard `[[nodiscard]]` 2. Remove conflict markers from the patch files 3. Apply non-critical patches on yamaker side, after the update commit_hash:4e6a85b2a8e69362498810fbf52bef6e6b0ae652
* Intermediate changesrobot-piglet6 days4-8/+8
| | | | commit_hash:67b427db03a8bc6ca150858e634b97fe916b0997
* Intermediate changesrobot-piglet6 days2-4/+4
| | | | commit_hash:d2da6ed53d161b48478eb9496a3b244ce234b972
* Intermediate changesrobot-piglet6 days3-5/+5
| | | | commit_hash:f088ee5140fe7cfb904b3d2eef65c385a73148fb
* Update contrib/libs/sqlite3 to 3.42.1robot-contrib9 days7-2523/+5022
| | | | commit_hash:ba43ce3defa7c5c19fd2980c259e22f71f6083a0
* Update contrib/libs/sqlite3 to 3.41.2robot-contrib9 days7-1552/+3272
| | | | commit_hash:7a02f03472516ac88ba9b8ac77d93a12fe2fa9ac
* Add zephyr toolchain for actions armalexeykurzov10 days1-1/+1
| | | | commit_hash:156600751e36f7a9aedb5145cb7b4e5535c287e1
* libbacktrace patch: handle FSE_Compressed_Mode blocks with 0 sequencespzuev11 days2-244/+883
| | | | | | | | | | Upstream issue: https://github.com/ianlancetaylor/libbacktrace/issues/164 Decompression of valid zstd-compressed .debug_info sections fails sometimes, leading to unsymbolicated stack traces. commit_hash:4d8b1f6863e9ed1b43a10c9b98d753ed95efd23d
* Update contrib/libs/croaring to 4.7.0robot-contrib12 days40-69/+1217
| | | | commit_hash:c6e09832ce3a96e1edf00f5d66cd6b3114c6d220
* Add support for zstd compression in grpc.vchigrin12 days10-4/+369
| | | | | | Support zstd compression in grpc. Ensure zstd algorithm is opt-in choice. commit_hash:d5c083c0e4fa3fa190094302c8b7cd7e34b95aac
* change afl logic to afl++artsdv13 days2-5/+0
| | | | | | | | | | | | | ## **AFL\+\+ integration into the fuzzing toolchain (replacing vanilla AFL)** **Problem being solved:** compile fuzzing targets with the `--afl` flag, substituting the clang/clang\+\+ compiler with afl-clang-fast / afl-clang-fast\+\+. The current vanilla AFL implementation is unmaintained and broken. The details were discussed here: <https://nda.ya.ru/t/lrUJhJBJ7dSnUG>. In this PR, the vanilla AFL code has been removed, leaving only `aflpp_driver.cpp` (from the AFLplusplus repository), the code that helps convert libfuzzer-like fuzzing harnesses to afl\+\+. Compilation uses the afl\+\+ toolchain, which was added in advance to `build/external_resources/aflplusplus/`. I had to make changes to the `devtools/ya` code, since I couldn't find any similar cases (selecting several compilers for a single platform depending on a flag). I chose not to register a new compiler, because afl-clang-fast is essentially a wrapper over clang with added passes — so I decided to select the compiler based on the `--afl` flag. commit_hash:cc138ebf17f07122cbcfdc9a79b371f6b73cd5ca
* Update contrib to allow ARM v9 SVE - step 1engineerxl2026-05-232-4/+2
| | | | | | | Разрешил include arm_sve в contrib Это PR -- первая часть [другого](https://nda.ya.ru/t/0aVcagQk7d6NL5 pull request commit_hash:bdacbda05e2f6bfbaa313ca800c0653ab0112091
* Intermediate changesrobot-piglet2026-05-22175-7720/+4571
| | | | commit_hash:11bbe86d0ef08ea8d553b91fb5390dbdf268fb5b
* Update contrib/libs/libunwind to 22.1.5robot-contrib2026-05-214-6/+6
| | | | commit_hash:c5cea72eb3229180ad24b842a60f208bbf983256
* Intermediate changesrobot-piglet2026-05-207-13/+13
| | | | commit_hash:52b6fe1797882f2bbd1764ef8222339d903d3a3f
* Update contrib/libs/backtrace to 2026-05-04robot-contrib2026-05-2020-51/+90
| | | | commit_hash:75812c00534578aff5d0f5016471ddb9ea2d1ff7
* Update contrib/libs/tbb to 2023.0.0robot-contrib2026-05-1661-1799/+2182
| | | | commit_hash:f8ac5955114f33ad2e9f066a067a4a1797ba87e5
* Intermediate changesrobot-piglet2026-05-151-2/+1
| | | | commit_hash:95942a256b1eec0fdfd7c2b3e114af1e071dfb47
* Update contrib/libs/expat to 2.8.1robot-contrib2026-05-157-15/+65
| | | | commit_hash:6f645d70571eec5c399c4c1b4766f804e5214385
* Update contrib/libs/ngtcp2 to 1.22.1robot-contrib2026-05-1566-1401/+1923
| | | | commit_hash:27dc01efa4e4112df9e46b57ac885c0fa14b9ec1
* Fix expat for ioskirilltatunov2026-05-144-3/+26
| | | | commit_hash:308fbd82a77d932321f6272102d0cc3fb576358b
* Intermediate changesrobot-piglet2026-05-132-2/+37
| | | | commit_hash:a4fa0584409634a18c0eae9dc3e8a4918e1246bd
* Update contrib/libs/nghttp2 to 1.69.0robot-contrib2026-05-1324-4308/+4505
| | | | commit_hash:bb859af772d2efb257d3dd0f35fd4e8576505e93
* Update contrib/libs/expat to 2.8.0robot-contrib2026-05-1330-298/+1152
| | | | commit_hash:ea9eed4328397804f4e50d4a6fe26c1401146e6d
* Update contrib/libs/simdjson to 4.6.4robot-contrib2026-05-124-6/+17
| | | | commit_hash:819b71344c6fdfbb52ef42e39c2fb58e77397812
* Update contrib/libs/nghttp3 to 1.15nocomer2026-05-1240-5443/+5207
| | | | commit_hash:ba91cf13f6e29a9e243533072e78710150cc7aaa
* Intermediate changesrobot-piglet2026-05-1136-1629/+2317
| | | | commit_hash:150d71b7a4009d6bb4d8df6ff66d67cd1a4355e8
* Intermediate changesrobot-piglet2026-05-1131-209/+200
| | | | commit_hash:b2f2afd902017d4244efc5962e9115e09f4c0210
* Intermediate changesrobot-piglet2026-05-0931-137/+499
| | | | commit_hash:700c24e95953f7be1a6c425a35dbf7d41492469a
* Intermediate changesrobot-piglet2026-05-083-5/+5
| | | | commit_hash:ab8b4a5189af17512400dc4bf21daac4189cdb08
* Update contrib/libs/ngtcp2 to 1.18.0nocomer2026-05-0840-743/+1050
| | | | commit_hash:50d49577c4d43efcef2ba9526d5a41b461eadf0c
* Intermediate changesrobot-piglet2026-05-083-5/+5
| | | | commit_hash:bc015426c7a31eaf1c630d7025d29e9a2ef2acd0
* Intermediate changesrobot-piglet2026-05-074-8/+8
| | | | commit_hash:6b8b1ada82774062f4509fd6fa976378f2e45487
* Remove `contrib/tools/python3/lib2/ya.make`shadchin2026-05-061-2/+2
| | | | | - commit_hash:77d7b7c36711268f6d5e93135cb3777b152c2f16
* update linux-headers and some dependantsa11ax2026-05-05348-6224/+25563
| | | | | | - `alsa-lib` циклично зависима - обновляется за компанию - из `libnl` выкидывается часть кода (потому что связанное с ним выкинуто из ядра) commit_hash:2f5bd1006801d0ad25950a1811190ec12939faa8
* Return patch for glibc 2.17 compatibility.akhropov2026-05-042-0/+19
| | | | commit_hash:7d5e3f3360d46dbcec80dd04ae5724c4fcfd6cc2
* fix openssl usage in 32 bit wasm buildsystolbovskiy2026-05-043-0/+26
| | | | commit_hash:b0a83e561a3dcf7e489e8c0b65f4484bc970a598
* Revert "contrib/libs/grpc: Bring EventEngineListener back ()"ilikepugs2026-05-014-7/+55
| | | | commit_hash:5404f137dfcbfda2c3f845df2d2623b192a75bb6
* Intermediate changesrobot-piglet2026-04-2810-185/+30
| | | | commit_hash:a551d530aa0208b057b75f389fa8c5404ab20275
* Fix open-source reimportnechda2026-04-282-2/+4
| | | | commit_hash:7d14ab6bf7ad45d866d0f06b1a73c3795a8b661f
* Intermediate changesrobot-piglet2026-04-261-1/+1
| | | | commit_hash:57867bc232687805a3eabb197838637c1bb19a19
* Update contrib/libs/libunwind to 22.1.3robot-contrib2026-04-255-29/+35
| | | | commit_hash:4e10c7121ae27e02301dd9dc617ccc770219fbaf
* Intermediate changesrobot-piglet2026-04-237-13/+13
| | | | commit_hash:1f8dfd3ac360038ab7338c385fc4b9d18f93fdc5
* feat contrib: common googleapis: add kotlin generationekislukha2026-04-232-0/+3
| | | | commit_hash:db2f26ac6d01d9245899287496f1651c2f627a5d
* Update contrib/libs/simdjson to 4.6.3robot-contrib2026-04-225-9/+7
| | | | commit_hash:15d53ecb72a999641f3a2899b2dfaa312701b0cb
* Intermediate changesrobot-piglet2026-04-217-607/+4
| | | | commit_hash:fd1281c37b1b64e80c5e4393be0940df6df4cc89
* Update contrib/libs/simdjson to 4.6.2robot-contrib2026-04-2111-111/+207
| | | | commit_hash:29f5768fe12670fea3d8e71b4fbffe1c3a5dc975
* Intermediate changesrobot-piglet2026-04-203-5/+78
| | | | commit_hash:2911e27fea666a8324aa787a6d2b40c72d3290aa
* Backport grpc fix ("tls" channel cred in bootstrap)vlad-serikov2026-04-182-0/+40
| | | | commit_hash:00d392bf0718d86fe821c9c86a8a17ef6d4d81a7
* Update contrib/libs/lzma to 5.8.3robot-contrib2026-04-1810-17/+97
| | | | commit_hash:059de499f6bcffea959a0edaa732671627225d9a