Thanks to visit codestin.com
Credit goes to github.com

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: coder/boo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4af4bdf
Choose a base ref
...
head repository: coder/boo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 39245a7
Choose a head ref
  • 2 commits
  • 5 files changed
  • 1 contributor

Commits on Jul 5, 2026

  1. fix: tear down the session's whole process tree on kill (#98)

    boo kill signaled only the session shell, so grandchildren that ignore SIGHUP, joined their own process group, or were backgrounded survived the session and kept holding ports and files. Snapshot the shell's descendant tree, hang up its process group, SIGTERM every descendant by pid, then SIGKILL survivors after a bounded grace, guarding each bare-pid signal against pid reuse. Enumeration is /proc on Linux and libproc on macOS.
    
    Fixes #97.
    kylecarbs authored Jul 5, 2026
    Configuration menu
    Copy the full SHA
    5ce65d7 View commit details
    Browse the repository at this point in the history
  2. chore: release v0.6.4 (#99)

    Bump version to 0.6.4.
    kylecarbs authored Jul 5, 2026
    Configuration menu
    Copy the full SHA
    39245a7 View commit details
    Browse the repository at this point in the history
Loading