index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
control.c
Age
Commit message (
Expand
)
Author
2005-05-02
Remove support for looking at old directory/routerdesc elements; mark non-new...
Nick Mathewson
2005-04-27
Re-do fragmented control message handling to work with new buf_t system.
Nick Mathewson
2005-04-17
Replace an infinite-stack-recursion bug with a generate-infinite-debug-messag...
Nick Mathewson
2005-04-11
Fix postdescriptor behavior: on non-complete success, only say "done" once.
Nick Mathewson
2005-04-08
Add kludgy function to force controllers to flush EVENT_ERR_MSG events.
Nick Mathewson
2005-04-05
Revise control spec and implementation to allow all log messages to be sent t...
Nick Mathewson
2005-04-02
Give better warnings if connection_close_unattached_ap gets called twice or c...
Nick Mathewson
2005-04-02
Better messages when POSTDESCRIPTOR fails
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-31
Fix bug in redirectstream.
Nick Mathewson
2005-03-27
clean up socks reply stuff more.
Roger Dingledine
2005-03-27
stop most cases of hanging up on a socks connection without sending
Roger Dingledine
2005-03-24
when you attachstream to a circid of 0, send back an answer
Roger Dingledine
2005-03-24
cleanup so connection_ap_handshake_attach_chosen_circuit() always
Roger Dingledine
2005-03-24
Debug EXTENDCIRCUIT
Nick Mathewson
2005-03-23
Make GETINFO for "network-status" work on non-authdirs
Nick Mathewson
2005-03-23
Fix several bugs (including some crashes) related to control interface; imple...
Nick Mathewson
2005-03-22
Specify and implement close-stream and close-circuit control messages
Nick Mathewson
2005-03-22
when reporting events about streams, use the "real" address for
Roger Dingledine
2005-03-22
handle_control_getinfo() was counting msg_len itself,
Roger Dingledine
2005-03-22
Remove controller getinfo support for "desc/all-ids".
Roger Dingledine
2005-03-22
Implement controller's "extendcircuit" directive.
Roger Dingledine
2005-03-19
Implement redirectstream in control interface.
Nick Mathewson
2005-03-17
Commit fixes for several pending tor core tasks: document all DOCDOCed functi...
Nick Mathewson
2005-03-14
Renormalize whitespace
Nick Mathewson
2005-03-12
Implement the common case of ATTACHSTREAM.
Nick Mathewson
2005-03-10
Initialize msg_len
Nick Mathewson
2005-03-10
Fix const-ness warning
Nick Mathewson
2005-03-03
Finish implementing GETINFO; make it easy to query address maps.
Nick Mathewson
2005-03-02
Implement new controller events for changed descriptors and new (not-yet-atta...
Nick Mathewson
2005-03-02
Fix some log messages to refer to correct control type.
Nick Mathewson
2005-03-02
Rename unused-address functions to virtual address; this is more accurate. A...
Nick Mathewson
2005-03-02
Specify and implement fragmented control messages to allow for (among other ...
Nick Mathewson
2005-03-02
Implement "Dont-Care" from addresses to MapAddress control message. For safe...
Nick Mathewson
2005-03-01
make control interface stream IDs monotonically increasing to prevent possibl...
Nick Mathewson
2005-02-27
fix bug in control mapaddress
Roger Dingledine
2005-02-25
Implement more control spec functionality
Nick Mathewson
2005-02-25
Implement some of GETINFO control message
Nick Mathewson
2005-02-25
Stub functions for new control-spec logic.
Nick Mathewson
2005-01-05
typo spotted by chris
Nick Mathewson
2005-01-05
Implement SIGNAL control command.
Nick Mathewson
2004-12-21
forward port:
Roger Dingledine
2004-12-14
bugfix: when we're reporting event circuit status, don't call it a stream.
Roger Dingledine
2004-12-13
Remove bugfixes that did not actually do anything, before we start a cargo cult.
Nick Mathewson
2004-12-13
Fix a bug in parsing HashedControlPassword.
Nick Mathewson
2004-12-13
clean up logging,
Roger Dingledine
2004-12-07
Only set a cookie when we intend to.
Nick Mathewson
2004-11-30
doxygen uses backslashes, not forward-slashes
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
[next]