summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr
Commit message (Expand)AuthorAgeFilesLines
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-12/+12
* Add initial support for running a PT in server modeSaksham Mittal2023-08-243-3/+5
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-238-0/+8
* Resolve a pair of warnings about redundant closures.Nick Mathewson2023-08-221-1/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-6/+6
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-4/+4
* Fix a pair of rustdoc links in chanmgr.Nick Mathewson2023-07-191-2/+2
* Move an import to resolve a warning.Nick Mathewson2023-07-131-1/+2
* Explain better why you would use build_unmanaged_channelNick Mathewson2023-07-131-2/+7
* Resolve numerous typos in `ChanMgr::build_unmanaged_channel` codegabi-2502023-07-131-4/+4
* chanmgr: Remove now-unused (and never usable) builder() method.Nick Mathewson2023-07-131-12/+0
* chanmgr: Document makeup and timeout behavior of our factoriesNick Mathewson2023-07-131-0/+22
* chanmgr: Add an experimental build_unmanaged_channel() method.Nick Mathewson2023-07-131-0/+26
* Gate builder() behind experimental-api featureSaksham Mittal2023-07-121-1/+1
* Merge branch 'channelfactory' into 'main'Nick Mathewson2023-07-121-1/+7
|\
| * Make CompoundFactory private for external codeSaksham Mittal2023-07-071-1/+0
| * Mark builder() as experimentalSaksham Mittal2023-07-061-0/+1
| * Import ChannelFactory instead of CompoundFactorySaksham Mittal2023-07-061-3/+3
| * Rename get_channelbuilder() to builder()Saksham Mittal2023-07-061-1/+1
| * Conditionally make CompoundFactory publicSaksham Mittal2023-07-061-1/+2
| * Remove now unnecessary lines for importSaksham Mittal2023-07-051-2/+0
| * Import CompoundFactory regardless of feature levelSaksham Mittal2023-07-051-3/+1
| * Create new method to expose CompoundFactorySaksham Mittal2023-07-051-0/+9
| * Expose CompoundFactory for later exposure in APISaksham Mittal2023-07-051-1/+1
* | Merge branch 'clippy-allow' into 'main'Ian Jackson2023-07-119-0/+9
|\ \
| * | Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-109-0/+9
* | | rng ranges: Use gen_range_checked().expect() in obvious cases (fmt)Ian Jackson2023-07-101-2/+3
* | | rng ranges: Use gen_range_checked().expect() in obvious casesIan Jackson2023-07-101-2/+3
|/ /
* | Add exceptions for some cases of diverging_sub_expressionNick Mathewson2023-07-101-0/+2
* | Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-073-7/+6
* | Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
|/
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-10/+10
* Bump minor versions on crates with breaking changesNick Mathewson2023-06-301-2/+2
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* ChanMgr: Tweak documentation a bit.Nick Mathewson2023-06-281-9/+13
* Add Channel expiry info in ChanMgr docsSaksham Mittal2023-06-271-0/+7
* Upgrade to itertools 0.11.0Nick Mathewson2023-06-261-1/+1
* Merge branch 'stderr' into 'main'Alexander Færøy2023-06-211-0/+2
|\
| * lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* | Remove message 'For now, only direct channels are supported' in tor-chanmgr docsSaksham Mittal2023-06-211-1/+0
|/
* Upgrade async-trait requirement to 1.54Nick Mathewson2023-06-121-1/+1
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-18/+18
* Fix a local-only CPU DoS bug.Nick Mathewson2023-05-231-0/+15
* chanmgr: fix a unit-default warning from clippy nightly.Nick Mathewson2023-05-181-1/+1
* Revise all XXXXs from fixup-featuresNick Mathewson2023-05-151-3/+2
* Run fixup-features _with_ annotations.Nick Mathewson2023-05-151-0/+2
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-1/+15
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-2/+3
* chanmgr: remove a needless mut.Nick Mathewson2023-05-111-1/+1