Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Arti
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
Service Desk
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
Jill
Arti
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
85cf744e9e9dfbd657507d7986ef70651e89a056
Select Git revision
Branches
3
derive-traits
main
default
protected
pages
Tags
12
arti-v0.6.0
tor-dirmgr-v0.5.1
arti-v0.5.0
arti-v0.4.0
arti-v0.3.0
arti-v0.2.0
arti-v0.1.0
arti-v0.0.4
arti-v0.0.3
arti-v0.0.2
arti-v0.0.1
arti-v0.0.0
15 results
Begin with the selected commit
Created with Raphaël 2.2.0
4
May
3
29
Apr
28
27
26
25
23
22
21
20
14
13
12
11
8
7
6
5
4
2
1
31
Mar
30
29
28
27
25
24
23
21
18
17
16
15
14
11
10
9
8
7
5
4
3
2
1
28
Feb
27
26
25
list_builder: Update semver note
list_builder: Provide VecBuilder
list_builder: Use Educe to derive Default
list_builder: Make helper capable of handling generics
list_builder: Actually honour attributes
Merge branch 'locked' into 'main'
GuardUsage: restrictions Add semver note
GuardUsage: restrictions: Use list builder
Merge branch 'list-builder-rework' into 'main'
CI: Check that the lockfile is up to date.
Merge branch 'fix-config-version' into 'main'
tor-dirmgr: make DownloadScheduleBuilder public
Fix typos
Change builder list API
Introduce ThingListBuilder::default_list
Add dependency on paste crate
Rename NetworkConfig.fallback_caches
Fix config version
Merge branch 'path' into 'main'
CfgPath: Test serialisation round-trip with a binary format
CfgPath: Make it Serialize
CfgPath: Overhaul API
CfgPath: Change deserialisaation of Literal variant
config: Enable "toml" feature
Merge branch 'fs-mistrust-v2' into 'main'
fs-mistrust: write a lot about TOCTOU issues.
fs-mistrust: Rename SecureDir to CheckedDir.
fs-mistrust: Add a dangerously_trust_everyone method.
fs-mistrust: split check_one into two functions.
fs-mistrust: Make self-named groups trusted by default.
Work around CI config weirdness.
fs-mistrust: Add code to make a self-named group "trusted".
fs-mistrust: refactor ResolvePath to avoid temporary changes.
fs-mistrust: clarify and test behavior for ".." past the fs root.
Add a must_use (suggested by @diziet).
fs-mistrust: more examples, documentation.
Add a SecureDir API for checked access to directories
Add functionality to inspect directory content permissions
By default, forbid special files.
Support for "create missing directory".
Loading