| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
commit_hash:88b24b02dc6b8f95ed215c7836926a84d10d14c0
|
|
|
|
| |
commit_hash:53092809407c91c9ec49c7cc6bcf32f1cb5fac7d
|
|
|
|
| |
commit_hash:c79291e10915f16a7e803709401e2d344fc6db3d
|
|
|
|
| |
commit_hash:39c5d2a8a9f618b4e01f1489e11fa131e2db4001
|
|
|
|
| |
commit_hash:79edafb911368bba0a4d2f7f151a6c8a37c349f3
|
|
|
|
| |
commit_hash:39a69dfa71c7a4f33f49fcb243fc529ea807c652
|
|
|
|
| |
commit_hash:80437ff8d8e74785109837b24c42b552e551542e
|
|
|
|
| |
commit_hash:5de87f0bd0fd45cfec53a8a7fb3cb4e7afee7ee6
|
|
|
|
| |
commit_hash:dd2398e159fe1d72ea6b12da52fccc933a41a785
|
|
|
|
| |
commit_hash:076bd887076f58e85e0f460ed10d4aa08c78e8d7
|
|
|
|
|
| |
Make monadic methods usable without switching to the C++23.
commit_hash:3690a8da41d8ed8aac44bc0f7d238c076eb1e603
|
|
|
|
| |
commit_hash:a221f9e36bdbf2470308d734a647a189bc94cd70
|
|
|
|
| |
commit_hash:8ed498cf34402fc5c1263c4b6c5f3709b363d1e4
|
|
|
|
| |
commit_hash:85800e18d43ac8550a7a5b184c74a0969135e54f
|
|
|
|
| |
commit_hash:2bf9c1b6870e349d12e119de8052cc3b67791dab
|
|
|
|
| |
commit_hash:b95063251dbcd0b611ac14d7fa28b25b0d5754a7
|
|
|
|
|
| |
Currently allocation sampling code does not account for user-data in samples, so two samples differing only in user data are treated the same. It can negatively affect quality of resulting profiles. This patch effectively rebases [YTSaurus patch](https://github.com/ytsaurus/ytsaurus/commit/7fbc80bd10915c8703b9651eca3bacc96e034a12) on current TCMalloc version, fixing the issue.
commit_hash:82c18820f5c890b8b851df8e3c6ee779144690a0
|
|
|
|
| |
commit_hash:8f651cd5d60bd83ae5ee0d24c330ef405b82a372
|
|
|
|
| |
commit_hash:1fbda17590462823685ed2a078e5d2cb97bbba6a
|
|
|
|
| |
commit_hash:e1844cb75220a0667cabc8ce26d64d261dca4efb
|
|
|
|
| |
commit_hash:d5f89bd17ad9987bcb95e4e86366ec5b9912d8ea
|
|
|
|
| |
commit_hash:2ff8ccf77f5f4ae2fb4f6b6fe99c4a5da9c4b8ec
|
|
|
|
|
|
|
|
| |
This includes
- No coverage or other dependencies on profile runtime for prebuilt programs (make no sence)
- Fix for `-nodefaultlibs` setting when NO_CLANG_COVERAGE() set on module
- No coverage or profile runtime for enum_parser. While this may be profiled in theory impact on UIDs change for generation results (due to) outweighs ephemeral profiling opportunity.
commit_hash:e79656a9fa1c40162e5d104d7d696f7fab27cda8
|
|
|
|
| |
commit_hash:1d18a3a019a737415b5508c62390d6373071cf9f
|
|
|
|
| |
commit_hash:e594b985d9b571bd3d1e14ec6a75601ef80617bf
|
|
|
|
| |
commit_hash:f135fb78945f557de9bee0e653714e873744e099
|
|
|
|
| |
commit_hash:59c53f005f0ded2f215a7fc2259a4cac90dda72a
|
|
|
|
| |
commit_hash:fa53360347974a1c0f3badfe05ea1569a4b6212e
|
|
|
|
| |
commit_hash:bd5f4cb87add017a4d96e29e55b014f905825898
|
|
|
|
| |
commit_hash:cc795ef3022ab137db4e9ee8d731f354c2d608ff
|
|
|
|
| |
commit_hash:018a8aa49dc28afc356e3e6938826f660acd07ed
|
|
|
|
|
| |
Засовываю `contrib/libs/brotli` под yamaker, чтобы была возможность обновлять его автоматически
commit_hash:4a75d7b2dc04c21ae4d9619af457fea1e6adbf8b
|
|
|
|
| |
commit_hash:929b636025dc9f709f1ff57bfa609d3504adba19
|
|
|
|
| |
commit_hash:b4eac4cf131dd15c80c126415bebfca8a85d819d
|
|
|
|
| |
commit_hash:c30203c3ffe630324436789272f0d65d573575bc
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
commit_hash:40bf61b82ccf579324ce46b351b55852673bc7db
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
commit_hash:0a6563120495cf8a8132e2fd72fdd9d0ac36db05
|
|
|
|
| |
commit_hash:44e7ead74b54c7109589eaa9eab7b4ca9caaf521
|
|
|
|
| |
commit_hash:0b67855d017f0b9d79b9ae4b931a252f94318014
|
|
|
|
| |
commit_hash:7a31c2f1702a251643032add182c83498de96056
|
|
|
|
| |
commit_hash:6a081c0dfeb90c941bc82c3c6f19a684815145bb
|
|
|
|
| |
commit_hash:a202126dac8bf1e6d89ecdeef0b1a94564b12916
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
commit_hash:4c784d04ee4b4d8786e4c4ddf0e1af3abe48f5a3
|
|
|
|
| |
commit_hash:950eb4e30201bcf0d03f75074c8034665d191474
|
|
|
|
| |
commit_hash:508715aa5dbd005ad8e4319526b7ae1f76148e79
|
|
|
|
| |
commit_hash:12fc2b708e5345ee6f0d5786530a156482c45297
|