Commit graph

  • 3a40613349
    Simplify some of the test cases Francis Lavoie 2024-09-27 06:24:25 -0400
  • 7f9f64e94e
    caddyhttp: Escaping placeholders in CEL Francis Lavoie 2024-09-27 06:05:59 -0400
  • c8adb1b553
    cmd: Better error handling when reloading (#6601) Matt Holt 2024-10-01 20:31:30 -0600
  • 6ae9dafcc6
    Merge branch 'master' into reload-troubleshooting Matt Holt 2024-10-01 20:15:44 -0600
  • 9b4acc2449
    caddytls: Support new tls.context module (#6369) Matt Holt 2024-10-01 17:18:17 -0600
  • e1ff57c3d8
    Improve error message and increase error size limit Matthew Holt 2024-10-01 17:10:38 -0600
  • d112d849e1
    Merge branch 'master' into handshake-context Matt Holt 2024-10-01 17:06:49 -0600
  • 198ccd1efb
    caddyhttp: Limit auto-HTTPS error logs to 100 domains Matthew Holt 2024-10-01 16:42:33 -0600
  • f3aead0e4d
    http: ReponseWriter prefer ReadFrom if available (#6565) WeidiDeng 2024-10-02 01:19:03 +0800
  • 0eb8d46e7c
    Merge branch 'master' into responsewriter-readfrom Matt Holt 2024-10-01 11:08:14 -0600
  • 571f88d86f
    chore: Adjust incorrect reverse_proxy Caddyfile comment (#6598) Francis Lavoie 2024-10-01 12:56:30 -0400
  • 1abdf6d91a
    chore: Adjust incorrect reverse_proxy Caddyfile comment Francis Lavoie 2024-09-30 21:58:51 -0400
  • 0e829bc418
    caddyhttp: Fix listener wrapper regression from #6573 (#6599) Aaron Paterson 2024-10-01 01:47:21 -0400
  • d967cfdb7c right side in tls ln maycxc.github.io 2024-10-01 01:39:47 -0400
  • 82dcaafbdd
    Merge branch 'master' into per-host-metrics Mohammed Al Sahaf 2024-10-01 02:23:28 +0300
  • 854919c2ac
    refactor to delay metrics admin handler provision Mohammed Al Sahaf 2024-10-01 02:22:25 +0300
  • c583130c0e
    fixes Mohammed Al Sahaf 2024-10-01 01:57:39 +0300
  • 4b1a9b6cc1
    core: Implement socket activation listeners (#6573) Aaron Paterson 2024-09-30 12:55:03 -0400
  • 5a1438adec remove TODO comment Mohammed Al Sahaf 2024-09-30 08:10:59 +0000
  • 657009867a inject the custom registry into the admin handler Mohammed Al Sahaf 2024-09-30 08:09:52 +0000
  • 5d2d245e17
    Merge branch 'master' into master Aaron Paterson 2024-09-29 10:06:23 -0400
  • 1a345b4fa6
    doc: remove docs of deprecated directives (#6566) Mohammed Al Sahaf 2024-09-29 12:12:52 +0300
  • bbe1ecdcd8
    Update modules/caddytls/connpolicy.go Francis Lavoie 2024-09-29 05:08:24 -0400
  • 96b775c85c
    typo Mohammed Al Sahaf 2024-09-29 10:44:48 +0300
  • 2d2977e1df
    Merge branch 'master' into per-host-metrics Mohammed Al Sahaf 2024-09-29 10:32:31 +0300
  • e57a5dfc55
    Merge branch 'master' into client-auth-doc Mohammed Al Sahaf 2024-09-29 10:32:22 +0300
  • 39d876a7b1 Merge branch 'master' of github.com:MayCXC/caddy maycxc.github.io 2024-09-27 05:24:06 -0400
  • b98bf1a335 check for h1 and h2 listener netw maycxc.github.io 2024-09-27 05:23:59 -0400
  • 70e06c9faa
    Merge branch 'master' into master Aaron Paterson 2024-09-27 04:52:14 -0400
  • 04bb55c5a0 multiple default_bind with protocols maycxc.github.io 2024-09-27 04:50:21 -0400
  • 22c98ea165
    caddyhttp: Optimize logs using zap's WithLazy() (#6590) Alexander Stecher 2024-09-26 20:23:12 +0200
  • c5d6b22f37 chore: encode: use FlushError instead of Flush (#6168) WeidiDeng 2024-03-11 11:04:35 +0800
  • c078da79d5 osx maycxc.github.io 2024-09-25 20:13:54 -0400
  • 87ba4d02db key -> parsedKey maycxc.github.io 2024-09-25 20:03:18 -0400
  • 19545af35b
    Merge branch 'master' into master Aaron Paterson 2024-09-25 18:19:21 -0400
  • 25098cf044 Merge branch 'improved-http-performance' of https://github.com/AlliBalliBaba/caddy into improved-http-performance a.stecher 2024-09-25 23:35:34 +0200
  • fac862ad3b adds comment explaining why cloning is faster a.stecher 2024-09-25 23:34:58 +0200
  • 2faeac0a10
    chore: Use slices package where possible (#6585) Francis Lavoie 2024-09-25 16:30:56 -0400
  • 75f8ba460f
    Merge branch 'master' into improved-http-performance Alexander Stecher 2024-09-25 18:01:07 +0200
  • f7b00494d0
    Merge branch 'master' into master Aaron Paterson 2024-09-25 11:29:17 -0400
  • 6c09bf4f02
    Merge 5fde819284 into 9dda8fbf84 Anton Kovalenko 2024-09-25 15:05:41 +0200
  • 9dda8fbf84
    caddytls: Give a better error message when given encrypted private keys (#6591) Francis Lavoie 2024-09-25 08:00:48 -0400
  • e57ce4fe8b
    caddytls: Give a better error message when given encrypted private keys Francis Lavoie 2024-09-25 03:50:27 -0400
  • e62916f7bf fixes the cloning a.stecher 2024-09-24 21:35:31 +0200
  • d380731948 uses zap's .WithLazy with a cloned request a.stecher 2024-09-24 21:32:15 +0200
  • 794423b628
    Even more slice operations Francis Lavoie 2024-09-23 02:26:26 -0400
  • e2a22fe854
    More, mostly using ContainsFunc Francis Lavoie 2024-09-21 03:42:31 -0400
  • c7dfcabaf8
    chore: Use slices package where possible Francis Lavoie 2024-09-21 02:31:17 -0400
  • b639da0227
    Merge branch 'master' into master Aaron Paterson 2024-09-21 00:06:38 -0400
  • 9cc06295f9 Merge branch 'master' of github.com:MayCXC/caddy maycxc.github.io 2024-09-21 00:06:06 -0400
  • 34f370ba81 windows maycxc.github.io 2024-09-21 00:05:58 -0400
  • ff67b97126
    caddyhttp: enable qlog, controlled by QLOGDIR env (#6581) Marten Seemann 2024-09-21 11:47:18 +0800
  • a298ea2245
    Merge branch 'master' into master Aaron Paterson 2024-09-20 18:33:12 -0400
  • 949ea41d7d quic: enable qlog, controlled by QLOGDIR env Marten Seemann 2024-09-20 22:34:27 +0800
  • 5b44d6cea8
    update quic-go to v0.47.0 (#6582) Marten Seemann 2024-09-21 05:00:13 +0800
  • 1fa6738ded
    update quic-go to v0.47.0 Marten Seemann 2024-09-20 22:38:05 +0800
  • 06e146ccbe refactored add/remove packages to print warnings on present/absent packages armadi1809 2024-09-17 21:24:51 -0500
  • 07a21a8d5b
    noot a 2024-09-17 17:08:13 -0500
  • cf637dbaa6
    Merge branch 'master' into filesystem-changes a 2024-09-17 16:57:41 -0500
  • 98ad0a1fd2
    noot a 2024-09-17 16:46:56 -0500
  • 447066e7c2
    noot a 2024-09-17 16:28:33 -0500
  • ed87db67f7 Merge branch 'master' of github.com:MayCXC/caddy maycxc.github.io 2024-09-17 11:10:40 -0400
  • 1c6d71ecc0 dont save nil file pointers maycxc.github.io 2024-09-17 11:10:32 -0400
  • 5c1d633cd2
    update param name in comment Aaron Paterson 2024-09-17 10:41:55 -0400
  • 0b930c65ae updated otel dependencies Archimedes Trajano 2024-09-17 07:51:02 -0400
  • 6312101354 Merge remote-tracking branch 'upstream/master' into otel-client Archimedes Trajano 2024-09-17 07:43:48 -0400
  • 21448b6b96 Merge remote-tracking branch 'origin/master' into otel-client Archimedes Trajano 2024-09-17 07:42:25 -0400
  • 4135a14b1e wrong var in placeholder II maycxc.github.io 2024-09-16 11:58:36 -0400
  • 757599a84b wrong var in placeholder maycxc.github.io 2024-09-16 11:58:00 -0400
  • d57e4c46a3 Merge branch 'master' of github.com:MayCXC/caddy maycxc.github.io 2024-09-16 10:34:43 -0400
  • 776f5dfa32 i guess we doin' "skip": now maycxc.github.io 2024-09-16 10:34:36 -0400
  • 5ba982e2d8
    Merge branch 'master' into master Aaron Paterson 2024-09-16 09:50:56 -0400
  • 6ab9fb6f74
    ci: update the linter action version (#6575) Mohammed Al Sahaf 2024-09-16 16:50:26 +0300
  • bb3cf2950a
    exclude rule G115; disable deprecated linter Mohammed Al Sahaf 2024-09-16 16:20:04 +0300
  • adaaa91496
    ci: update the linter action version Mohammed Al Sahaf 2024-09-16 16:15:08 +0300
  • 823f6c17d2 actually write... maycxc.github.io 2024-09-15 08:25:43 -0400
  • 649eb9b831 rm addr maycxc.github.io 2024-09-15 08:20:48 -0400
  • c6296e4ff3
    Merge branch 'master' into master Aaron Paterson 2024-09-15 00:23:51 -0400
  • 84143e54a5
    Merge branch 'master' into socket-activation-with-global-sockets-option Aaron Paterson 2024-09-15 00:11:02 -0400
  • f19e68678c fd/ and fdgram/ maycxc.github.io 2024-09-14 23:43:19 -0400
  • f7ea6cffd3 update test maycxc.github.io 2024-09-14 17:52:16 -0400
  • d01cafc3c7 Merge branch 'master' of github.com:MayCXC/caddy maycxc.github.io 2024-09-14 17:07:40 -0400
  • 1086e615ea addressesWithProtocols maycxc.github.io 2024-09-14 17:07:38 -0400
  • f4bf4e0097
    perf: use zap's Check() to prevent useless allocs (#6560) Kévin Dunglas 2024-09-13 19:16:37 +0200
  • 4ff900e2f0
    Merge 7ac050a5b1 into 21f9c20a04 eanavitarte 2024-09-13 03:22:12 -0400
  • 21f9c20a04
    rewrite: Avoid panic on bad arg count for uri (#6571) mister-turtle 2024-09-13 08:22:03 +0100
  • bb0d17fc4a
    Changed to bounds checks on strip_prefix and strip_suffix, other cases already seem to have bounds checks in place. mister-turtle 2024-09-13 08:07:27 +0100
  • 087425a1be
    avoid OOB slice access in parseCaddyfileURI when invalid config mister-turtle 2024-09-13 07:52:09 +0100
  • 7852daf450
    Merge branch 'master' into master Aaron Paterson 2024-09-12 01:34:21 -0400
  • 2d12fb7ac6
    caddytls: Add sni_regexp matcher (#6569) vnxme 2024-09-12 05:51:59 +0300
  • 7217db8ecb
    comment was misleading, cardinality did not change Aaron Paterson 2024-09-11 21:42:35 -0400
  • 473dcbd7b6 caddytls: Add sni_regexp matcher vnxme 2024-09-11 23:51:53 +0300
  • ebd589ce9c
    rewrite request body WeidiDeng 2024-09-10 22:11:37 +0800
  • feac4b0bef
    use request bodu WeidiDeng 2024-09-10 17:49:55 +0800
  • 460c3e5d2a
    set request variable to track if it's a h2 websocket WeidiDeng 2024-09-10 17:38:43 +0800
  • 67778fc171
    modify cloned requests WeidiDeng 2024-09-10 17:01:39 +0800
  • 8eaa94b322
    delete protocol pseudo-header WeidiDeng 2024-09-10 16:50:33 +0800
  • 389cec4254
    reverse proxy: rewrite requests and responses for websocket over http2 WeidiDeng 2024-09-10 10:44:52 +0800
  • 01ae168f92
    print curl and hurl versions Mohammed Al Sahaf 2024-09-09 11:22:28 +0000
  • 8d2ed344c1
    update hurl to 5.0.1 Mohammed Al Sahaf 2024-09-09 08:29:23 +0000