An open index of dependabot pull requests across open source projects.

github.com/moby/sys/sequential

Ecosystem:
go
Package URL:
pkg:golang/github.com/moby/sys/sequential
Total PRs:
50 Dependabot PRs
Latest PR:
5 days ago
Unique Repositories:
28 repositories
Unique Repos (30 days):
1 repository
Recent PRs
Package Details
Name: github.com/moby/sys/sequential
Ecosystem: go
PURL Type: golang
Package URL: pkg:golang/github.com/moby/sys/sequential
JSON API: View JSON
Package Information
Description:

Package sequential provides a set of functions for managing sequential files on Windows. The origin of these functions are the golang OS and windows packages, slightly modified to only cope with files, not directories due to the specific use case. The alteration is to allow a file on Windows to be opened with FILE_FLAG_SEQUENTIAL_SCAN (particular for docker load), to avoid eating the standby list, particularly when accessing large files such as layer.tar. For non-Windows platforms, the package provides wrappers for the equivalents in the os packages. They are passthrough on Unix platforms, and only relevant on Windows.

Repository: https://github.com/moby/sys
Homepage: https://github.com/moby/sys
Latest Release: v0.6.0
almost 2 years ago
Dependent Repos: 1,113
Dependent Packages: 1,281
Ranking: Top 0.2332% by dependent repos Top 0.2136% by dependent pkgs
PR Status
Open 20 (40.0%)
Merged 0 (0.0%)
Closed 17 (34.0%)
PR Types
Minor 37 (74.0%)