summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2005-03-25Clarify behavior of SETEVENTS: it is SET, not ADD.Nick Mathewson
svn:r3871
2005-03-24note that you can't attachstream to a non-open circuit.Roger Dingledine
svn:r3858
2005-03-24added short descriptions to circuit-related event codesGeoff Goodell
svn:r3854
2005-03-24Document EXTENDCIRCUIT DONE message behavior.Nick Mathewson
svn:r3853
2005-03-24Move some TODO items out of the 0.1.0.1-rc pileNick Mathewson
svn:r3851
2005-03-23Make GETINFO for "network-status" work on non-authdirsNick Mathewson
svn:r3837
2005-03-23Note that GETINFO (via the controller) for network-status will not work on ↵Nick Mathewson
non-authdirectories right now. svn:r3835
2005-03-22clean up man page entry for MaxAdvertisedBandwidthRoger Dingledine
svn:r3817
2005-03-22Specify and implement close-stream and close-circuit control messagesNick Mathewson
svn:r3814
2005-03-22Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ↵Nick Mathewson
manpage entry by explaining why you would want to do this? svn:r3813
2005-03-22Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson
svn:r3811
2005-03-22write down some more concerns/thoughtsRoger Dingledine
svn:r3804
2005-03-22add an itemNick Mathewson
svn:r3803
2005-03-22update control-spec tooRoger Dingledine
svn:r3802
2005-03-22getting closer to 0.1.0.1-rcRoger Dingledine
svn:r3800
2005-03-21specify that a key-value configuration line consists of key-space-value.Geoff Goodell
svn:r3794
2005-03-20point the windows slashes the right wayRoger Dingledine
svn:r3793
2005-03-19Implement redirectstream in control interface.Nick Mathewson
svn:r3785
2005-03-19Split version info into separate spec doc.Nick Mathewson
svn:r3783
2005-03-19things roger needs to do for 0.1.0.1-rcRoger Dingledine
svn:r3782
2005-03-18Note version documentation is finished in the TODO. Roger--should this be ↵Nick Mathewson
someplace else too? svn:r3779
2005-03-18Correct documentation wrt versions; where files go; and default behavior of ↵Nick Mathewson
osx installer. Can somebody with good html fu improve my table? svn:r3778
2005-03-18Make OS X log happily to /var/log/TorNick Mathewson
svn:r3775
2005-03-18man file in cvs was updated in March 2005, not November 2004Thomas Sjögren
svn:r3771
2005-03-17Added ipid to the list of IP-testers in tor-doc*.htmlThomas Sjögren
svn:r3770
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed ↵Nick Mathewson
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. svn:r3769
2005-03-16Mozilla/Firefox instructions present in both win32 and osx. Added ↵Thomas Sjögren
network-tools.com as a IP-test site. svn:r3768
2005-03-15Make it clear that tor-doc-{win32,osx}.html are for setting up clients and ↵Thomas Sjögren
point those who want to set up a server to tor-doc.html svn:r3765
2005-03-14<arma2> - closed=4, new connection=5, new resolve request=6)Nick Mathewson
<arma2> + closed=4, new connection=5, new resolve request=6, <arma2> + stream detached from circuit, retriable=7) <arma2> nick: this comma is confusing. svn:r3761
2005-03-14Note a couple of changes in TCNick Mathewson
svn:r3760
2005-03-14Raise common code for "detach this stream and try it with a different ↵Nick Mathewson
circuit" into a separate function; make that function handle controller-managed streams right. svn:r3756
2005-03-12and put ShutdownWaitLength in man pageRoger Dingledine
svn:r3754
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
svn:r3751
2005-03-12MaxCircuitDirtiness never got into the man pageRoger Dingledine
svn:r3750
2005-03-11fix typo in man pageRoger Dingledine
svn:r3749
2005-03-11add another item to TODONick Mathewson
svn:r3748
2005-03-11expand a couple of itemsNick Mathewson
svn:r3747
2005-03-11reflect changes to default exit policy in manual pageGeoff Goodell
svn:r3740
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
svn:r3732
2005-03-02Implement new controller events for changed descriptors and new ↵Nick Mathewson
(not-yet-attached) streams. svn:r3731
2005-03-02Rename unused-address functions to virtual address; this is more accurate. ↵Nick Mathewson
Also, include almost-right implementation of reusing dont-care mappings. (It is still kind of wrong because it does not take type into account.) svn:r3728
2005-03-02Clarify some confusion about what GETINFO(addr-mappings) should return.Nick Mathewson
svn:r3727
2005-03-02Specify and implement fragmented control messages to allow for (among other ↵Nick Mathewson
things) long GETINFO replies. Otherwise we could hit the 64K barrier on questions like "please dump your client-side DNS cache." svn:r3726
2005-03-02Implement "Dont-Care" from addresses to MapAddress control message. For ↵Nick Mathewson
safety, refuse to launch connections to unmapped addresses in the dont-care range. svn:r3725
2005-03-02Specify reverse DNSNick Mathewson
svn:r3724
2005-03-02Still more code to make sure we send the right number and kind of RELAY END ↵Nick Mathewson
cells svn:r3723
2005-03-01Add error reason to spec: TORPROTOCOL reason means "you are not speaking a ↵Nick Mathewson
version of Tor I understand; say bye-bye to your stream." svn:r3721
2005-03-01Revise all calls to connection_edge_end to avoid sending MISC, and to take ↵Nick Mathewson
errno into account where possible. svn:r3720
2005-03-01Forward-port new reasons; clean up code more; add code to convert new ↵Nick Mathewson
reasons to SOCKS5 reply codes; add code to convert errnos to reasons. New code still needs to get invoked. svn:r3719
2005-03-01Revise tor-spec to add more/better stream end reasons.Nick Mathewson
svn:r3717