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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Use a less obtrustive sign to end the onion services config section
Nick Mathewson
2023-10-11
2
-7
/
+5
|
*
|
Improve test fn documentation even more.
Ian Jackson
2023-10-10
1
-2
/
+2
|
*
|
arti::cfg: tweak narrow() test fn to be more useful.
Nick Mathewson
2023-10-10
2
-13
/
+15
|
*
|
hsrproxy: Temporarily change the format of ProxyRule.
Nick Mathewson
2023-10-10
1
-5
/
+8
|
*
|
Non-working attempt to test onion service configuration.
Nick Mathewson
2023-10-03
2
-22
/
+76
|
*
|
arti: Try to document some test helpers.
Nick Mathewson
2023-10-03
1
-1
/
+18
*
|
|
arti: Lower some over-broad #allows in onion_proxy.rs
Nick Mathewson
2023-10-05
1
-4
/
+2
*
|
|
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
2
-1
/
+42
*
|
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
3
-1
/
+63
*
|
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
|
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-4
/
+4
|
/
*
Add cognitive-complexity exceptions for clippy.
Nick Mathewson
2023-09-05
1
-0
/
+2
*
Merge branch 'bumps' into 'main'
arti-v1.1.8
Ian Jackson
2023-09-05
1
-4
/
+4
|
\
|
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-4
/
+4
*
|
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
2
-5
/
+5
*
Upgrade to visibility 0.1.0
Nick Mathewson
2023-09-05
1
-1
/
+1
*
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
*
tor-error, arti: Bump backtrace to 0.3.68.
Gabriela Moldovan
2023-08-15
1
-1
/
+1
*
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
*
Increment patchlevel versions of crates with minor changes
Nick Mathewson
2023-08-01
1
-4
/
+4
*
Update minor versions on crates that have had breaking changes
Nick Mathewson
2023-08-01
1
-1
/
+1
*
Fix typos
Dimitris Apostolou
2023-07-22
2
-10
/
+10
*
Bump requirement to rlimit 0.10.1
Nick Mathewson
2023-07-20
1
-1
/
+1
*
Upgrade to latest rlimit.
Nick Mathewson
2023-07-17
1
-1
/
+1
*
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
*
Update documentation regarding the `onion-service-client` feature
Kunal Mehta
2023-07-07
1
-2
/
+3
*
Merge branch 'feat' into 'main'
Nick Mathewson
2023-07-07
1
-1
/
+10
|
\
|
*
arti: Build with HS client support by default
Ian Jackson
2023-07-07
1
-0
/
+1
|
*
arti Cargo.tomL: wrap default features list
Ian Jackson
2023-07-07
1
-1
/
+9
*
|
Throughout: Use *_report!() macros for reporting Errors.
Nick Mathewson
2023-07-07
6
-17
/
+16
*
|
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
5
-4
/
+381
|
\
|
*
arti: comments about catch_unwind
Nick Mathewson
2023-07-06
1
-0
/
+9
[prev]
[next]