summaryrefslogtreecommitdiff
path: root/crates/arti/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-071-6/+7
|
* Do not log to journald by defaultJani Monoses2021-09-071-1/+1
|
* Allow logging to journald.Jani Monoses2021-09-072-7/+30
| | | | | Log to journald when available, add journald config option. Separate logging setup into its own function.
* 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-275-0/+799
This will cause some pain for now, but now is really the best time to do this kind of thing.