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-hsrproxy
/
src
/
config.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-1
/
+1
*
metrics: Discuss schema stability (currently, "no")
Ian Jackson
2025-04-08
1
-0
/
+3
*
tor-hsrproxy: config: make ProxyActionDiscriminants private
Ian Jackson
2025-04-08
1
-0
/
+1
*
tor-hsrproxy: Export a connection count metric
Ian Jackson
2025-04-08
1
-0
/
+3
*
Fix AF_UNIX terminology in docs, comments, and error messages
Ian Jackson
2025-03-24
1
-1
/
+1
*
Apply import alphabetisation churn
Ian Jackson
2024-04-03
1
-1
/
+1
*
Switch to derive-deftly
Ian Jackson
2024-04-03
1
-4
/
+4
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
hsproxy: Improve error messages.
Nick Mathewson
2024-02-08
1
-22
/
+34
*
hsrproxy: Temporarily remove ability to config unix addresses
Nick Mathewson
2024-01-16
1
-6
/
+19
*
Add NOTEs about similar code for address types.
Nick Mathewson
2023-12-12
1
-0
/
+4
*
hsproxy: warn on some dubious configurations
Nick Mathewson
2023-12-12
1
-8
/
+42
*
Merge branch 'todo_hsrproxy' into 'main'
Nick Mathewson
2023-12-11
1
-4
/
+9
|
\
|
*
hsrproxy: replace "TODO HSS" instances with references to #1154
Nick Mathewson
2023-12-07
1
-3
/
+8
|
*
hsproxy: Downgrade a TODO.
Nick Mathewson
2023-12-07
1
-1
/
+1
*
|
hsrproxy: Add a test for the contents of a parsed configuration.
Nick Mathewson
2023-12-11
1
-1
/
+34
|
/
*
hsrproxy: Allow ports to be specified as integers
Nick Mathewson
2023-11-29
1
-5
/
+23
*
Revert "hsrproxy: Temporarily change the format of ProxyRule."
Nick Mathewson
2023-11-29
1
-76
/
+6
*
Merge branch 'configure_onion_service_part2' into 'main'
Nick Mathewson
2023-10-11
1
-2
/
+92
|
\
|
*
hsrproxy: Temporarily change the format of ProxyRule.
Nick Mathewson
2023-10-10
1
-6
/
+76
|
*
Non-working attempt to test onion service configuration.
Nick Mathewson
2023-10-03
1
-0
/
+20
*
|
hsrproxy: add a note about a future warning.
Nick Mathewson
2023-10-04
1
-0
/
+2
|
/
*
hsrproxy: Make configs and builders implement more traits.
Nick Mathewson
2023-10-03
1
-2
/
+6
*
hsrproxy: Start to sketch out an rproxy implementation.
Nick Mathewson
2023-09-27
1
-0
/
+11
*
hsrproxy: rename Direct => Simple.
Nick Mathewson
2023-09-19
1
-21
/
+24
*
hss: Rename ProxyTarget to ProxyAction.
Nick Mathewson
2023-09-19
1
-16
/
+16
*
hsproxy: Revise configuration based on discussion
Nick Mathewson
2023-09-19
1
-41
/
+95
*
hsrproxy: test actual outputs of builder.
Nick Mathewson
2023-09-19
1
-1
/
+10
*
hsproxy: reject configurations with unreachable patterns.
Nick Mathewson
2023-09-19
1
-3
/
+52
*
hsrproxy: Say "one", not "single" to avoid confusion.
Nick Mathewson
2023-09-19
1
-1
/
+1
*
hsrproxy: repair emptyportrange behavior
Nick Mathewson
2023-09-07
1
-0
/
+2
*
hsproxy: add TODO link to thread.
Nick Mathewson
2023-09-07
1
-0
/
+3
*
hsprproxy: add note about possible validation step
Nick Mathewson
2023-09-07
1
-0
/
+2
*
hsrproxy: tests for (not accepting) legacy ipv4 formats
Nick Mathewson
2023-09-07
1
-0
/
+17
*
hsrproxy: Add todos about udp and haproxy
Nick Mathewson
2023-09-07
1
-1
/
+9
*
hsrproxy: Refactor ProxyPattern to use RangeInclusive.
Nick Mathewson
2023-09-07
1
-50
/
+33
*
hsrproxy: Make config member pub(crate).
Nick Mathewson
2023-09-07
1
-1
/
+1
*
hsrproxy: implement builders and serde.
Nick Mathewson
2023-09-07
1
-5
/
+70
*
hsrproxy: implement parse/encode for patterns and targets.
Nick Mathewson
2023-09-07
1
-5
/
+256
*
Create a tor-hsrproxy crate to handle "proxy to local port".
Nick Mathewson
2023-09-07
1
-0
/
+50