| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | License and other information | Tomasz Kramkowski | 2023-01-27 | 1 | -0/+3 |
| | | |||||
| * | Implement a non-panicking to_string | Tomasz Kramkowski | 2023-01-27 | 1 | -4/+20 |
| | | |||||
| * | Use match for open_session error handling | Tomasz Kramkowski | 2023-01-27 | 1 | -4/+3 |
| | | |||||
| * | Shorten create_and_open_dir error handling | Tomasz Kramkowski | 2023-01-27 | 1 | -7/+5 |
| | | |||||
| * | clean up error handling | Tomasz Kramkowski | 2023-01-27 | 1 | -7/+12 |
| | | | | | | By adding an implicit conversion from std::io::Error to SessionError, a lot of the .or(SessionError) bits can be dropped. | ||||
| * | formatting | Tomasz Kramkowski | 2023-01-27 | 1 | -4/+5 |
| | | |||||
| * | use cap-std | Tomasz Kramkowski | 2023-01-27 | 1 | -12/+14 |
| | | |||||
| * | openat variant | Tomasz Kramkowski | 2023-01-27 | 1 | -0/+56 |
