1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

Commit graph

  • 862f70bfe8
    Merge 45d5064f1c into e76405d550 mahdi amolimoghaddam 2024-12-17 00:28:28 +0330
  • 45d5064f1c
    Merge branch 'caddyserver:master' into master mahdi amolimoghaddam 2024-12-17 00:26:17 +0330
  • f1dc9b1233
    Merge 5245045f44 into e76405d550 Mohammed Al Sahaf 2024-12-13 15:30:29 -0500
  • f2bf0644bb
    Merge 07a21a8d5b into e76405d550 a 2024-12-13 15:30:29 -0500
  • 300a1baa3b
    Merge d26cd24a11 into e76405d550 WeidiDeng 2024-12-13 15:30:29 -0500
  • cd43925679
    Merge 03175f0c5c into e76405d550 Adrien Pensart 2024-12-13 15:30:28 -0500
  • 87ff265af1
    Merge c718744483 into e76405d550 Mohammed Al Sahaf 2024-12-13 15:30:28 -0500
  • cce94e6281
    Merge e8f8fc2948 into e76405d550 Mohammed Al Sahaf 2024-12-13 20:32:55 +0100
  • 65db8884ea
    Merge abdeadfdf4 into e76405d550 Mohammed Al Sahaf 2024-12-13 21:16:40 +0800
  • 63ce562f42
    Merge 8c11e51747 into e76405d550 WeidiDeng 2024-12-13 21:16:30 +0800
  • 6e1025db0b
    Merge b8a9870410 into e76405d550 Mohammed Al Sahaf 2024-12-13 05:48:16 -0500
  • 7ea1567dfb
    Merge 6db43b6079 into e76405d550 WeidiDeng 2024-12-12 19:45:28 -0500
  • a877ffd296
    Merge 2d9a7c48cb into e76405d550 Francis Lavoie 2024-12-12 17:59:53 -0500
  • e76405d550
    core: Change ListenerFunc signature (#6651) master Aaron Paterson 2024-12-12 17:34:50 -0500
  • 1e634b4626
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-12-12 15:40:14 -0500
  • 328fb614f0
    reverseproxy: Only handle websocket protocol (#6740) bt90 2024-12-11 19:17:05 +0100
  • bcaa8aaf11
    encode: write status immediate for success response for CONNECT requests (#6738) WeidiDeng 2024-12-12 02:15:01 +0800
  • d0e209e1da
    encode: good defaults (#6737) Kévin Dunglas 2024-12-11 00:48:30 +0100
  • 290cfea08f
    fileserver: add a test for precompressed defaults (#6743) Kévin Dunglas 2024-12-11 00:48:02 +0100
  • 59bc0f459e
    test: add a test for precompressed defaults Kévin Dunglas 2024-12-10 23:53:16 +0100
  • 8d791d5744
    fix tests and add a new one Kévin Dunglas 2024-12-10 23:49:24 +0100
  • c9a29db7a1
    feat: good default for encode Kévin Dunglas 2024-12-07 19:14:58 +0100
  • 5c2617ebf9
    fileserver: good default for precompressed (#6736) Kévin Dunglas 2024-12-10 16:31:43 +0100
  • 98a1fbdc0a
    Only handle websocket protocol bt90 2024-12-10 10:31:03 +0100
  • c928096c99
    treat first write and flush for encode response writer to CONNECT request as success if status is not set explicitly WeidiDeng 2024-12-09 14:17:42 +0800
  • 03175f0c5c Add: request_body replace directive Adrien Pensart 2023-09-04 12:57:09 +0000
  • 17982787ae
    fix lint WeidiDeng 2024-12-08 20:51:35 +0800
  • 52792d7b9b
    fix test WeidiDeng 2024-12-08 19:42:20 +0800
  • e1141c1870
    fix compile WeidiDeng 2024-12-08 18:10:06 +0800
  • 7ba98c0083
    encode: write status immediate for success response for CONNECT requests WeidiDeng 2024-12-08 18:03:24 +0800
  • fac7686ce5
    feat: good default for file_server.precompressed Kévin Dunglas 2024-12-07 18:42:53 +0100
  • 57ae9c3107
    chore: fix some typo in HTTPLoader comment (#6735) José Padilla 2024-12-07 06:30:20 -0500
  • 061709d685
    chore: fix some typo in HTTPLoader comment José Padilla 2024-12-07 06:15:02 -0500
  • 9c0c71e577
    reverseproxy: Rewrite requests and responses for websocket over http2 (#6567) WeidiDeng 2024-12-07 04:23:27 +0800
  • c9faf72444
    Merge branch 'master' into reverse-proxy-h2-websocket WeidiDeng 2024-12-06 05:10:39 +0800
  • a1751adb40
    chore: bump golang.org/x/net to v0.32.0 (#6728) WeidiDeng 2024-12-05 22:28:07 +0800
  • 135529c4dc
    bump x/golang/net version WeidiDeng 2024-12-05 09:09:38 +0800
  • d0123bd760
    fileserver: Fix policy Validate() oversight (#6727) Francis Lavoie 2024-12-04 14:01:58 -0500
  • 2207c7db0d
    fileserver: Fix policy Validate() oversight Francis Lavoie 2024-12-04 13:35:04 -0500
  • fb72793269
    cmd: Reject multiple configs for fmt command (#6717) Aziz Rmadi 2024-12-04 06:43:52 -0600
  • efd9251ad3
    fileserver: Add first_exist_fallback strategy for try_files (#6699) Kévin Dunglas 2024-12-03 13:44:49 +0100
  • b116dcea3d
    caddyhttp: Add {?query} placeholder (#6714) Francis Lavoie 2024-12-02 08:06:38 -0500
  • d5237a62c7 Use orig_uri instead for the redirect, shorter Caddyfile shortcut Francis Lavoie 2024-11-28 12:38:46 -0500
  • 68edb1acd1 fastcgi: Preserve query during canonical redirect Francis Lavoie 2024-11-27 22:33:48 -0500
  • 2e6f626067 caddyhttp: Add {prefixed_query} placeholder Francis Lavoie 2024-11-27 22:32:26 -0500
  • df9950b4b8 added error message when passing more than one config file to fmt command armadi1809 2024-11-29 17:42:00 -0600
  • 16d5b22349
    ci: prevent jobs running on PRs from forks (#6720) Mohammed Al Sahaf 2024-11-30 17:05:09 +0300
  • f45e783bc1
    ci: prevent jobs running on PRs from forks Mohammed Al Sahaf 2024-11-30 15:30:55 +0300
  • c28872717c
    ci: prevent jobs running on PRs from forks Mohammed Al Sahaf 2024-11-30 15:30:55 +0300
  • 72f4e67ef0 prchecking Prajwal 2024-11-30 15:48:26 +0530
  • 3aced127b3
    Use orig_uri instead for the redirect, shorter Caddyfile shortcut Francis Lavoie 2024-11-28 12:38:46 -0500
  • b47b2149ac
    fastcgi: Preserve query during canonical redirect Francis Lavoie 2024-11-27 22:33:48 -0500
  • 533a77c3fd
    caddyhttp: Add {prefixed_query} placeholder Francis Lavoie 2024-11-27 22:32:26 -0500
  • 2d9a7c48cb
    httpcaddyfile: Implement force_automate force-automate Francis Lavoie 2024-11-27 01:58:22 -0500
  • 22b9d51268
    go.mod: Upgrade quic-go to 0.48.2 Matthew Holt 2024-11-26 10:47:55 -0700
  • 182153e827
    fix lint WeidiDeng 2024-11-26 09:47:28 +0800
  • 12e5c5d019
    use logger check for zap loggers WeidiDeng 2024-11-26 09:43:27 +0800
  • af10f23f88
    Merge branch 'master' into reverse-proxy-h2-websocket WeidiDeng 2024-11-26 09:28:05 +0800
  • 0097468a34
    use WebSocket instead of Websocket in the headers WeidiDeng 2024-11-26 09:05:30 +0800
  • ebf5370029
    perf: improve try_files matcher Kévin Dunglas 2024-11-24 22:39:59 +0100
  • 1d106fa14d
    metrics: add go and process collectors (#6704) Mohammed Al Sahaf 2024-11-23 02:38:59 +0300
  • 369e84d65f
    metrics: add go and process collectors Mohammed Al Sahaf 2024-11-23 01:07:56 +0300
  • 8c3dd3de70
    requestbody: Type-based error handling for MaxBytesError (#6701) Rishita Shaw 2024-11-23 01:15:58 +0530
  • 6194f5a244 fix: replace type assertion with errors.As() for MaxBytesError Rishita Shaw 2024-11-22 23:38:50 +0530
  • 42a3c0c4c9 fix: address overlooked nil check for MaxBytesError Rishita Shaw 2024-11-22 22:39:22 +0530
  • c9a4a20141 fix: handle "request body too large" error using type assertion Rishita Shaw 2024-11-22 21:31:50 +0530
  • 0419388a0a
    linter Kévin Dunglas 2024-11-21 23:37:54 +0100
  • f3444af929
    fix tests Kévin Dunglas 2024-11-21 23:08:08 +0100
  • 376b955f5d
    feat: add first_exist_or_fallback strategy for try_files Kévin Dunglas 2024-11-19 00:45:30 +0100
  • eddbccd298
    fastcgi: remove dir redirection when useless in php_fastcgi (#6698) Kévin Dunglas 2024-11-21 18:38:31 +0100
  • 197c564f20
    caddyhttp: Set default ReadHeaderTimeout (1 min) Matthew Holt 2024-11-19 11:24:12 -0700
  • 5c092c1e56
    add test Kévin Dunglas 2024-11-19 00:16:20 +0100
  • 151db6e83f
    restore test Kévin Dunglas 2024-11-19 00:13:25 +0100
  • 82249e2073
    simplify again Kévin Dunglas 2024-11-19 00:08:43 +0100
  • d85c778775
    simplify Kévin Dunglas 2024-11-19 00:08:14 +0100
  • 06a945d49d
    fix Kévin Dunglas 2024-11-19 00:05:23 +0100
  • 4bddf3be1b
    fix Kévin Dunglas 2024-11-19 00:05:06 +0100
  • 1c4146c3ce
    review Kévin Dunglas 2024-11-19 00:00:44 +0100
  • a346160543
    fix test Kévin Dunglas 2024-11-18 18:16:23 +0100
  • 45508537a8
    perf: remove dir redirection when useless in php_fastcgi Kévin Dunglas 2024-11-18 17:51:23 +0100
  • b3ce260389
    cmd: ignore missing keys during storage export (#6697) santhoshkumar 2024-11-18 20:10:51 +0530
  • b5f9c8dcea cmd: ignore missing keys during storage export santhosh 2024-11-18 18:03:31 +0530
  • 6028ff27fa
    chore: make FastAbs comment more easy to understand (#6692) WeidiDeng 2024-11-15 11:49:42 +0800
  • cd942e7531
    make FastAbs comment more easy to understand WeidiDeng 2024-11-15 11:31:22 +0800
  • 37f0c4bfae
    chore: Add provides to .deb releases (#6691) Francis Lavoie 2024-11-14 16:15:02 -0500
  • 7711abf2ab
    chore: Add provides to .deb releases Francis Lavoie 2024-11-14 13:44:09 -0500
  • 315715e90f
    core: Implement FastAbs to avoid repeated os.Getwd calls (#6687) Francis Lavoie 2024-11-13 03:55:51 -0500
  • 78fa3aaa79
    Rename files Francis Lavoie 2024-11-13 02:42:41 -0500
  • 213b4b3a0f
    Lint Francis Lavoie 2024-11-12 11:32:45 -0500
  • a5c3c54a17
    core: Implement FastAbs to avoid repeated os.Getwd calls Francis Lavoie 2024-11-12 11:27:13 -0500
  • e4623e72aa
    reverseproxy: Revert #4952 - don't ignore context cancellation in stream mode stripe Matthew Holt 2024-11-12 13:43:34 -0700
  • 04a58a9356 Revert "reverseproxy: Separate ignore_client_gone option" Matthew Holt 2024-11-12 14:36:25 -0700
  • 238f1108e6
    reverseproxy: Revert #4952 - don't ignore context cancellation in stream mode Matthew Holt 2024-11-12 13:43:34 -0700
  • b183aec83c
    httpcaddyfile: Implement log sampling config (#6682) Nikolai K 2024-11-12 00:42:50 +0100
  • b4e93b148b Add log sampling adapt tests nikonhub 2024-11-09 08:29:00 +0100
  • 1c10fe88a9 Allow log sampling configuration from Caddyfile nikonhub 2024-11-08 15:02:46 +0100
  • 825fe48e06
    reverseproxy: Allow 0 as weights for weighted_round_robin (#6681) Sucipto 2024-11-08 05:58:31 +0700
  • cc8a7cca7f test: add more wrr select test Sucipto 2024-11-07 22:41:40 +0000
  • 1edb1b68c1 reverseproxy: allow 0 as weighted round robin value Sucipto 2024-11-07 15:12:12 +0000
  • 7a77bcf144 Allow 0 as weights peanutduck 2024-06-12 10:32:12 +0800
  • b285763969
    ci: use commit sha in goreleaser-check (#6677) Mohammed Al Sahaf 2024-11-05 21:07:25 +0000
  • d625d2ac42
    run only on non-fork or caddyserver repo, and use branch name Mohammed Al Sahaf 2024-11-05 20:56:13 +0000
  • 514d3999bc
    Merge branch 'master' into improve-goreleaser-check Mohammed Al Sahaf 2024-11-05 20:43:45 +0000
  • da88ec152c go.mod: Update certmagic v2.9.0-beta.3 Matthew Holt 2024-11-05 11:03:51 -0700
  • 5c8dc34418
    caddytls: Allow disabling storage cleaning, avoids writing two files (#6593) Francis Lavoie 2024-11-05 12:47:41 -0500
  • 5823eccf99
    rewrite: Don't add / in Caddyfile, do it after replacer (#6662) Francis Lavoie 2024-11-05 12:15:31 -0500
  • f275b7d159 rewrite: Don't add / in Caddyfile, do it after replacer Francis Lavoie 2024-10-24 00:49:37 -0400
  • 4ad1b9b926 caddytls: Allow disabling storage cleaning, avoids writing two files Francis Lavoie 2024-09-27 04:48:58 -0400
  • cc23ad6402
    fileserver: Add file_limit option for browse (to be experimental) (#6648) Atakan Yenel 2024-11-05 17:35:32 +0100
  • fdb5fc1fe0
    fix output assignment Mohammed Al Sahaf 2024-11-05 00:29:13 +0000
  • 8029303702
    ci: use commit sha in goreleaser-check Mohammed Al Sahaf 2024-11-05 00:21:23 +0000
  • 91e34139a1
    go.mod: upgrade only some otel deps (#6676) Mohammed Al Sahaf 2024-11-05 03:10:05 +0300
  • 16133490b0
    go.mod: upgrade only some otel deps Mohammed Al Sahaf 2024-11-04 23:49:48 +0000
  • 028eb4cdbf
    chore: Upgrade dependencies Francis Lavoie 2024-11-04 18:43:30 -0500
  • 09b2cbcf4d
    caddyhttp: Add MatchWithError to replace SetVar hack (#6596) Francis Lavoie 2024-11-04 18:18:50 -0500
  • 73044e138a Linter Francis Lavoie 2024-10-13 18:06:37 -0400
  • c1c0d00591 Apparently Deprecated can't be all-uppercase to get IDE linting Francis Lavoie 2024-10-13 17:56:41 -0400
  • c8e38e4a33 Keep AnyMatch signature the same for now Francis Lavoie 2024-10-13 17:56:22 -0400
  • 5c5f7c2877 Return 425 Too Early status in IP matchers Francis Lavoie 2024-10-13 17:43:25 -0400
  • b876f2b772 Clarifying comment since it's subtle that an err is returned Francis Lavoie 2024-10-11 19:55:50 -0400
  • 1c0f014fb5 CEL factories can return RequestMatcherWithError Francis Lavoie 2024-10-11 19:41:43 -0400
  • 467f65fd70 Looser interface checking to allow fallback Francis Lavoie 2024-10-11 18:59:50 -0400
  • 1b5513ca2a Move implementations to MatchWithError versions Francis Lavoie 2024-10-11 18:22:38 -0400
  • 28338a9a2a Use MatchWithError everywhere possible Francis Lavoie 2024-10-11 17:35:48 -0400
  • e1e0161e4f Error in IP matchers on TLS handshake not complete Francis Lavoie 2024-10-11 17:35:28 -0400
  • 8fb5ebbd37 caddyhttp: Add MatchWithError to replace SetVar hack Francis Lavoie 2024-09-28 21:34:56 -0400
  • a3481f871b Fix tests Matthew Holt 2024-11-04 16:04:06 -0700
  • 05cfb121ec
    forwardauth: Skip copying missing response headers (#6608) Francis Lavoie 2024-11-04 16:58:53 -0500
  • 00f948c605
    go.mod: Update dependencies Matthew Holt 2024-11-04 14:53:10 -0700
  • 83fe940cb3
    Merge branch 'master' into master Atakan Yenel 2024-11-04 19:17:47 +0100
  • 25379e31c9 feat: change atomic.Value to atomic.Bool on delayContext doneSet Lucas Botelho 2024-11-04 12:36:44 -0300
  • b7303d8a58
    Merge 130c868e95 into 1d156527ea Francis Lavoie 2024-11-01 13:52:11 -0400
  • 1d156527ea
    events: Use WithLazy to prevent eager serialization of the event data (#6671) Andreas Kohn 2024-11-01 18:28:50 +0100
  • 7b4ff38f23 Use WithLazy to prevent eager serialization of the event data Andreas Kohn 2024-11-01 17:20:27 +0100
  • 0e8af2d823 test: catch when Copy hangs due to no EOF Lucas Botelho 2024-11-01 13:05:47 -0300
  • 7e5e9a8b5b test: now able to make context_cancelled error happen Lucas Botelho 2024-11-01 12:42:34 -0300
  • c6a9886bc6 test: add initial integration test for low latency streaming Lucas Botelho 2024-11-01 11:15:27 -0300
  • e54c8ef9b5 fix: adjust delay for parent to be able to cancel after timerout on select test Lucas Botelho 2024-10-31 19:56:44 -0300
  • 101d66ee52 feat: add close after received body to reverse proxy caddyfile config Lucas Botelho 2024-10-31 19:44:20 -0300
  • 7f9a805b96 test: add unit testing for delay client done context Lucas Botelho 2024-10-31 19:37:45 -0300
  • 9dbc182ab0 feat: change way to call delayCtx after roundtrip Lucas Botelho 2024-10-31 15:31:23 -0300
  • 1beff2fcd6 docs: move comments on delay client done Lucas Botelho 2024-10-31 15:25:41 -0300
  • fcf67b62f1 feat: add mutex to roundtripdone function Lucas Botelho 2024-10-31 15:22:17 -0300
  • 569c3f5df9 feat: close after receive data for low latency streaming. Lucas Botelho 2024-10-31 14:34:54 -0300
  • 350ad38f63
    fileserver: Fix Caddyfile parsing Matthew Holt 2024-10-31 10:37:37 -0600
  • c718744483
    Keep report to HTML only hurl-tests Mohammed Al Sahaf 2024-10-31 07:39:31 +0000
  • e75fca007e
    include txt and html coverage profile Mohammed Al Sahaf 2024-10-31 07:23:43 +0000
  • 0c45b8481f add file_server_file_limit caddyfile adapt test. Atakan Yenel 2024-10-22 18:46:11 +0000
  • 3aa4d56c76 Move file_limit inside browse. Atakan Yenel 2024-10-22 16:59:10 +0000
  • ed0d6877a7 Add file_limit option for file_server browse Atakan Yenel 2024-10-20 21:25:52 +0000
  • b129ed6be8
    httpcaddyfile: Fixes for prefer_wildcard mode (#6636) Francis Lavoie 2024-10-30 13:09:12 -0400
  • 14bc38010e
    Merge branch 'master' into prefer-wildcard Matt Holt 2024-10-30 11:02:54 -0600
  • d398898b35
    cmd: Allow add-package to select version of package (#6665) Lucas VerÍssimo Botelho 2024-10-30 13:48:36 -0300
  • 0154a6a57f
    docs: remove xcaddy issue reference Lucas VerÍssimo Botelho 2024-10-30 13:16:37 -0300
  • e1ce5400d0 feat: add deletion error handling Lucas Botelho 2024-10-29 19:10:58 -0300
  • 25d94ffe2a
    generate coverage profile Mohammed Al Sahaf 2024-10-29 21:37:09 +0000
  • 7ea59f0d49
    remove of --cafile in hurl Mohammed Al Sahaf 2024-10-29 21:23:34 +0000
  • ddc2ca3e10
    use Caddy CA in hurl options Mohammed Al Sahaf 2024-10-29 21:13:00 +0000
  • b34c13c5cf
    limit hurl jobs to 1 Mohammed Al Sahaf 2024-10-29 21:10:09 +0000
  • 18a15d84ef
    Merge branch 'master' into hurl-tests Mohammed Al Sahaf 2024-10-29 23:54:47 +0300
  • 9ba7ea76a9
    add test case for request_body handler Mohammed Al Sahaf 2024-10-29 20:52:17 +0000
  • b83dc5f219 fix: delete intermediate cert if couldn`t store it properly Lucas Botelho 2024-10-29 12:20:56 -0300
  • 84e4535545 feat: allow versioning of packages Lucas Botelho 2024-10-28 20:08:15 -0300
  • 8c9e87d0a6
    reverseproxy: Separate ignore_client_gone option Matthew Holt 2024-10-28 15:21:47 -0600
  • 6db43b6079
    order imports fastcgi-cl-header WeidiDeng 2024-10-24 10:30:12 +0800
  • 78265c6830
    fastcgi: check for CONTENT_LENGTH when sending requests WeidiDeng 2024-10-24 10:25:12 +0800
  • 5b25919d12 Add tests James Rouzier 2024-10-23 21:24:25 +0000
  • 5620ea733e Add on demand path permission James Rouzier 2024-10-23 17:48:28 +0000
  • d119501d28
    update README.md to be HTML5 compliance Augusto Vivaldelli 2024-10-23 17:10:29 -0300
  • 6e61b6c7ec
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-22 21:57:54 -0400
  • 8fb9435fb5
    Merge 06e146ccbe into eaaa2e5872 Aziz Rmadi 2024-10-22 17:19:17 -0400
  • eaaa2e5872
    chore: compile without nosql's support for Postgres and MySQL (#6655) Kévin Dunglas 2024-10-22 22:53:14 +0200
  • 7f5e1500b4
    Merge branch 'master' into chore/disable-unused-libs Kévin Dunglas 2024-10-22 22:27:25 +0200
  • 4457afc170
    chore: Bump quic-go to 0.48.1, fixing a panic (#6654) Francis Lavoie 2024-10-22 15:29:46 -0400
  • 59b5ac484c chore: Bump quic-go to 0.48.1, fixing a panic Francis Lavoie 2024-10-22 01:42:09 -0400
  • fbf0f4c425
    reverseproxy: Sync changes from stdlib for 1xx handling (#6656) Francis Lavoie 2024-10-22 14:10:46 -0400
  • ca6317b2fc
    Use clear() Francis Lavoie 2024-10-22 11:38:49 -0400
  • 690219f681
    reverseproxy: Sync changes from stdlib for 1xx handling Francis Lavoie 2024-10-22 11:35:04 -0400
  • 042135d7fd
    Update README.md Kévin Dunglas 2024-10-22 16:23:34 +0200
  • 7f5aceb93d
    Update cross-build.yml Kévin Dunglas 2024-10-22 16:22:55 +0200
  • ff534c387f
    Update cross-build.yml Kévin Dunglas 2024-10-22 16:22:32 +0200
  • a94d2dec70
    Merge branch 'master' into chore/disable-unused-libs Kévin Dunglas 2024-10-22 16:21:34 +0200
  • aee8485c67
    chore: compile without nosql's support for Postgres and MySQL Kévin Dunglas 2024-10-22 12:24:26 +0200
  • 58b90c755c
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-21 20:30:55 -0400
  • 1a4d0873b4
    Update listeners.go Aaron Paterson 2024-10-21 20:30:46 -0400
  • 5e6024c48d
    reverseproxy: Fix log message Matthew Holt 2024-10-21 12:19:04 -0600
  • 669fc41e63
    tracing: Add spanID field to access logs and http.vars.span_id placeholder (#6646) Yifan Yang 2024-10-22 01:06:55 +0800
  • f5c7fa9d06
    Merge 5ccad835d7 into 0182fb87fa Cedric Ziel 2024-10-21 12:32:06 -0400
  • 255e4afe4e revert na.JoinHostPort maycxc.github.io 2024-10-21 11:24:40 -0400
  • f27fa3145c
    Merge branch 'caddyserver:master' into addresses-funcs-rename Aaron Paterson 2024-10-21 10:11:15 -0400
  • 0f93581cef Merge branch 'addresses-funcs-rename' of github.com:MayCXC/caddy into addresses-funcs-rename maycxc.github.io 2024-10-21 10:10:01 -0400
  • 0182fb87fa
    core: addresses.go funcs renames (#6622) Aaron Paterson 2024-10-21 10:02:29 -0400
  • 44d97a73a1
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-21 05:44:32 -0400
  • 1391e8ed9a
    chore: fix some function names in comment (#6650) David Wood 2024-10-21 15:39:58 +0800
  • 31d0395c92
    chore: fix some function names in comment David Wood 2024-10-21 14:51:34 +0800
  • 5b47b3033b
    Update addresses.go Aaron Paterson 2024-10-20 19:27:01 -0400
  • c029a888a1
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-20 13:40:04 -0400
  • 9753c44510
    fileserver: fix try_policy when instantiating file matcher from CEL (#6624) Logan Fleur 2024-10-20 16:08:30 +0200
  • 8328e4b5e4
    Improved test Francis Lavoie 2024-10-20 10:00:55 -0400
  • c60341e51f fileserver: fix try_policy when instantiating file matcher from CEL Logan Fleur 2024-10-13 13:44:53 +0200
  • 3bea62afc9
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-20 02:24:54 -0400
  • b443190b66
    sigtrap: always ignore SIGPIPE (#6645) Kévin Dunglas 2024-10-19 15:33:50 +0200
  • 722d5fab77
    fix: always ignore SIGPIPE Kévin Dunglas 2024-10-19 11:12:20 +0200
  • 9ff96824d3
    tracing: add http.vars.span_id placeholder when tracing is enabled YifanYang6 2024-10-19 17:03:52 +0800
  • 549a263c99
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-19 04:55:37 -0400
  • 926e36959e
    logging: Add spanID field to access logs when tracing is enabled YifanYang6 2024-10-19 15:50:53 +0800
  • 388c7e898c
    metrics: move metrics up, outside servers (#6606) Mohammed Al Sahaf 2024-10-18 18:54:21 +0300
  • d26cd24a11
    fix tests fastcgi-fix WeidiDeng 2024-10-17 16:36:45 +0800
  • 8c803b503c
    check if body is less than anticipated when there is no error reported WeidiDeng 2024-10-17 16:22:17 +0800
  • 7d483ff3ef
    set temp file limiter for buffered body WeidiDeng 2024-10-17 15:58:53 +0800
  • 02b8640e44
    set status for the error response WeidiDeng 2024-10-17 15:53:26 +0800
  • d395633749
    fix caddyfile parsing for php_fastcgi WeidiDeng 2024-10-17 15:50:24 +0800
  • 4715bbfd64
    initial implementation of buffering for requests with unknown content length for fastcgi WeidiDeng 2024-10-17 15:34:13 +0800
  • 6d5a0880cc
    Alternate solution by avoiding adding APs altogether if covered by wildcard Francis Lavoie 2024-10-16 20:07:28 -0400
  • 8c11e51747
    set content-length when body is fully buffered buffer-content-length WeidiDeng 2024-10-17 09:09:26 +0800
  • 2864a6f3d9
    httpcaddyfile: Fixes for prefer_wildcard mode Francis Lavoie 2024-10-16 19:55:42 -0400
  • 639d08175f
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-15 22:33:01 -0400
  • c6f2979986
    caddyhttp: Close http3 server gracefully (#6213) WeidiDeng 2024-10-16 09:28:20 +0800
  • ff07c57e57
    update from upstream WeidiDeng 2024-10-16 08:43:28 +0800
  • 015e44ddda
    Merge branch 'master' into http3-graceful WeidiDeng 2024-10-16 08:35:06 +0800
  • ce1e2eeca3 Add Makefile-based build option for Caddy with plugins Hansen33 2024-10-15 22:25:29 +0200
  • acd2600adb
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-15 16:18:02 -0400
  • 130c868e95
    Log transfer_encoding on the request transfer-encoding-match Francis Lavoie 2024-10-15 12:00:40 -0400
  • 4091e93eb0
    caddyhttp: Allow matching Transfer-Encoding Francis Lavoie 2024-10-15 11:22:28 -0400
  • a211c656f1
    chore: update quic-go to v0.48.0 (#6627) Marten Seemann 2024-10-15 08:38:10 -0500
  • 3f423c2702
    update quic-go to v0.48.0 Marten Seemann 2024-10-15 17:38:49 +0800
  • 49b1d05db7 err maycxc.github.io 2024-10-13 11:41:54 -0400
  • 5f4614b643 Trim maycxc.github.io 2024-10-12 19:30:17 -0400
  • 8f41944fcf comment maycxc.github.io 2024-10-12 19:20:12 -0400
  • 7478d6257c [] maycxc.github.io 2024-10-12 19:18:59 -0400
  • de85a8ba3d update test cases (!!!) maycxc.github.io 2024-10-12 18:57:11 -0400
  • 110b58a255 remove println maycxc.github.io 2024-10-12 16:18:07 -0400
  • 6ef4ee7844
    Merge branch 'master' into addresses-funcs-rename Aaron Paterson 2024-10-12 16:16:50 -0400
  • a3035ba977 ignore placeholder port maycxc.github.io 2024-10-12 16:15:19 -0400
  • 5bec227935 remove ParseNetworkAddressFromHostPort maycxc.github.io 2024-10-12 15:51:11 -0400
  • abdeadfdf4
    Merge branch 'master' into interface-network-type interface-network-type Mohammed Al Sahaf 2024-10-12 14:58:38 +0300
  • 324e0cc060
    Merge 1c92bfbd38 into 48ce47f1d4 Archimedes Trajano 2024-10-11 09:23:55 -0400
  • 48ce47f1d4
    reverseproxy: Use correct cases for websocket related headers (#6621) WeidiDeng 2024-10-11 17:02:23 +0800
  • e6d865ff78
    normalize header for response writers WeidiDeng 2024-10-11 16:57:13 +0800
  • 6bad0e6ce2
    Comment and naming adjustments Francis Lavoie 2024-10-11 04:49:12 -0400
  • 519ed06414
    check only 5 headers WeidiDeng 2024-10-11 15:56:06 +0800
  • b099cc4c2d
    use correct cases for websocket related headers WeidiDeng 2024-10-11 15:14:12 +0800
  • 222a84fe73 forwardauth: Skip copying missing response headers Francis Lavoie 2024-10-06 13:48:34 -0400
  • ef4e0224a8
    caddyfile: Fix comma edgecase in address parsing (#6616) Francis Lavoie 2024-10-10 16:26:59 -0400
  • 2fe54c4e45 caddyfile: Fix comma edgecase in address parsing Francis Lavoie 2024-10-09 21:11:54 -0400
  • c8a76d003f
    docs: expand proxy protocol docs (#6620) Mohammed Al Sahaf 2024-10-10 23:21:26 +0300
  • d45aa6aa5c
    docs: expand proxy protocol docs Mohammed Al Sahaf 2024-10-10 22:53:05 +0300
  • dd5decabe7
    tests: fix caddyfile adapt warnings (#6619) Mohammed Al Sahaf 2024-10-10 22:38:49 +0300
  • ce0bbd007f
    tests: fix caddyfile adapt warnings Mohammed Al Sahaf 2024-10-10 22:26:27 +0300
  • bbbab61a2e
    Merge branch 'master' into promote-metrics Mohammed Al Sahaf 2024-10-08 21:30:12 +0300
  • d7564d632f
    caddytls: Drop rate_limit and burst, has been deprecated (#6611) Francis Lavoie 2024-10-07 17:39:47 -0400
  • 3688695607
    caddytls: Drop rate_limit and burst, has been deprecated Francis Lavoie 2024-10-07 07:27:17 -0400
  • 765d018938
    normalize domain name Mohammed Al Sahaf 2024-10-07 07:03:54 +0000
  • 1c92bfbd38 updated autoprop Archimedes Trajano 2024-10-06 00:40:07 -0400
  • 3c0efd4d55 limitted the amount of changes from upstream Archimedes Trajano 2024-10-06 00:35:37 -0400
  • 495ad1fb21 Merge remote-tracking branch 'upstream/master' into otel-client Archimedes Trajano 2024-10-06 00:24:39 -0400