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
...
*
|
Merge branch 'upgrades' into 'main'
Nick Mathewson
2023-09-20
1
-2
/
+2
|
\
\
|
*
|
Upgrade to fixed-capacity-vec 1.0
Nick Mathewson
2023-09-20
1
-2
/
+2
*
|
|
tor_config: Provide Flatten
Ian Jackson
2023-09-20
1
-0
/
+21
|
/
/
*
|
hsproxy: reject configurations with unreachable patterns.
Nick Mathewson
2023-09-19
1
-0
/
+1
*
|
hss: Make the config builders serde.
Nick Mathewson
2023-09-19
1
-0
/
+1
|
/
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-0
/
+4
*
Merge branch 'desc-publisher-uploads' into 'main'
Ian Jackson
2023-09-14
1
-1
/
+0
|
\
|
*
tor-hsservice: Use mpsc channels instead of async-broadcast.
Gabriela Moldovan
2023-09-12
1
-1
/
+0
*
|
tor-rtmock: task: Add API for printing dumps including backtraces
Ian Jackson
2023-09-13
1
-0
/
+1
*
|
tor-rtmock: task: Capture sleep backtraces, with code to dump
Ian Jackson
2023-09-13
1
-0
/
+1
*
|
Merge branch 'hss_config' into 'main'
Nick Mathewson
2023-09-07
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
HSS: Parser/encoder for AuthorizedClientConfig
Nick Mathewson
2023-09-07
1
-0
/
+1
|
*
hsrproxy: implement builders and serde.
Nick Mathewson
2023-09-07
1
-0
/
+5
|
*
hsrproxy: implement parse/encode for patterns and targets.
Nick Mathewson
2023-09-07
1
-0
/
+3
|
*
Create a tor-hsrproxy crate to handle "proxy to local port".
Nick Mathewson
2023-09-07
1
-0
/
+4
*
|
Merge branch 'fixed-capacity-vec' into 'main'
gabi-250
2023-09-06
1
-0
/
+7
|
\
\
|
*
|
Switch to FixedCapacityVec 0.1.0 from crates.io
Ian Jackson
2023-09-06
1
-0
/
+7
*
|
|
obfs4-checker: port from chrono to time.
Nick Mathewson
2023-09-05
1
-29
/
+9
*
|
|
Use a more recent tracing_subscriber in examples.
Nick Mathewson
2023-09-05
1
-65
/
+15
*
|
|
update: Cargo.lock
Saksham Mittal
2023-09-05
1
-22
/
+417
|
/
/
*
|
Run "cargo update" in preparation for release.
Nick Mathewson
2023-09-05
1
-312
/
+258
*
|
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-24
/
+24
*
|
Minor-version bumps for crates with breaking changes.
Nick Mathewson
2023-09-05
1
-2
/
+2
*
|
Bump to trust-dns-proto 0.23.0
Nick Mathewson
2023-09-05
1
-25
/
+8
*
|
Upgrade to visibility 0.1.0
Nick Mathewson
2023-09-05
1
-3
/
+3
|
/
*
tor-hsservice: Add partial descriptor publisher reactor implementation.
Gabriela Moldovan
2023-08-25
1
-0
/
+6
*
hss: Retry rendezvous circuit attempts.
Nick Mathewson
2023-08-24
1
-0
/
+1
*
tor-keymgr: Bump ssh-key to 0.6.1 and remove unnecessary dependency.
Gabriela Moldovan
2023-08-24
1
-3
/
+2
*
tor-keymgr, tor-hsservice: deser for ArtiPathComponent and HsNickname
Ian Jackson
2023-08-23
1
-0
/
+2
*
tor-hsservice: Provide a sensible HsNickname
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-hsservice: About half of an IPT Manager
Ian Jackson
2023-08-23
1
-0
/
+1
*
tor-hsservice: Provide timeout tracking utilities - tests
Ian Jackson
2023-08-23
1
-0
/
+2
*
tor-hsservice: Provide timeout tracking utilities
Ian Jackson
2023-08-23
1
-0
/
+2
*
hss: change terminate oneshot to send "void".
Nick Mathewson
2023-08-22
1
-0
/
+1
*
HSS: Use correct timeouts and delays in IptEstablisher
Nick Mathewson
2023-08-22
1
-0
/
+1
*
HSS: Refactor RendRequest so we can return a stream of it.
Nick Mathewson
2023-08-22
1
-0
/
+2
*
hss: Establish intro point by RelayIds.
Nick Mathewson
2023-08-22
1
-0
/
+1
*
Merge branch 'webpki-update' into 'main'
Ian Jackson
2023-08-22
1
-2
/
+2
|
\
|
*
Upgrade to rustls-webpki unaffected by RUSTSEC-2023-0053
Nick Mathewson
2023-08-22
1
-2
/
+2
*
|
Merge branch 'upgrade_num_enum' into 'main'
Ian Jackson
2023-08-22
1
-4
/
+4
|
\
\
|
|
/
|
/
|
|
*
Upgrade num_enum dependency to 0.7
Nick Mathewson
2023-08-21
1
-4
/
+4
*
|
upgrade serde to >=1.0.184
trinity-1686a
2023-08-21
1
-4
/
+4
|
/
*
Merge branch 'hss-err' into 'main'
gabi-250
2023-08-18
1
-0
/
+1
|
\
|
*
tor-hsservice errors: Return ReconfigureError from reconfigure
Ian Jackson
2023-08-17
1
-0
/
+1
*
|
tor-hsservice: Define drop behaviour of IPT establisher status
Ian Jackson
2023-08-17
1
-0
/
+1
*
|
hsservice: new rend_handshake module
Nick Mathewson
2023-08-17
1
-0
/
+2
|
/
*
Merge branch 'more_introducing' into 'main'
Nick Mathewson
2023-08-16
1
-0
/
+2
|
\
|
*
Wire up more of IptEstablisher.
Nick Mathewson
2023-08-16
1
-0
/
+1
|
*
hsservice: migrate IptStatus design to assume a postage::watch
Nick Mathewson
2023-08-15
1
-0
/
+1
*
|
tor-keymgr: Add sec1 0.7.3 dependency.
Gabriela Moldovan
2023-08-16
1
-0
/
+1
[prev]
[next]