summaryrefslogtreecommitdiff
path: root/crates/arti
Commit message (Expand)AuthorAgeFilesLines
* Bump every crate by one patch version.Nick Mathewson2021-11-291-5/+5
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-1/+1
* Fix a few typos.Nick Mathewson2021-11-241-1/+1
* Move the socks_port option into a new proxy section.Nick Mathewson2021-11-181-1/+4
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-183-265/+12
* In rust-nightly CI, forbid debugging prints.Nick Mathewson2021-11-041-0/+3
* Remove all remaining dbg! instances.Nick Mathewson2021-11-041-3/+0
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-5/+5
* Typo fix in an expect() message.Nick Mathewson2021-10-281-1/+1
* Update README.md filesNick Mathewson2021-10-281-6/+5
* Improve and future-proof the `arti` CLIeta2021-10-273-70/+137
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-272-10/+6
* Tests and refactoring for IsolationMap.Nick Mathewson2021-10-261-13/+50
* TorClient::resolve_ptr should take an IpAddr.Nick Mathewson2021-10-261-1/+13
* Upgrade to latest tracing-{subscriber,journald}Nick Mathewson2021-10-231-2/+2
* Rename tor_client/arti_tor_client to arti_client.Nick Mathewson2021-10-213-11/+11
* Fix most warnings from nightly.Nick Mathewson2021-10-191-1/+3
* Make elements of TorClientConfig private.Nick Mathewson2021-10-192-14/+11
* tor-client: refactor TorClient::bootstrap's args into a config objecteta2021-10-191-10/+16
* Change how we connect to target addresses.Nick Mathewson2021-10-181-1/+1
* Merge branch 'reject_bad_hostnames'Nick Mathewson2021-10-182-2/+16
|\
| * Rename is_localhost to allow_local_addrs, and apply it to IPs too.Nick Mathewson2021-10-181-2/+2
| * Formatting fixesNeel Chauhan2021-10-061-1/+3
| * Introduce ClientConfig for is_localhost config parameterNeel Chauhan2021-10-062-2/+14
* | Do not use downcast_ref, use tor-client error.Jani Monoses2021-10-181-8/+6
* | Add a cast to correct a type error about WSAEMFILENick Mathewson2021-10-151-1/+7
* | arti: On startup, increase the NOFILE resource limit.Nick Mathewson2021-10-143-0/+29
* | proxy: Mark ENFILES and EMFILES as survivable.Nick Mathewson2021-10-142-2/+33
* | Report errors in logging configuration a bit more usefullyNick Mathewson2021-10-131-2/+22
* | Document trace_filter example in main.rs too.Nick Mathewson2021-10-131-0/+2
* | Require up-to-date x25519-dalek, async_executors, and argh.Nick Mathewson2021-10-091-1/+1
* | Re-export configuration types from tor-client.Nick Mathewson2021-10-092-11/+11
* | enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
|/
* Do not use set_ prefix on derive_builder settersJani Monoses2021-09-161-3/+3
* Merge remote-tracking branch 'origin/mr/77'Nick Mathewson2021-09-102-11/+21
|\
| * Create a separate logging section in config.Jani Monoses2021-09-092-11/+21
* | Use derive_builder for the rest of tor_dirmgr::configNick Mathewson2021-09-091-3/+3
* | Use derive_builder for NetworkConfig.Nick Mathewson2021-09-082-51/+5
|/
* Make journald an optional feature.Jani Monoses2021-09-072-7/+9
* Do not log to journald by defaultJani Monoses2021-09-071-1/+1
* Allow logging to journald.Jani Monoses2021-09-073-7/+31
* Fix typosJani Monoses2021-09-071-1/+1
* Light refactoring and documentation improvements in proxy.rsNick Mathewson2021-08-271-40/+103
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-277-0/+896