Home
last modified time | relevance | path

Searched refs:http (Results 1 – 25 of 3692) sorted by relevance

12345678910>>...148

/netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dbad-doh-duplicates.conf19 http local-http-server {
26 http local-http-server {
34 http-port 80;
36 http-listener-clients 100;
37 http-streams-per-connection 100;
38 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; };
39 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
H A Dbad-dot-nocert.conf18 http local-http-server {
26 http-port 80;
28 http-listener-clients 100;
29 http-streams-per-connection 100;
30 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; };
31 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
H A Dbad-dot-nokey.conf18 http local-http-server {
26 http-port 80;
28 http-listener-clients 100;
29 http-streams-per-connection 100;
30 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; };
31 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
H A Dgood-doh-1.conf19 http local-http-server {
27 http-port 80;
29 http-listener-clients 100;
30 http-streams-per-connection 100;
31 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; };
32 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
H A Dgood-doh-tlsopts.conf24 http local-http-server {
32 http-port 80;
34 http-listener-clients 100;
35 http-streams-per-connection 100;
36 listen-on port 443 tls local-tls http local-http-server { 10.53.0.1; };
37 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
H A Dgood-doh-4.conf21 http empty-http-server {
26 http-port 80;
28 http-listener-clients 100;
29 listen-on port 443 tls local-tls http empty-http-server { 10.53.0.1; };
30 listen-on port 8080 tls none http empty-http-server { 10.53.0.1; };
H A Dgood-doh-2.conf19 http local-http-server {
25 http-port 80;
27 listen-on port 443 http local-http-server tls local-tls { 10.53.0.1; };
28 listen-on port 8080 tls none http local-http-server { 10.53.0.1; };
/netbsd-src/external/bsd/ntp/dist/html/scripts/
H A Dexternal.txt2 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/book.html'>Computer Network Time Synch…
3 <li class='inline'><a href='http://www.ntp.org/index.html'>NTP Public Services Project (home page)<…
4 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/ntp.html'>NTP Research Project (home p…
5 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/exec.html'>Executive Summary: Computer…
6 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/leap.html'>The NTP Timescale and Leap …
7 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/time.html'>NTP Timestamp Calculations<…
8 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/y2k.html'>The NTP Era and Era Numberin…
9 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/stamp.html'>Timestamp Capture Principl…
10 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/onwire.html'>Analysis and Simulation o…
11 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/proximity.html'>Time Synchroization fo…
[all …]
/netbsd-src/external/bsd/libevent/dist/include/event2/
H A Dhttp.h102 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
116 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address…
135 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
148 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f…
156 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen…
176 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi…
196 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);
217 void evhttp_free(struct evhttp* http);
221 void evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size);
224 void evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size);
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCompilerWriterInfo.rst27 * `ARM C Language Extensions <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_ac…
29 * `ARM NEON Intrinsics Reference <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073b/IHI0073…
31 * AArch32 `ABI Addenda and Errata <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0045d/IHI004…
33 * `Cortex-A57 Software Optimization Guide <http://infocenter.arm.com/help/topic/com.arm.doc.uan0015…
35 * `Run-time ABI for the ARM Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0043d…
40 * `Itanium documentation <http://developer.intel.com/design/itanium2/documentation.htm>`_
45 * `Lanai Instruction Set Architecture <http://g.co/lanai/isa>`_
73 * `IBM AIX/5L for POWER Assembly Reference <http://publibn.boulder.ibm.com/doc_link/en_US/a_doc_lib…
89 * `PowerPC Compiler Writer's Guide <http://www.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20…
90 * `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_
[all …]
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/
H A DWho11 Blog: http://blogs.sun.com/ahl
16 Website: http://www.cuddletech.com
21 Website: http://www.brendangregg.com
23 Blog: http://bdgregg.blogspot.com
24 Notes: Also see http://www.brendangregg.com/dtrace.html
29 Blog: http://blogs.sun.com/bmc
37 Blog: http://uadmin.blogspot.com
41 Blog: http://blogs.sun.com/jwadams
46 Blog: http://blogs.sun.com/mws
55 Website: http://www.solarisinternals.com
[all …]
H A DLinks3 http://www.opensolaris.org/os/community/dtrace/dtracetoolkit
6 http://www.opensolaris.org/os/community/dtrace
9 http://www.brendangregg.com/dtrace.html
13 http://www.sun.com/bigadmin/content/dtrace
16 http://docs.sun.com/db/doc/817-6223
19 http://blogs.sun.com/roller/page/bmc
22 http://blogs.sun.com/roller/page/ahl
25 http://blogs.sun.com/mws
28 http://www.solarisinternals.com/si/dtrace/index.php
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c211 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1246 struct evhttp *http = evcon->http_server; in evhttp_connection_free() local
1247 TAILQ_REMOVE(&http->connections, evcon, next); in evhttp_connection_free()
3403 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() argument
3409 TAILQ_FOREACH(alias, &http->aliases, next) { in evhttp_find_alias()
3413 *outhttp = http; in evhttp_find_alias()
3420 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_alias()
3440 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() argument
3447 if (evhttp_find_alias(http, outhttp, hostname)) in evhttp_find_vhost()
3451 oldhttp = http; in evhttp_find_vhost()
[all …]
/netbsd-src/external/bsd/libevent/dist/test/
H A Dregress_rpc.c144 struct evhttp *http = NULL; in rpc_setup() local
147 http = http_setup(&port); in rpc_setup()
148 base = evrpc_init(http); in rpc_setup()
153 *phttp = http; in rpc_setup()
191 struct evhttp *http = NULL; in rpc_basic_test() local
196 rpc_setup(&http, &port, &base); in rpc_basic_test()
230 evhttp_free(http); in rpc_basic_test()
260 struct evhttp *http = NULL; in rpc_basic_message() local
266 rpc_setup(&http, &port, &base); in rpc_basic_message()
308 evhttp_free(http); in rpc_basic_message()
[all …]
H A Dregress_http.c520 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() local
526 if (http_bind(http, &port2, server_flags) == -1) { in http_basic_test_impl()
591 evhttp_free(http); in http_basic_test_impl()
697 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() local
703 if (http_bind(http, &port2, 0) == -1) in http_bad_request_test()
765 evhttp_free(http); in http_bad_request_test()
819 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test() local
824 tt_assert(http); in http_delete_test()
847 evhttp_free(http); in http_delete_test()
903 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test() local
[all …]
/netbsd-src/usr.sbin/altq/altqd/altq.conf.samples/
H A Dcbq.v628 class cbq sr0 http bulk borrow pbandwidth 10 red
29 filter6 sr0 http ::0 0 ::0 80 6 # http
30 filter6 sr0 http ::0 80 ::0 0 6 # http
31 filter6 sr0 http ::0 0 ::0 8080 6 # http proxy
32 filter6 sr0 http ::0 8080 ::0 0 6 # http proxy
33 filter6 sr0 http ::0 0 ::0 3128 6 # squid
34 filter6 sr0 http ::0 3128 ::0 0 6 # squid
/netbsd-src/tests/lib/libc/net/getaddrinfo/
H A Dt_getaddrinfo.sh71 ( $TEST ::1 http
72 $TEST 127.0.0.1 http
73 $TEST localhost http
93 ( $TEST -4 localhost http
94 $TEST -6 localhost http ) > out 2>&1
108 ( $TEST '' http
112 $TEST -P '' http
180 ( $TEST fe80::1%lo0 http
/netbsd-src/external/mit/libuv/dist/
H A DLINKS.md11 * [Igropyr](https://github.com/guenchi/Igropyr): a async Scheme http server base on libuv.
12 * [Julia](http://julialang.org/): Scientific computing programming language
13 …tree/master/src/Servers/Kestrel): web server (C# + libuv + [ASP.NET Core](http://github.com/aspnet…
15 * [Lever](http://leverlanguage.com): runtime, libuv at the 0.9.0 release
20 * [Luvit](http://luvit.io): Node.JS for the Lua Inventor
22 * [MoarVM](https://github.com/MoarVM/MoarVM): a VM for [Rakudo](http://rakudo.org/) [Raku](http://r…
24 * [mediasoup](http://mediasoup.org): Powerful WebRTC SFU for Node.js
27 * [node.js](http://www.nodejs.org/): Javascript (using Google's V8) + libuv
36 * [Suave](http://suave.io/): A simple web development F# library providing a lightweight web server…
39 * [Urbit](http://urbit.org): runtime
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dpreface.sdf29 ({{URL:http://www.openldap.org/software/}}) on {{TERM:UNIX}} (and
36 project's site ({{URL:http://www.OpenLDAP.org/}}) on the
42 Document Catalog|http://www.OpenLDAP.org/doc/
43 Frequently Asked Questions|http://www.OpenLDAP.org/faq/
44 Issue Tracking System|http://www.OpenLDAP.org/its/
45 Mailing Lists|http://www.OpenLDAP.org/lists/
46 Manual Pages|http://www.OpenLDAP.org/software/man.cgi
47 Software Pages|http://www.OpenLDAP.org/software/
48 Support Pages|http://www.OpenLDAP.org/support/
75 ({{URL: http://www.openldap.org/its/}}).
[all …]
H A Dtroubleshooting.sdf10 * Browse the list archives at {{URL:http://www.openldap.org/lists/#archives}}
11 * Search the FAQ at {{URL:http://www.openldap.org/faq/}}
12 * Search the Issue Tracking System at {{URL:http://www.openldap.org/its/}}
52 our Issue Tracking system {{URL:http://www.openldap.org/its/}} and report it.
64 mailing Lists: {{URL:http://www.openldap.org/lists/}} for that.
67 {{URL:http://www.openldap.org/faq/data/cache/59.html}}
73 You may however seek commercial support ({{URL:http://www.openldap.org/support/}}) or join
75 {{URL:http://www.umich.edu/~dirsvcs/ldap/mailinglist.html}}
80 * Mailing Lists: {{URL:http://www.openldap.org/lists/}}
81 * Project: {{URL: http://www.openldap.org/project/}}
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVariableNames.rst15 <http://lists.llvm.org/pipermail/llvm-dev/2019-February/130083.html>`_.
361 .. [AminiInconsistent] Mehdi Amini, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130329.h…
362 .. [ArsenaultAgree] Matt Arsenault, http://lists.llvm.org/pipermail/llvm-dev/2019-February/129934.h…
363 .. [BeylsDistinguish] Kristof Beyls, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130292.…
364 .. [BradburyConcern] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130266.h…
365 .. [BradburyTransition] Alex Bradbury, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13038…
366 .. [CarruthAcronym] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/130313…
367 .. [CarruthCamelBack] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/1302…
368 .. [CarruthDistinguish] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13…
369 .. [CarruthFunction] Chandler Carruth, http://lists.llvm.org/pipermail/llvm-dev/2019-February/13030…
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/
H A DMAINTAINERS5 http://gnu.org.
19 binutils: http://sourceware.org/binutils/
25 cgen: http://sourceware.org/cgen/
31 config: http://savannah.gnu.org/projects/config
45 GDB: http://www.gnu.org/software/gdb/
57 gcc: http://gcc.gnu.org
71 libtool: http://www.gnu.org/software/libtool/
80 gcc: http://gcc.gnu.org
84 http://sourceware.org/newlib/
88 sid: http://sourceware.org/sid/
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A DMAINTAINERS5 http://gnu.org.
19 binutils: http://sourceware.org/binutils/
25 cgen: http://sourceware.org/cgen/
31 config: http://savannah.gnu.org/projects/config
45 GDB: http://www.gnu.org/software/gdb/
57 gcc: http://gcc.gnu.org
71 libtool: http://www.gnu.org/software/libtool/
80 gcc: http://gcc.gnu.org
84 http://sourceware.org/newlib/
88 sid: http://sourceware.org/sid/
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dole2compounddocs107 # http://www.q-cad.com/files/samples_cad_files/1344468165.dgn
110 # URL: http://fileformats.archiveteam.org/wiki/WordPerfect
118 # URL: http://fileformats.archiveteam.org/wiki/Microsoft_Works_Word_Processor
125 # URL: http://fileformats.archiveteam.org/wiki/Microsoft_Works_Spreadsheet
132 # URL: http://fileformats.archiveteam.org/wiki/XLS
142 # URL: http://fileformats.archiveteam.org/wiki/PPT
206 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/a/arn-autoruns-v14.trid.xml
218 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/m/mdz.trid.xml
219 # http://fileformats.archiveteam.org/wiki/Microsoft_Compound_File
229 # http://extension.nirsoft.net/mdz
[all …]
H A Djpeg107 # URL: http://fileformats.archiveteam.org/wiki/HSI_JPEG
108 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-hsi1.trid.xml
124 # URL: http://fileformats.archiveteam.org/wiki/JP2
125 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpeg2k.trid.xml
131 # URL: http://fileformats.archiveteam.org/wiki/JPX
132 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpx.trid.xml
137 # URL: http://fileformats.archiveteam.org/wiki/JPM
138 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/b/bitmap-jpm.trid.xml
143 # URL: http://fileformats.archiveteam.org/wiki/MJ2
144 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/v/video-mj2.trid.xml
[all …]

12345678910>>...148