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
*
Bump arti crate to 1.2.1
Nick Mathewson
2024-04-02
1
-1
/
+1
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-9
/
+9
*
Bump patchlevel versions on non-{tor/arti} crates.
Nick Mathewson
2024-04-02
1
-2
/
+2
*
Fix note in config that claimed onion services weren't implemented
Nick Mathewson
2024-03-27
1
-1
/
+4
*
hss: Make the limit for streams configurable.
Nick Mathewson
2024-03-26
1
-3
/
+1
*
Add example unmanaged pluggable transport to config.
Nick Mathewson
2024-03-14
1
-0
/
+10
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
3
-9
/
+19
|
\
|
*
Remove now-needless dependencies on the "config" crate
Nick Mathewson
2024-03-13
1
-1
/
+0
|
*
tor-config: Put config::Config inside a wrapper type.
Nick Mathewson
2024-03-13
1
-1
/
+1
|
*
Use ConfigurationSource::Verbatim in our tests.
Nick Mathewson
2024-03-13
1
-7
/
+17
|
*
tor-config: Allow ConfigurationSource to be verbatim text.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
2
-0
/
+2
|
/
*
arti-client: Add VanguardsConfig to TorClientConfig.
Gabriela Moldovan
2024-03-11
1
-0
/
+11
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
arti, CI: Add a test case for command line help
Ian Jackson
2024-03-05
1
-0
/
+3
*
arti: Print help on `arti hss` without subcommand
Ian Jackson
2024-03-05
1
-0
/
+1
*
arti: Fix misplaced clap hunk
Ian Jackson
2024-03-05
1
-4
/
+4
*
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
2
-0
/
+2
|
\
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
2
-0
/
+2
*
|
Merge branch 'runtime' into 'main'
Ian Jackson
2024-03-05
2
-4
/
+9
|
\
\
|
*
|
arti config watch: Pass Runtime as first argument
Ian Jackson
2024-03-04
2
-3
/
+3
|
*
|
arti config watch: Pass a Runtime, not a TorClient (fmt)
Ian Jackson
2024-03-04
1
-1
/
+6
|
*
|
arti config watch: Pass a Runtime, not a TorClient
Ian Jackson
2024-03-04
2
-3
/
+3
*
|
|
arti-rpcserver: Bump patchlevel.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
|
arti: Bump minor version.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
*
|
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-3
/
+3
*
|
|
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-1
/
+1
|
/
/
*
|
Merge branch 'analyzer_windows_problems' into 'main'
gabi-250
2024-03-04
2
-2
/
+5
|
\
\
|
*
|
arti: do not warn about unused variable on Windows
Tobias Stoeckmann
2024-02-29
1
-0
/
+1
|
*
|
arti: define RpcConfig only if needed
Tobias Stoeckmann
2024-02-29
1
-1
/
+1
|
*
|
arti: use name bindings only if needed
Tobias Stoeckmann
2024-02-29
1
-1
/
+3
|
|
/
*
/
arti: Fix Windows test
Tobias Stoeckmann
2024-03-01
1
-4
/
+10
|
/
*
Upgrade to latest config.
Gabriela Moldovan
2024-02-28
1
-1
/
+1
*
arti: Don't output ANSI escape codes when logging to file.
Gabriela Moldovan
2024-02-22
1
-0
/
+1
*
Merge branch 'hss_non_experimental' into 'main'
gabi-250
2024-02-21
2
-2
/
+6
|
\
|
*
Move onion-service-service to non-experimental section of READMEs.
Nick Mathewson
2024-02-20
1
-0
/
+3
|
*
arti: mark onion-service-service non-experimental.
Nick Mathewson
2024-02-20
1
-2
/
+3
*
|
Merge branch 'keystore-dir' into 'main'
gabi-250
2024-02-21
1
-2
/
+0
|
\
\
|
*
|
arti, arti-client, tor-keymgr: Remove keystore dir configuration.
Gabriela Moldovan
2024-02-21
1
-2
/
+0
|
|
/
*
/
tor-hsservice: config: max_concurrent_streams_per_circuit: comment out
Ian Jackson
2024-02-21
1
-0
/
+2
|
/
*
Merge branch 'fast_and_stable' into 'main'
Nick Mathewson
2024-02-20
2
-0
/
+8
|
\
|
*
Add a configuration option for long_lived_ports.
Nick Mathewson
2024-02-20
2
-0
/
+8
*
|
Use and document the new arti-client/anyhow feature
Nick Mathewson
2024-02-15
1
-1
/
+3
*
|
Refactor and improve error hinting.
Nick Mathewson
2024-02-14
1
-4
/
+4
|
/
*
educe: Use std's default for enums where default variant is unit
Ian Jackson
2024-02-12
1
-4
/
+2
*
Clarify onion service example(s) a little more.
Nick Mathewson
2024-02-08
1
-3
/
+5
*
Bump version of arti crate
Ian Jackson
2024-02-05
1
-1
/
+1
*
Bump patch versions *with* dependency update
Ian Jackson
2024-02-05
1
-1
/
+1
*
Bump minor versions
Ian Jackson
2024-02-05
1
-7
/
+7
*
arti: Only exit if all the modules have been dropped.
Gabriela Moldovan
2024-01-25
1
-7
/
+8
[next]