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
/
svc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tor-hsservice: Document the non-Event events handled by the Reactor.
Gabriela Moldovan
2023-08-25
1
-0
/
+10
*
tor-hsservice: Clarify when `descriptor` is expected to be incomplete.
Gabriela Moldovan
2023-08-25
1
-0
/
+3
*
tor-hsservice: Explain what UPLOAD_RATE_LIM_THRESHOLD is used for.
Gabriela Moldovan
2023-08-25
1
-0
/
+5
*
tor-hsservice: Document when recompute_hs_dirs should be called.
Gabriela Moldovan
2023-08-25
1
-0
/
+8
*
tor-hsservice: s/fetch_hsdirs/compute_hsdirs (fmt).
Gabriela Moldovan
2023-08-25
1
-1
/
+2
*
tor-hsservice: s/fetch_hsdirs/compute_hsdirs.
Gabriela Moldovan
2023-08-25
1
-3
/
+3
*
tor-hsservice: Use [v].into_iter() instead of iter::once(v).
Gabriela Moldovan
2023-08-25
1
-1
/
+1
*
tor-hsservice: Handle schedule_upload_rx.recv() errors.
Gabriela Moldovan
2023-08-25
1
-2
/
+4
*
tor-hsservice: Remove unnecessary argument from recompute_hs_dirs.
Gabriela Moldovan
2023-08-25
1
-5
/
+9
*
tor-hsservice: Replace the netdir before recomputing the HsDirs.
Gabriela Moldovan
2023-08-25
1
-2
/
+2
*
tor-hsservice: Add partial descriptor publisher reactor implementation.
Gabriela Moldovan
2023-08-25
3
-10
/
+836
*
tor-hsservice: Move PublisherError to a separate module, tweak publisher API.
Gabriela Moldovan
2023-08-25
2
-5
/
+47
*
tor-hsservice: Make wait_for_netdir* more widely available.
Gabriela Moldovan
2023-08-25
2
-63
/
+76
*
hss: Retry rendezvous circuit attempts.
Nick Mathewson
2023-08-24
1
-8
/
+26
*
Merge branch 'hss_send_raw' into 'main'
Ian Jackson
2023-08-23
1
-20
/
+2
|
\
|
*
hss: use send_raw_msg in rend_handshake.
Nick Mathewson
2023-08-22
1
-20
/
+2
*
|
ipt establisher API: pass a struct to new()
Ian Jackson
2023-08-23
1
-9
/
+32
*
|
Use "typos-cli" to fix a bunch of typos.
Nick Mathewson
2023-08-22
1
-1
/
+1
*
|
hss: Improve comments in IptEstablisher::drop.
Nick Mathewson
2023-08-22
1
-2
/
+8
*
|
hss: Allow IptEstablisher to start in Advertised mode.
Nick Mathewson
2023-08-22
1
-18
/
+20
*
|
hss: switch to select_biased
Nick Mathewson
2023-08-22
1
-1
/
+1
*
|
hss: change terminate oneshot to send "void".
Nick Mathewson
2023-08-22
1
-7
/
+9
*
|
HSS: Use correct timeouts and delays in IptEstablisher
Nick Mathewson
2023-08-22
1
-8
/
+7
*
|
HSS: Use a more accurate timeout for ESTABLISH_INTRO handshake.
Nick Mathewson
2023-08-22
1
-10
/
+11
*
|
HSS: Refactor RendRequest so we can return a stream of it.
Nick Mathewson
2023-08-22
2
-16
/
+27
*
|
HSS: Use DropNotifyWatchSender.
Nick Mathewson
2023-08-22
1
-3
/
+3
*
|
HSS: Implement start_accepting and drop for IptEstablisher.
Nick Mathewson
2023-08-22
1
-14
/
+75
*
|
hss: launch task to establish introduce requests.
Nick Mathewson
2023-08-22
1
-14
/
+76
*
|
hss: Once an ipt session is established, let it keep running.
Nick Mathewson
2023-08-22
1
-6
/
+10
*
|
hss: make Ipt establisher code use an mpsc::Sender.
Nick Mathewson
2023-08-22
1
-28
/
+32
*
|
hss: Establish intro point by RelayIds.
Nick Mathewson
2023-08-22
1
-8
/
+54
|
/
*
Merge branch 'hss_ct_from_parts' into 'main'
Nick Mathewson
2023-08-22
1
-14
/
+55
|
\
|
*
hsservice: Fix an error message.
Nick Mathewson
2023-08-22
1
-1
/
+1
|
*
hsservice: Compute rendezvous points correctly.
Nick Mathewson
2023-08-22
1
-13
/
+54
*
|
Merge branch 'hss-err' into 'main'
gabi-250
2023-08-18
1
-1
/
+2
|
\
\
|
*
|
tor-hsservice errors: Distinguish operational errors by context
Ian Jackson
2023-08-17
1
-1
/
+2
*
|
|
Merge branch 'ipt-e-drop' into 'main'
gabi-250
2023-08-18
1
-0
/
+19
|
\
\
\
|
*
|
|
tor-hsservice: Define drop behaviour of IPT establisher status
Ian Jackson
2023-08-17
1
-0
/
+19
*
|
|
|
hsservice: Use correct circparameters_from_netparameters fn
Nick Mathewson
2023-08-18
1
-7
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'allow_stream_req-hop-num' into 'main'
Nick Mathewson
2023-08-18
1
-2
/
+2
|
\
\
\
|
*
|
|
tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.
Gabriela Moldovan
2023-08-18
1
-2
/
+2
|
|
/
/
*
/
/
tor-hsservice: Change IptEstablisher::new to take RelayIds
Ian Jackson
2023-08-17
1
-3
/
+3
|
/
/
*
|
Merge branch 'rendezvous_handshake' into 'main'
Nick Mathewson
2023-08-17
1
-0
/
+254
|
\
\
|
|
/
|
/
|
|
*
hsservice: new rend_handshake module
Nick Mathewson
2023-08-17
1
-0
/
+254
*
|
tor-hsservice: Have IptEstablisher::new() return the status watch (fmt)
Ian Jackson
2023-08-16
1
-2
/
+1
*
|
tor-hsservice: Have IptEstablisher::new() return the status watch
Ian Jackson
2023-08-16
1
-5
/
+6
|
/
*
Wire up more of IptEstablisher.
Nick Mathewson
2023-08-16
1
-7
/
+111
*
reformat establish_intro_once
Nick Mathewson
2023-08-15
1
-75
/
+78
*
Make establish_intro_once a method on a new IptEstablisherReactor.
Nick Mathewson
2023-08-15
1
-18
/
+34
*
hsservice: Actually return from establish_intro_once.
Nick Mathewson
2023-08-15
1
-13
/
+31
[prev]
[next]