Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(caddy): add Caddy support for Outline services #198

Merged
merged 234 commits into from
Sep 23, 2024
Merged

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    1b82d33 View commit details
    Browse the repository at this point in the history
  2. Remove unused fakeAddr.

    sbruens committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a4c2007 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    72b27d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fddfc57 View commit details
    Browse the repository at this point in the history
  3. Remove commented out line.

    sbruens committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c1ee12f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    354301e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    751d164 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6297304 View commit details
    Browse the repository at this point in the history
  3. Remove unused GetPort().

    sbruens committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    0ac0a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    794f860 View commit details
    Browse the repository at this point in the history
  5. Remove use of net.Addr type.

    sbruens committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    01b7e8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87a1565 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    51a13a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8d7aa5 View commit details
    Browse the repository at this point in the history
  3. Fix accept handler.

    sbruens committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1952036 View commit details
    Browse the repository at this point in the history
  4. Add doc comment.

    sbruens committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7212265 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e2068d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7114434 View commit details
    Browse the repository at this point in the history
  7. Lowercase readConfig.

    sbruens committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1b2dd42 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    4ce06f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8660032 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26b9100 View commit details
    Browse the repository at this point in the history
  4. Fix tests.

    sbruens committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1b8e903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    442b927 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4216ce3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35c828d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1322f2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    adc11f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Add comment describing keys.

    sbruens committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3084dfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e5aae5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    b136c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bf9c27 View commit details
    Browse the repository at this point in the history
  3. Simplify how we create new listeners.

    This does not yet deal with reused sockets.
    sbruens committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b7bb65b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Do not use io.Closer.

    sbruens committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    af3ca31 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Use an inline error check.

    sbruens committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    fc72593 View commit details
    Browse the repository at this point in the history
  2. Use shared listeners and packet connections.

    This allows us to reload a config while the existing one is still
    running. They share the same underlying listener, which is actually
    closed when the last user closes it.
    sbruens committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b24a339 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bc76bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f71b13d View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    6893e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32cc180 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    640f80f View commit details
    Browse the repository at this point in the history
  2. Use yaml.v3.

    sbruens committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    22638c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    2631b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d76efd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8c5ab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ac0f46 View commit details
    Browse the repository at this point in the history
  5. Remove commented out lines.

    sbruens committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1f097be View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80b25b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2070d40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eacfa0e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    dc1075a View commit details
    Browse the repository at this point in the history
  2. Pass TCP timeout to service.

    sbruens committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2a343e2 View commit details
    Browse the repository at this point in the history
  3. Move go routine call up.

    sbruens committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e58b79d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    c7465fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43fa0d6 View commit details
    Browse the repository at this point in the history
  3. Refactor how we create listeners.

    We introduce shared listeners that allow us to keep an old config
    running while we set up a new config. This is done by keeping track of
    the usage of the listeners and only closing them when the last user is
    done with the shared listener.
    sbruens committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    cf9b7d2 View commit details
    Browse the repository at this point in the history
  4. Update comments.

    sbruens committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ae7f41d View commit details
    Browse the repository at this point in the history
  5. go mod tidy.

    sbruens committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    120db8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5cbeb54 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    d705603 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2fb4a6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2ef46e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab07400 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71d7140 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9dfa4e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Make a StreamListener type.

    sbruens committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0a63f5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f018d17 View commit details
    Browse the repository at this point in the history
  3. Rename globalListener.

    sbruens committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4295c45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6963f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7113f02 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    e4d679f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be5f9b0 View commit details
    Browse the repository at this point in the history
  3. Move listener set to main.go.

    sbruens committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    343e412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f86ff1 View commit details
    Browse the repository at this point in the history
  5. Update comment.

    sbruens committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    e80b2c5 View commit details
    Browse the repository at this point in the history
  6. Address review comments.

    sbruens committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    b1428ed View commit details
    Browse the repository at this point in the history
  7. Close before deleting key.

    sbruens committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1c16de8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ebc7053 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    67fc7fb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7a15e7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    499829e View commit details
    Browse the repository at this point in the history
  12. Remove atomic.Value.

    sbruens committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f165dbd View commit details
    Browse the repository at this point in the history
  13. Add some missing comments.

    sbruens committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2a2420a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    8178d78 View commit details
    Browse the repository at this point in the history
  2. address review comments

    sbruens committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    cccba1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da4ccaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d47f612 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a928e2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98cc3a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    48d0931 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2dec847 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    ab22e47 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    3c2a3ef View commit details
    Browse the repository at this point in the history
  2. Return immediately.

    sbruens committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5e282f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    547e9e6 View commit details
    Browse the repository at this point in the history
  4. Simplify listenAddr.

    sbruens committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c6774c8 View commit details
    Browse the repository at this point in the history
  5. Fix use of the ref count.

    sbruens committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    df2f9d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c678372 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e41abab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b626a1c View commit details
    Browse the repository at this point in the history
  9. Create handlers on demand.

    sbruens committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f9432d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Refactor create methods.

    sbruens committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    6b11f4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e03394 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Address review comments.

    sbruens committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    fe8bbdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a0a1d View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Move mutex up.

    sbruens committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    aeb2652 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8873b10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    899d13d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    80e5d49 View commit details
    Browse the repository at this point in the history
  2. Use / in key instead of -.

    sbruens committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    aa00f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e658b90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fede4d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4730d74 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30bbdfa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    458cf41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81bf20e View commit details
    Browse the repository at this point in the history
  3. Remove the RefCount.

    sbruens committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    53b1e96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f9f1ea View commit details
    Browse the repository at this point in the history
  5. Use a done channel.

    sbruens committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1ac265d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5afdcb View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    1538a9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4df0b9f View commit details
    Browse the repository at this point in the history
  3. Fix race condition.

    sbruens committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    16feaf9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    288b88b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    de64b8a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Structure forgotten log.

    sbruens committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    38602b5 View commit details
    Browse the repository at this point in the history
  2. Another forgotten log.

    sbruens committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    56c7b11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e28c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8df1dd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6334e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    1565ab5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d80ba6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a285e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2748d55 View commit details
    Browse the repository at this point in the history
  5. Update logging in metrics.go.

    sbruens committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    5233167 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f5077e View commit details
    Browse the repository at this point in the history
  7. Fix another race condition.

    sbruens committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    feb30b6 View commit details
    Browse the repository at this point in the history
  8. Revert renaming.

    sbruens committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b74f5a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dcc99f6 View commit details
    Browse the repository at this point in the history
  10. Move SetBuildInfo() call up.

    sbruens committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    26c4624 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80fe8d3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18ad469 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    d688dd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c702159 View commit details
    Browse the repository at this point in the history
  3. Address review comments.

    sbruens committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e509d86 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    2c57ad3 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    9399e95 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    573d5f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7df66d View commit details
    Browse the repository at this point in the history
  3. Address review comments.

    sbruens committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    dcc47cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7fb25d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e9739b8 View commit details
    Browse the repository at this point in the history
  6. Add license header.

    sbruens committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cf5a676 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a8fbd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3becca2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    c5937b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e55a6f View commit details
    Browse the repository at this point in the history
  3. Rename Collector to Metrics.

    sbruens committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    74d3c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b02104 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    0f12feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c061e4 View commit details
    Browse the repository at this point in the history
  3. Ignore custom Caddy binary.

    sbruens committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    76e320e View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    469a18b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    e80ccc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e330fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2738b45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2270f6c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    8935465 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2073a27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dfafcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2cc62f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    654e0e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b6c873 View commit details
    Browse the repository at this point in the history
  7. Fix test.

    sbruens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    be43e84 View commit details
    Browse the repository at this point in the history
  8. Add --watch flag to README.

    sbruens committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bca42a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62206c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    d284612 View commit details
    Browse the repository at this point in the history
  2. Use slog instead of zap.

    sbruens committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    04faca2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e2f66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a32378e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2b1b6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac98ed9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40ff316 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f998612 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    e6686d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1259af8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a64e35 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    39da61b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    28cc6c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48796e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68c095f View commit details
    Browse the repository at this point in the history
  4. Revert "Pass a list.List instead of a CipherList."

    This reverts commit 1259af8.
    sbruens committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    9d126f9 View commit details
    Browse the repository at this point in the history
  5. Create noop metrics if nil.

    sbruens committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    213903d View commit details
    Browse the repository at this point in the history
  6. Revert some more changes.

    sbruens committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e5e8549 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    724260e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    655c3cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7480f3c View commit details
    Browse the repository at this point in the history
  10. Move logger arg.

    sbruens committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fd04a2b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa3f70f View commit details
    Browse the repository at this point in the history
  12. Resolve nil metrics.

    sbruens committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c2bae13 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e336213 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    00d9b84 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    24d97f9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    082859f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d3e6027 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    12de843 View commit details
    Browse the repository at this point in the history
  2. Address review comments.

    sbruens committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bb19080 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    7d8892c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6dd019 View commit details
    Browse the repository at this point in the history
  3. Fix logger reference.

    sbruens committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    53ddc31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44563eb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c98d9d7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6463406 View commit details
    Browse the repository at this point in the history
  7. Remove use of zap.

    sbruens committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    72c635c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    5849c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    8ef6247 View commit details
    Browse the repository at this point in the history
  2. Fix the test.

    sbruens committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aafb802 View commit details
    Browse the repository at this point in the history
  3. Use consistent comments.

    sbruens committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7e9f6f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88bf8cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f3393e View commit details
    Browse the repository at this point in the history
  6. Update tests.

    sbruens committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9b1b801 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5e2c496 View commit details
    Browse the repository at this point in the history
  8. Remove empty newline.

    sbruens committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    1220437 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    425568e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3aebc3e View commit details
    Browse the repository at this point in the history
  11. Update outline-ss-server.

    sbruens committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9675391 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Use concrete slog.Logger instead of Logger interface now that we …

    …don't need a zap adapter for Caddy.
    sbruens committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    3af803b View commit details
    Browse the repository at this point in the history
  2. Move WithLogger() down.

    sbruens committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    030b557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5a1ea6 View commit details
    Browse the repository at this point in the history
  4. Remove nil check.

    sbruens committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    22b6f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5a2e4a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12a0c90 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c7f6fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89cfd5d View commit details
    Browse the repository at this point in the history