index
:
daglib
master
rebase-functionality
Sources of daglib
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-12-28
Transform codebase to use thiserror
Matthias Beyer
2022-11-08
Fix clippy: Do not clone copy type
Matthias Beyer
2022-11-08
Fix clippy: Outsource complex type definition
Matthias Beyer
2022-11-08
Fix clippy: redundant file names
Matthias Beyer
2022-11-08
cargo-fmt
Matthias Beyer
2021-04-05
Add getters for backend
Matthias Beyer
2021-04-05
Add AsycnDag::head() to get current HEAD id
Matthias Beyer
2021-04-05
Add AsyncDag::load()
Matthias Beyer
2021-04-05
impl Merger for Fn(Id, Id) -> Result<Node>
Matthias Beyer
2021-04-04
Remove AsyncDag::get_next()
Matthias Beyer
2021-04-04
Remove unused variables, imports
Matthias Beyer
2021-04-04
Remove NodeId:: std::hash::Hash
Matthias Beyer
2021-04-04
Remove Node::id() requirement
Matthias Beyer
2021-04-04
Add documentation
Matthias Beyer
2021-04-04
Merging should be possible without consuming the merged DAG
Matthias Beyer
2021-04-04
Make merging handler into own trait
Matthias Beyer
2021-04-04
Add AsyncDag::merge() function
Matthias Beyer
2021-04-04
Because were using the same backend here now, this is actually 2
Matthias Beyer
2021-04-04
Make test backend multithreading capable
Matthias Beyer
2021-04-04
Implement branching
Matthias Beyer
2021-04-04
Add license headers
Matthias Beyer
2021-04-04
Add AsyncDag::update_head{,_unchecked}() functions
Matthias Beyer
2021-04-04
Fix: Make AsyncDag::stream() pub
Matthias Beyer
2021-04-04
Fix: Make AsyncDag::get_next() pub
Matthias Beyer
2021-04-04
AsyncDag should store Id instead of a Node
Matthias Beyer
2021-04-04
Import rewrite from distrox repository
Matthias Beyer
2019-06-25
Rewrite Repository trait to fit needs better
Matthias Beyer
2019-06-25
Be more explicit about names here
Matthias Beyer
2019-06-25
Add minimal required interfaces
Matthias Beyer
2019-06-25
Initial import
Matthias Beyer