summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr
Commit message (Expand)AuthorAgeFilesLines
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-5/+5
* Update minor versions on crates that have had breaking changesNick Mathewson2023-08-011-2/+2
* tor-guardmgr: bridges: fix typo in getter docIan Jackson2023-07-211-1/+1
* tor-guardmgr: bridges: getter for ManagedTransportConfigBuilder.protocolsIan Jackson2023-07-202-0/+10
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-102-0/+2
* Throughout: Use *_report!() macros for reporting Errors.Nick Mathewson2023-07-073-11/+7
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Additional documentation around bridges/PT configurationNick Mathewson2023-07-031-2/+11
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-4/+4
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* 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-9/+9
* Reformat Cargo.toml files.Nick Mathewson2023-05-151-9/+11
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-2/+3
* Upgrade tracing to 0.1.36.Nick Mathewson2023-05-031-1/+1
* Increment crate versions.Nick Mathewson2023-05-031-9/+9
* Increment MSRV to 1.65 in every crate.Nick Mathewson2023-04-111-1/+1
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-2/+2
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-1/+1
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-1/+1
* tor-ptmgr: Fix fuzzer compilation.Nick Mathewson2023-03-131-0/+1
* Patchlevel bumps for remaining changed crates.Nick Mathewson2023-02-281-6/+6
* Merge branch 'logs' into 'main'Nick Mathewson2023-02-012-4/+9
|\
| * Use ErrorReport - run rustfmtIan Jackson2023-01-301-1/+5
| * Use ErrorReport for errors in error! in tor-ptmgrIan Jackson2023-01-301-1/+2
| * Use ErrorReport for errors in warn! in tor-ptmgrIan Jackson2023-01-301-3/+3
* | Bump the patch version of every crate that had API additionsNick Mathewson2023-02-011-2/+2
* | Bump the patch-level version of crates with _minor_ changes.Nick Mathewson2023-02-011-5/+5
|/
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* ptmgr: Add more logs when looking/creating a PT.Nick Mathewson2023-01-061-24/+46
* ptmgr: Add more logging to IPC code.Nick Mathewson2023-01-061-9/+34
* doc: consistent summary line for the READMEsEmil Engler2022-12-201-1/+1
* Fix typosDimitris Apostolou2022-12-091-1/+1
* Merge branch 'version_bump' into 'main'Nick Mathewson2022-11-301-9/+9
|\
| * Bump the minor version of every crate.Nick Mathewson2022-11-301-9/+9
* | Hang onto a PT object after it is launchedNick Mathewson2022-11-301-0/+1
|/
* ptmgr todo: Remove dead code allowIan Jackson2022-11-301-2/+0
* ptmgr: No need for state_dir in PtMgrIan Jackson2022-11-301-4/+1
* ptmgr todo: Tolerate exposing the Vec for nowIan Jackson2022-11-301-1/+1
* Merge branch 'no_empty_select' into 'main'eta2022-11-301-1/+9
|\
| * ptmgr: Do not construct an empty select_all future.Nick Mathewson2022-11-301-1/+9
* | ptmgr: change error UnconfiguredTransportDueToConcurrentReconfigurationIan Jackson2022-11-302-6/+8
* | ptmgr: Clarify E::NotAFileIan Jackson2022-11-301-2/+6
* | ptmgr: Fix kind for E::StatedirCreateFailedIan Jackson2022-11-301-1/+1
|/
* ptmgr: report an error if PT transports don't match requested.Nick Mathewson2022-11-292-2/+9
* Register transport in pt reactor even if it has no pending requestsNick Mathewson2022-11-291-1/+1
* ptmgr: Use anonymize_home when displaying paths in errorsNick Mathewson2022-11-292-3/+5