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: rust-lang/jobserver-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.25
Choose a base ref
...
head repository: rust-lang/jobserver-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.26
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    89b1348 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #46 from ecnelises/aix

    Support AIX signal handler type
    alexcrichton authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    23c7fa6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Support --jobserver-auth=fifo:PATH

    GNU `make` 4.4, released in October 2022[^1]. The jobserver defaults
    to use named pipes (via `mkfifo(3)`) on supported platforms by
    introducing a new IPC style `--jobserver-auth=fifo:PATH`, which `PATH`
    is the path of fifo[^2].
    
    This commit makes sure that the new style `--jobserver-auth=fifo:PATH`
    can be forwarded to inherited processes correctly.
    
    The support of creating a new client with named pipe will come as a
    follow-up pull request.
    
    [^1]: https://lists.gnu.org/archive/html/info-gnu/2022-10/msg00008.html
    [^2]: https://www.gnu.org/software/make/manual/html_node/POSIX-Jobserver.html
    weihanglo committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    add04dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    270fcd5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #49 from weihanglo/jobserver-style-fifo

    Support `--jobserver-auth=fifo:PATH`
    alexcrichton authored Feb 27, 2023
    Configuration menu
    Copy the full SHA
    47b5fba View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Bump to 0.1.26

    alexcrichton committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    ca812d9 View commit details
    Browse the repository at this point in the history
Loading