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

Merge develop to next/kelvin/410 #707

Merged
merged 16 commits into from
Aug 13, 2024
Merged

Merge develop to next/kelvin/410 #707

merged 16 commits into from
Aug 13, 2024

Commits on Apr 16, 2024

  1. even better error messages for partial write

    Josh Lehman committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    99b0423 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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

Commits on Jul 31, 2024

  1. events: even better error messages for partial write (#636)

    #622 helped with this, but it's still overly laconic about what's going
    on. I think this is better.
    pkova authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d8f4ac0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    747cdea View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    b22f445 View commit details
    Browse the repository at this point in the history
  2. stun: fix stun

    pkova authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8896799 View commit details
    Browse the repository at this point in the history
  3. stun: fix stun (#694)

    Informal pinging has been broken since #623, luckily this was
    unreleased, but existed edge.
    pkova authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    148219d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a48a50 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    e36ea43 View commit details
    Browse the repository at this point in the history
  2. vere: use fcntl advisory locks on pidfile (#697)

    The PR replaces vere's current (buggy, insufficient) lockfile mechanism
    with an advisory `fcntl()` write lock (`F_SETLK`, `F_WRLCK`) on the
    first byte of vere's PID file (`$pier/.vere.lock`). It does not (yet?)
    include the functionality to kill the lock-holder and take over the
    pier, as I'm not sure that's desirable.
    
    There have been many problems with vere's current lockfile
    implementation. The biggest advantage of this approach is that the lock
    is automatically released if the process is killed or the host system
    crashes. The biggest question is: does it work reliably across docker
    shared volumes, virtual machines, &c.
    pkova authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    47d2fed View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

Commits on Aug 12, 2024

  1. Release vere-v3.1 (#705)

    pkova authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    be3b042 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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