Searched +full:- +full:- +full:with +full:- +full:libidn2 (Results 1 – 25 of 34) sorted by relevance
12
| /external/sandboxed-api/contrib/libidn2/ |
| D | CMakeLists.txt | 4 # you may not use this file except in compliance with the License. 7 # https://www.apache.org/licenses/LICENSE-2.0 17 project(libidn2-sapi CXX C) 27 "${CMAKE_BINARY_DIR}/sandboxed-api-build" 32 # Use pkg-config for the libidn2 include paths 34 pkg_check_modules(libidn2 REQUIRED IMPORTED_TARGET libidn2) 36 # System libidn2 needs to have the libidn2-dev and libunistring-dev packages 37 # installed. We cannot use pkg-config here, as libidn2's pkg-config file does 39 find_library(libidn2 NAMES libidn2.a idn2) 42 # Combine libidn2 and its dependency into a single static library [all …]
|
| D | libidn2_sapi.cc | 4 // you may not use this file except in compliance with the License. 7 // https://www.apache.org/licenses/LICENSE-2.0 25 static constexpr int kMinPossibleKnownError = -10000; 33 return absl::ResourceExhaustedError("malloc() failed in libidn2"); in ProcessErrors() 41 auto maybe_untrusted_name = sandbox_->GetCString(p, kMaxDomainNameLength); in ProcessErrors() 42 SAPI_RETURN_IF_ERROR(sandbox_->Free(&p)); in ProcessErrors() 47 // valid ASCII (for a-labels) or UTF-8 (for u-labels) and doesn't in ProcessErrors() 65 ulabel ? ulabel_ptr->PtrBefore() : &null_ptr, in idn2_register_u8() 66 alabel ? alabel_ptr->PtrBefore() : &null_ptr, ptr.PtrAfter(), in idn2_register_u8() 68 return this->ProcessErrors(untrusted_res, ptr); in idn2_register_u8() [all …]
|
| /external/curl/.github/workflows/ |
| D | non-native.yml | 3 # SPDX-License-Identifier: curl 5 name: non-native 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' [all …]
|
| D | linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| D | osslq-linux.yml | 3 # SPDX-License-Identifier: curl 5 name: osslq-linux 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.azure-pipelines.yml' 16 - '.circleci/**' 17 - '.cirrus.yml' [all …]
|
| /external/sandboxed-api/contrib/ |
| D | README.md | 3 This directory contains reusable Sandboxed API integrations with external 9 ------------ | ----------------------------------------------------------------- | ----------------… 10 `c-blosc/` | c-blosc - A blocking, shuffling and loss-less compression library | [github.com/Blos… 11 `hunspell/` | Hunspell - The most popular spellchecking library | [github.com/huns… 12 `jsonnet/` | Jsonnet - The Data Templating Language | [github.com/goog… 13 …libidn2/` | libidn2 - GNU IDN library | [www.gnu.org/sof… 14 `libxls/` | libxls - Read binary Excel files from C/C++ | [https://github.… 15 …libzip/` | libzip - operations on zip archives | [github.com/nih-… 16 `pffft/` | PFFFT - a pretty fast Fourier Transform | [bitbucket.org/j… 17 …turbojpeg/` | High-level JPEG library | [libjpeg-turbo.o… [all …]
|
| D | CMakeLists.txt | 4 # you may not use this file except in compliance with the License. 7 # https://www.apache.org/licenses/LICENSE-2.0 17 c-blosc 20 libidn2
|
| /external/sandboxed-api/.github/workflows/ |
| D | ubuntu-cmake-contrib.yml | 1 name: ubuntu-cmake-contrib 11 fail-fast: false 13 os: [ubuntu-22.04] 15 - brotli 16 - c-blosc 17 - jsonnet 18 - libidn2 19 - libraw 20 - libtiff 21 - libxls [all …]
|
| /external/oss-fuzz/projects/libpsl/ |
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$DEPS_PATH/include" 21 export LDFLAGS="-L$DEPS_PATH/lib" 24 export GNULIB_TOOL=$GNULIB_SRCDIR/gnulib-tool 29 CFLAGS="$CFLAGS -fno-sanitize=vptr" \ 30 CXXFLAGS="$CXXFLAGS -fno-sanitize=vptr" \ 31 CPPFLAGS="$CPPFLAGS -fno-sanitize=vptr" \ 32 ./configure --disable-shared --enable-static --disable-extras --disable-icuio --disable-layoutex \ [all …]
|
| D | Dockerfile | 4 # you may not use this file except in compliance with the License. 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y \ 20 pkg-config \ 24 autoconf-archive \ 37 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libunistring.git 38 RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git 39 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libidn.git 40 RUN wget https://github.com/unicode-org/icu/releases/download/release-59-2/icu4c-59_2-src.tgz && ta… [all …]
|
| /external/oss-fuzz/projects/wget2/ |
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$WGET2_DEPS_PATH/include" 21 export LDFLAGS="-L$WGET2_DEPS_PATH/lib" 27 ./configure --enable-static --disable-shared --prefix=$WGET2_DEPS_PATH 28 make -j$(nproc) 31 cd $SRC/libidn2 33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D… 34 make -j$(nproc) [all …]
|
| D | Dockerfile | 4 # you may not use this file except in compliance with the License. 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y \ 20 pkg-config \ 38 libmicrohttpd-dev 40 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool 42 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git 43 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git 44 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git [all …]
|
| /external/oss-fuzz/projects/wget/ |
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$WGET_DEPS_PATH/include" 21 export LDFLAGS="-L$WGET_DEPS_PATH/lib" 27 ./configure --enable-static --disable-shared --prefix=$WGET_DEPS_PATH --cache-file ../config.cache 28 make -j$(nproc) 31 cd $SRC/libidn2 33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE… 34 make -j$(nproc) [all …]
|
| D | Dockerfile | 4 # you may not use this file except in compliance with the License. 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y \ 20 pkg-config \ 25 autoconf-archive \ 39 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool 41 RUN git clone --depth=1 --recursive https://git.savannah.gnu.org/git/libunistring.git 42 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git 43 RUN git clone --depth=1 --recursive https://github.com/rockdaboot/libpsl.git [all …]
|
| /external/oss-fuzz/projects/libidn2/ |
| D | Dockerfile | 4 # you may not use this file except in compliance with the License. 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y make autoconf automake gettext libtool autopoint pkg-confi… 20 RUN git clone --depth=1 --recursive https://gitlab.com/libidn/libidn2.git 22 WORKDIR libidn2
|
| /external/curl/ |
| D | .cirrus.yml | 21 # SPDX-License-Identifier: curl 24 # https://cirrus-ci.com/github/curl/curl 27 # https://cirrus-ci.org/guide/writing-tasks/ 32 '.azure-pipelines.yml', 46 - name: FreeBSD 14.0 48 image_family: freebsd-14-0 53 MAKEFLAGS: -j 3 56 - pkg update -f 57 …- pkg install -y autoconf automake libtool pkgconf brotli openldap26-client heimdal libpsl libssh2… 58 - pkg delete -y curl [all …]
|
| D | configure.ac | 21 # SPDX-License-Identifier: curl 24 dnl Process this file with autoconf to produce a configure script. 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 67 if test -z "$SED"; then 71 if test -z "$SED" || test "$SED" = "not_found"; then 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 89 dnl 'grep -E' is mandatory for configure process and libtool. 91 if test -z "$EGREP"; then 93 AC_MSG_CHECKING([that grep -E works]) [all …]
|
| /external/sandboxed-api/contrib/libidn2/tests/ |
| D | CMakeLists.txt | 4 # you may not use this file except in compliance with the License. 7 # https://www.apache.org/licenses/LICENSE-2.0 19 sapi_contrib::libidn2
|
| D | libidn2_sapi_test.cc | 4 // you may not use this file except in compliance with the License. 7 // https://www.apache.org/licenses/LICENSE-2.0 15 #include "contrib/libidn2/libidn2_sapi.h" 32 ASSERT_THAT(sandbox_->Init(), IsOk()); in SetUpTestSuite() 49 EXPECT_THAT(lib_->idn2_lookup_u8("β").value(), StrEq("xn--nxa")); in TEST_F() 50 EXPECT_THAT(lib_->idn2_lookup_u8("ß").value(), StrEq("xn--zca")); in TEST_F() 51 EXPECT_THAT(lib_->idn2_lookup_u8("straße.de").value(), in TEST_F() 52 StrEq("xn--strae-oqa.de")); in TEST_F() 53 EXPECT_THAT(lib_->idn2_to_unicode_8z8z("xn--strae-oqa.de").value(), in TEST_F() 55 EXPECT_THAT(lib_->idn2_lookup_u8("--- "), Not(IsOk())); in TEST_F() [all …]
|
| /external/curl/docs/ |
| D | INTERNALS.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 15 We write curl and libcurl to compile with C89 compilers on 32-bit and up 19 We write libcurl to build and work with lots of third party tools, and we 20 want it to remain functional and buildable with these and later versions 27 - OpenSSL 0.9.7 28 - GnuTLS 3.1.10 29 - zlib 1.1.4 30 - libssh2 1.0 [all …]
|
| D | FEATURES.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 7 # Features -- what curl can do 11 - config file support 12 - multiple URLs in a single command line 13 - range "globbing" support: [0-13], {one,two,three} 14 - multiple file upload on a single command line 15 - custom maximum transfer rate 16 - redirect stderr [all …]
|
| /external/oss-fuzz/projects/gnutls/ |
| D | Dockerfile | 4 # you may not use this file except in compliance with the License. 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y \ 20 pkg-config \ 36 ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool 38 RUN git clone --depth=1 https://git.savannah.gnu.org/git/libunistring.git 39 RUN git clone --depth=1 https://gitlab.com/libidn/libidn2.git 42 RUN git clone --depth=1 https://git.lysator.liu.se/nettle/nettle.git 44 RUN git clone --depth=1 --recursive https://gitlab.com/gnutls/gnutls.git
|
| D | build.sh | 1 #!/bin/bash -eu 5 # you may not use this file except in compliance with the License. 8 # http://www.apache.org/licenses/LICENSE-2.0 20 export CPPFLAGS="-I$DEPS_PATH/include" 21 export LDFLAGS="-L$DEPS_PATH/lib -L$DEPS_PATH/lib64" 27 ./configure --enable-static --disable-shared --prefix=$DEPS_PATH 28 make -j$(nproc) 31 cd $SRC/libidn2 34 …./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$DEPS_P… 35 make -j$(nproc) [all …]
|
| /external/curl/docs/libcurl/opts/ |
| D | CURLOPT_URL.md | 1 --- 3 SPDX-License-Identifier: curl 7 See-also: 8 - CURLINFO_REDIRECT_URL (3) 9 - CURLOPT_CURLU (3) 10 - CURLOPT_FORBID_REUSE (3) 11 - CURLOPT_FRESH_CONNECT (3) 12 - CURLOPT_PATH_AS_IS (3) 13 - CURLOPT_PROTOCOLS (3) 14 - curl_easy_perform (3) [all …]
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 22 # SPDX-License-Identifier: curl 29 # --enable- 32 'fast-install' => 1, 33 'silent-rules' => 1, 52 'libcurl-option' => 1, 55 'openssl-auto-load-config' => 1, 56 'versioned-symbols' => 1, 57 'symbol-hiding' => 1, 58 'threaded-resolver' => 1, 61 'basic-auth' => 1, [all …]
|
12