index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-rpc-connect
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
rpc: Keep Cookie in an Arc.
Nick Mathewson
2025-01-15
2
-3
/
+9
*
|
arti-rpcserver: Server side of cookie auth.
Nick Mathewson
2025-01-15
1
-2
/
+25
*
|
tor-rpc-connect: Cryptographic support for cookie auth.
Nick Mathewson
2025-01-15
1
-2
/
+208
*
|
tor-rpc-connect: defer loading auth cookies on the client side.
Nick Mathewson
2025-01-15
3
-6
/
+37
*
|
tor-rpc-connect: move cookie auth support to its own module.
Nick Mathewson
2025-01-15
5
-171
/
+172
|
/
*
Merge branch 'mod-module-files' into 'main'
Nick Mathewson
2025-01-07
1
-0
/
+1
|
\
|
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
|
fix: fix typos
Dimitris Apostolou
2025-01-06
1
-1
/
+1
*
|
Merge branch 'bug1776' into 'main'
Nick Mathewson
2025-01-06
1
-1
/
+0
|
\
\
|
|
/
|
/
|
|
*
rpc-connect: Remove cfg(unix) of SYSTEM_DEFAULT_CONNECT_POINT
Nick Mathewson
2024-12-11
1
-1
/
+0
*
|
Rename Guard=>ListenerGuard.
Nick Mathewson
2024-12-19
1
-4
/
+4
*
|
rpc-connect: Explain locking rationale better.
Nick Mathewson
2024-12-19
1
-3
/
+12
*
|
rpc-connect: Use try_lock when acquiring fslock
Nick Mathewson
2024-12-19
2
-1
/
+9
*
|
connpt: Make unix socket handling more robust.
Nick Mathewson
2024-12-19
3
-20
/
+68
*
|
rpc-connect: Make LoadOptions buildable.
Nick Mathewson
2024-12-19
1
-1
/
+2
*
|
rpc-connect: fix another very typoed line
Nick Mathewson
2024-12-19
1
-1
/
+1
|
/
*
connpt: note an opportunity to save some fds.
Nick Mathewson
2024-12-09
1
-0
/
+3
*
connpt: use cfg-if to declare connect point defaults.
Nick Mathewson
2024-12-09
1
-20
/
+27
*
connpts: duplicate socket before returning.
Nick Mathewson
2024-12-09
1
-15
/
+24
*
connpts: Add default connect points as constants.
Nick Mathewson
2024-12-09
1
-0
/
+60
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
connect point: Use new CfgPathResolver api.
Nick Mathewson
2024-11-19
1
-12
/
+22
*
connect point: handle unrecognized auth variants.
Nick Mathewson
2024-11-19
3
-6
/
+39
*
Connect point: Improve robustness against new SocketAddr variants
Nick Mathewson
2024-11-19
1
-2
/
+10
*
connect point: add a test for ConflictingMembers.
Nick Mathewson
2024-11-19
1
-0
/
+13
*
connect-point: Rename Reps to Addresses.
Nick Mathewson
2024-11-19
1
-7
/
+7
*
connect point: Add server support.
Nick Mathewson
2024-11-19
2
-0
/
+71
*
connect point: Add client support.
Nick Mathewson
2024-11-19
3
-0
/
+182
*
connect point: Treat unrecognized auth types as Decline.
Nick Mathewson
2024-11-19
1
-0
/
+9
*
connect points: Validate more correctness properties
Nick Mathewson
2024-11-19
1
-4
/
+23
*
connect points: Remember original string addresses
Nick Mathewson
2024-11-19
1
-6
/
+57
*
rpc-connect: Types for cookie authentication.
Nick Mathewson
2024-11-19
2
-0
/
+186
*
rpc-connect: Move tempdir() helper to a new module
Nick Mathewson
2024-11-19
3
-17
/
+36
*
RPC connect points: Facility to load from files.
Nick Mathewson
2024-11-19
2
-0
/
+424
*
connect point: implement FromStr.
Nick Mathewson
2024-11-19
1
-17
/
+58
*
tor-connect-point: new crate to manage RPC connect points
Nick Mathewson
2024-11-19
2
-0
/
+401
[prev]