Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-21 | go.mod: Update quic-go to v0.37.0, bump to Go 1.20 minimum (#5644) | Marten Seemann | |
* update quic-go to v0.37.0 * Bump to Go 1.20 * Bump golangci-lint version, yml syntax consistency * Use skip-pkg-cache workaround * Workaround needed for both? * Seeding weakrand is no longer necessary --------- Co-authored-by: Matt Holt <[email protected]> Co-authored-by: Francis Lavoie <[email protected]> | |||
2023-02-24 | go.mod: Upgrade quic-go to v0.33.0 (Go 1.19 min) | Matthew Holt | |
2023-01-01 | Update README.md | Matt Holt | |
Attempt to fix logo that was appearing black in some browsers (perhaps due to CSP?). Thanks to @IndeedNotJames for investigating! Hopefully this works. | |||
2022-12-31 | Update README.md | Matt Holt | |
Update logo and fix test result badge | |||
2022-12-19 | readme: white ZeroSSL text color in dark mode (#5259) | Emily Lange | |
* readme: white ZeroSSL text color in dark mode * fix: keep `valign` for GitHub mobile app | |||
2022-12-12 | readme: darker variants of logos in dark mode (#5248) | IndeedNotJames | |
2022-09-02 | Update readme | Matthew Holt | |
2022-08-02 | chore: Bump up to Go 1.19, minimum 1.18 (#4925) | Francis Lavoie | |
2022-03-25 | chore: Bump minimum Go to 1.17 (#4662) | Francis Lavoie | |
2021-09-27 | Add explanation for project name to readme | Matthew Holt | |
2021-09-24 | General minor improvements to docs | Matthew Holt | |
2021-08-16 | ci: Start testing on Go 1.17, drop 1.15 (#4283) | Francis Lavoie | |
2021-02-24 | Update docs; commit setcap.sh | Matthew Holt | |
2021-02-18 | ci: Build and test on Go 1.16, bump minimum to 1.15 (#4024) | Francis Lavoie | |
* ci: Build and test on Go 1.16 * ci: Drop Go 1.14 support | |||
2021-01-08 | Update docs | Matthew Holt | |
2020-12-30 | ci: Add pushing to cloudsmith (#3941) | Francis Lavoie | |
* ci: Add pushing to cloudsmith * ci: Update comments, remove env TODO * ci: Fix Cloudsmith installation by setting PATH * docs: Add Cloudsmith attribution to README * ci: Switch to keeping armv7 as the armhf .deb | |||
2020-11-24 | Update readme | Matthew Holt | |
2020-10-19 | readme: Add zerossl | Matthew Holt | |
2020-10-09 | readme: Add link to website for download instructions (#3785) | AJ ONeal | |
* add Webi as install method * link to install page | |||
2020-07-17 | readme: Minor tweaks | Matthew Holt | |
2020-07-16 | readme: Update badges | Matthew Holt | |
2020-07-10 | docs: Remove extra word in README.md (#3564) | Kévin Dunglas | |
2020-05-08 | docs: Fix TOC/section header mismatch (#3380) | Chandler Swift | |
2020-05-07 | Update readme | Matthew Holt | |
2020-04-19 | readme: Fix broken links (#3283) | Francis Lavoie | |
Credit to @kanagawa41 for spotting these! Fixes #3282 | |||
2020-04-10 | Update link in readme | Matthew Holt | |
2020-04-10 | Update readme | Matthew Holt | |
2020-04-02 | readme: So much more ... what? Fixed cliffhangerv2.0.0-rc.1 | Matthew Holt | |
2020-04-02 | Update readme | Matthew Holt | |
2020-03-23 | Update readme | Matthew Holt | |
2020-03-20 | v2: update CI badge on README (#3162) | Mohammed Al Sahaf | |
2020-03-17 | Update dependencies and readme | Matthew Holt | |
2020-03-15 | Simplify build instructions in readme | Matthew Holt | |
2020-03-13 | Minor tweaksv2.0.0-beta.16 | 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 | |
This is a breaking change primarily in two areas: - Storage paths for certificates have changed - Slight changes to JSON config parameters Huge improvements in this commit, to be detailed more in the release notes. The upcoming PKI app will be powered by Smallstep libraries. | |||
2020-02-27 | Couple of minor docs tweaksv2.0.0-beta.15 | Matthew Holt | |
2020-02-07 | Fix typo in readme | Matthew Holt | |
2020-02-07 | Update readme | Matthew Holt | |
The list of improvements and FAQ were moved to the wiki for now. They still need to be updated. | |||
2019-12-31 | Couple of minor fixes, update readmev2.0.0-beta12 | Matthew Holt | |
2019-12-04 | Fix misspellings (#2908) | lu4p | |
2019-10-30 | Add missing fuzzer (#2844) | Mohammed Al Sahaf | |
* fuzz: add missing fuzzer by fixing .gitignore adding a negation for caddyfile/ directory * ci: print fuzzing type for debuggability and traceability * README: update the Fuzzit badge to point to the correct Caddy server Github organization | |||
2019-10-25 | fuzz: introduce continuous fuzzing for Caddy (#2723) | Mohammed Al Sahaf | |
* fuzz: lay down the foundation for continuous fuzzing * improve the fuzzers and add some * fuzz: add Fuzzit badge to README & enable fuzzers submission in CI * v2-fuzz: do away with the submodule approach for fuzzers * fuzz: enable fuzzit | |||
2019-10-16 | Minor enhancements/fixes to rewrite directive and template virt req's | Matthew Holt | |
2019-10-09 | readme: Remove mentions of Caddy Enterprise (as per #2786) | Matthew Holt | |
2019-10-01 | Update CLI docs in README | Matthew Holt | |
2019-10-01 | v2: introduce CI (#2768) | Mohammed Al Sahaf | |
* v2: introduce CI for v2 branch * v2-ci: split test report generation from test pass to preserve exit code * v2-ci: spilt lint results from unit test results * v2-ci: fix testRunTitle name * v2-ci: break up the steps for more accurate status indicators * v2-ci: break steps into different jobs * v2-ci: revert back to single-job pattern * v2-ci: reflect the true result by coercing SucceededWithIssues into Failed in the last step * v2-ci: don't fail the build on lint errors | |||
2019-09-13 | Update v2 readme in prep for beta1v2.0.0-beta1 | Matthew Holt | |
2019-09-10 | Require Go 1.13; use Go 1.13's default support for TLS 1.3 | Matthew Holt | |
2019-08-21 | Update readme for v2 caddyfile and config adapters | Matthew Holt | |