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-hsclient
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
hsclient: Support protocol negotiation for CGO and flowctrl-cc
Nick Mathewson
2026-07-02
1
-0
/
+1
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+2
*
hsclient: Move and correct timeouts for establishing rend circuits.
Nick Mathewson
2026-05-07
1
-1
/
+1
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`
Steven Engler
2025-11-04
1
-1
/
+1
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
opentelemetry: Add some instrument macros.
Wesley Aptekar-Cassels
2025-09-24
1
-1
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-4
/
+4
*
conflux: Adjust docs and fix doc links.
Gabriela Moldovan
2025-08-05
1
-1
/
+1
*
hs: Use the new Tunnel interface for onion service
David Goulet
2025-08-05
1
-19
/
+5
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
protover, *: Add documentation about what "supported" means.
Nick Mathewson
2025-04-16
1
-1
/
+2
*
Add warnings about removing supported protocols.
Nick Mathewson
2025-04-16
1
-0
/
+2
*
New functions to report supported subprotocols
Nick Mathewson
2025-04-16
1
-0
/
+41
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
hs-pow: Refactor to prefer stub types rather than cfg sprawl.
Wesley Aptekar-Cassels
2024-10-09
1
-3
/
+1
*
tor-hspow: Big refactor, dissolve this crate
Wesley Aptekar-Cassels
2024-10-09
1
-0
/
+3
*
tor-hsclient: Use the new "restricted discovery" terminology.
Gabriela Moldovan
2024-10-03
1
-3
/
+4
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
tor-hsclient: Remove client nickname from the client key specifiers (fmt).
Gabriela Moldovan
2024-02-22
1
-4
/
+1
*
tor-hsclient: Remove client nickname from the client key specifiers.
Gabriela Moldovan
2024-02-22
1
-1
/
+1
*
tor-hsclient: Rename HsClientSpecifier to HsClientNickname (fmt).
Gabriela Moldovan
2024-01-31
1
-2
/
+2
*
tor-hsclient: Rename HsClientSpecifier to HsClientNickname.
Gabriela Moldovan
2024-01-31
1
-1
/
+1
*
tor-hsclient: Derive the KeySpecifier implementation.
Gabriela Moldovan
2024-01-10
1
-1
/
+1
*
hsclient: Rename get_or_launch{connection => circuit}
Nick Mathewson
2023-10-24
1
-1
/
+25
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
*
Run cargo +nightly fmt to format many let ... else ...
Ian Jackson
2023-07-24
1
-2
/
+3
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
*
HS configuration: Plumb configuration through
Ian Jackson
2023-06-28
1
-3
/
+7
*
tor-hsclient: Add a comment about what run_housekeeping does
Ian Jackson
2023-06-26
1
-0
/
+1
*
tor-hsclient: Add a debug message about task exit
Ian Jackson
2023-06-26
1
-0
/
+2
*
tor-hsclient: Comment explaining why no launch_background_tasks
Ian Jackson
2023-06-26
1
-0
/
+3
*
tor-hsclient: Say we *mustn't* do housekeeping while dormant
Ian Jackson
2023-06-26
1
-2
/
+2
*
tor-hsclient: Expire old data eventually
Ian Jackson
2023-06-23
1
-3
/
+41
*
tor-hsclient: Introduce helper function for locking services table
Ian Jackson
2023-06-22
1
-2
/
+14
*
Merge branch 'stderr' into 'main'
Alexander Færøy
2023-06-21
1
-0
/
+2
|
\
|
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
|
tor-hsclient: Drop most allows that are marked for removal
Ian Jackson
2023-06-21
1
-2
/
+0
*
|
tor-hsclient: Drop a large number of unneeded imports
Ian Jackson
2023-06-21
1
-1
/
+0
|
/
*
keymgr: Move the HS client and service key specifiers out of tor-keymgr.
Gabriela Moldovan
2023-06-15
1
-1
/
+4
*
tor-hsclient: Introduce proto_oneshot, to help with message handling
Ian Jackson
2023-06-13
1
-0
/
+1
*
tor-hsclient: Implement rendezvous setup, and retry framework
Ian Jackson
2023-06-09
1
-0
/
+2
*
tor-hsclient: errors: Introduce IntroPtIndex
Ian Jackson
2023-06-09
1
-1
/
+1
[next]