summaryrefslogtreecommitdiff
path: root/crates/tor-ptmgr
Commit message (Expand)AuthorAgeFilesLines
...
* tor-ptmgr: Test for missing valuesEmil Engler2023-09-071-0/+6
* tor-ptmgr: Test for forbidden `=`Emil Engler2023-09-071-0/+6
* tor-ptmgr: Test argument ending with backslashEmil Engler2023-09-071-0/+6
* tor-ptmgr: Test unsupported octal sequencesEmil Engler2023-09-071-0/+9
* tor-ptmgr: Test escape sequencesEmil Engler2023-09-071-0/+8
* Add cognitive-complexity exceptions for clippy.Nick Mathewson2023-09-051-0/+2
* Remove semver.md now that 1.1.8 is out.Nick Mathewson2023-09-051-6/+0
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-4/+4
* Minor-version bumps for crates with breaking changes.Nick Mathewson2023-09-051-1/+1
* Upgrade to visibility 0.1.0Nick Mathewson2023-09-051-1/+1
* Add initial support for running a PT in server modeSaksham Mittal2023-08-244-304/+657
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Remove semver.md files now that 1.1.7 is out.Nick Mathewson2023-08-011-1/+0
* 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