aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/neh/https.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do not de-initialize openssl to avoid racesthegeorg2025-05-271-7/+0
| | | | | | | | Initialize openssl in pre-main (by the means of `SRCS GLOBAL`) to reduce chance of concurrent initialization with different flags. Do not de-initialize openssl to avoid races during `atexit` cleanup. It looks like `OPENSSL_cleanup()` does nothing in case of static linkage (according to ASan report). commit_hash:7d4bf183233970cc1772b1b8f2745044cc645c29
* Intermediate changesrobot-piglet2025-04-031-9/+5
| | | | commit_hash:813f69d5cbf58ac7b580f7c6461a3be8afcc1671
* Intermediate changesrobot-piglet2025-03-011-31/+1
| | | | commit_hash:e2da3ad430fabaa84a74178b1f2103b09ac69ae7
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-091-3/+3
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Intermediate changesrobot-piglet2023-09-251-158/+122
|
* Intermediate changesrobot-piglet2023-09-141-99/+63
|
* Intermediate changesrobot-piglet2023-09-051-63/+99
|
* Intermediate changesrobot-piglet2023-02-071-4/+4
|
* fix ya.makemonster2022-07-071-0/+1936