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
/
tor-hsclient
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hsclient: Account for peer circuit retries.
Nick Mathewson
2026-05-07
1
-1
/
+5
*
hsclient: Fix documentation about where timeouts are calculated.
Nick Mathewson
2026-05-07
1
-8
/
+2
*
hsclient: Simplify h_num_own_{real_}hops
Nick Mathewson
2026-05-07
1
-7
/
+11
*
hsclient: remove now-needless "allow(unused)" markers.
Nick Mathewson
2026-05-07
1
-3
/
+0
*
circmgr, hsclient: Introduce and use a OneWay timeout estimator.
Nick Mathewson
2026-05-07
1
-16
/
+8
*
hsclient: Move and correct timeouts for waiting for RENDEZVOUS2
Nick Mathewson
2026-05-07
1
-66
/
+89
*
hsclient: move and correct timeouts for intro/ack.
Nick Mathewson
2026-05-07
1
-30
/
+20
*
hsclient: Move and correct timeouts for establishing rend circuits.
Nick Mathewson
2026-05-07
2
-34
/
+20
*
hsclient: Move and correct timeouts for hsdescriptor downloads.
Nick Mathewson
2026-05-07
2
-17
/
+27
*
circmgr: Add num_hops members to mock tunnel types.
Nick Mathewson
2026-05-07
1
-0
/
+38
*
release: Bump tor- and arti- crate versions.
Wesley Aptekar-Cassels
2026-05-06
1
-31
/
+31
*
release: Bump safelog version to 0.8.2.
Wesley Aptekar-Cassels
2026-05-06
1
-1
/
+1
*
hsclient, hsservice: Use unquoted paths in ctor_path attr
Gabriela Moldovan
2026-04-16
1
-1
/
+1
*
tor-hsclient: include period metadata in trace log message
Jim Newsome
2026-04-02
1
-1
/
+2
*
Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`
Ian Jackson
2026-04-02
1
-1
/
+1
*
Update to derive-deftly 0.10.0.
Ian Jackson
2026-03-31
1
-1
/
+1
*
Bump versions: tor-* and arti-* unstable crates
Ian Jackson
2026-03-30
1
-31
/
+31
*
Bump versions: minor, with dependencies
Ian Jackson
2026-03-30
1
-1
/
+1
*
Bump versions: patchlevel, with dependencies
Ian Jackson
2026-03-30
1
-1
/
+1
*
Plumb web-time-compat/full dependency through everywhere.
Ian Jackson
2026-03-30
1
-0
/
+1
*
tor-hsclient: port to web-time-compat.
Nick Mathewson
2026-03-26
4
-6
/
+5
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
2
-2
/
+2
*
Bump strum to 0.28
Gabriela Moldovan
2026-03-04
1
-1
/
+1
*
Bump all the unstable tor- and arti- crates to 0.40.0.
Gabriela Moldovan
2026-03-02
1
-31
/
+31
*
Bump the versions of the non-{arti-,tor-} crates
Gabriela Moldovan
2026-03-02
1
-4
/
+4
*
hsclient: Suppress unused-async warning when building without pow.
Nick Mathewson
2026-02-18
1
-0
/
+1
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
Bump MSRV from 1.86 to 1.89
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
relay: Add a TLS acceptor in the ChanBuilder
David Goulet
2026-02-09
1
-1
/
+2
*
Set package.metadata.docs.rs.all-features to true for all crates
Niel Duysters
2026-02-09
1
-0
/
+3
*
release: Bump `slotmap-careful` to 0.6.0.
Wesley Aptekar-Cassels
2026-02-02
1
-1
/
+1
*
release: Bump `arti-*` and `tor-*` crates to 0.39.0
Wesley Aptekar-Cassels
2026-02-02
1
-31
/
+31
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
meta: Remove all semver.md files post-release
Clara Engler
2026-01-13
1
-1
/
+0
*
chanmgr: Introduce a ChanMgrConfig struct
David Goulet
2026-01-13
1
-1
/
+1
*
chanmgr: Remove KeyMgr from constructor
David Goulet
2026-01-13
1
-1
/
+0
*
cargo: Bump all non arti/tor crates
Clara Engler
2026-01-12
1
-1
/
+1
*
cargo: Update `arti-*` and `tor-*` to `0.38.0`
Clara Engler
2026-01-12
1
-31
/
+31
*
hsclient, hsservice: Remove no longer needed conversion functions
Gabriela Moldovan
2026-01-06
1
-29
/
+1
*
keymgr: Use d-d to generate CTorPath<->KeySpecifier conversions
Gabriela Moldovan
2026-01-06
1
-1
/
+1
*
keymgr: Make CTorPath more like the client/service specifiers (fmt)
Gabriela Moldovan
2026-01-06
1
-1
/
+1
*
keymgr: Make CTorPath more like the client/service specifiers
Gabriela Moldovan
2026-01-06
1
-2
/
+2
*
keymgr: Push error handling into the from_ctor_path() functions
Gabriela Moldovan
2026-01-06
1
-4
/
+10
*
keymgr: Specify ctor conversion functions as module
Gabriela Moldovan
2026-01-06
1
-20
/
+19
*
keymgr: Extend KeySpecifier macro to support CTorPath conversions
Gabriela Moldovan
2026-01-06
1
-1
/
+18
*
fix: use wallclock timestamps in all push_timed calls
Nihal
2025-12-17
1
-3
/
+3
*
refactor: clean code
Nihal
2025-12-17
1
-2
/
+3
*
feat(retry-error): add timestamps to retry errors
Nihal
2025-12-17
1
-6
/
+9
*
Merge branch 'ticket1223' into 'main'
Nick Mathewson
2025-12-04
2
-61
/
+8
|
\
|
*
Refactor common code that builds circtargets for HS.
Nick Mathewson
2025-12-04
2
-61
/
+8
[prev]
[next]