| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
| |
I don't love this approach, but those errors aren't distinguished by
ErrorKind, so we have to use libc or winapi, apparently. At least
nothing here is unsafe.
Addresses part of #188.
|
| |
|
|
|
|
|
|
| |
I tried using -Z minimal-versions to downgrade all first-level
dependencies to their oldest permitted versions, and found that we
were apparently depending on newer features of all three crates.
I'm kind of surprised there were only three.
|
| | |
|
| | |
|
| |
|
|
|
| |
Log to journald when available, add journald config option.
Separate logging setup into its own function.
|
|
|
This will cause some pain for now, but now is really the best time
to do this kind of thing.
|