index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
arti
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
arti: Actually launch the onion service code.
Nick Mathewson
2023-10-05
1
-0
/
+9
*
|
|
arti: functions to configure and launch actual onion service proxies.
Nick Mathewson
2023-10-05
1
-3
/
+82
|
/
/
*
|
Add/clarify comments about name duplication.
Nick Mathewson
2023-10-03
1
-1
/
+1
*
|
arti: make sure nicknames in builders match (or are absent)
Nick Mathewson
2023-10-03
1
-7
/
+16
*
|
arti: Fix up the example config to use the new onion_services format.
Nick Mathewson
2023-10-03
1
-6
/
+5
*
|
arti: in onion service builder, rename "transports" to "services"
Nick Mathewson
2023-10-03
1
-4
/
+3
*
|
arti: Make onion_services serialize as a map.
Nick Mathewson
2023-10-03
1
-0
/
+40
*
|
arti: Make onion_service configuration option plural
Nick Mathewson
2023-10-03
2
-5
/
+5
*
|
hss: Rename the "name" config field to "nickname".
Nick Mathewson
2023-10-03
1
-1
/
+1
*
|
Note that we *do* need to actually test the onion service config.
Ian Jackson
2023-10-03
1
-1
/
+1
*
|
arti: Add a list of [[onion_service]]s to the config.
Nick Mathewson
2023-10-03
3
-2
/
+91
*
|
arti: add a set of OnionServiceProxyConfig types.
Nick Mathewson
2023-10-03
2
-0
/
+60
|
/
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+2
*
arti tests: Suppress a lint locally
Ian Jackson
2023-09-05
1
-1
/
+2
*
Bump to trust-dns-proto 0.23.0
Nick Mathewson
2023-09-05
1
-4
/
+4
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
2
-0
/
+2
*
arti::cfg tests: Use fold to make nightly clippy happier
Nick Mathewson
2023-08-22
1
-4
/
+5
*
arti: Use ConfigurationSources::try_from_cmdline
Ian Jackson
2023-08-07
1
-3
/
+3
*
arti: Add context to default config files error message
Ian Jackson
2023-08-07
1
-1
/
+1
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
2
-4
/
+4
*
Fix typos
Dimitris Apostolou
2023-07-22
2
-10
/
+10
*
arti cfg tests: Add keystore to example config.
Gabriela Moldovan
2023-07-13
2
-14
/
+22
*
arti config: Remove extraneous whitespace.
Gabriela Moldovan
2023-07-13
1
-5
/
+5
*
arti-client: Use the config struct from tor-keymgr.
Gabriela Moldovan
2023-07-13
1
-1
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
4
-0
/
+4
*
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
5
-16
/
+15
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
2
-2
/
+0
*
Merge branch 'log_precision' into 'main'
Nick Mathewson
2023-07-06
4
-4
/
+377
|
\
|
*
arti: comments about catch_unwind
Nick Mathewson
2023-07-06
1
-0
/
+9
|
*
time_granularity: Make sure formatter can't panic
Nick Mathewson
2023-07-06
1
-17
/
+49
|
*
arti: Add a `logging.time_granularity` option with 1s default.
Nick Mathewson
2023-07-06
4
-4
/
+336
*
|
arti: Note possibility for future use of other tracing panic provider
Nick Mathewson
2023-07-06
1
-0
/
+5
*
|
arti: On panic, avoid allocation even more.
Nick Mathewson
2023-07-06
1
-7
/
+5
*
|
Add TODO comments about possibly migrating away from the backtrace crate.
Nick Mathewson
2023-07-05
1
-1
/
+2
*
|
arti: Install a panic hook that sends messages to `tracing`
Nick Mathewson
2023-07-05
1
-0
/
+31
|
/
*
Merge branch 'keymgr-config' into 'main'
gabi-250
2023-06-29
1
-0
/
+22
|
\
|
*
arti cfg tests: Add declare_exceptions for storage.keystore_dir.
Gabriela Moldovan
2023-06-29
1
-1
/
+22
|
*
example-config: Temporarily remove keystore_dir example.
Gabriela Moldovan
2023-06-29
2
-17
/
+1
|
*
arti-client: Add keystore_dir to StorageConfig.
Gabriela Moldovan
2023-06-29
2
-0
/
+17
*
|
Turn off HS client connections by default
Ian Jackson
2023-06-29
1
-1
/
+10
|
/
*
arti cfg tests: Suppress an undesriable clippy lint
Ian Jackson
2023-06-28
1
-0
/
+1
*
arti cfg tests: declare_exceptions: Annotate the types for clarity (fmt)
Ian Jackson
2023-06-28
1
-6
/
+4
*
arti cfg tests: declare_exceptions: Annotate the types for clarity
Ian Jackson
2023-06-28
1
-1
/
+6
*
arti cfg tests: Point the reader to the types used in declarations
Ian Jackson
2023-06-28
1
-0
/
+12
*
arti cfg tests: Move InCode into declare_config_example
Ian Jackson
2023-06-28
1
-19
/
+19
*
arti cfg tests: Make declare_exception take distinguished old/new types
Ian Jackson
2023-06-28
1
-15
/
+27
*
HS configuration: Add retry parameters to configuration
Ian Jackson
2023-06-28
2
-0
/
+8
*
HS configuration: Add and honour `allow_onion_addrs` in configuration
Ian Jackson
2023-06-28
2
-0
/
+14
*
art cfg tests: Fix garbled doc wording
gabi-250
2023-06-28
1
-2
/
+2
*
arti cfg tests: Fix doc comment
gabi-250
2023-06-28
1
-1
/
+1
[prev]
[next]