• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#***************************************************************************
2#                                  _   _ ____  _
3#  Project                     ___| | | |  _ \| |
4#                             / __| | | | |_) | |
5#                            | (__| |_| |  _ <| |___
6#                             \___|\___/|_| \_\_____|
7#
8# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
9#
10# This software is licensed as described in the file COPYING, which
11# you should have received as part of this distribution. The terms
12# are also available at https://curl.se/docs/copyright.html.
13#
14# You may opt to use, copy, modify, merge, publish, distribute and/or sell
15# copies of the Software, and permit persons to whom the Software is
16# furnished to do so, under the terms of the COPYING file.
17#
18# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
19# KIND, either express or implied.
20#
21# SPDX-License-Identifier: curl
22#
23###########################################################################
24# Shared between Makefile.am and CMakeLists.txt
25
26DPAGES = \
27  abstract-unix-socket.d \
28  alt-svc.d \
29  anyauth.d \
30  append.d \
31  aws-sigv4.d \
32  basic.d \
33  ca-native.d \
34  cacert.d \
35  capath.d \
36  cert-status.d \
37  cert-type.d \
38  cert.d \
39  ciphers.d \
40  compressed-ssh.d \
41  compressed.d \
42  config.d \
43  connect-timeout.d \
44  connect-to.d \
45  continue-at.d \
46  cookie-jar.d \
47  cookie.d \
48  create-dirs.d \
49  create-file-mode.d \
50  crlf.d \
51  crlfile.d \
52  curves.d \
53  data-ascii.d \
54  data-binary.d \
55  data-raw.d \
56  data-urlencode.d \
57  data.d \
58  delegation.d \
59  digest.d \
60  disable-eprt.d \
61  disable-epsv.d \
62  disable.d \
63  disallow-username-in-url.d \
64  dns-interface.d \
65  dns-ipv4-addr.d \
66  dns-ipv6-addr.d \
67  dns-servers.d \
68  doh-cert-status.d \
69  doh-insecure.d \
70  doh-url.d \
71  dump-header.d \
72  egd-file.d \
73  engine.d \
74  etag-compare.d \
75  etag-save.d \
76  expect100-timeout.d \
77  fail-early.d \
78  fail-with-body.d \
79  fail.d \
80  false-start.d \
81  form-escape.d \
82  form-string.d \
83  form.d \
84  ftp-account.d \
85  ftp-alternative-to-user.d \
86  ftp-create-dirs.d \
87  ftp-method.d \
88  ftp-pasv.d \
89  ftp-port.d \
90  ftp-pret.d \
91  ftp-skip-pasv-ip.d \
92  ftp-ssl-ccc-mode.d \
93  ftp-ssl-ccc.d \
94  ftp-ssl-control.d \
95  get.d \
96  globoff.d \
97  happy-eyeballs-timeout-ms.d \
98  haproxy-protocol.d \
99  haproxy-clientip.d \
100  head.d \
101  header.d \
102  help.d \
103  hostpubmd5.d \
104  hostpubsha256.d \
105  hsts.d \
106  http0.9.d \
107  http1.0.d \
108  http1.1.d \
109  http2-prior-knowledge.d \
110  http2.d \
111  http3.d \
112  http3-only.d \
113  ignore-content-length.d \
114  include.d \
115  insecure.d \
116  interface.d \
117  ipfs-gateway.d \
118  ipv4.d \
119  ipv6.d \
120  json.d \
121  junk-session-cookies.d \
122  keepalive-time.d \
123  key-type.d \
124  key.d \
125  krb.d \
126  libcurl.d \
127  limit-rate.d \
128  list-only.d \
129  local-port.d \
130  location-trusted.d \
131  location.d \
132  login-options.d \
133  mail-auth.d \
134  mail-from.d \
135  mail-rcpt-allowfails.d \
136  mail-rcpt.d \
137  manual.d \
138  max-filesize.d \
139  max-redirs.d \
140  max-time.d \
141  metalink.d \
142  negotiate.d \
143  netrc-file.d \
144  netrc-optional.d \
145  netrc.d \
146  next.d \
147  no-alpn.d \
148  no-buffer.d \
149  no-clobber.d \
150  no-keepalive.d \
151  no-npn.d \
152  no-progress-meter.d \
153  no-sessionid.d \
154  noproxy.d \
155  ntlm-wb.d \
156  ntlm.d \
157  oauth2-bearer.d \
158  output-dir.d \
159  output.d \
160  parallel-immediate.d \
161  parallel-max.d \
162  parallel.d \
163  pass.d \
164  path-as-is.d \
165  pinnedpubkey.d \
166  post301.d \
167  post302.d \
168  post303.d \
169  preproxy.d \
170  progress-bar.d \
171  proto-default.d \
172  proto-redir.d \
173  proto.d \
174  proxy-anyauth.d \
175  proxy-basic.d \
176  proxy-ca-native.d \
177  proxy-cacert.d \
178  proxy-capath.d \
179  proxy-cert-type.d \
180  proxy-cert.d \
181  proxy-ciphers.d \
182  proxy-crlfile.d \
183  proxy-digest.d \
184  proxy-header.d \
185  proxy-http2.d \
186  proxy-insecure.d \
187  proxy-key-type.d \
188  proxy-key.d \
189  proxy-negotiate.d \
190  proxy-ntlm.d \
191  proxy-pass.d \
192  proxy-pinnedpubkey.d \
193  proxy-service-name.d \
194  proxy-ssl-allow-beast.d \
195  proxy-ssl-auto-client-cert.d \
196  proxy-tls13-ciphers.d \
197  proxy-tlsauthtype.d \
198  proxy-tlspassword.d \
199  proxy-tlsuser.d \
200  proxy-tlsv1.d \
201  proxy-user.d \
202  proxy.d \
203  proxy1.0.d \
204  proxytunnel.d \
205  pubkey.d \
206  quote.d \
207  random-file.d \
208  range.d \
209  rate.d \
210  raw.d \
211  referer.d \
212  remote-header-name.d \
213  remote-name-all.d \
214  remote-name.d \
215  remote-time.d \
216  remove-on-error.d \
217  request-target.d \
218  request.d \
219  resolve.d \
220  retry-all-errors.d \
221  retry-connrefused.d \
222  retry-delay.d \
223  retry-max-time.d \
224  retry.d \
225  sasl-authzid.d \
226  sasl-ir.d \
227  service-name.d \
228  show-error.d \
229  silent.d \
230  socks4.d \
231  socks4a.d \
232  socks5-basic.d \
233  socks5-gssapi-nec.d \
234  socks5-gssapi-service.d \
235  socks5-gssapi.d \
236  socks5-hostname.d \
237  socks5.d \
238  speed-limit.d \
239  speed-time.d \
240  ssl-allow-beast.d \
241  ssl-auto-client-cert.d \
242  ssl-no-revoke.d \
243  ssl-reqd.d \
244  ssl-revoke-best-effort.d \
245  ssl.d \
246  sslv2.d \
247  sslv3.d \
248  stderr.d \
249  styled-output.d \
250  suppress-connect-headers.d \
251  tcp-fastopen.d \
252  tcp-nodelay.d \
253  telnet-option.d \
254  tftp-blksize.d \
255  tftp-no-options.d \
256  time-cond.d \
257  tls-max.d \
258  tls13-ciphers.d \
259  tlsauthtype.d \
260  tlspassword.d \
261  tlsuser.d \
262  tlsv1.0.d \
263  tlsv1.1.d \
264  tlsv1.2.d \
265  tlsv1.3.d \
266  tlsv1.d \
267  tr-encoding.d \
268  trace-ascii.d \
269  trace-config.d \
270  trace-ids.d \
271  trace-time.d \
272  trace.d \
273  unix-socket.d \
274  upload-file.d \
275  url.d \
276  url-query.d \
277  use-ascii.d \
278  user-agent.d \
279  user.d \
280  variable.d \
281  verbose.d \
282  version.d \
283  write-out.d \
284  xattr.d
285
286OTHERPAGES = page-footer page-header
287