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
/
ipt_set.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
tor-hsservice: prelude: Move imports from ipt_set.rs
Ian Jackson
2024-03-05
1
-21
/
+1
*
tor-hsservice: Move svc.rs contents into lib.rs
Ian Jackson
2024-03-05
1
-1
/
+1
*
tor-hsservice: Hide IptLocalId field, and provide test constructor
Ian Jackson
2024-03-05
1
-1
/
+1
*
tor-hsservice: Move publish out of svc
Ian Jackson
2024-03-05
1
-1
/
+1
*
tor-hsservice: Use tor_persist::state_dir
Ian Jackson
2024-02-01
1
-1
/
+1
*
tor-hsservice: tests: create_storage_handles: use a real directory
Ian Jackson
2024-02-01
1
-1
/
+8
*
tor-hsservice: storage: Move Arcs into type aliases
Ian Jackson
2024-02-01
1
-4
/
+4
*
tor-hsservice: ipt_set: Make store method take &mut self
Ian Jackson
2024-02-01
1
-1
/
+1
*
Base INTRO_POINT_EXPIRY_SLOP on OVERALL_UPLOAD_TIMEOUT.
Nick Mathewson
2024-01-25
1
-2
/
+5
*
Merge branch 'ratelim' into 'main'
Nick Mathewson
2024-01-11
1
-7
/
+12
|
\
|
*
tor-hsservice: todos: Use log_ratelim at one call site
Ian Jackson
2024-01-11
1
-7
/
+12
*
|
tor-hsservice: todos: Remove a done TODO
Ian Jackson
2024-01-11
1
-1
/
+0
*
|
tor-hsservice: todos: Add another parameter to the ticket
Ian Jackson
2024-01-11
1
-1
/
+1
|
/
*
Fix typos
Dimitris Apostolou
2024-01-08
1
-1
/
+1
*
clippy nightly: Use Poll.is_pending() in two places
Ian Jackson
2024-01-02
1
-2
/
+2
*
tor-hsservice: Add TODO about changing a return type in ipt_set.
Gabriela Moldovan
2023-12-13
1
-0
/
+5
*
tor-hsservice: ipt_set: Remove a blocking TODO
Ian Jackson
2023-12-04
1
-1
/
+0
*
tor-hsservice: ipt_set: Store publication times
Ian Jackson
2023-12-04
1
-16
/
+101
*
tor-hsservice: ipt_set: Have various methods take a Runtime
Ian Jackson
2023-12-04
1
-10
/
+22
*
tor-hsservice: ipt_set: Have various methods take a Runtime (pre-fmt)
Ian Jackson
2023-12-04
1
-3
/
+12
*
tor-hsservice: ipt_set: Provide IptManagerView::borrow_for_read()
Ian Jackson
2023-12-04
1
-2
/
+10
*
tor-hsservice: ipt_set: Make ::channel() fallible
Ian Jackson
2023-12-04
1
-5
/
+7
*
tor-hsservice: Pass and record storage handles
Ian Jackson
2023-12-04
1
-3
/
+25
*
tor-hsservice: Introduce IptStoreError
Ian Jackson
2023-12-04
1
-2
/
+3
*
hssvc-ipt-algorithms.md: Move some text to ipt_set
Ian Jackson
2023-11-29
1
-0
/
+5
*
tor-hsservice: ipt_set: Fix broken doc links
Ian Jackson
2023-11-27
1
-3
/
+3
*
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop (fmt)
Ian Jackson
2023-11-27
1
-2
/
+6
*
tor-hsservice: ipt_set: Change last_descriptor_expiry_including_slop
Ian Jackson
2023-11-27
1
-35
/
+82
*
tor-hsservice: ipt_set: Make note_publication_attempt a method on PublishIptSet
Ian Jackson
2023-11-27
1
-6
/
+8
*
tor-hsservice: ipt_set: Make PublishIptSet a struct
Ian Jackson
2023-11-27
1
-17
/
+23
*
tor-hsservice: ipt_set: Make initial state in the constructor
Ian Jackson
2023-11-27
1
-2
/
+3
*
tor-hsservice: Remove an unused mut in a test
Ian Jackson
2023-10-31
1
-3
/
+3
*
tor-hsservice: ipt_set: Docs clarifications
Ian Jackson
2023-10-04
1
-3
/
+9
*
tor-hsservice: Provide IptsPublisherUploadView
Ian Jackson
2023-10-03
1
-0
/
+42
*
tor-hsservice: ipt_set: Add some tests
Ian Jackson
2023-09-18
1
-0
/
+117
*
tor-hsservice: ipt_set: note_publication_attempt: fmt bodge
Ian Jackson
2023-09-18
1
-0
/
+1
*
tor-hsservice: ipt_set: note_publication_attempt: rename
Ian Jackson
2023-09-18
1
-3
/
+3
*
tor-hsservice: ipt_set: note_publication_attempt_start: implement
Ian Jackson
2023-09-18
1
-2
/
+28
*
tor-hsservice: ipt_set: principal implementation
Ian Jackson
2023-09-18
1
-14
/
+91
*
tor-hsservice: ipt_set: make await_update take &mut self
Ian Jackson
2023-09-18
1
-1
/
+1
*
tor-hsservice: Make IptSet be Debug
Ian Jackson
2023-09-18
1
-0
/
+1
*
tor-hsservice: ipt_mgr: Explain more about expiry time data flow
Ian Jackson
2023-09-07
1
-0
/
+3
*
tor-hsservice: ipt_set: Add a missing Debug derive
Ian Jackson
2023-09-07
1
-0
/
+1
*
tor-hsservice: ipt_set: Add an IptLocalId field
Ian Jackson
2023-09-07
1
-0
/
+8
*
tor-hsservice: ipt_set: Define the API
Ian Jackson
2023-09-06
1
-1
/
+90
*
tor-hsservice: ipt_set: Define the shared data structure
Ian Jackson
2023-09-06
1
-2
/
+37
*
tor-hsservice: Move PublishIptSet and its pieces into a new module
Ian Jackson
2023-09-06
1
-0
/
+43