Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-25 | Clarify behavior of SETEVENTS: it is SET, not ADD. | Nick Mathewson | |
svn:r3871 | |||
2005-03-24 | note that you can't attachstream to a non-open circuit. | Roger Dingledine | |
svn:r3858 | |||
2005-03-24 | added short descriptions to circuit-related event codes | Geoff Goodell | |
svn:r3854 | |||
2005-03-24 | Document EXTENDCIRCUIT DONE message behavior. | Nick Mathewson | |
svn:r3853 | |||
2005-03-24 | Move some TODO items out of the 0.1.0.1-rc pile | Nick Mathewson | |
svn:r3851 | |||
2005-03-23 | Make GETINFO for "network-status" work on non-authdirs | Nick Mathewson | |
svn:r3837 | |||
2005-03-23 | Note that GETINFO (via the controller) for network-status will not work on ↵ | Nick Mathewson | |
non-authdirectories right now. svn:r3835 | |||
2005-03-22 | clean up man page entry for MaxAdvertisedBandwidth | Roger Dingledine | |
svn:r3817 | |||
2005-03-22 | Specify and implement close-stream and close-circuit control messages | Nick Mathewson | |
svn:r3814 | |||
2005-03-22 | Implement 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-22 | Report HTTP reasons to directory clients. (Also, fix format on new TODO items) | Nick Mathewson | |
svn:r3811 | |||
2005-03-22 | write down some more concerns/thoughts | Roger Dingledine | |
svn:r3804 | |||
2005-03-22 | add an item | Nick Mathewson | |
svn:r3803 | |||
2005-03-22 | update control-spec too | Roger Dingledine | |
svn:r3802 | |||
2005-03-22 | getting closer to 0.1.0.1-rc | Roger Dingledine | |
svn:r3800 | |||
2005-03-21 | specify that a key-value configuration line consists of key-space-value. | Geoff Goodell | |
svn:r3794 | |||
2005-03-20 | point the windows slashes the right way | Roger Dingledine | |
svn:r3793 | |||
2005-03-19 | Implement redirectstream in control interface. | Nick Mathewson | |
svn:r3785 | |||
2005-03-19 | Split version info into separate spec doc. | Nick Mathewson | |
svn:r3783 | |||
2005-03-19 | things roger needs to do for 0.1.0.1-rc | Roger Dingledine | |
svn:r3782 | |||
2005-03-18 | Note version documentation is finished in the TODO. Roger--should this be ↵ | Nick Mathewson | |
someplace else too? svn:r3779 | |||
2005-03-18 | Correct 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-18 | Make OS X log happily to /var/log/Tor | Nick Mathewson | |
svn:r3775 | |||
2005-03-18 | man file in cvs was updated in March 2005, not November 2004 | Thomas Sjögren | |
svn:r3771 | |||
2005-03-17 | Added ipid to the list of IP-testers in tor-doc*.html | Thomas Sjögren | |
svn:r3770 | |||
2005-03-17 | Commit 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-16 | Mozilla/Firefox instructions present in both win32 and osx. Added ↵ | Thomas Sjögren | |
network-tools.com as a IP-test site. svn:r3768 | |||
2005-03-15 | Make 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-14 | Note a couple of changes in TC | Nick Mathewson | |
svn:r3760 | |||
2005-03-14 | Raise 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-12 | and put ShutdownWaitLength in man page | Roger Dingledine | |
svn:r3754 | |||
2005-03-12 | Implement the common case of ATTACHSTREAM. | Nick Mathewson | |
svn:r3751 | |||
2005-03-12 | MaxCircuitDirtiness never got into the man page | Roger Dingledine | |
svn:r3750 | |||
2005-03-11 | fix typo in man page | Roger Dingledine | |
svn:r3749 | |||
2005-03-11 | add another item to TODO | Nick Mathewson | |
svn:r3748 | |||
2005-03-11 | expand a couple of items | Nick Mathewson | |
svn:r3747 | |||
2005-03-11 | reflect changes to default exit policy in manual page | Geoff Goodell | |
svn:r3740 | |||
2005-03-03 | Finish implementing GETINFO; make it easy to query address maps. | Nick Mathewson | |
svn:r3732 | |||
2005-03-02 | Implement new controller events for changed descriptors and new ↵ | Nick Mathewson | |
(not-yet-attached) streams. svn:r3731 | |||
2005-03-02 | Rename 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-02 | Clarify some confusion about what GETINFO(addr-mappings) should return. | Nick Mathewson | |
svn:r3727 | |||
2005-03-02 | Specify 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-02 | Implement "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-02 | Specify reverse DNS | Nick Mathewson | |
svn:r3724 | |||
2005-03-02 | Still more code to make sure we send the right number and kind of RELAY END ↵ | Nick Mathewson | |
cells svn:r3723 | |||
2005-03-01 | Add 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-01 | Revise all calls to connection_edge_end to avoid sending MISC, and to take ↵ | Nick Mathewson | |
errno into account where possible. svn:r3720 | |||
2005-03-01 | Forward-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-01 | Revise tor-spec to add more/better stream end reasons. | Nick Mathewson | |
svn:r3717 |