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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'main' into 'main'
opara
2024-09-24
6
-5
/
+230
|
\
\
|
*
|
add example: axum router as onion service
tidely
2024-09-24
6
-5
/
+230
*
|
|
Merge branch 'impl-prop-351' into 'main'
Nick Mathewson
2024-09-24
1
-124
/
+106
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
socks: Add a comment about interpreting legacy usernames.
Nick Mathewson
2024-09-24
1
-0
/
+5
|
*
|
socks: cleanups in interpret_socks_auth
Nick Mathewson
2024-09-18
1
-12
/
+22
|
*
|
prop351: comment Suggestions from @diziet.
Nick Mathewson
2024-09-18
1
-1
/
+4
|
*
|
Socks: isolate streams from different extended-socks formats
Nick Mathewson
2024-09-18
1
-3
/
+16
|
*
|
socks: Optimistically revise format to match torspec!280
Nick Mathewson
2024-09-10
1
-43
/
+53
|
*
|
socks: update protocol documentation
Nick Mathewson
2024-09-09
1
-78
/
+9
|
*
|
socks: Implement proposal 351.
Nick Mathewson
2024-09-09
1
-40
/
+50
*
|
|
Merge branch 'impl-prop-351-client' into 'main'
Nick Mathewson
2024-09-24
3
-11
/
+16
|
\
\
\
|
*
|
|
rpclib: Use prop351 protocol to open streams.
Nick Mathewson
2024-09-18
3
-11
/
+16
*
|
|
|
Merge branch 'pessimistic' into 'main'
Nick Mathewson
2024-09-24
1
-0
/
+5
|
\
\
\
\
|
*
|
|
|
arti SOCKS proxy: Tear down connections when client sends optimistic data
Ian Jackson
2024-09-24
1
-0
/
+5
*
|
|
|
|
Merge branch 'rpc-expose-delegation' into 'main'
Nick Mathewson
2024-09-24
5
-5
/
+85
|
\
\
\
\
\
|
*
|
|
|
|
rpc: Expose a delegation table in arti:x_list_all_rpc_methods
Nick Mathewson
2024-09-24
4
-1
/
+69
|
*
|
|
|
|
rpc: add mandatory delegate-type attribute to Object template
Nick Mathewson
2024-09-24
3
-4
/
+16
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'hscircpool-builder-generic' into 'main'
gabi-250
2024-09-24
9
-464
/
+875
|
\
\
\
\
\
|
*
|
|
|
|
CircMgr: Make CircMgr and HsCircPool generic over builder type.
Wesley Aptekar-Cassels
2024-09-24
9
-464
/
+875
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'abstract-socket-v2' into 'main'
Nick Mathewson
2024-09-24
33
-406
/
+979
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
rtcompat: Finalize names for general::SocketAddr.
Nick Mathewson
2024-09-24
2
-44
/
+52
|
*
|
|
|
rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmock
Nick Mathewson
2024-09-24
4
-17
/
+12
|
*
|
|
|
rtcompat: Fix some rustdoc links.
Nick Mathewson
2024-09-24
4
-6
/
+6
|
*
|
|
|
rtcompat: remove async_trait from NetStreamListener.
Nick Mathewson
2024-09-24
8
-8
/
+1
|
*
|
|
|
Make Runtime require NetStreamProvider<unix::SocketAddr>
Nick Mathewson
2024-09-24
7
-10
/
+46
|
*
|
|
|
rtcompat: initial implementation for "Abstract" addresses.
Nick Mathewson
2024-09-24
2
-0
/
+147
|
*
|
|
|
rtcompat: Require Sync and 'static for NetStreamListener::Incoming
Nick Mathewson
2024-09-24
3
-2
/
+7
|
*
|
|
|
rtcompat: Add NetStreamProvider<Unix> to CompoundRuntime
Nick Mathewson
2024-09-24
3
-39
/
+106
|
*
|
|
|
rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platforms
Nick Mathewson
2024-09-24
4
-0
/
+108
|
*
|
|
|
Implement NetStramProvider<Unix> for async_std.
Nick Mathewson
2024-09-24
1
-0
/
+23
|
*
|
|
|
async_std: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
2
-33
/
+35
|
*
|
|
|
async_std: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-71
/
+79
|
*
|
|
|
rtcompat: Implement NetStreamProvider<Unix> for tokio.
Nick Mathewson
2024-09-24
1
-4
/
+60
|
*
|
|
|
tokio: Perpare macro for use with Unix streams.
Nick Mathewson
2024-09-24
1
-24
/
+31
|
*
|
|
|
tokio: start a macro to implement wrappers for stream type
Nick Mathewson
2024-09-24
1
-67
/
+74
|
*
|
|
|
rtcompat: Add ADDR parameter to NetStream{Provider,Listener}
Nick Mathewson
2024-09-24
1
-11
/
+11
|
*
|
|
|
Documentation updates for "NetStreamProvider" rename
Nick Mathewson
2024-09-24
10
-32
/
+35
|
*
|
|
|
rtcompat: Rename TcpProvider to NetStreamProvider.
Nick Mathewson
2024-09-24
17
-98
/
+98
|
*
|
|
|
rtcompat: Remove accept() from TcpListener
Nick Mathewson
2024-09-24
12
-82
/
+25
|
*
|
|
|
rtcompat: Add definitions for unix::SocketAddr.
Nick Mathewson
2024-09-24
5
-0
/
+104
|
*
|
|
|
rtcompat: reformat Cargo.toml
Nick Mathewson
2024-09-24
1
-1
/
+5
|
*
|
|
|
rtcompat: Add an extension trait for building modified Runtimes
Nick Mathewson
2024-09-24
6
-23
/
+80
*
|
|
|
|
Merge branch 'keystore-config' into 'main'
gabi-250
2024-09-24
4
-67
/
+58
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
tor-keymgr: Rename keystore.type to keystore.kind.
Gabriela Moldovan
2024-09-23
1
-2
/
+2
|
*
|
|
|
arti: Update example config with new keystore configuration.
Gabriela Moldovan
2024-09-23
1
-10
/
+8
|
*
|
|
|
tor-keymgr: Move keystore config under keystore.primary.
Gabriela Moldovan
2024-09-23
3
-5
/
+19
|
*
|
|
|
arti: Reinstate the keystore.enabled option.
Gabriela Moldovan
2024-09-23
2
-54
/
+27
|
*
|
|
|
tor-keymgr: Add back ArtiKeystoreConfig::is_enabled().
Gabriela Moldovan
2024-09-23
2
-1
/
+7
|
/
/
/
/
*
|
|
|
Merge branch 'rename-keystore' into 'main'
gabi-250
2024-09-23
10
-44
/
+46
|
\
\
\
\
|
*
|
|
|
tor-hsservice: Update docs to reflect KeystoreSelector renaming.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
[prev]
[next]