index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
commandfuncs.go
Age
Commit message (
Expand
)
Author
2023-08-14
ci: use gci linter (#5708)
Jacob Gadikian
2023-08-09
cmd: Require config for caddy validate (fix #5612) (#5614)
pistasjis
2023-08-07
ci: Use gofumpt to format code (#5707)
Jacob Gadikian
2023-08-06
cmd: Split unix sockets for admin endpoint addresses (#5696)
Emily
2023-08-02
core: Allow loopback hosts for admin endpoint (fix #5650) (#5664)
Matt Holt
2023-04-03
cmd: Create pidfile before config load (close #5477)
Matthew Holt
2023-02-22
cmd: Strict unmarshal for validate (#5383)
Francis Lavoie
2023-02-16
cmd: make `caddy fmt` hints more clear (#5378)
Emily Lange
2023-01-31
cmd: Add `--envfile` flag to `validate` command (#5350)
Amis Shokoohi
2023-01-31
cmd: `fmt` exit successfully after overwriting config file (#5351)
Amis Shokoohi
2023-01-21
cmd: `caddy fmt` return code is 1 if not formatted (#5297)
Y.Horie
2022-09-14
cmd: Improve error message if config missing
Matthew Holt
2022-08-30
cmd: Migrate to `spf13/cobra`, remove single-dash arg support (#4565)
Mohammed Al Sahaf
2022-08-04
cmd: Use newly-available version information (#4931)
Matt Holt
2022-08-02
chore: Bump up to Go 1.19, minimum 1.18 (#4925)
Francis Lavoie
2022-07-29
Minor docs clarification
Matthew Holt
2022-07-20
cmd: Fix reload with stdin (#4900)
Francis Lavoie
2022-04-28
cmd: Fix unix socket addresses for admin API requests (#4742)
Francis Lavoie
2022-04-25
httpcaddyfile: Deprecate paths in site addresses; use zap logs (#4728)
Francis Lavoie
2022-04-12
cmd: Add `--diff` option for `caddy fmt` (#4695)
Francis Lavoie
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
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
[next]