summaryrefslogtreecommitdiff
path: root/crates/arti-client/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-nightly-clippy' into 'main'Ian Jackson2022-09-221-0/+2
|\
| * Apply 1 suggestion(s) to 1 file(s)Ian Jackson2022-09-221-1/+1
| * fix clippy::needless_borrowtrinity-1686a2022-09-101-0/+2
* | enumerate platform with getresuid supporttrinity-1686a2022-09-101-19/+19
|/
* READMEs: Drop stability warning re configIan Jackson2022-09-021-9/+0
* arti-client README: Say we intend to provide FFIIan Jackson2022-09-021-1/+2
* READMEs: arti-client: Remove caveats and add some xrefsIan Jackson2022-09-021-7/+15
* 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 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-242-0/+43
|\
| * arti_client: Refuse to build a client if we are setuid.Nick Mathewson2022-08-242-0/+43
* | 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-241-0/+1
|/
* arti: Fix a minimal-versions failureIan Jackson2022-08-171-1/+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
* Several typo fixes from `typos`.Nick Mathewson2022-07-271-1/+1
* Update arti-client to new NetDirProvider API.Nick Mathewson2022-07-262-6/+32
* Rename download_tolerance to directory_toleranceNick Mathewson2022-07-221-3/+8
* Rename DirSkewTolerance to DirToleranceNick Mathewson2022-07-221-2/+2
* 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
* 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-192-33/+15
* 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
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Merge branch 'display_source_cleanup' into 'main'eta2022-06-211-8/+8
|\
| * Do not include error source() in display() format.Nick Mathewson2022-06-211-8/+8
* | Merge branch 'stalled_directory' into 'main'Ian Jackson2022-06-211-1/+17
|\ \
| * | Report directory blockage problems from arti-client.Nick Mathewson2022-06-141-1/+16
| * | DirMgr: Track errors, stalls, and resets as part of status.Nick Mathewson2022-06-131-0/+1
* | | channel padding: Plumb settings from chanmgrIan Jackson2022-06-211-1/+1
| |/ |/|
* | Merge branch 'main' into 'accel-features'Nick Mathewson2022-06-162-2/+6
|\ \
| * \ Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-161-41/+68
| |\ \ | | |/ | |/|