Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: w4/bin Loading
base: v2.0.0
Choose a base ref
...
head repository: w4/bin Loading
compare: v2.0.1
Choose a head ref
  • 17 commits
  • 14 files changed
  • 5 contributors

Commits on Mar 14, 2022

  1. Create docker-publish.yml

    w4 committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    057ed64 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

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

Commits on Sep 9, 2022

  1. fix newlines in browser display

    DasLulilaan authored and w4 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c9c4a83 View commit details
    Browse the repository at this point in the history
  2. Bump parking_lot from 0.12.0 to 0.12.1

    Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.0 to 0.12.1.
    - [Release notes](https://github.com/Amanieu/parking_lot/releases)
    - [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
    - [Commits](Amanieu/parking_lot@0.12.0...0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: parking_lot
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and w4 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    0902cda View commit details
    Browse the repository at this point in the history
  3. Bump log from 0.4.14 to 0.4.17

    Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.17.
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.14...0.4.17)
    
    ---
    updated-dependencies:
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and w4 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    c77be8f View commit details
    Browse the repository at this point in the history
  4. Bump tokio from 1.17.0 to 1.20.1

    Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.17.0 to 1.20.1.
    - [Release notes](https://github.com/tokio-rs/tokio/releases)
    - [Commits](tokio-rs/tokio@tokio-1.17.0...tokio-1.20.1)
    
    ---
    updated-dependencies:
    - dependency-name: tokio
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and w4 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    a8c64ad View commit details
    Browse the repository at this point in the history
  5. Bump once_cell from 1.10.0 to 1.13.1

    Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.13.1.
    - [Release notes](https://github.com/matklad/once_cell/releases)
    - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
    - [Commits](matklad/once_cell@v1.10.0...v1.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: once_cell
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and w4 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    060c5e8 View commit details
    Browse the repository at this point in the history
  6. Bump once_cell from 1.10.0 to 1.14.0

    Bumps [once_cell](https://github.com/matklad/once_cell) from 1.10.0 to 1.14.0.
    - [Release notes](https://github.com/matklad/once_cell/releases)
    - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
    - [Commits](matklad/once_cell@v1.10.0...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: once_cell
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and w4 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    cc0591f View commit details
    Browse the repository at this point in the history
  7. Bump bytes from 1.1.0 to 1.2.1

    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.1.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.1.0...v1.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and w4 committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    4fe099f View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Add flake.nix

    w4 committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    793c247 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 22, 2023

  1. Revert "use static linking in Dockerfile"

    The root cause of glibc version mismatch (#60) is we're trying to
    build on bookworm and run on bullseye. The proper fix is simply
    aligning the distro version during multi-stage builds.
    
    While it's okay to statically link against musl libc, I don't see
    any benefits in doing so, which _might_ also introduce performance
    regressions.
    
    Switch to smaller "distroless" image while we're at it.
    
    This partially reverts commit dc6f9b5.
    
    Signed-off-by: alk3pInjection <webmaster@raspii.tech>
    alk3pInjection authored and w4 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8d02b31 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Use browser font

    w4 committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    3d97004 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Fix build

    w4 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7c0bb9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c267821 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    w4 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    47552a6 View commit details
    Browse the repository at this point in the history
  4. Bump version to 2.0.1

    w4 committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    06513b7 View commit details
    Browse the repository at this point in the history
Loading