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-hsservice
/
src
/
ipt_mgr.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'remove-lint' into 'main'
Jim Newsome
2026-07-15
1
-4
/
+1
|
\
|
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
1
-3
/
+0
|
*
Removed unnecessary lint
pryty26
2026-07-15
1
-1
/
+1
*
|
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
1
-3
/
+3
|
/
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
1
-0
/
+1
*
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-0
/
+2
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-hsservice: Make OpenReplayLog error transparent.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+1
*
tor-hsservice: Add PowManager to OnionServiceStatus.
Wesley Aptekar-Cassels
2025-08-13
1
-1
/
+1
*
tor-hsservice: Change ReplayLog error type.
Wesley Aptekar-Cassels
2025-08-13
1
-9
/
+3
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-3
/
+2
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
Update code for Edition 2024
Nick Mathewson
2025-08-07
1
-1
/
+1
*
*: suppress cognitive_complexity warnings from nightly
Nick Mathewson
2025-05-29
1
-0
/
+1
*
Include "bug" in all bug error messages
Nick Mathewson
2025-04-28
1
-2
/
+2
*
Use CautiousRng for keys going into the KeyMgr.
Nick Mathewson
2025-03-24
1
-2
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
tor-hsservice: Change ReplayLog parse_log_leafname API.
Wesley Aptekar-Cassels
2025-02-10
1
-2
/
+5
*
tor-hsservice: Make ReplayLog generic.
Wesley Aptekar-Cassels
2025-02-10
1
-2
/
+2
*
Convert a few crates to slotmap-careful
Neel Chauhan
2024-10-17
1
-2
/
+2
*
Introduce mpsc_channel_no_memquota and use it in the places it's wanted
Ian Jackson
2024-10-15
1
-1
/
+3
*
tor-keymgr: Rename the primary keystore for clarity.
Gabriela Moldovan
2024-09-23
1
-1
/
+1
*
tor-hsservice: Add Degraded{Unr,R}eachable onion svc states.
Gabriela Moldovan
2024-09-09
1
-1
/
+1
*
tor-hsservice: Remove outdated IPT manager TODOs.
Gabriela Moldovan
2024-09-09
1
-4
/
+0
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
ipt_mgr: convert to use RelaySelector.
Nick Mathewson
2024-03-12
1
-10
/
+17
*
tor-hsservice: ipt_mgr: Put file in a sensible order (defeat rustfmt)
Ian Jackson
2024-03-05
1
-1
/
+1
*
tor-hsservice: ipt_mgr: Put file in a sensible order
Ian Jackson
2024-03-05
1
-220
/
+235
*
Run rustfmt
Ian Jackson
2024-03-05
1
-1
/
+1
*
tor-hsservice: prelude: Move imports from ipt_mgr.rs
Ian Jackson
2024-03-05
1
-49
/
+1
*
tor-hsservice: Move svc.rs contents into lib.rs
Ian Jackson
2024-03-05
1
-2
/
+2
*
tor-hsservice: Move IptLocalId into a module
Ian Jackson
2024-03-05
1
-6
/
+0
*
tor-hsservice: Move ipt_establish.rs out of svc
Ian Jackson
2024-03-05
1
-3
/
+3
*
Merge branch 'label_todo_504' into 'main'
Nick Mathewson
2024-02-22
1
-0
/
+1
|
\
|
*
Mark code with "TODO #504" and "TODO #789".
Nick Mathewson
2024-02-22
1
-0
/
+1
*
|
tor-hsservice: reconfigure: Allow changing rate_limit_at_intro
Ian Jackson
2024-02-21
1
-0
/
+20
|
/
*
tor-hsservice: Run cargo fmt.
Gabriela Moldovan
2024-02-19
1
-3
/
+7
*
tor-hsservice: Report IPT errors from all the IPTs we are maintaining.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-hsservice: Replace placeholder IptError with the real IptError type.
Gabriela Moldovan
2024-02-19
1
-16
/
+31
*
tor-hsservice: Include the IptError in IptStatusStatus::Faulty.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-hsservice: Remove TODO about setting IptManager status.
Gabriela Moldovan
2024-02-19
1
-2
/
+0
*
tor-hsservice: Set the IptManager state to Bootstrapping on startup.
Gabriela Moldovan
2024-02-19
1
-0
/
+3
*
tor-hsservice: Include the IptManager errors in the onion service status.
Gabriela Moldovan
2024-02-19
1
-1
/
+22
*
tor-hsservice: Add an IptError type for status reporting.
Gabriela Moldovan
2024-02-19
1
-0
/
+10
*
tor-hsservice: Rename note_<status> to send_<status>.
Gabriela Moldovan
2024-02-19
1
-2
/
+2
*
tor-keymgr: Rename KeyMgr::remove_with_type to KeyMgr::remove_entry.
Gabriela Moldovan
2024-02-19
1
-1
/
+1
*
tor-keymgr: Make KeyMgr::remove_with_type take a KeystoreEntry.
Gabriela Moldovan
2024-02-19
1
-7
/
+1
*
tor-keymgr: Make KeyMgr::list_matching return `KeystoreEntry`s.
Gabriela Moldovan
2024-02-19
1
-3
/
+5
*
tor-hsservice: ipt mgr: Remove/downgrade two allows
Ian Jackson
2024-02-13
1
-2
/
+1
[next]