Commit Graph

  • d3383ced2a
    Update link in readme Matthew Holt 2020-04-10 09:19:03 -0600
  • c024ae096d
    tests: Clean up redundant type declarations Matthew Holt 2020-04-10 08:48:21 -0600
  • 3bee569a8a
    httpcaddyfile: Don't remove empty TLS conn policies (fix #3249) Matthew Holt 2020-04-10 08:24:12 -0600
  • 999ab22b8c
    caddyhttp: Add nil check (fixes #3248 and fixes #3250) Matthew Holt 2020-04-10 08:12:42 -0600
  • 9991fdc495
    Update readme Matthew Holt 2020-04-10 08:10:35 -0600
  • f29023bf8f
    reverseproxy: Minor tweaks v2.0.0-rc.2 Matthew Holt 2020-04-09 13:22:05 -0600
  • 85f5f47f31
    caddytls: Don't initialize default internal issuer unless necessary Matthew Holt 2020-04-09 13:09:48 -0600
  • 6e4132eb89
    logging: Colorize output in all cases of stdout/stderr Matthew Holt 2020-04-09 13:06:06 -0600
  • d89ad2fd5b
    caddytls: Fix for TLS conn policy being applied to HTTP-only servers (#3243) Matt Holt 2020-04-09 12:39:05 -0600
  • d33926b63f
    go.mod: Update certmagic Matthew Holt 2020-04-09 12:32:57 -0600
  • c5f9227a48
    go.mod: Try smallstep again Matthew Holt 2020-04-09 12:10:52 -0600
  • 88d391c1f5
    go.mod: Update smallstep/cli Matthew Holt 2020-04-09 11:16:47 -0600
  • b4a7d6267f
    go.mod: Update dependencies Matthew Holt 2020-04-09 10:57:23 -0600
  • e5dc76b054 caddyhttp: CEL matcher checks return type; slight refactor Matthew Holt 2020-04-08 15:39:23 -0600
  • 7dfd69cdc5
    chore: make the linter happier (#3245) Mohammed Al Sahaf 2020-04-09 00:31:51 +0300
  • 28fdf64dc5
    httpcaddyfile, caddytls: Multiple edge case fixes; add tests Matthew Holt 2020-04-08 14:46:44 -0600
  • 0fe98038b6
    caddyhttp: Fix logging name associations by adding a default Matthew Holt 2020-04-08 14:39:20 -0600
  • 6e4c688ea7
    logging: Only colorize console output Matthew Holt 2020-04-08 14:37:37 -0600
  • 5110643201
    httpcaddyfile: Add key_type global option (#3231) Francis Lavoie 2020-04-08 13:09:38 -0400
  • 4d9b63d909 cel: Leverage DefaultAdapter to extend CEL's type system Matthew Holt 2020-04-08 10:44:36 -0600
  • e30deedcc1 caddyhttp: Return port placeholders as ints Matthew Holt 2020-04-08 10:43:08 -0600
  • fbd9515d35
    basicauth: Re-prompt after invalid credentials (fix #3239) (#3240) Matt Holt 2020-04-07 20:39:13 -0600
  • 95f6bd7e5c
    templates: Update docs Matthew Holt 2020-04-07 12:29:09 -0600
  • b1ce9d4db7
    templates: Add env function (closes #3237) Matthew Holt 2020-04-07 12:26:08 -0600
  • 61679b74f5 Merge branch 'remove-ntlm' Matthew Holt 2020-04-07 11:41:49 -0600
  • 2c1b663156
    reverseproxy: Remove NTLM transport; refactor and improve docs Matthew Holt 2020-04-07 08:31:52 -0600
  • 8b2dbc52ec
    core: Rename ParsedAddress -> NetworkAddress Matthew Holt 2020-04-07 08:33:45 -0600
  • 657f0cab17
    docs: Clarify "not" matcher structure (see #3233) Matthew Holt 2020-04-06 18:44:12 -0600
  • 7be747fbe9
    caddyhttp: Add missing LB policy Caddyfile unmarshalers (#3230) Francis Lavoie 2020-04-06 15:08:42 -0400
  • 5b355cbed0
    caddyhttp: Strictly forbid unnecessary blocks on matchers (#3229) Francis Lavoie 2020-04-06 15:07:07 -0400
  • a3cfe437b1
    caddyhttp: Support single-line not matcher (#3228) Francis Lavoie 2020-04-06 15:05:49 -0400
  • 437d5095a6
    templates: Use text/template; add experimental notice to docs Matthew Holt 2020-04-06 12:50:54 -0600
  • 145aebbba5
    httpcaddyfile: Carry bind setting through to ACME issuer (fixes #3232) Matthew Holt 2020-04-06 12:24:35 -0600
  • 6a32daa225
    caddytls: Support custom bind host for challenges (#3232) Matthew Holt 2020-04-06 11:22:06 -0600
  • 81cdebf648
    tests: Remove noisy logs Matthew Holt 2020-04-06 10:41:42 -0600
  • 84c729e96a ci: Tweak commit prefixes to ignore Matthew Holt 2020-04-04 13:29:43 -0600
  • 346c33b4d5 cmd: Log warning if --resume and --config used together Matthew Holt 2020-04-04 13:29:25 -0600
  • 78717ce5b0
    chore: add adapt tests. fix load failure not failing tests (#3222) Mark Sargent 2020-04-04 16:02:46 +1300
  • 3d6fc1e1b7
    httpcaddyfile: Yield cleaner JSON when conn policy or log name is empty Matthew Holt 2020-04-03 20:19:46 -0600
  • c7ac7de38a
    go.mod: Update CertMagic (again) v0.10.10 Matthew Holt 2020-04-03 17:46:43 -0600
  • 05164c895a
    go.mod: Use latest Certmagic (v0.10.9) Matthew Holt 2020-04-03 16:16:22 -0600
  • 1e8af27329
    fastcgi: Account for lack of split path configuration (fix #3221) Matthew Holt 2020-04-03 10:25:25 -0600
  • b6482e53c1 go.mod: Update CertMagic to v0.10.8 Matthew Holt 2020-04-03 09:32:57 -0600
  • 20f6795413
    Create FUNDING.yml Matt Holt 2020-04-03 09:07:14 -0600
  • 84f16852ab
    ci: goreleaser: Drop some platforms and replacements (#3217) Matt Holt 2020-04-02 18:07:57 -0600
  • 1456f15f9a readme: So much more ... what? Fixed cliffhanger v2.0.0-rc.1 Matthew Holt 2020-04-02 16:30:21 -0600
  • fdfe2ae53b
    chore: ci: fix release action script (#3216) Mohammed Al Sahaf 2020-04-03 01:44:44 +0300
  • 1c190b001b
    httpcaddyfile: Refactor site key parsing; detect conflicting schemes Matthew Holt 2020-04-02 14:20:30 -0600
  • 3634c4593f
    ci: fuzz: skip fuzz data that contains `import` (#3214) Mohammed Al Sahaf 2020-04-02 19:40:21 +0300
  • 7ca15861dd
    caddytls: Encode big.Int as string with JSON Matthew Holt 2020-04-02 09:43:33 -0600
  • 8ff330c555
    Update readme Matthew Holt 2020-04-02 09:43:08 -0600
  • 626f19a264
    Fix for last commit Matthew Holt 2020-04-01 21:07:38 -0600
  • 6ca5828221
    caddytls: Refactor certificate selection policies (close #1575) Matthew Holt 2020-04-01 20:49:35 -0600
  • 6fe04a30b1
    caddyfile: Export NewTestDispenser() (close #2930) Matthew Holt 2020-04-01 16:34:54 -0600
  • 19b45546a7
    go.mod: Update smallstep/truststore Matthew Holt 2020-04-01 15:28:09 -0600
  • d322de6b42
    gzip: Use klauspost/gzip, an optimized gzip implementation Matthew Holt 2020-04-01 14:09:57 -0600
  • ce3ca541d8
    caddytls: Update cipher suite names and curve names Matthew Holt 2020-04-01 14:09:29 -0600
  • 581f1defcb
    caddyhttp: Print actual listener address in log message (closes #2992) Matthew Holt 2020-04-01 12:23:07 -0600
  • 0d2a3511dc caddyhttp: Update host matcher docs about wildcards Matthew Holt 2020-04-01 11:40:59 -0600
  • 73643ea736
    caddyhttp: 'not' matcher now accepts multiple matcher sets and OR's them (#3208) Matt Holt 2020-04-01 10:58:29 -0600
  • 809e72792c
    rewrite: Fix for rewrites with URI placeholders (#3209) Matthew Holt 2020-04-01 00:43:40 -0600
  • 9fb0b1e838
    caddytls: Add support for externalAccountBinding ACME extension Matthew Holt 2020-03-31 21:08:02 -0600
  • 244b839f98
    pki: Add trust subcommand to install root cert (closes #3204) Matthew Holt 2020-03-31 17:56:36 -0600
  • 904d9cab39
    httpcaddyfile: Include non-standard ports when mapping logger names Matthew Holt 2020-03-30 18:39:21 -0600
  • ac65f690ae
    caddyhttp: Rename MatchNegate type to MatchNot type Matthew Holt 2020-03-30 11:53:19 -0600
  • 37aa516a6e
    headers: Trim any trailing colon from field names as a courtesy Matthew Holt 2020-03-30 11:52:11 -0600
  • 105acfa086
    Keep type information with placeholders until replacements happen Matthew Holt 2020-03-30 11:49:53 -0600
  • deba26d225
    caddyfile: Minor fixes to the formatter Matthew Holt 2020-03-29 13:53:00 -0600
  • 178ba024fe
    httpcaddyfile: Put root directive first, before redir and rewrite Matthew Holt 2020-03-28 19:07:51 -0600
  • e207240f9a
    reverse_proxy: Upstream.String() method returns either LookupSRV or Dial Matthew Holt 2020-03-27 14:29:01 -0600
  • 397e04ebd9
    caddyauth: Add Metadata field to caddyauth.User (#3174) Robin Lambertz 2020-03-27 18:10:51 +0100
  • d2c15bea1b
    ci: fuzz: remove fuzzing trigger on PR (#3195) Mohammed Al Sahaf 2020-03-27 03:34:12 +0300
  • 8da9eaee34
    ci: fuzz: switch engine from libfuzzer to native go-fuzz (#3194) Mohammed Al Sahaf 2020-03-27 03:20:34 +0300
  • ea3688e1c0
    caddytls: Remove ManageSync Matthew Holt 2020-03-26 14:02:29 -0600
  • c87f82f0ce
    caddytls: Match automation policies by wildcard subjects too Matthew Holt 2020-03-26 14:01:38 -0600
  • 5c55e5d53f
    caddytls: Support placeholders in key_type (#3176) Pascal 2020-03-26 06:16:12 +0100
  • 7ee3ab7baa
    caddyfile: Formatter enhancements Matthew Holt 2020-03-25 18:45:54 -0600
  • ba08833b2a
    ci: exclude integration tests for now (#3188) Mark Sargent 2020-03-26 03:55:14 +1300
  • 9eecd698da Merge branch 'v2' of https://github.com/caddyserver/caddy Matthew Holt 2020-03-24 23:14:27 -0600
  • 0fa1a3b630
    ci: preliminary CD with goreleaser (#3173) Mohammed Al Sahaf 2020-03-25 08:13:36 +0300
  • 673d3d00f2
    file_server: Fix dumb error check I must have written at 1am Matthew Holt 2020-03-24 16:48:04 -0600
  • 2acb208e32
    caddyhttp: Specify default access log for a server (fix #3185) v2.0.0-beta.20 Matthew Holt 2020-03-24 13:21:18 -0600
  • e02117cb8a
    reverse_proxy: Add support for SRV backends (#3180) Matt Holt 2020-03-24 10:53:53 -0600
  • 95b2863df2
    admin: Fix regex for removing @id fields (closes #3187) Matthew Holt 2020-03-24 10:52:05 -0600
  • 341d4fb805
    Remove some non-essential plugins from this repo (#2780) Matthew Holt 2020-03-24 10:37:47 -0600
  • 745cb0e9e6
    fastcgi: Add debug log (#3178) Matthew Holt 2020-03-24 08:34:15 -0600
  • 9af05719bc logging: Fix off-by-one for roll size MB from Caddyfile Matthew Holt 2020-03-24 08:20:43 -0600
  • d08cbefff8
    report error on failed location response (#3184) Mark Sargent 2020-03-24 16:18:53 +1300
  • 2eede58b3a
    fastcgi: Ensure root is always absolute (issue #3178) (#3182) Matt Holt 2020-03-23 21:12:54 -0600
  • 235357abc8
    fastcgi: Fix PATH_INFO (issue #3178) Matthew Holt 2020-03-23 18:29:16 -0600
  • 4b4e16edaf
    cmd: Ensure certmagic defaults are set for any and all subcommands Matthew Holt 2020-03-23 14:43:42 -0600
  • ee64719d93 Update readme Matthew Holt 2020-03-23 14:29:51 -0600
  • 2491336c11
    ci: Update branches to master (#3177) Francis Lavoie 2020-03-23 16:26:53 -0400
  • 1698838685
    tls: Few minor improvements/simplifications Matthew Holt 2020-03-23 13:32:17 -0600
  • 4c43bf8cc8
    caddyhttp: Always provision ACME issuers (fix terms agree error) Matthew Holt 2020-03-23 12:21:39 -0600
  • 348cb798e2
    httpcaddyfile: Allow php_fastcgi to be used in route directive v2.0.0-beta.19 Matthew Holt 2020-03-23 09:28:29 -0600
  • e211491407
    httpcaddyfile: Fix little typo (Next -> NextArg) Matthew Holt 2020-03-22 23:13:08 -0600
  • 6e2fabb2a4 cmd: Add --watch flag to start & run commands (closes #1806) Matthew Holt 2020-03-22 22:58:24 -0600
  • 8cc60e6896
    ci: test local CA and update SNI tests (#3145) Mark Sargent 2020-03-23 13:08:02 +1300
  • bea8dedfb2
    httpcaddyfile: Move header before redir (fixes #3148) Matthew Holt 2020-03-22 09:04:40 -0600