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-hsservice
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-hsservice: Remove a useless format
Ian Jackson
2026-07-27
1
-4
/
+4
*
Use new TimeRangeBound name throughout the tree
Ian Jackson
2026-07-16
1
-2
/
+2
*
Merge branch 'remove-lint' into 'main'
Jim Newsome
2026-07-15
6
-13
/
+2
|
\
|
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
5
-11
/
+0
|
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
|
*
Removed unnecessary lint
pryty26
2026-07-15
2
-2
/
+2
*
|
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
1
-3
/
+3
|
/
*
hs: Add a TODO about #2598 refactoring
Nick Mathewson
2026-07-02
1
-0
/
+3
*
Do not incluede negotiate_subproto in subproto_request
Nick Mathewson
2026-07-02
1
-2
/
+7
*
hsservice: Accept and negotiate protocol extensions.
Nick Mathewson
2026-07-02
2
-4
/
+93
*
hsservice: Advertise flowctrl and cgo as appropriate.
Nick Mathewson
2026-07-02
4
-0
/
+89
*
proto: Add crate-level exports for two extra stream types (fmt)
Gabriela Moldovan
2026-06-17
2
-6
/
+6
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
13
-0
/
+14
*
metrics: Add descriptions and units for existing metrics.
Wesley Aptekar-Cassels
2026-06-02
1
-5
/
+29
*
config: Add a method to fill in a builder with unset defaults
Nick Mathewson
2026-05-27
1
-0
/
+1
*
hsservice: Set the current random value for the custom netdir
Gabriela Moldovan
2026-05-21
1
-1
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
6
-8
/
+15
*
dirclient, hsservice: Use Arc<str> for hsdesc publishing.
Nick Mathewson
2026-05-12
1
-2
/
+3
*
tor-dirclient: Avoid copying bytes that we want to POST.
Nick Mathewson
2026-05-12
1
-3
/
+12
*
hsservice, llcrypto, SecurityResponse: use cfg({true,false})
Nick Mathewson
2026-05-07
1
-2
/
+2
*
hsclient, hsservice: Use unquoted paths in ctor_path attr
Gabriela Moldovan
2026-04-16
1
-2
/
+2
*
hsservice: Use unquoted type in keypair_specifier attr
Gabriela Moldovan
2026-04-16
1
-2
/
+2
*
tor-hssrvice: port to web-time-compat.
Nick Mathewson
2026-03-26
7
-18
/
+19
*
Fix typos
Tobias Stoeckmann
2026-03-24
2
-4
/
+4
*
Fix word duplicate typos
Tobias Stoeckmann
2026-03-15
1
-1
/
+1
*
hsservice: Port to use derive_deftly(TorConfig)
Nick Mathewson
2026-02-17
3
-31
/
+46
*
Merge branch 'circ-sync-view-streams' into 'main'
gabi-250
2026-02-16
1
-1
/
+1
|
\
|
*
proto: Rename CircSyncView to CircHopSyncView
Gabriela Moldovan
2026-02-16
1
-1
/
+1
*
|
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
|
/
*
hsservice: Allow clippy::unused_async
Gabriela Moldovan
2026-01-28
1
-0
/
+1
*
Revert "hsservice: Make RendRequest::reject() synchronous"
Gabriela Moldovan
2026-01-28
1
-1
/
+1
*
hsservice: Make RendRequest::reject() synchronous
Gabriela Moldovan
2026-01-27
1
-1
/
+1
*
hsservice: Remove unnecessary wraps from publisher function
Gabriela Moldovan
2026-01-27
1
-4
/
+4
*
hsservice: Remove unnecessary async from publisher function
Gabriela Moldovan
2026-01-27
1
-3
/
+3
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
hsclient, hsservice: Remove no longer needed conversion functions
Gabriela Moldovan
2026-01-06
1
-58
/
+0
*
keymgr: Use d-d to generate CTorPath<->KeySpecifier conversions
Gabriela Moldovan
2026-01-06
1
-2
/
+2
*
keymgr: Make CTorPath more like the client/service specifiers (fmt)
Gabriela Moldovan
2026-01-06
1
-6
/
+2
*
keymgr: Make CTorPath more like the client/service specifiers
Gabriela Moldovan
2026-01-06
1
-9
/
+5
*
keymgr: Push error handling into the from_ctor_path() functions
Gabriela Moldovan
2026-01-06
1
-8
/
+16
*
keymgr: Remove redundant ArtiPath from error context (fmt)
Gabriela Moldovan
2026-01-06
1
-4
/
+2
*
keymgr: Remove redundant ArtiPath from error context
Gabriela Moldovan
2026-01-06
1
-5
/
+3
*
keymgr: Split out ArtiPathError from KeyPathError (fmt)
Gabriela Moldovan
2026-01-06
1
-16
/
+19
*
keymgr: Split out ArtiPathError from KeyPathError
Gabriela Moldovan
2026-01-06
1
-7
/
+12
*
keymgr: Specify ctor conversion functions as module
Gabriela Moldovan
2026-01-06
1
-42
/
+46
*
keymgr: Extend KeySpecifier macro to support CTorPath conversions
Gabriela Moldovan
2026-01-06
1
-2
/
+38
*
fix: use wallclock timestamps in all push_timed calls
Nihal
2025-12-17
1
-1
/
+8
*
refactor: convert Extend to inherent method, forbid push/extend, fix rend_han...
Nihal
2025-12-17
1
-1
/
+11
*
refactor: clean code
Nihal
2025-12-17
2
-2
/
+2
*
feat(retry-error): add timestamps to retry errors
Nihal
2025-12-17
2
-2
/
+2
[next]