aboutsummaryrefslogtreecommitdiffstats
path: root/src/pipe.rs
Commit message (Expand)AuthorAgeFilesLines
* Use endpoint's max packet size in transfers.Brian Cully2019-09-241-2/+1
* Mark pipe descriptor register memory as volatile.Brian Cully2019-09-241-1/+2
* Clippy.Brian Cully2019-09-091-5/+6
* Remove warnings for unconstructed variants of PipeErr.Brian Cully2019-08-171-0/+1
* A bunch of cleanup and fixes.Brian Cully2019-08-101-11/+5
* Use endpoint's max packet size for pipe.Brian Cully2019-08-101-4/+24
* Simplify data toggle handling.Brian Cully2019-08-081-5/+8
* Initial commitBrian Cully2019-08-041-0/+809