index
:
caddy
1xx-stdlib
2.7
acme-database
active-health-check-headers
active-health-host-placeholder-for-headers
add-default-collectors
add-verifier-in-comment
address-parse-commas
autohttp-warn-to-info
better-error-with-encrypted-private-key
browse-symlink-not-in-total
buffer-content-length
bump-go-ci
cache-ask
cel-placeholder-escape
cel-support-null
chroma-dep
ci-common-go-config
client-auth-doc
client-ip-with-port
close-h3-connections
cmd-issuer
composite-connpolicy-matcher
config-adapter-fix
ctx-app-strict
deb-provides
delete-config-test-cleanup
dep-upgrades
dependabot/github_actions/golangci/golangci-lint-action-5
deps-upgrade
document-interfaces
downgrade-min-go
drop-ondemand-ratelimit
early-data
empty-string-header-replacement
encode-connect
encode-flush
encode-flush-error
encode-sendfile
expand-proxy-proto-docs
export-lengthreader
fast-abs
fastcgi-cl-header
fastcgi-fix
file-placeholder
fileserver-oversight
fileserver-show
fix-6144
fix-6355
fix-config-file-detection-regrerssion
fix-default-logger
fix-encode-103
fix-otel-issue
fix-quic-nil-conn
fix-release
fix-reverseproxy-ca-provider
fix-sni-matcher-replacing
force-automate
forward-auth-empty-headers
forward-proxy
fuzz-seed-corpus
go120-issue5288
h2c-proxy-protocol
handler-trace
handshake-context
hijack-buffer-fix
hijack-read-size
http3-graceful
hurl-tests
ident-storage
improve-goreleaser-check
interface-network-type
issue-6300
limit-jobs-forks
master
matcher-regexp-names
matcher-with-error
merge-ip-matchers
metrics-improvements
ms-log-duration
multi-loggers
net-wal
no-bail-on-error
prefer-wildcard
prefixed-query
produce-csr
promote-metrics
proxy-h3
proxy-res-templates
proxy-success-ratio
proxy-upstream-ids
public-ip-certs
querymatcher
quic-go
reject-global-matcher-earlier
relative-path-fix
reload-troubleshooting
remove-unsupported-geese
remove-zealous-check
replace-error-msg
replacer-mutex
responsewriter-readfrom
retract-283
reverse-proxy-h2-websocket
reverse-proxy-websocket-size
rewrite-modify-query
rp-bad-comment
rwmutex-replacer
slices-pkg
storage-clean-off
strict
strip-prefix-fix
stripe
stripe-debug
stripe-kprox
stripe-kprox-debug
testing-updates
tls-cert-cache-internal-reload
transfer-encoding-match
transport-source-addr
update-golangci-config
upgrade-cel
upgrade-some-deps
upgrade-x-net
v1
vars-match-nil
virtualconns
websocket-normalize
windows-icon
x-net-0.32
zerossl
zerossl-email
Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
caddyserver
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cmd
/
commandfuncs.go
Age
Commit message (
Expand
)
Author
2022-04-03
cmd: Fix defaulting admin address if empty in config, fixes `reload` (#4674)
Francis Lavoie
2022-03-19
cmd: Set Origin header properly on API requests
Matthew Holt
2022-03-02
pki: Implement API endpoints for certs and `caddy trust` (#4443)
Francis Lavoie
2022-01-16
cmd: Print error if fmt overwrite fails (fix #4524)
Matthew Holt
2021-10-18
caddycmd: Add `--skip-standard` to `list-modules` command, quieter output (#4...
Francis Lavoie
2021-09-29
Move from deprecated ioutil to os and io packages (#4364)
KallyDev
2021-09-01
cmd: export CaddyVersion(), Commands() (#4316)
peymaneh
2021-08-18
cmd: use net.ErrClosed for matching returned error (#4289)
M. Ángel Jimeno
2021-08-11
cmd: New `add-package` and `remove-package` commands (#4226)
Oleg
2021-05-11
cmd: upgrade: inherit the permissions of the original executable (#4160)
Mohammed Al Sahaf
2021-05-02
cmd: Add --envfile flag to `start` command (#4141)
Jesse
2021-04-05
notify: Send all sd_notify signals from main caddy process (#4060)
Carl George
2021-02-22
caddytls: Remove old asset migration code (close #3894)
Matthew Holt
2021-02-15
cmd: Clean up `build-info` and `upgrade` output
v2.4.0-beta.1
Matthew Holt
2021-02-01
cmd: Add --force flag to reload command (close #4005)
Matthew Holt
2021-01-19
caddycmd: Add upgrade command (#3972)
Matt Holt
2021-01-19
caddytest: Update Caddyfile tests for formatting, HTTP-only blocks
Matthew Holt
2021-01-16
cmd: Print more detailed version with --environ
Matthew Holt
2021-01-12
cmd: Implement sd_notify() to notify systemd about readiness (#3963)
Stefan Tatschner
2021-01-04
cmd: Organize list-modules output; --packages flag (#3925)
Matt Holt
2021-01-04
caddyfile: Introduce basic linting and fmt check (#3923)
Matt Holt
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-09-14
cmd: Allow `caddy fmt` to read from stdin (#3680)
Matthew Penner
2020-05-29
cmd: Support admin endpoint on unix socket (#3320)
Matt Holt
2020-05-21
cmd: hash-password: Fix broken terminal state on SIGINT (#3416)
Francis Lavoie
2020-05-15
cmd: Add --envfile flag to run command (#3278)
elcore
2020-05-13
cmd: Add pidfile support (closes #3235)
Matthew Holt
2020-04-04
cmd: Log warning if --resume and --config used together
Matthew Holt
2020-03-23
cmd: Ensure certmagic defaults are set for any and all subcommands
Matthew Holt
2020-03-23
tls: Few minor improvements/simplifications
Matthew Holt
2020-03-22
cmd: Add --watch flag to start & run commands (closes #1806)
Matthew Holt
2020-03-15
cmd: fmt: --write -> --overwrite to make it clear it's destructive
Matthew Holt
2020-03-13
Minor tweaks
v2.0.0-beta.16
Matthew Holt
2020-03-09
cmd: Use loadConfig() for validate as run, start, and reload do
Matthew Holt
2020-03-06
Merge branch 'certmagic-refactor' into v2
Matthew Holt
2020-03-06
Refactor for CertMagic v0.10; prepare for PKI app
Matthew Holt
2020-02-29
cmd: Add `caddy fmt` command. (#3090)
Vaibhav
2020-02-25
Fix typo in cmdStart comment
Success Go
2020-02-04
cmd: adapt: Make --config flag optional when Caddyfile exists
Matthew Holt
2020-01-22
cmd: Emit error if reload cannot find a config to load
v2.0.0-beta.13
Matthew Holt
2020-01-22
cmd: Make --config flag optional for reload command
Matthew Holt
2020-01-17
cmd: version: Add module replace to output
Matthew Holt
2020-01-12
cmd: adapt: Set config filename so it can be hidden (fixes #2974)
Matthew Holt
2020-01-10
cmd: Add build-info command; update CertMagic
Matthew Holt
2019-12-31
Couple of minor fixes, update readme
v2.0.0-beta12
Matthew Holt
2019-12-31
Config auto-save; run --resume flag; update environ output (close #2903)
Matthew Holt
2019-12-31
Change storage paths to follow OS conventions; migrate folder (#2955)
Matthew Holt
2019-12-23
cmd: Eliminate unintended use of cgo
Matthew Holt
2019-12-16
admin: /stop endpoint gracefully shuts down; fixes caddy stop command
Matthew Holt
2019-12-12
cmd: Fix validate command when JSON contains "@id" fields
Matthew Holt
[next]