Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Redox Scheme
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
Redox Scheme
Graph
08ea9f69e1ee0db9df8bb8a590f7fe2b4c930b68
Select Git revision
Branches
3
async
asyncv2
master
default
protected
Tags
7
v0.5.0
v0.3.0
0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
4
Mar
3
21
Feb
26
Dec
25
18
Oct
9
8
13
Sep
12
11
24
Jun
16
14
12
11
10
18
Apr
13
16
Mar
12
6
25
Dec
8
16
Nov
15
0.5.0
v0.5.0 master
v0.5.0 master
Replace some scheme EBADF defaults with EOPNOTSUPP.
Add Debug todo.
Remove unnecessary Result wrap in handle_{a,}sync.
Impl IntoTag for Op.
Add convenience fns for creating Response.
Swap fields in Response::new, making IntoTag 2nd.
Make new sound API much more usable.
Fix CallRequest unsoundness.
Implement Debug for Op.
Fix Opcode::Call payload.
Add SYS_CALL support.
Update syscall.
Add getdents back.
Fix receiver type in Scheme{Sync,Async}::read
Remove all legacy packet handling code.
Refactor scheme traits into sync and async.
0.4.0
Backwards-incompatibly introduce OnClose msg.
Add support for handling sendfd
v0.3.0
v0.3.0
Remove non-mutable scheme handlers
Remove support for the legacy scheme format
0.2.4
0.2.4
0.2.4
Fix default error code for other variants of scheme
0.2.3
v0.2.3
v0.2.3
Remove Cargo.lock
Fix getdents default error code
0.2.2
v0.2.2
v0.2.2
Fix getdents lifetime.
Add missing opaque offset to getdents.
Implement getdents
Update syscall
Remove seek.rs
Rustfmt and remove deprecated chmod.
0.2.1
v0.2.1
v0.2.1
Fix receiver type in Scheme{Sync,Async}::read
asyncv2
asyncv2
Remove all legacy packet handling code.
Refactor scheme traits into sync and async.
Update syscall.
Support returning NewFdFlags.
Loading