summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
...
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* channel usage: Rename CU::UserTraffic from CU::ExitIan Jackson2022-08-171-1/+1
* Improve comment for ChannelUsage::ExitNick Mathewson2022-08-171-1/+1
* Move ChannelUsage from tor_proto to tor_chanmgrIan Jackson2022-08-171-1/+23
* chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>Ian Jackson2022-08-171-9/+14
* chanmgr set_dormancy: Remove obsolete commentIan Jackson2022-08-171-4/+0
* chanmgr: Extend doc comments for DormancyIan Jackson2022-08-171-0/+6
* Fix typos in comments.eta2022-08-171-1/+1
* chanmgr configuration: Hadle lack of a NetDirIan Jackson2022-08-161-1/+0
* Introduce ChannelConfigIan Jackson2022-08-161-2/+22
* Provide ChannelUsage and plumb it all the way downIan Jackson2022-08-161-2/+6
* dormancy: Plumb through to chanmgr reconfigure_generalIan Jackson2022-08-161-3/+30
* chanmgr: reconfigure_general: Rename fn and change typesIan Jackson2022-08-161-1/+1
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-1/+6
* ChanMgr: Only update parameters from a timely directory.Nick Mathewson2022-07-261-2/+2
* ChanMgr: Add more contextual info to error types.Nick Mathewson2022-07-061-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* tor-chanmgr: Change to use unwrap_voidIan Jackson2022-06-211-8/+4
* channel padding: Plumb settings from chanmgrIan Jackson2022-06-211-3/+66
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* ChanMgr: Return provenance information from get_or_launchNick Mathewson2022-04-071-3/+17
* chanmgr: bubble ClockSkew up through the Error object.Nick Mathewson2022-04-071-1/+2
* Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+41
* Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Expire channels that have been unused for too longYuan Lyu2022-02-041-0/+8
* tor-chanmgr: Add bootstrap/status reporting.Nick Mathewson2022-01-181-2/+21
* chanmgr: get rid of Arc around ChannelIan Jackson2022-01-131-2/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* tor-linkspec: Remove redundant method; add more tests.Nick Mathewson2021-12-041-2/+2
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+97