Home
last modified time | relevance | path

Searched refs:files (Results 1 – 25 of 130) sorted by relevance

123456

/curl/.github/
H A Dlabeler.yml17 # N.B. any-glob-to-all-files is misnamed; it acts like one-glob-to-all-files.
27 - changed-files:
38 - changed-files:
61 - changed-files:
87 - changed-files:
99 - changed-files:
109 - changed-files:
116 - changed-files:
146 - changed-files:
160 - changed-files:
[all …]
/curl/.github/scripts/
H A Dverify-synopsis.pl26 my @files = @ARGV;
29 if($files[0] eq "-h") {
80 for my $m (@files) {
H A Dbinarycheck.pl88 my @files = `git ls-files -- $root`;
90 if(scalar(@files) < 3000) {
104 for my $f (@files) {
H A Dverify-examples.pl26 my @files = @ARGV;
31 if($files[0] eq "-h") {
95 for my $m (@files) {
H A Dbadwords.pl62 my @files = @ARGV;
64 foreach my $each (@files) {
H A Dyamlcheck.sh13 $(git ls-files '*.yaml' '*.yml')
H A Dshellcheck.sh10 $(grep -l -E '^#!(/usr/bin/env bash|/bin/sh|/bin/bash)' $(git ls-files))
H A Ddistfiles.sh43 git -C "${2:-.}" ls-files \
/curl/docs/examples/
H A Dhttp2-pushinmemory.c61 static struct Memory files[MAX_FILES]; variable
84 init_memory(&files[0]); in setup()
85 curl_easy_setopt(hnd, CURLOPT_WRITEDATA, &files[0]); in setup()
108 init_memory(&files[pushindex]); in server_push_callback()
109 curl_easy_setopt(easy, CURLOPT_WRITEDATA, &files[pushindex]); in server_push_callback()
182 free(files[i].memory); in main()
/curl/.github/workflows/
H A Dcheckdocs.yml5 # This workflow contains tests that operate on documentation files only. Some
61 - name: trim headers off all *.md files
62 run: git ls-files -z '*.md' | xargs -0 -n1 .github/scripts/trimmarkdownheader.pl
65 …run: git ls-files -z '*.md' | grep -Evz 'CHECKSRC.md|DISTROS.md|CURLOPT_INTERFACE.md|interface.md'…
67 # This is for CHECKSRC and files with aggressive exclamation mark needs
91 - name: trim the cmdline docs markdown files
104 - name: trim all man page *.md files
107 - name: trim libcurl man page *.md files
110 - name: trim libcurl option man page *.md files
113 - name: trim cmdline docs markdown _*.md files
H A Dconfigure-vs-cmake.yml53 - name: compare generated curl_config.h files
56 - name: compare generated libcurl.pc files
59 - name: compare generated curl-config files
93 - name: compare generated curl_config.h files
96 - name: compare generated libcurl.pc files
99 - name: compare generated curl-config files
131 - name: compare generated curl_config.h files
134 - name: compare generated libcurl.pc files
137 - name: compare generated curl-config files
/curl/tests/data/
H A Dtest113217 Verify memory #include files in libcurl's C source files
H A Dtest12913 # files is a swift operation.
24 Attempt to upload 1000 files but fail immediately
H A Dtest127517 Verify capital letters after period in markdown files
H A Dtest116716 Verify curl prefix of public symbols in header files
/curl/tests/
H A Ddirectories.pm261 my $files = $list->{'files'};
262 for(@$files) {
284 my $files = $list->{'files'};
285 for(@$files) {
/curl/docs/cmdline-opts/
H A Dcreate-file-mode.md6 Help: File mode for created files
19 When curl is used to create files remotely using one of the supported
H A Doutput-dir.md6 Help: Directory to save files in
19 Specify the directory in which files should be stored, when --remote-name or
H A Dno-clobber.md5 Help: Do not overwrite files that already exist
19 --remote-name, or --remote-name-all options, curl avoids overwriting files
H A Dversion.md81 This curl supports transfers of large files, files larger than 2GB.
84 Automatic decompression (via gzip, deflate) of compressed files over HTTP is
124 Automatic decompression (via zstd) of compressed files over HTTP is supported.
/curl/
H A DREUSE.toml4 # This file describes the licensing and copyright situation for files that
43 # checksrc control files
55 # If there is licensing/copyright information in or next to these files, prefer that
/curl/packages/vms/
H A Dreadme11 15-MAR-2004, MSK, Updated to reflect the new files in this directory.
28 This directory contains the following files for a DCL based build.
58 clean_gnv_curl.com This procedure cleans up the files generated by
64 of the work for generating config.h files.
147 helper files.
152 files.
160 and you must make sure that none of the build files are present before
167 in other ways. Product files (.EXE, .H, .LIS, .MAP, .OBJ, .OLB, ...)
209 files in STREAM_LF format.
221 the input files to be in STREAM_LF to work property.
[all …]
H A Dcurl_gnv_build_steps.txt33 sure is installed on a target VMS system that will correctly unpack files
46 SRC_ROOT: is for the source files common to all platforms.
47 VMS_ROOT: is for the source files that are specific to OpenVMS.
82 for testing. The PCSI kitting procedure uses these files as input.
84 These files do not create the directories in the VMS_ROOT and LCL_ROOT
198 The *.EXE files are not moved to the new_gnu: directory.
201 files from new_gnu: to old_gnu: at your convenience.
213 2. Edit the file curl_release_note_start.txt or other text files to
228 to the kit. These files should all be ODS-2 legal filenames and
248 8. Prepare to backup the files for building the kit.
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_NEW_FILE_PERMS.md19 CURLOPT_NEW_FILE_PERMS - permissions for remotely created files
33 set on newly created files on the remote server. The default value is *0644*.
/curl/scripts/
H A Dcmakelint.sh41 git ls-files

Completed in 38 milliseconds

123456