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
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tor-hsclient: errors: Introduce RendPtIdentityForError
Ian Jackson
2023-06-09
1
-0
/
+1
*
tor-hsclient: Allow dead code for now
Ian Jackson
2023-06-09
1
-0
/
+2
*
tor-hsclient: export InvalidTarget
Ian Jackson
2023-06-09
1
-0
/
+1
*
hsclient: Create a CircTarget from an IntroPointDesc.
Nick Mathewson
2023-06-07
1
-0
/
+1
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-1
/
+1
*
hs dirs: Initial cut at descriptor downloading
Ian Jackson
2023-04-11
1
-1
/
+1
*
tor-hsclient: Fix a doc link.
Nick Mathewson
2023-03-30
1
-1
/
+1
*
tor-hsconn: Rename ConnError (from HsClientConnError)
Ian Jackson
2023-03-30
1
-2
/
+2
*
tor-client: Pass a netdir for each request
Ian Jackson
2023-03-30
1
-9
/
+6
*
Pass HsCircPool to hsclient connect function, not CircMgr
Ian Jackson
2023-03-28
1
-4
/
+4
*
tor-hsclient: Have the public API take StreamIsolation
Ian Jackson
2023-03-23
1
-2
/
+7
*
tor-hsclient: Document clone-nature of HsClientConnector
Ian Jackson
2023-03-23
1
-0
/
+3
*
hsclient: Discuss HsClientConnector multiplicity/reuse
Ian Jackson
2023-03-01
1
-3
/
+7
*
hsclient: Remove TODOs about circular references
Ian Jackson
2023-03-01
1
-10
/
+0
*
hsclient: Abolish knowledge of HS circuits in circmgr
Ian Jackson
2023-03-01
1
-10
/
+1
*
hsclient state: Split off MultikeyIsolatedMap
Ian Jackson
2023-03-01
1
-0
/
+1
*
hsclient: Clarify period task handle TODO
Ian Jackson
2023-03-01
1
-1
/
+1
*
hsclient: Document sharing rules
Ian Jackson
2023-03-01
1
-0
/
+4
[next]