aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
Commit message (Collapse)AuthorAgeFilesLines
* Extract asmlib manipulations into separate blockthegeorg2023-08-2244-9325/+0
|
* Add yt into autobuildaozeritsky2023-08-2171-0/+24661
|
* Update contrib/restricted/abseil-cpp to 20230802.0thegeorg2023-08-201-0/+99
|
* KIKIMR-18220: Enrich token with groups from LDAPmolotkov-and2023-08-18224-0/+111668
| | | | | | | | | | | Add ldap functions wrapper and separate in different files for compatibility with different OS. Add user groups fetching from ldap server. Limitations: - Fixed 'memberOf' attribute - No tests to check how filter for search created - Fetched groups are returned in event as is.
* (no commit message)pg2023-08-182-1/+3
|
* Pass local module fbs compiler flags to cmake exportsvidyuk2023-08-164-0/+24
|
* Update contrib/libs/hyperscan to 5.4.2shadchin2023-08-1529-51/+154
|
* Update contrib/libs/googleapis-common-protos to 1.60.0robot-contrib2023-08-158-2/+153
|
* Update ICU to 73.2romankoshelev2023-08-15710-27057/+34313
|
* Intermediate changesrobot-piglet2023-08-151-1/+1
|
* Update contrib/libs/postgresql to 14.8shadchin2023-08-146-27/+181
|
* Fix flatbuffers patchreshilkin2023-08-121-1/+1
|
* Remove needless patchreshilkin2023-08-111-2/+2
|
* Update contrib/libs/flatbuffers to 23.5.9reshilkin2023-08-11112-9532/+23124
|
* Update contrib/libs/xxhash to 0.8.2robot-contrib2023-08-117-1406/+3474
|
* Update ICU to 70.1romankoshelev2023-08-09644-21939/+31089
|
* Support running C++ coroutines as actors KIKIMR-18962snaury2023-08-075-0/+465
|
* Get rid of contrib/libs/python/Include modulethegeorg2023-08-043-28/+1
| | | | Свели все зависимости к contrib/libs/python
* Use Service-Py23-Proxy license in contrib/libs/pythonthegeorg2023-08-032-4/+14
| | | | I would like to get rid of weird Yandex* licenses. YandexOpen is the least used member of the group.
* Auto code-generation for .fbs.h in arrowreshilkin2023-08-0291-5304/+42646
|
* grpc: allow limitation for number of threads via environmentleonidlazarev2023-08-021-1/+21
| | | Allow to set limitation for number of threads via environment GRPC_MAX_THREADS_THREAD_POOL_ENV
* Update contrib/libs/re2 to 2023-08-01robot-contrib2023-08-027-50/+122
|
* feat grpc: update to grpc 1.54.2leonidlazarev2023-08-01274-7145/+11137
| | | | | | | | | | update grpc to 1.54.2 update grpcio to 1.54.2 Added patches: pr33239_fix_use_after_free.patch Removed patches: pr32547-fix-race.patch - exists in upstream
* Use UDFs from YDBvvvv2023-07-311-15/+0
|
* YQL-16239 Move purecalc to publicvvvv2023-07-311-0/+15
|
* Intermediate changesrobot-piglet2023-07-30168-185/+235
|
* Update contrib/libs/nghttp2 to 1.55.1robot-contrib2023-07-295-13/+13
|
* YT-19210: expose YQL shared library for YT.max422023-07-2956-0/+16031
| | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
* replace wilson/protos with PEERDIR to contrib/libs/opentelemetry-protosoniachrn2023-07-2824-0/+2923
| | | remove duplicate protos
* remove NO_SANITIZE_HEADERS macrosreshilkin2023-07-2810-20/+0
|
* Update contrib/libs/nghttp2 to 1.55.0robot-contrib2023-07-274-13/+16
|
* Add explicit sanitizer dependencies up to contrib/libs/v8reshilkin2023-07-2615-0/+22
|
* Add explicit sanitizer dependencies missed before contrib/toolsreshilkin2023-07-266-0/+11
|
* Intermediate changesrobot-piglet2023-07-261-1/+1
|
* Update contrib/libs/liburing to 2.4thegeorg2023-07-26124-1128/+4706
|
* Update contrib/libs/linux-headers to 6.4.5thegeorg2023-07-2673-1538/+3326
|
* Add explicit sanitizer dependenciesreshilkin2023-07-2515-0/+18
|
* Intermediate changesrobot-piglet2023-07-241-5/+5
|
* Add explicit sanitizer dependenciesreshilkin2023-07-242-0/+2
|
* Update nixpkgs revision in contrib/libs/apache/arrowthegeorg2023-07-192-2/+2
|
* Update contrib/libs/re2 to 2023-07-01robot-contrib2023-07-192-10/+4
|
* Intermediate changesrobot-piglet2023-07-181-2/+2
|
* Allow using ibdrv interface in opensource appsthegeorg2023-07-1812-0/+4636
|
* Update contrib/libs/double-conversion to 3.3.0robot-contrib2023-07-174-11/+43
|
* feat grpc: update to grpc 1.53.1leonidlazarev2023-07-171397-50698/+80777
| | | | | | | | | | | | | | update grpc to 1.53.1 update grpcio/py3 to 1.53.1 Added patches: 22-grpc-code-output.patch - allow translation of grpc code to internal string type. 23-max-thread-limitation.patch - to provide interface for settings of thread number limit, as grpc::DynamicThreadPool doesn't provide interface to limit thread number anymore. 24-support_for-non-abort-grpc.patch - generate exception instead of application crash 25-forkable-destruction-order.patch - correct forkable logic for TimerManager 27-skip-child-post-fork-operations.patch - allow to skip child post fork operations to exclude UB (used for unified agent only) pr33495_fox_nested_fork.patch - fix issues with nested forks pr33582_fork_handler.patch - disable fork handler support if it is not requested intentionally
* Backport gRPC forking assert fixsomov2023-07-072-34/+26
| | | https://github.com/grpc/grpc/commit/51f276e7beef3a9e4e9f96d4525e2035169d24be
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-30169-81371/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-30169-0/+81371
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* Ignore BOOST_*_DYN_LINK CFLAGS in yamakerthegeorg2023-06-294-28/+0
|
* Intermediate changesrobot-piglet2023-06-291-1/+1
|