summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-16/+16
* Update README.md files with "readmes" tool.Nick Mathewson2022-08-311-1/+5
* Merge branch 'safelog_more' into 'main'Ian Jackson2022-08-262-4/+5
|\
| * arti-client: Treat list of exit ports as sensitive.Nick Mathewson2022-08-252-3/+4
| * arti-client: Downgrade "got a circuit for" message.Nick Mathewson2022-08-251-1/+1
* | arti: running_as_setuid: fix MacOs buildIan Jackson2022-08-261-2/+2
* | tor-config: Replace dir detection with ConfigurationSource enumIan Jackson2022-08-251-6/+9
* | config watch: Fix and reduce debounce intervalIan Jackson2022-08-251-0/+2
* | config sources: Read arti.d as well as arti.tomlIan Jackson2022-08-251-5/+10
|/
* Fix setuid testing for MacOSIan Jackson2022-08-251-16/+42
* Merge branch 'no_setuid' into 'main'Nick Mathewson2022-08-243-0/+44
|\
| * arti_client: Refuse to build a client if we are setuid.Nick Mathewson2022-08-243-0/+44
* | add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-242-0/+2
* | enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
|/
* arti: Fix a minimal-versions failureIan Jackson2022-08-171-1/+1
* Add semver notesIan Jackson2022-08-171-0/+1
* chanmgr: Use NetDirProvider::params and Arc<dyn..Netparameters>Ian Jackson2022-08-172-6/+7
* Introduce ChannelConfigIan Jackson2022-08-162-1/+22
* dormancy: Plumb through to chanmgr reconfigure_generalIan Jackson2022-08-161-4/+27
* dormancy: tor-client: Break initial dormancy out into a variableIan Jackson2022-08-161-1/+2
* arti-client: TorClient constructor: add a blank lineIan Jackson2022-08-161-0/+1
* Document more explicitly what "voiding a semver warranty" entailsNick Mathewson2022-08-111-1/+5
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-3/+0
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-3/+3
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-9/+9
* Several typo fixes from `typos`.Nick Mathewson2022-07-271-1/+1
* Update arti-client to new NetDirProvider API.Nick Mathewson2022-07-263-6/+33
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-222-3/+9
* Rename DirSkewTolerance to DirToleranceNick Mathewson2022-07-222-2/+3
* arti-client: Split "Persist" into setup and access variants.Nick Mathewson2022-07-212-5/+16
* arti_client: turn "Proto" error into StreamFailed.Nick Mathewson2022-07-212-6/+22
* arti_client: Split DirMgr error into useful types.Nick Mathewson2022-07-213-6/+15
* arti-client: minor edits in error messages and commentsNick Mathewson2022-07-211-17/+20
* Semver tweaks from review.Ian Jackson2022-07-191-1/+1
* arti-client: Remove code related to overriding fs-mistrust.Nick Mathewson2022-07-193-45/+8
* Move responsibility for disable-fs-mistrust envvar.Nick Mathewson2022-07-193-33/+16
* arti-client: Do periodic task dormancy in a management taskIan Jackson2022-07-181-37/+28
* arti-client: Make dormant_mode be an Option, None on dropIan Jackson2022-07-181-13/+27
* arti-client: Convert dormant_mode into a postage::watchIan Jackson2022-07-181-17/+34
* arti-client: Make DormantMode have a DefaultIan Jackson2022-07-181-1/+3
* arti-client: Add Bug variant to errorIan Jackson2022-07-181-0/+5
* Fix typoDimitris Apostolou2022-06-281-1/+1
* Bump crate and dependency versions.Nick Mathewson2022-06-241-16/+16
* Merge branch 'clippy' into 'main'Ian Jackson2022-06-245-0/+39
|\
| * clippy: Consolidate many lints in maint/add_warningIan Jackson2022-06-244-0/+12
| * clippy: Add standard test lint block to several examplesIan Jackson2022-06-244-0/+24
| * Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* | Update README.md files from rustdoc.Nick Mathewson2022-06-241-41/+77
|/
* Merge branch 'display_source_cleanup' into 'main'eta2022-06-211-8/+8
|\