| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/ / |
|
| | |
| |
| |
| | |
Also fix some commonwealth spellings that had slipped in.
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Put most non-universally-needed functionality behind features
Closes #125
See merge request tpo/core/arti!129
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We don't currently need a couple of the key manipulation features
that we have, since we aren't yet doing relays or onion service
clients.
Part of #125
|
| |/ /
| |
| |
| |
| |
| | |
This is a security fix for a panic.
Closes #236
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Instead of putting a fully qualified name in the text, in most cases
we should just use the short name of the type or function we're
referring to.
In other words, instead of saying [`crate::module::Foo`], we should
typically say [`Foo`](crate::module::Foo).
|
| | |
| |
| |
| | |
We need this now that we check for contributory behavior.
|
| |/ |
|
| |
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
| |
By default rand does not build for WASM browser targets.
|
| | |
|
| | |
|
| | |
|
|
|
This will cause some pain for now, but now is really the best time
to do this kind of thing.
|