Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from curl:master #23

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
873ba47
bindings: change java link to a working one
bagder Jun 14, 2024
e776ee4
usingcurl/connections/README.md: rephrase without being TCP specific
bagder Jun 14, 2024
c0fbb83
bookindex: regen
bagder Jun 14, 2024
bfddbe0
transfers/conn/proxies.md: mention CURLPROXY_HTTPS2
bagder Jun 15, 2024
0015240
bookindex: regen
bagder Jun 15, 2024
3865fed
transfers/conn: document the TCP keepalive options
bagder Jun 15, 2024
951ea8f
bookindex: regen
bagder Jun 15, 2024
bc55e43
transfers/auth.md: add
bagder Jun 15, 2024
c1f88c0
bookindex: regen
bagder Jun 15, 2024
61554db
usingcurl/downloads/url-named.md: add --output-dir
bagder Jun 17, 2024
142dd75
usingcurl/uploads.md: mention --append for FTP and SFTP
bagder Jun 17, 2024
eaa4518
bookindex: regen
bagder Jun 17, 2024
bcf9738
usingcurl/connections/keepalive.md: mention --keepalive-cnt
bagder Jun 18, 2024
62652cd
bookindex: regen
bagder Jun 18, 2024
dee92cf
https: make hsts and alt-svc sub-pages under HTTPS
bagder Jun 18, 2024
c699d4f
bookindex: regen
bagder Jun 18, 2024
cb560be
http/cookies: split up into multi pages
bagder Jun 18, 2024
b4dadc6
http/modify: move conditionals and ranges into "customize"
bagder Jun 18, 2024
e34ff44
bookindex: regen
bagder Jun 18, 2024
bc0d8ad
compression: moved around
bagder Jun 18, 2024
928d153
bookindex: regen
bagder Jun 18, 2024
3b8066e
usingcurl/downloads/whatis.md: remove "exactly" from title
bagder Jun 18, 2024
85f1637
http/modify/compression.md: remove ssh leftovers
bagder Jun 18, 2024
d4c1807
usingcurl/scpsftp.md: split into subpages
bagder Jun 18, 2024
2b88855
bookindex: regen
bagder Jun 18, 2024
5e6fa65
options.md: split into cmdline/options/*md
bagder Jun 19, 2024
fc1c26e
globbing.md: moved into the URL section
bagder Jun 19, 2024
951aef5
persist.md: removed, merged with urls/connreuse.md
bagder Jun 19, 2024
a53e79c
bookindex: regen
bagder Jun 19, 2024
90c60d0
SUMMARY.md: move HTTP PUT to just after HTTP POST
bagder Jun 19, 2024
bc70987
usingcurl/uploads.md: mention globbing
bagder Jun 19, 2024
f773a86
bookindex: regen
bagder Jun 20, 2024
1fcea47
internals/backend: refreshed, added HTTP/3 backend info
bagder Jun 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bookindex: regen
  • Loading branch information
bagder committed Jun 17, 2024
commit eaa45189ae5da0309b1d4464cc085b15779ba228
2 changes: 2 additions & 0 deletions bookindex.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- --alt-svc: [Enable](http/altsvc.md#enable)
- --anyauth: [Authentication](http/auth.md#authentication)
- --append: [trurl example command lines](cmdline/urls/trurl.md#trurl-example-command-lines), [FTP and SFTP uploads](usingcurl/uploads.md#ftp-and-sftp-uploads), [Uploading with FTP](ftp/upload.md#uploading-with-ftp)
- apt: [Ubuntu and Debian](install/linux.md#ubuntu-and-debian)
- Arch Linux: [Arch Linux](install/linux.md#arch-linux)

Expand Down Expand Up @@ -321,6 +322,7 @@
- -O: [Many options and URLs](cmdline/urls/options.md#many-options-and-urls), [Numerical ranges](cmdline/globbing.md#numerical-ranges), [Download to a file named by the URL](usingcurl/downloads/url-named.md#download-to-a-file-named-by-the-url), [Use the target filename from the server](usingcurl/downloads/content-disp.md#use-the-target-filename-from-the-server), [Shell redirects](usingcurl/downloads/redirects.md#shell-redirects), [Multiple downloads](usingcurl/downloads/multiple.md#multiple-downloads), [Resuming and ranges](usingcurl/downloads/resume.md#resuming-and-ranges), [Request rate limiting](usingcurl/transfers/request-rate.md#request-rate-limiting), [Authentication](usingcurl/scpsftp.md#authentication), [Download](usingcurl/tftp.md#download), [Check by modification date](http/conditionals.md#check-by-modification-date)
- openldap: [openldap](build/deps.md#openldap)
- OpenSSL: [Get curl and libcurl on MSYS2](install/windows/win-msys2.md#get-curl-and-libcurl-on-msys2), [lib/vtls](source/layout.md#lib-slash-vtls), [Select TLS backend](build/autotools.md#select-tls-backend), [TLS libraries](build/tls.md#tls-libraries), [Available exit codes](cmdline/exitcode.md#available-exit-codes), [Native CA stores](usingcurl/tls/verify.md#native-ca-stores), [OCSP stapling](usingcurl/tls/stapling.md#ocsp-stapling), [Restrictions](usingcurl/tls/sslkeylogfile.md#restrictions), [CA cert cache](libcurl/caches.md#ca-cert-cache), [All options](transfers/options/all.md#all-options), [SSL context](transfers/callbacks/sslcontext.md#ssl-context), [Available information](transfers/getinfo.md#available-information), [`<features>`](internals/tests/file-format.md#sect--less-than-features-greater-than)
- --output-dir: [Store in another directory](usingcurl/downloads/url-named.md#store-in-another-directory)

## P

Expand Down