Roger Dingledine
|
d6a0e5bcc9
when reporting events about streams, use the "real" address for
|
20 years ago |
Roger Dingledine
|
76a03e8635
handle_control_getinfo() was counting msg_len itself,
|
20 years ago |
Roger Dingledine
|
ed9524a626
Remove controller getinfo support for "desc/all-ids".
|
20 years ago |
Roger Dingledine
|
35953edae0
Implement controller's "extendcircuit" directive.
|
20 years ago |
Nick Mathewson
|
07a7b6af64
Implement redirectstream in control interface.
|
20 years ago |
Nick Mathewson
|
df9c8feac7
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
20 years ago |
Nick Mathewson
|
97dad670ea
Renormalize whitespace
|
20 years ago |
Nick Mathewson
|
115271f65e
Implement the common case of ATTACHSTREAM.
|
20 years ago |
Nick Mathewson
|
6394f77edb
Initialize msg_len
|
20 years ago |
Nick Mathewson
|
a308353600
Fix const-ness warning
|
20 years ago |
Nick Mathewson
|
c185825585
Finish implementing GETINFO; make it easy to query address maps.
|
20 years ago |
Nick Mathewson
|
f90ccf5648
Implement new controller events for changed descriptors and new (not-yet-attached) streams.
|
20 years ago |
Nick Mathewson
|
5315b61e13
Fix some log messages to refer to correct control type.
|
20 years ago |
Nick Mathewson
|
5f8e2c2bc4
Rename unused-address functions to virtual address; this is more accurate. Also, include almost-right implementation of reusing dont-care mappings. (It is still kind of wrong because it does not take type into account.)
|
20 years ago |
Nick Mathewson
|
b494c2223d
Specify and implement fragmented control messages to allow for (among other things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache."
|
20 years ago |
Nick Mathewson
|
65230fd39f
Implement "Dont-Care" from addresses to MapAddress control message. For safety, refuse to launch connections to unmapped addresses in the dont-care range.
|
20 years ago |
Nick Mathewson
|
b7b05dc1b2
make control interface stream IDs monotonically increasing to prevent possible races
|
20 years ago |
Roger Dingledine
|
25ff3a5042
fix bug in control mapaddress
|
20 years ago |
Nick Mathewson
|
bbaa3c7792
Implement more control spec functionality
|
20 years ago |
Nick Mathewson
|
8396105d84
Implement some of GETINFO control message
|
20 years ago |
Nick Mathewson
|
81d2c2d8e5
Stub functions for new control-spec logic.
|
20 years ago |
Nick Mathewson
|
a6e587305f
typo spotted by chris
|
21 years ago |
Nick Mathewson
|
dcd228585d
Implement SIGNAL control command.
|
21 years ago |
Roger Dingledine
|
f9fd101869
forward port:
|
21 years ago |
Roger Dingledine
|
e1bc3f097e
bugfix: when we're reporting event circuit status, don't call it a stream.
|
21 years ago |
Nick Mathewson
|
75cefd8989
Remove bugfixes that did not actually do anything, before we start a cargo cult.
|
21 years ago |
Nick Mathewson
|
1e71b83890
Fix a bug in parsing HashedControlPassword.
|
21 years ago |
Roger Dingledine
|
011ad3cba5
clean up logging,
|
21 years ago |
Nick Mathewson
|
06ce31b948
Only set a cookie when we intend to.
|
21 years ago |
Nick Mathewson
|
f19e9b8577
doxygen uses backslashes, not forward-slashes
|
21 years ago |