Home
last modified time | relevance | path

Searched +full:- +full:- +full:without +full:- +full:libpsl (Results 1 – 25 of 28) sorted by relevance

12

/external/curl/.circleci/
Dconfig.yml18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment
30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
36 - run:
38 autoreconf -fi
39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; }
41 configure-openssl-no-verbose:
43 - run:
45 autoreconf -fi
[all …]
/external/curl/CMake/
DFindLibPSL.cmake18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
24 # - Try to find the libpsl library
27 # LIBPSL_FOUND - system has the libpsl library
28 # LIBPSL_INCLUDE_DIR - the libpsl include directory
29 # LIBPSL_LIBRARY - the libpsl library name
31 find_path(LIBPSL_INCLUDE_DIR libpsl.h)
33 find_library(LIBPSL_LIBRARY NAMES psl libpsl)
36 …file(STRINGS "${LIBPSL_INCLUDE_DIR}/libpsl.h" libpsl_version_str REGEX "^#define[\t ]+PSL_VERSION[…
41 find_package_handle_standard_args(LibPSL
/external/curl/
D.azure-pipelines.yml18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
[all …]
D.cirrus.yml18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
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…
[all …]
DDockerfile3 # SPDX-License-Identifier: curl
5 # Self-contained build environment to match the release environment.
9 # docker build --build-arg SOURCE_DATE_EPOCH=1711526400 --build-arg UID=$(id -u) --build-arg GID=…
13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi
14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -…
15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make
16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./maketgz 8.7…
20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
21 # $ autoreconf -fi
22 # $ ./configure --without-ssl --without-libpsl
[all …]
Dconfigure.ac18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
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
72 AC_MSG_ERROR([sed not found in PATH. Cannot continue without sed.])
79 if test -z "$GREP"; then
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
84 AC_MSG_ERROR([grep not found in PATH. Cannot continue without grep.])
89 dnl 'grep -E' is mandatory for configure process and libtool.
[all …]
DCMakeLists.txt18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
29 # sub-projects in a larger build using `FetchContent`. To support
32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package
61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"
66 # Setup package meta-data
71 # SET(PACKAGE_VERSION "-")
72 # SET(PACKAGE_STRING "curl-")
91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF)
99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
[all …]
/external/curl/.github/workflows/
Ddistcheck.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
14 - master
17 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
18 cancel-in-progress: true
23 maketgz-and-verify-in-tree:
24 runs-on: ubuntu-latest
25 timeout-minutes: 30
27 - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
[all …]
Dmacos.yml3 # 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 …]
Dlinux.yml3 # 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 …]
Dman-examples.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
13 - 'docs/libcurl/curl_*.3'
14 - 'docs/libcurl/opts/*.3'
15 - '.github/scripts/verify-examples.pl'
18 - master
20 - 'docs/libcurl/curl_*.3'
21 - 'docs/libcurl/opts/*.3'
22 - '.github/scripts/verify-examples.pl'
[all …]
Dconfigure-vs-cmake.yml3 # SPDX-License-Identifier: curl
5 name: configure-vs-cmake
9 - master
11 - '*.ac'
12 - '**/*.m4'
13 - '**/CMakeLists.txt'
14 - 'lib/curl_config.h.cmake'
15 - 'scripts/cmp-config.pl'
19 - master
21 - '*.ac'
[all …]
/external/oss-fuzz/projects/libpsl/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 …]
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 …]
/external/curl/scripts/
Ddmaketgz2 # docker-maketgz
21 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
24 # SPDX-License-Identifier: curl
28 set -eu
30 version="${1:-}"
32 if [ -z "$version" ]; then
37 timestamp="${2:-$(date -u +%s)}"
41 --build-arg SOURCE_DATE_EPOCH="$timestamp" \
42 --build-arg UID="$(id -u)" \
43 --build-arg GID="$(id -g)" \
[all …]
/external/oss-fuzz/projects/wget/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 …]
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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)
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET_DE…
34 make -j$(nproc)
37 cd $SRC/libpsl
[all …]
/external/oss-fuzz/projects/wget2/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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 …]
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
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)
33 ./configure --enable-static --disable-shared --disable-doc --disable-gcc-warnings --prefix=$WGET2_D…
34 make -j$(nproc)
37 cd $SRC/libpsl
[all …]
/external/curl/lib/
Dpsl.h20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
23 * SPDX-License-Identifier: curl
28 #include <libpsl.h>
Dversion.c18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
53 #include <libpsl.h>
67 /* Ignore -Wvla warnings in brotli headers */
69 #pragma GCC diagnostic ignored "-Wvla"
105 unsigned int minor = (unsigned int)((zstd_version - in zstd_version()
107 unsigned int patch = (unsigned int)(zstd_version - in zstd_version()
108 (major * 100 * 100) - (minor * 100)); in zstd_version()
116 * It is implemented to work multi-threaded by making sure repeated invokes
193 brotli_version(&br_version[7], sizeof(br_version) - 7); in curl_version()
[all …]
Dcurl_config.h.in3 /* Ignore c-ares deprecation warnings */
21 /* disable alt-svc */
63 /* disable headers-api */
66 /* disable alt-svc */
87 /* to disable --libcurl C code generation option */
114 /* disable progress-meter */
305 /* Define to 1 if you have a working glibc-style strerror_r function. */
314 /* if you have GSS-API libraries */
393 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
399 /* Define to 1 if you have the `idn2' library (-lidn2). */
[all …]
DMakefile.mk18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
25 # Makefile to build curl parts with GCC-like toolchains and optional features.
27 # Usage: make -f Makefile.mk CFG=-feat1[-feat2][-feat3][...]
28 # Example: make -f Makefile.mk CFG=-zlib-ssl-libssh2-ipv6
54 TRIPLET ?= $(shell $(CC) -dumpmachine)
59 # Cross-tools: https://github.com/andrewwutw/build-djgpp
63 # Cross-tools: https://github.com/bebbo/amiga-gcc
67 CPPFLAGS += -I. -I$(PROOT)/include
77 ifneq ($(findstring -debug,$(CFG)),)
[all …]
Dcurl_config.h.cmake18 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * SPDX-License-Identifier: curl
29 /* define "1" to use built-in ca store of TLS backend */
38 /* disables alt-svc */
59 /* disables AWS-SIG4 */
65 /* disables DNS-over-HTTPS */
83 /* disables headers-api support */
101 /* disables --libcurl option from the curl tool */
125 /* disables built-in progress meter */
286 /* Define to 1 if you have a working glibc-style strerror_r function. */
[all …]
/external/curl/docs/
DINSTALL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
22 ./bootstrap-vcpkg.sh
33 the `GIT-INFO.md` file in the root directory for specific instructions on how
41 ./configure --with-openssl [--with-gnutls --with-wolfssl]
52 ./configure --help
57 ./configure --prefix=/path/to/curl/tree
60 without being root. An example of this would be to make a local install in
63 ./configure --prefix=$HOME
[all …]

12