summaryrefslogtreecommitdiffstats
path: root/contrib/libs/poco
Commit message (Collapse)AuthorAgeFilesLines
* Fix unused param warningarkhip0v02025-05-141-11/+11
| | | | | fix warning commit_hash:5fa1f0581a54427d44c4dd2a648718b640cf701a
* Update ClickHouse to 24.8buyval012025-03-041-0/+6
| | | | commit_hash:b9fc6f3e1b1151a8df8609f564f6c28e06aa6258
* [contrib/poco] Disable thread sanitizer instrumentation on initialize and ↵mvel2025-02-131-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | uninitialize Чисто формально инициализация указателя мьютексов не атомарна, факт. Чинить это более красиво можно, но нужно ли? Пример падения под санитайзером ``` raise () /lib/x86_64-linux-gnu/libc.so.6 abort () /lib/x86_64-linux-gnu/libc.so.6 ___interceptor_abort (fake=2) /-S/contrib/libs/clang18-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp +1915 __sanitizer::Abort () /-S/contrib/libs/clang18-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp +143 __sanitizer::Die () /-S/contrib/libs/clang18-rt/lib/sanitizer_common/sanitizer_termination.cpp +58 __tsan::OutputReport (thr=0x7fa19c45f000, srep=...) /-S/contrib/libs/clang18-rt/lib/tsan/rtl/tsan_rtl_report.cpp +666 __tsan::ReportRace (thr=0x7fa19c45f000, shadow_mem=<optimized out>, cur=..., old=..., typ0=0) /-S/contrib/libs/clang18-rt/lib/tsan/rtl/tsan_rtl_report.cpp +822 Poco::Crypto::OpenSSLInitializer::initialize () /-S/contrib/libs/poco/Crypto/src/OpenSSLInitializer.cpp +101 Poco::Crypto::OpenSSLInitializer::OpenSSLInitializer (this=<optimized out>) /-S/contrib/libs/poco/Crypto/src/OpenSSLInitializer.cpp +67 Poco::Crypto::CipherKeyImpl::CipherKeyImpl (this=0x721c00aa95f0, name=<error reading variable: Cannot access memory at address 0x72102d2b53c0>, key=..., iv=...) /-S/contrib/libs/poco/Crypto/src/CipherKeyImpl.cpp +57 Poco::Crypto::CipherKey::CipherKey (this=0x7f98e9ef3df8, name=<error reading variable: Cannot access memory at address 0x72102d2b53c0>, key=std::__y1::vector (length=32, capacity=32) = {...}, iv=std::__y1::vector (length=32, capacity=32) = {...}) /-S/contrib/libs/poco/Crypto/src/CipherKey.cpp +33 yabs::AesEncrypt (data=..., length=length@entry=yabs::AES_128, aesKey=std::__y1::vector (length=32, capacity=32) = {...}, initVector=std::__y1::vector (length=32, capacity=32) = {...}, encoding=encoding@entry=Poco::Crypto::Cipher::ENC_BASE64) /-S/yabs/server/libs/crypt/crypt.cpp +59 ProcessStatModeOnStat (b=b@entry=0x727000128990, context=...) /-S/yabs/server/libs/count/count.cpp +1750 yabs_handler_stat_count (b=0x727000128990) /-S/yabs/server/libs/handlers/stat/handler_count.cpp +14 ... ``` commit_hash:ea00d166a03e0d46cc2de9bf7ed8be549e105e20
* Fix ambiguous format callsmikhnenko2025-01-131-20/+20
| | | | commit_hash:e343df8242ab940e42f35d1f84945df76f93a396
* contrib/libs/poco: Backport PR #2943 to fix ↵thegeorg2024-11-211-4/+22
| | | | | | | -Wimplicit-const-int-float-conversion Backport [PR #2943](https://github.com/pocoproject/poco/pull/2943) from poco upstream. commit_hash:5013b65cd3f7e719f6489c889c710eea3ad91537
* publishFullContrib: true for ydbmaxim-yurchuk2024-10-0967-0/+15758
| | | | | <HIDDEN_URL> commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
* Intermediate changesrobot-piglet2024-08-207-0/+14
|
* Backport AtomicCounter from poco upstream to make it compilable under modern ↵thegeorg2024-05-292-477/+20
| | | | | | macOS SDK 551605377eff8967caeb593938df14b9f0d0172c
* Disable VMS-specific includethegeorg2024-02-171-1/+1
| | | | 6564a7a5fe05ac710cc53b10e5f84f8abfc3282d
* Disable more vxWorks-specific includesthegeorg2024-02-161-1/+1
| | | | 43a42732e77ad2cf44ef2f04f72cba1311be14ef
* Disable more vxWorks-specific includesthegeorg2024-02-167-7/+7
| | | | 9b6d2992af95ef25579663aa968e97ea2f5ad9ef
* Disable VxWorks-specific includesthegeorg2024-02-133-6/+6
|
* Disable VxWorks specific includes in contrib/libs/pocothegeorg2024-02-116-6/+6
|
* Disable unused openssl/ includesthegeorg2024-02-112-2/+2
|
* feat contrib: aiogram 3armenqa2024-01-1945-3294/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Library import 5, delete go dependencies (#832)AlexSm2024-01-04163-30205/+0
| | | | | * Library import 5, delete go dependencies * Fix yt client
* Import libs 3 (#679)AlexSm2023-12-222-21/+30
|
* External build system generator release 65robot-ya-builder2023-12-058-24/+24
| | | | Update tools: yexport, os-yexport
* Fix stack buffer overflow in contrib/libs/pocoanfedotoff2023-11-301-7/+11
|
* add darwin-arm64 CMakeListsdcherednik2023-11-2016-0/+695
|
* YQ Connector: move tests from yql to ydb (OSS)vitalyisaev2023-11-14163-0/+30205
| | | | Перенос папки с тестами на Коннектор из папки yql в папку ydb (синхронизируется с github).
* Fix memory leak in Poco::Dynamiv::Vardakovalkov2023-11-011-0/+1
|
* Intermediate changesrobot-piglet2023-09-0610-20/+10
|
* (no commit message)pg2023-09-041-7/+0
|
* (no commit message)pg2023-08-311-14/+0
|
* add ymake export to ydbalexv-smirnov2023-06-137-0/+803
|
* External build system generator release 29robot-ya-builder2023-04-198-8/+8
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-287-803/+0
|
* External build system generator release 21robot-ya-builder2023-03-178-24/+24
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-157-0/+803
|
* Intermediate changesrobot-piglet2023-03-0913-7/+481
|
* Intermediate changesrobot-piglet2023-03-0721-14/+14
|
* External build system generator release 17robot-ya-builder2023-03-067-7/+7
| | | Update tools: yexport
* Intermediate changesrobot-piglet2023-03-017-0/+7
|
* NO_COMPILER_WARNINGS in cmake msvc buildssvidyuk2023-02-1821-21/+21
|
* Intermediate changesrobot-piglet2023-02-0721-1239/+1239
|
* Intermediate changesrobot-piglet2023-02-0721-1239/+1239
|
* External build system generator release 12robot-ya-builder2023-01-317-7/+7
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-1729-29/+29
| | | Update tools: yexport
* add windows platform to ydb github exportalexv-smirnov2022-12-203-0/+787
|
* Sync linux-headers instead of using system onesthegeorg2022-12-1514-0/+14
|
* Enable linux-arm platform.dcherednik2022-10-2614-7/+688
|
* Drop some add_defines=False setting from yamaker projectsthegeorg2022-10-2420-447/+1104
|
* External build system generator release 10robot-ya-builder2022-09-261-1/+1
| | | Update tools: yexport
* External build system generator release 7robot-ya-builder2022-09-061-1/+1
|
* Update external build system generation utilityrobot-ya-builder2022-09-011-0/+15
| | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags
* fix darwin buildvvvv2022-08-0814-512/+575
|
* Add logging after applying new GroupInfo,serg-belyakov2022-07-087-7/+7
|
* fix ya.makemonster2022-07-0785-19778/+7
|
* Hackish NO_COMPILER_WARNINGS supportsvidyuk2022-07-017-0/+19
| | | | | | | | Proper implementation must be done as part of YMAKE-91 YMAKE-91 ref:8b77363477972e5927f43d53d571cd60dd458995