Commit Graph

  • 3f1ff118f8
    noot testing-updates a 2024-06-18 23:48:21 -0500
  • 4d40619aa4
    Merge branch 'caddytest-2' of github.com:elee1766/caddy into caddytest-2 a 2024-06-18 23:45:57 -0500
  • 3c591ecac9
    noot a 2024-06-18 23:45:54 -0500
  • 479c4e47ee
    don't specify main so version info will be embedded correctly WeidiDeng 2024-06-19 12:12:16 +0800
  • 73854014d9
    Merge branch 'master' into caddytest-2 a 2024-06-18 22:48:21 -0500
  • c0d9a2383e
    noot a 2024-06-18 22:36:02 -0500
  • 7bc7e1680e
    noot a 2024-06-18 21:57:46 -0500
  • edf4168c8e
    noot a 2024-06-18 21:18:38 -0500
  • 926fb82f6b
    noot a 2024-06-18 21:18:07 -0500
  • 841fe2544d
    noot a 2024-06-18 21:17:51 -0500
  • cc41be13df
    prepare syso files for windows embedding WeidiDeng 2024-06-19 10:10:36 +0800
  • b19feec6dc
    noot a 2024-06-18 21:01:15 -0500
  • 41a4320fd3
    noot a 2024-06-18 20:14:51 -0500
  • b491fc5d6c
    noot a 2024-06-18 20:11:56 -0500
  • 01cb878087
    noot a 2024-06-18 20:08:38 -0500
  • b98c89fbb6
    noot a 2024-06-18 19:46:43 -0500
  • 2619271a5c
    noot a 2024-06-18 19:44:05 -0500
  • d288a66e8e
    Merge 188dbc4e8b into 99dcdf7e42 Riccardo 2024-06-18 20:23:43 -0400
  • 93a1853022
    noot a 2024-06-18 18:16:33 -0500
  • 99dcdf7e42 caddyhttp: Convert IDNs to ASCII when provisioning Host matcher Matthew Holt 2024-06-18 14:43:54 -0600
  • 04f1b270df
    Update modules/caddyhttp/fileserver/staticfiles.go Matt Holt 2024-06-15 07:51:49 -0600
  • fab6375a8b
    reverseproxy: add Max-Age option to sticky cookie (#6398) Jason Yuan 2024-06-15 09:50:31 -0400
  • 54367746a3 move modules around Mohammed Al Sahaf 2024-06-15 14:08:27 +0300
  • f161093e1f Removed newline characters from precomputed etags armadi1809 2024-06-13 13:08:09 -0500
  • 62c711c66e
    core: add modular `network_proxy` support Mohammed Al Sahaf 2024-06-15 02:08:17 +0300
  • 28792b129f
    Update selectionpolicies.go Jason Yuan 2024-06-14 18:56:13 -0400
  • b08423977f
    Update selectionpolicies.go Jason Yuan 2024-06-14 18:56:05 -0400
  • 0ecb1ba262
    add `basic_auth` test Mohammed Al Sahaf 2024-06-15 00:48:08 +0300
  • 568f3049a7
    reverseproxy: add Max-Age option to sticky cookie Jason Yuan 2024-06-14 11:20:13 -0400
  • aca4002fd8
    caddyfile: Pass blocks to `import` for snippets (#6130) a 2024-06-14 12:27:51 -0500
  • 932bd084a0 do gofumpt Justin Angel 2024-06-14 07:03:36 -0400
  • 23145f38a4 simplify and better account for bad URL values Justin Angel 2024-06-14 06:48:06 -0400
  • 5c6a324c38 working Justin Angel 2024-06-13 16:12:59 -0400
  • 815865de8f
    Merge branch 'master' into snippet-outlet a 2024-06-12 21:58:04 -0500
  • b205e21f13 Merge tag 'v2.8.4' into snippet-outlet a 2024-06-12 21:57:39 -0500
  • 8e0d3e1ec5
    logging: set file mode when the file already exist (#6391) Ririsoft 2024-06-12 23:17:46 +0200
  • 4374c6fe55 logging: set file mode when the file already exist. Ririsoft 2024-06-12 17:38:38 +0200
  • af484f95d1 Allow 0 as weights peanutduck 2024-06-12 10:32:12 +0800
  • d85cc2ec10
    logging: Customizable zap cores (#6381) Omar Ramadan 2024-06-10 08:03:24 -0700
  • 04fb9fe87f
    go.mod: update tscert package (#6384) Will Norris 2024-06-10 06:28:30 -0700
  • e44b7fb335 logging: Customizable `zapcore.Core` Omar Ramadan 2024-06-08 00:54:20 -0700
  • 0bc27e5fb1
    logging: fix file mode configuration parsing (#6383) Ririsoft 2024-06-08 19:34:18 +0200
  • 8b022c4989 go.mod: update tscert package Will Norris 2024-06-08 08:19:47 -0700
  • 592d65752a fix file mode configuration parsing Ririsoft 2024-06-08 16:38:32 +0200
  • 9be4f194e0
    caddyhttp: Write header if needed in responseRecorder.WriteResponse (#6380) Andreas Kohn 2024-06-07 15:25:36 +0200
  • dac99462c9 Write the header if none had been written in WriteResponse Andreas Kohn 2024-06-07 14:50:22 +0200
  • a10117f8bd
    core: Split `run` into a public `ProvisionContext` and a private method (#6378) Andreas Kohn 2024-06-06 22:36:06 +0200
  • 264ff4dede Hide the `replaceAdminServer` parts Andreas Kohn 2024-06-06 22:21:53 +0200
  • 69286cd201 Rename `BuildContext` to `ProvisionContext` to better match the function Andreas Kohn 2024-06-06 22:15:19 +0200
  • 8640156622 Use the config from the context Andreas Kohn 2024-06-06 18:34:37 +0200
  • b9809a3218 Split `run` into a public `BuildContext` and a private part Andreas Kohn 2024-06-06 16:28:25 +0200
  • 101d3e7407
    logging: Customize log file permissions (#6314) Ririsoft 2024-06-06 16:33:34 +0200
  • 3f1add6c9f
    events: Getters for event info (close #6377) Matthew Holt 2024-06-06 07:11:28 -0600
  • eb6934f784 Merge branch 'master' into hurl-tests Mohammed Al Sahaf 2024-06-06 12:52:46 +0300
  • 5db2f81695
    ci: add version key for .goreleaser.yml (#6376) Mohammed Al Sahaf 2024-06-06 11:33:19 +0300
  • 20e2191c74 ci: add version key for .goreleaser.yml Mohammed Al Sahaf 2024-06-06 11:07:54 +0300
  • 31012a53d6 allow to set the log file permissions Ririsoft 2024-05-12 16:04:22 +0200
  • 243351b2b1
    cmd: remove zealous check of Caddyfile auto-detection (#6370) Mohammed Al Sahaf 2024-06-05 17:57:15 +0300
  • d88032d55d
    one more case Mohammed Al Sahaf 2024-06-05 17:50:51 +0300
  • 4e6413696d
    Merge branch 'master' into remove-zealous-check Mohammed Al Sahaf 2024-06-05 12:28:30 +0300
  • ac8e08b016
    remove redundant check, add comment Mohammed Al Sahaf 2024-06-05 09:25:50 +0000
  • 377aa824ba
    add test case Mohammed Al Sahaf 2024-06-05 09:22:06 +0000
  • 198f4385d2
    caddyhttp: Add test cases to corpus (#6374) Matt Holt 2024-06-04 14:23:55 -0600
  • 43a0eb8d16
    More tests Matthew Holt 2024-06-04 14:16:20 -0600
  • 6e4182fd02
    Clean up stray comment Matthew Holt 2024-06-04 14:09:32 -0600
  • b125c09c4f
    One more test case Matthew Holt 2024-06-04 14:09:09 -0600
  • 8eb7b28b60
    caddyhttp: Add test case to corpus Matthew Holt 2024-06-04 14:00:22 -0600
  • e7ecc7ede2
    Make it possible to configure the `DisableStorageCheck` setting for certmagic (#6368) Andreas Kohn 2024-06-04 15:00:15 +0200
  • 0b8f7df92f
    Derpy derp Matthew Holt 2024-06-04 06:49:01 -0600
  • 63f7789ade
    cmd: remove zealous check of Caddyfile auto-detection Mohammed Al Sahaf 2024-06-04 06:49:56 +0000
  • 621c0e71bf
    caddytls: Support new tls.context module Matthew Holt 2024-06-03 19:02:09 -0600
  • 8997483949 Make it possible to configure the `DisableStorageCheck` setting for certmagic Andreas Kohn 2024-06-03 14:49:36 +0200
  • 235c2a36a3
    retract v2.8.3 in go.mod Mohammed Al Sahaf 2024-06-03 07:10:02 +0000
  • 7088605cc1
    cmd: fix regression in auto-detect of Caddyfile (#6362) v2.8.4 Mohammed Al Sahaf 2024-06-02 14:40:56 +0300
  • 027d79b1d7
    address review comments Mohammed Al Sahaf 2024-06-02 11:34:55 +0000
  • 4293b6113c
    add tests Mohammed Al Sahaf 2024-06-02 11:15:22 +0000
  • 725553eaa4
    fix typo Mohammed Al Sahaf 2024-06-02 09:31:47 +0300
  • 442289fac9
    cmd: fix regression in auto-detect of Caddyfile Mohammed Al Sahaf 2024-06-02 09:19:53 +0300
  • 15faeacb60
    cmd: fix auto-detetction of .caddyfile extension (#6356) v2.8.3 v2.8.2 Mohammed Al Sahaf 2024-06-02 06:49:38 +0300
  • 6c5bea288e
    Merge branch 'master' into fix-6355 Matt Holt 2024-06-01 21:44:42 -0600
  • f8a2c60297
    caddyhttp: properly sanitize requests for root path (#6360) Will Norris 2024-06-01 20:40:59 -0700
  • e13e0af137
    Merge branch 'master' into will/sanitize Matt Holt 2024-06-01 21:36:43 -0600
  • 01308b4bae
    I'm so tired of typos Matthew Holt 2024-06-01 20:43:35 -0600
  • b7280e6949 caddytls: Implement certmagic.RenewalInfoGetter Matthew Holt 2024-06-01 18:02:45 -0600
  • a63767d3f8
    build(deps): bump golangci/golangci-lint-action from 5 to 6 (#6361) dependabot[bot] 2024-06-02 02:26:31 +0300
  • 70fbd86117
    build(deps): bump golangci/golangci-lint-action from 5 to 6 dependabot[bot] 2024-06-01 23:08:14 +0000
  • 8ef328cc3e caddyhttp: properly sanitize requests for root path Will Norris 2024-06-01 13:25:24 -0700
  • 98ab52161c
    reject ambiguous config file name Mohammed Al Sahaf 2024-06-01 00:17:07 +0300
  • 4b593b40b3
    move conditions around and add clarifying comment Mohammed Al Sahaf 2024-05-31 19:01:05 +0300
  • 69de71688a
    cmd: fix auto-detetction of .caddyfile extension Mohammed Al Sahaf 2024-05-31 18:32:24 +0300
  • 40c582ce82
    caddyhttp: Fix merging consecutive `client_ip` or `remote_ip` matchers (#6350) v2.8.1 Francis Lavoie 2024-05-30 09:32:17 -0400
  • a52917a37d
    core: MkdirAll appDataDir in InstanceID with 0o700 (#6340) Anton Kovalenko 2024-05-30 13:38:09 +0300
  • 8387b0de54
    Merge branch 'master' into mkdir-appdata-0700 Mohammed Al Sahaf 2024-05-30 13:27:19 +0300
  • 04f9ebfd1b
    caddyhttp: Fix merging consecutive `client_ip` or `remote_ip` matchers Francis Lavoie 2024-05-30 03:37:28 -0400
  • 690c73c09a
    Merge branch 'master' into snippet-outlet a 2024-05-30 00:44:22 -0500
  • e6f46c8d78
    acmeserver: Add `sign_with_root` for Caddyfile (#6345) v2.8.0 Ranveer Avhad 2024-05-28 05:36:54 +0530
  • 19c5c5c147 Added tests for sign_with_root to validate the adapted JSON config RA 2024-05-28 02:38:41 +0530
  • 479d2a9b0e Added sign_with_root option available in the Caddyfile RA 2024-05-28 00:00:34 +0530
  • 77394f2f66
    disable keep alive for h2c requests WeidiDeng 2024-05-27 14:53:21 +0800
  • b8b02b6183 core: MkdirAll appDataDir in InstanceID with 0o700 Anton Kovalenko 2024-05-25 18:58:02 +0300