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
/
admin.go
Age
Commit message (
Expand
)
Author
2020-03-24
admin: Fix regex for removing @id fields (closes #3187)
Matthew Holt
2020-03-21
caddyconfig: register adapters as Caddy modules (#3132)
Mohammed Al Sahaf
2019-12-31
Config auto-save; run --resume flag; update environ output (close #2903)
Matthew Holt
2019-12-23
admin: Only write most CORS headers in OPTIONS requests
Matthew Holt
2019-12-17
admin: POST /... expands and appends all array elements
Matthew Holt
2019-12-16
admin: /stop endpoint gracefully shuts down; fixes caddy stop command
Matthew Holt
2019-12-15
logging: Implement net writer (#2884)
Abdelmalek Ihdene
2019-12-12
cmd: Fix validate command when JSON contains "@id" fields
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-27
admin: Preserve "@id" fields through partial changes (fixes #2902)
Matthew Holt
2019-11-11
core: Use port ranges to avoid OOM with bad inputs (#2859)
Mohammed Al Sahaf
2019-11-04
admin: Remove /unload endpoint (is same as DELETE /config/)
Matthew Holt
2019-11-04
core: Major refactor of admin endpoint and config handling
Matthew Holt
2019-10-30
admin listener as opt-in for initial config (#2834)
Andreas Schneider
2019-10-28
v2: Logging! (#2831)
Matt Holt
2019-10-09
admin: /config and /id endpoints
Matthew Holt
2019-09-13
admin: Allow listening on unix socket (closes #2749)
Matthew Holt
2019-09-02
caddyconfig: Add JSON5 and JSON-C adapters (closes #2735)
Matthew Holt
2019-08-23
Fix caddyconfig import in admin.go (#2725)
Ariel Núñez
2019-08-22
admin: Support config adapters at /load endpoint
Matthew Holt
2019-08-21
Refactor Caddyfile adapter and module registration
Matthew Holt
2019-08-09
Implement config adapters and beginning of Caddyfile adapter
Matthew Holt
2019-07-20
Add /stop endpoint to admin (#2671)
Toby Allen
2019-07-05
cmd: New reload command
Matthew Holt
2019-06-30
Add license
Matthew Holt
2019-06-28
Caddy 2 gets a CLI! And admin endpoint is now configurable via JSON
Matthew Holt
2019-06-14
Rename caddy2 -> caddy
Matthew Holt
2019-06-07
fix module import paths and add cors to admin endpoints
dev
2019-05-21
Module.New() does not need to return an error
Matthew Holt
2019-04-25
Initial commit of Storage, TLS, and automatic HTTPS implementations
Matthew Holt
2019-03-27
Fix goroutine leak in Run
Matthew Holt
2019-03-26
Performance testing Load function
Matthew Holt
2019-03-26
Rudimentary start of HTTP servers
Matthew Holt
2019-03-26
Initial commit
Matthew Holt