summaryrefslogtreecommitdiff
path: root/crates/arti-client
Commit message (Expand)AuthorAgeFilesLines
...
* | Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-13/+13
* | Change safelog version to 0.1.0.Nick Mathewson2022-05-061-1/+1
* | Update README.md files (automated).Nick Mathewson2022-05-061-1/+1
* | Merge branch 'derive-builder-fork' into 'main'Nick Mathewson2022-05-061-1/+1
|\ \
| * | Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
| |/
* / Apply `sensitive` in some info-level log messages.Nick Mathewson2022-05-062-1/+3
|/
* config derive attrs: Make builders serde, and validated structs notIan Jackson2022-05-051-17/+8
* FallbackDir: Use VecBuilder for orportsIan Jackson2022-05-041-3/+4
* Change builder list APIIan Jackson2022-05-041-2/+2
* CfgPath: Overhaul APIIan Jackson2022-05-031-2/+2
* Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-1/+1
|\
| * derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* | Fix spacingSamanta Navarro2022-04-271-1/+1
* | Fix grammar and typosSamanta Navarro2022-04-272-2/+2
* | Merge branch 'upgrade_dependencies' into 'main'eta2022-04-271-1/+1
|\ \ | |/ |/|
| * Upgrade to Postage 0.5.0Nick Mathewson2022-04-261-1/+1
* | Merge branch 'download-schedule' into 'main'Nick Mathewson2022-04-261-5/+9
|\ \ | |/ |/|
| * DirMgrConfig: Rename two fields that contained a _configIan Jackson2022-04-261-2/+2
| * DownloadSchudule: Have NetworkConfig contain BuildersIan Jackson2022-04-261-17/+8
| * DownloadSchedule: Abolish new() methodIan Jackson2022-04-261-3/+16
* | Merge branch 'main' into 'msrv_1_56'Nick Mathewson2022-04-261-6/+3
|\|
| * Rename ThingListBuilder::replace (from set)Ian Jackson2022-04-251-2/+2
| * Introduce AuthorityListBuilder in NetworkConfigBuilderIan Jackson2022-04-251-6/+3
* | squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-2/+0
* | Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* | Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* | Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-11/+11
|/
* arti-client: TorClientConfig: derive TorClientConfigBuilderIan Jackson2022-04-221-171/+41
* fallback list: Introduce and use FallbackListBuilderIan Jackson2022-04-221-3/+3
* Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-211-1/+1
* arti-client: Report clock skew when it is noteworthyNick Mathewson2022-04-122-6/+47
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-13/+13
* Reformat several Cargo.toml files with 100-char-wide lines.Nick Mathewson2022-03-301-7/+2
* Turn FallbackList into a real type, and store one in GuardMgr.Nick Mathewson2022-03-302-0/+7
* Merge branch 'disallowed_lint' into 'main'eta2022-03-301-5/+1
|\
| * Fix a let_and_return lint violation that had somehow slipped in.Nick Mathewson2022-03-301-3/+1
| * Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-2/+0
* | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-302-261/+19
|/
* Merge branch 'no-system-time' into 'main'eta2022-03-301-1/+5
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-1/+5
* | Update README.md files using readmes scriptNick Mathewson2022-03-291-0/+2
* | Merge branch 'isolation-followup' into 'main'Nick Mathewson2022-03-281-12/+12
|\ \
| * | remove usage of 'token' where it's no longer a tokentrinity-1686a2022-03-271-3/+3
| * | move StreamIsolation to isolation moduletrinity-1686a2022-03-241-1/+1
| * | rename *_isolation_group to *_isolationtrinity-1686a2022-03-241-8/+8
* | | Merge branch 'main' into 'main'Ian Jackson2022-03-251-2/+0
|\ \ \
| * | | Fixed typo on arti-client README.mdsolanav2022-03-241-2/+0
| |/ /
* | | Merge branch 'dir-filter' into 'main'Ian Jackson2022-03-254-26/+74
|\ \ \
| * | | Abolish filter::DynFilter in favour of transparent DirFilterIan Jackson2022-03-251-3/+3
| * | | Make DirFilter be Debug + Send + SyncIan Jackson2022-03-251-1/+1