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
/
Cargo.lock
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
safelog: Make MaybeRedacted<T> opaque.
Nick Mathewson
2022-11-28
1
-0
/
+2
|
*
|
linkspec: Give a Redacted form for chantarget.
Nick Mathewson
2022-11-28
1
-0
/
+1
|
|
/
*
/
Draft: Pluggable transport manager
eta
2022-11-28
1
-0
/
+1
|
/
*
upgrade rustls to 0.20, ignoring all deprecation warnings
trinity-1686a
2022-11-26
1
-22
/
+11
*
tor-linkspec: Provide LoggedChanTarget type alias and utility method
Ian Jackson
2022-11-23
1
-0
/
+1
*
tor-basic-utils: Provide helper for serde flexible parsing
Ian Jackson
2022-11-21
1
-0
/
+1
*
BridgeConfigBuilder: Introduce build() function
Ian Jackson
2022-11-21
1
-0
/
+1
*
BridgeConfigBuilder: Introduce the struct with the dictionary repr
Ian Jackson
2022-11-21
1
-0
/
+1
*
GuardMgr: Log when a guard status changes (significantly).
Nick Mathewson
2022-11-17
1
-0
/
+1
*
tor-ptmgr: make configuration use builders, plumb into arti-client
eta
2022-11-16
1
-0
/
+2
*
Actually, require rsa 0.7.1.
Nick Mathewson
2022-11-10
1
-2
/
+2
*
Upgrade rsa to 0.7. Closes #613.
Nick Mathewson
2022-11-10
1
-26
/
+22
*
Upgrade to serde_with 2, phf 0.11. Closes #526.
Nick Mathewson
2022-11-10
1
-50
/
+135
*
Upgrade to tinystr 0.7. Closes #591.
Nick Mathewson
2022-11-10
1
-2
/
+2
*
Merge branch 'clap-v3' into 'main'
Ian Jackson
2022-11-08
1
-40
/
+35
|
\
|
*
Upgrade to clap 3 with minimal changes
Gabriel de Perthuis
2022-11-04
1
-40
/
+35
*
|
bridge descs: Apply sensitive() to bridge identity in error log msg
Ian Jackson
2022-11-08
1
-0
/
+1
*
|
bridge desc: Implement cache reuse logic and if-modified-since
Ian Jackson
2022-11-04
1
-0
/
+1
*
|
bridge desc tests: Apply tracing_test::traced_test
Ian Jackson
2022-11-04
1
-0
/
+1
|
/
*
bridge descriptors: Tests
Ian Jackson
2022-11-03
1
-0
/
+3
*
bridge descriptors: Provide an implementation of BridgeDescProvider
Ian Jackson
2022-11-03
1
-0
/
+1
*
remove unused dependancies
trinity-1686a
2022-10-29
1
-5
/
+0
*
Upgrade dependencies in preparation for upcoming release(s)
Nick Mathewson
2022-10-28
1
-123
/
+209
*
BridgeDescProvider: Make BridgeDescEvent repr(u16) and derive traits
Ian Jackson
2022-10-27
1
-0
/
+1
*
tor-ptmgr/ipc: First cut of pluggable transport spawning
eta
2022-10-26
1
-0
/
+8
*
FlagEvent trait: Implement using macros
Ian Jackson
2022-10-25
1
-0
/
+36
*
Merge branch 'guards_as_bridges_part1' into 'main'
Nick Mathewson
2022-10-24
1
-0
/
+1
|
\
|
*
guardmgr: Add bridges sample, encode sample ID in FirstHopId.
Nick Mathewson
2022-10-21
1
-0
/
+1
*
|
tor-guardmgr: descs: Make BridgeDescError DynClone
Ian Jackson
2022-10-21
1
-0
/
+1
|
/
*
Merge branch 'pt-serde' into 'main'
Nick Mathewson
2022-10-20
1
-0
/
+1
|
\
|
*
Implement serde for PtTarget and its members.
Nick Mathewson
2022-10-20
1
-0
/
+1
*
|
chanmgr: Begin a socks-client implementation.
Nick Mathewson
2022-10-20
1
-0
/
+1
|
/
*
linkspec: Add an "all_overlapping" accessor to ByRelayIds.
Nick Mathewson
2022-10-18
1
-0
/
+7
*
Write tests for RelayIdSet.
Nick Mathewson
2022-10-15
1
-0
/
+1
*
Add builders for OwnedChanTarget/OwnedCircTarget
Nick Mathewson
2022-10-06
1
-0
/
+2
*
Merge branch 'bridge_containers' into 'main'
Nick Mathewson
2022-10-06
1
-0
/
+1
|
\
|
*
BridgeRelay: Implement more traits.
Nick Mathewson
2022-10-04
1
-0
/
+1
*
|
remove manual limitation of coredump size
trinity-1686a
2022-10-05
1
-1
/
+0
|
/
*
tor-linkspec: ByRelayIds<> type to hold a set of HasRelayIds
Nick Mathewson
2022-10-04
1
-0
/
+1
*
Merge branch 'hostname-validation' into 'main'
Nick Mathewson
2022-10-03
1
-0
/
+7
|
\
|
*
Use hostname-validator crate for hostname validation
Reylaba
2022-10-03
1
-0
/
+7
*
|
Merge branch 'multi_keyed_set' into 'main'
Nick Mathewson
2022-10-03
1
-0
/
+2
|
\
\
|
*
|
Include a HashSet variant that can be keyed on multiple keys.
Nick Mathewson
2022-10-03
1
-0
/
+2
*
|
|
Merge branch 'socks_client' into 'main'
Nick Mathewson
2022-10-03
1
-0
/
+22
|
\
\
\
|
*
|
|
Make sure that socks4 auth doesn't have any 0 bytes.
Nick Mathewson
2022-10-03
1
-0
/
+1
|
*
|
|
Fuzzer code for socks client implementation.
Nick Mathewson
2022-10-03
1
-0
/
+21
|
|
/
/
*
|
|
Oops: propagate bumps to Cargo.lock.
Nick Mathewson
2022-10-03
1
-3
/
+3
*
|
|
Bump patchlevels of binary crates.
Nick Mathewson
2022-10-03
1
-11
/
+11
*
|
|
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-4
/
+4
*
|
|
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-6
/
+6
[prev]
[next]