Home
last modified time | relevance | path

Searched +full:windows +full:- +full:remote +full:- +full:only (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/third_party/libunwind/
D.travis.yml5 - HOST=x86_64-linux-gnu
6 - HOST=x86-linux-gnu
7 - HOST=arm-linux-gnueabihf
8 - HOST=aarch64-linux-gnu
9 - HOST=mipsel-linux-gnu
11 #- HOST=powerpc64-linux-gnu
13 linux-s390x: &linux-s390x
16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu
18 - autoreconf -i
19 - ./configure
[all …]
/third_party/grpc/tools/remote_build/
DREADME.md1 # Running Remote Builds with bazel
3 This allows you to spawn gRPC C/C++ remote build and tests from your workstation with
6 Note that this will only work for gRPC team members (it requires access to the
7 remote build and execution cluster), others will need to rely on local test runs
13 - See [Installing Bazel](https://docs.bazel.build/versions/master/install.html) for instructions ho…
15 - Setup Application Default Credentials (ADC) for running remote builds by following the ["Set cred…
18 ## Running remote build manually from dev workstation
20 …need to run bazel from a linux machine, to execute tests on windows you need to be on windows etc.…
27 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=opt //test/...
33 bazel --bazelrc=tools/remote_build/linux.bazelrc test --config=asan //test/...
[all …]
/third_party/curl/docs/
DMANUAL.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 Get the main page from a web-server:
45 curl --ftp-ssl ftp://files.are.example.com/secrets.txt
49 curl -u username sftp://example.com/etc/issue
52 password-protected) to authenticate:
54 curl -u username: --key ~/.ssh/id_rsa scp://example.com/~/file.txt
57 (password-protected) to authenticate:
59 curl -u username: --key ~/.ssh/id_rsa --pass private_key_password
[all …]
DTODO20 1.1 TFO support on Windows
27 1.10 auto-detect proxy
30 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION
48 2. libcurl - multi interface
49 2.1 More non-blocking
51 2.3 Non-blocking curl_multi_remove_handle()
53 2.5 Edge-triggered sockets should work
60 3.2 Provide cmake config-file
68 4.6 GSSAPI via Windows SSPI
74 5.2 Obey Retry-After in redirects
[all …]
DKNOWN_BUGS16 1.5 Expect-100 meets 417
24 2.11 Schannel TLS 1.2 handshake bug in old Windows versions
30 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses
39 5.2 curl-config --libs contains private details
41 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
42 5.6 cygwin: make install installs curl-config.1 twice
44 5.11 configure --with-gssapi with Heimdal is ignored on macOS
46 5.13 long paths are not fully supported on Windows
47 5.14 Windows Unicode builds use homedir in current locale
48 5.15 Unicode on Windows
[all …]
/third_party/curl/docs/libcurl/opts/
DCURLOPT_NETRC.md1 ---
3 SPDX-License-Identifier: curl
7 See-also:
8 - CURLOPT_NETRC_FILE (3)
9 - CURLOPT_USERNAME (3)
10 - CURLOPT_USERPWD (3)
12 - All
13 ---
17 CURLOPT_NETRC - enable use of .netrc
33 On Windows, libcurl uses the file as *%HOME%/_netrc*. If *%HOME%* is
[all …]
/third_party/skia/m133/
D.bazelrc1 # https://bazel.build/concepts/platforms-intro#cxx
3 # --crosstool_top, --compiler, etc.
4 build --incompatible_enable_cc_toolchain_resolution
8 build --action_env=BAZEL_DO_NOT_DETECT_CPP_TOOLCHAIN=1
10 # We would like developers to not upload to the remote build cache, only the RBE workers themselves.
11 build --remote_upload_local_results=false
13 # Enforce stricter environment rules, which eliminates some non-hermetic behavior and therefore
14 # improves both the remote cache hit rate and the correctness and repeatability of the build.
15 build --incompatible_strict_action_env=true
18 # Windows support is added.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dandroid.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I/usr/local/include
41 #LIBS += -L/usr/local/lib
42 #LIBS_p += -L/usr/local/lib
43 #LIBS_c += -L/usr/local/lib
45 # Driver interface for Windows NDIS
[all …]
Ddefconfig14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr/local/include
53 #LIBS += -L/usr/local/lib
54 #LIBS_p += -L/usr/local/lib
[all …]
D.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
16 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
53 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
54 #LIBS_p += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.8.in1 .\" Copyright (c) 2003\-2005 Richard Russon.
2 .\" Copyright (c) 2003\-2006 Szabolcs Szakacsits.
4 .\" Copyright (c) 2010\-2013 Jean-Pierre Andre.
7 .TH NTFSCLONE 8 "February 2013" "ntfs-3g @VERSION@"
9 ntfsclone \- Efficiently clone, image, restore or rescue an NTFS
15 .B ntfsclone \-\-save\-image
19 .B ntfsclone \-\-restore\-image
23 .B ntfsclone \-\-metadata
31 copies only the used data. Unused disk space becomes zero (cloning to
49 .B mount \-t ntfs \-o loop ntfsclone.img /mnt/ntfsclone
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dandroid.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I/usr/local/include
41 #LIBS += -L/usr/local/lib
42 #LIBS_p += -L/usr/local/lib
43 #LIBS_c += -L/usr/local/lib
45 # Driver interface for Windows NDIS
[all …]
D.config14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
16 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/include
53 #LIBS += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib -lssl -lcrypto
54 #LIBS_p += -L/usr1/w00371129/code/wpa_supplicant-2.9/openssl-OpenSSL_1_1_1d/install/lib
[all …]
Ddefconfig14 # or GnuTLS in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
21 #CFLAGS += -I/usr/include/kerberos
25 # functionality is added to it. nl80211-based interface is the new
40 #CFLAGS += -I$<path to libnl include files>
41 #LIBS += -L$<path to libnl library files>
52 #CFLAGS += -I/usr/local/include
53 #LIBS += -L/usr/local/lib
54 #LIBS_p += -L/usr/local/lib
[all …]
/third_party/cups/doc/help/
Dencryption.html3 <!-- SECTION: Getting Started -->
6 <link rel="STYLESHEET" type="text/css" href="../cups-printable.css">
15 …<p>CUPS supports self-signed, CA-signed, and enterprise certificates, with configurable certificat…
16 …higher, only allows secure cipher suites, and automatically creates a "self-signed" certificate an…
19 …<p>The <a href="man-client.conf.html"><var>client.conf</var></a> file controls the client TLS poli…
28 …<p>A client can be configured to only communicate with trusted TLS/1.1+ servers and printers by co…
37 …<p>Similarly, if a client needs to support an older server that only supports SSL/3.0 and RC4 ciph…
43-cups-files.conf.html"><var>cups-files.conf</var></a> file control the server (scheduler) TLS poli…
44-cupsd.conf.html#DefaultEncryption"><code>DefaultEncryption</code></a> and <a href="man-cupsd.conf…
48 … System-wide and user certificates are stored in the system and login keychains, with private CUPS…
[all …]
Dsecurity.html2 <!-- SECTION: Getting Started -->
5 <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css">
12 potential security risks - the CUPS server does not accept remote
13 connections, and only accepts shared printer information from the
14 local subnet. When you share printers and/or enable remote
22 <P>When you enable remote administration, the server will use Basic authentication for administrati…
35 username and password information - this is the default on
38 <LI>Local certificate authentication passes 128-bit
40 Certificates are created on-the-fly from random data and
43 system-group(s) for the root certificate, and lp + lp
[all …]
/third_party/python/Lib/
Dnturl2path.py3 This module only exists to provide OS-specific code
9 """OS-specific conversion from a relative URL of the 'file' scheme
18 # Windows itself uses ":" even in URLs.
23 # path is something like ////host/path/on/remote/host
24 # convert this to \\host\path\on\remote\host
28 # make sure not to convert quoted slashes :-)
31 if len(comp) != 2 or comp[0][-1] not in string.ascii_letters:
34 drive = comp[0][-1].upper()
40 # Issue #11474 - handing url such as |c/|
46 """OS-specific conversion from a file system path to a relative URL
[all …]
Dwebbrowser.py31 # Need to match to the default browser returned by xdg-settings, which
52 if browser[-1] == '&':
53 return BackgroundBrowser(browser[:-1])
76 - 0: the same browser window (the default).
77 - 1: a new browser window.
78 - 2: a new browser page ("tab").
94 If not possible, then open url in the only browser window.
110 an entry in the BROWSER environment variable -- we can copy a general
161 and without remote functionality."""
207 """Parent class for all Unix browsers with remote functionality."""
[all …]
/third_party/curl/docs/libcurl/
Dlibcurl-security.md1 ---
3 SPDX-License-Identifier: curl
4 Title: libcurl-security
7 See-also:
8 - libcurl-thread (3)
10 - All
11 ---
12 <!-- markdown-link-check-disable -->
15 libcurl-security - security considerations when using libcurl
22 powerful library, however, which allows application writers to make trade-offs
[all …]
/third_party/python/Lib/test/
Dtest_winreg.py1 # Test the windows specific win32reg module.
2 # Only win32reg functions not hit here: FlushKey, LoadKey and SaveKey
16 REMOTE_NAME = sys.argv[sys.argv.index("--remote")+1]
22 # Some tests should only run on 64-bit architectures where WOW64 will be.
25 # Starting with Windows 7 and Windows Server 2008 R2, WOW64 no longer uses
27 # Windows 7 and Windows Server 2008 R2 are version 6.1. Due to this, some
28 # tests are only valid up until 6.1
31 # Use a per-process key to prevent concurrent test runs (buildbot!) from
33 test_key_base = "Python Test Key [%d] - Delete Me" % (os.getpid(),)
43 ("Multi-string", ["Lots", "of", "string", "values"], REG_MULTI_SZ),
[all …]
Dcfgparser.26 # Any line which starts with a ; (semi-colon) or a # (hash)
17 # workgroup = NT-Domain-Name or Workgroup-Name
36 # (as cups is now used in linux-mandrake 7.2 by default)
44 # yours is non-standard. Currently supported print systems include:
49 # Samba 2.2 supports the Windows NT-style point-and-print feature. To
81 hosts allow = 127. //note this is only my private IP address
93 # Use password server option only with security = server or security = # domain
108 # Encrypted passwords are required for any use of samba in a Windows NT #domain
109 # The smbpasswd file is only required by a server doing authentication, #thus members of a domain d…
114 # The following are needed to allow password changing from Windows to
[all …]
/third_party/python/Lib/idlelib/
DHISTORY.txt11 *Release date: 22-Jul-2001*
13 - New tarball released as a result of the 'revitalisation' of the IDLEfork
16 - This release requires python 2.1 or better. Compatibility with earlier
20 - This release is based on a merging of the earlier IDLE fork work with current
24 - This release is basically functional but also contains some known breakages,
29 - This release is being made now to mark the point at which IDLEfork is
32 - IDLEfork CVS will now be branched to enable further development and
33 exploration of the two "execution in a remote process" patches submitted by
42 *Release date: 15-Aug-2000*
44 - First project tarball released.
[all …]
DNEWS2x.txt3 *Release date: XX-XXX-2010*
5 - idle.py modified and simplified to better support developing experimental
8 - OutputWindow/PyShell right click menu "Go to file/line" wasn't working with
11 - Windows: Version string for the .chm help file changed, file not being
14 - Allow multiple IDLE GUI/subprocess pairs to exist simultaneously. Thanks to
18 - Remove port spec from run.py and fix bug where subprocess fails to
21 - Tk 8.5 Text widget requires 'wordprocessor' tabstyle attr to handle
24 - Issue #3549: On MacOS the preferences menu was not present
26 - IDLE would print a "Unhandled server exception!" message when internal
29 - Issue #4455: IDLE failed to display the windows list when two windows have
[all …]
/third_party/rust/rust/src/tools/remote-test-server/src/
Dmain.rs2 //! on a remote test device. This server pairs with the `remote-test-client`
3 //! program in this repository. The `remote-test-client` connects to this
13 #[cfg(not(windows))]
16 #[cfg(not(windows))]
54 pub fn default() -> Config { in default()
59 bind: if cfg!(target_os = "android") || cfg!(windows) { in default()
67 pub fn parse_args() -> Config { in parse_args()
78 "--bind" => next_is_bind = true, in parse_args()
79 "--sequential" => config.sequential = true, in parse_args()
80 "--batch" => config.batch = true, in parse_args()
[all …]
/third_party/ffmpeg/doc/
Dgit-howto.texi1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
21 git --help
28 git <command> --help
29 man git-<command>
38 @url{http://git-scm.com/, Git website}.
42 What follows now is a basic introduction to Git and some FFmpeg-specific
49 You can get Git from @url{http://git-scm.com/}
66 you push back your changes to the remote repository.
69 git clone gil@@ffmpeg.org:ffmpeg-web <target>
[all …]

12345678910>>...12