Open
Bug 1287994
Opened 8 years ago
Updated 9 months ago
Implement named pipe support on option SocksPort for Windows users (Tor 14209)
Categories
(Core :: Networking: Proxy, defect, P3)
Core
Networking: Proxy
Tracking
()
NEW
People
(Reporter: ethan, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tor][necko-backlog][proxy])
The original Tor trac ticket: https://trac.torproject.org/projects/tor/ticket/14209
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 1•8 years ago
|
||
Per discussion with ShianYow, this bug might block bug 1211567, which is aimed at providing Firefox the capability to make a domain/FIFO connection to a local proxy.
Comment 2•8 years ago
|
||
(In reply to Ethan Tseng [:ethan] from comment #1)
> Per discussion with ShianYow, this bug might block bug 1211567, which is
> aimed at providing Firefox the capability to make a domain/FIFO connection
> to a local proxy.
I don't think this bug will block bug 1211567, which is opened for domain socket.
The dependency bug of bug 1211567 should https://trac.torproject.org/projects/tor/ticket/12585.
And what ticket 12585 did was renamed from option |SocksSocket| to |SocksPort| to support either a port number or a domain socket path |unix:/path/to/socket|.
If we're going to implement named pipe support, I think we should use the form like |pipe:/path/to/pipe|.
Reporter | ||
Comment 3•8 years ago
|
||
(In reply to Gary Chen [:xeonchen] from comment #2)
> I don't think this bug will block bug 1211567, which is opened for domain
> socket.
> The dependency bug of bug 1211567 should
> https://trac.torproject.org/projects/tor/ticket/12585.
>
> And what ticket 12585 did was renamed from option |SocksSocket| to
> |SocksPort| to support either a port number or a domain socket path
> |unix:/path/to/socket|.
> If we're going to implement named pipe support, I think we should use the
> form like |pipe:/path/to/pipe|.
Hey, Gary,
Thank you for correcting all the information and dependencies!
You are much more on top of this than me.
Cheers! :)
Updated•8 years ago
|
Whiteboard: [tor] → [tor][necko-active]
Updated•8 years ago
|
Whiteboard: [tor][necko-active] → [tor][necko-active][proxy]
Updated•8 years ago
|
Summary: Implement named pipe support on option SocksPort for Windows users → Implement named pipe support on option SocksPort for Windows users (Tor 14209)
Reporter | ||
Updated•8 years ago
|
Priority: P2 → P3
Updated•8 years ago
|
Whiteboard: [tor][necko-active][proxy] → [tor][necko-next][proxy]
Updated•8 years ago
|
Whiteboard: [tor][necko-next][proxy] → [tor][necko-backlog][proxy]
Comment 4•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P3 → P1
Comment 5•7 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: P1 → P3
Updated•7 years ago
|
Assignee: xeonchen → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
Comment 6•9 months ago
|
||
Moving bug to Core/Networking: Proxy.
Component: Networking → Networking: Proxy
You need to log in
before you can comment on or make changes to this bug.
Description
•