aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Revise control spec and implementation to allow all log messages to be sent ↵Nick Mathewson2005-04-05
| | | | | | to controller with their severities intact. svn:r4010
* take some items off the todoRoger Dingledine2005-04-04
| | | | svn:r4005
* Clarify a point related to bug 84Nick Mathewson2005-04-03
| | | | svn:r4000
* Better messages when POSTDESCRIPTOR failsNick Mathewson2005-04-02
| | | | svn:r3989
* peertech has been dead foreverRoger Dingledine2005-04-02
| | | | | | | stop recommending it svn:r3988
* close my <li>Roger Dingledine2005-04-01
| | | | svn:r3985
* step five of running a server: subscribe to or-announce.Roger Dingledine2005-04-01
| | | | svn:r3984
* minor correction: location of torrc on unix packagesRoger Dingledine2005-04-01
| | | | svn:r3981
* clean up docs, point people to new release candidateRoger Dingledine2005-04-01
| | | | svn:r3979
* Add several files to cvsignoresNick Mathewson2005-04-01
| | | | svn:r3963
* fix punctuationRoger Dingledine2005-04-01
| | | | svn:r3956
* Improve error msgs in tor-resolve.c; resolve bug 112Nick Mathewson2005-04-01
| | | | svn:r3947
* Update tor-doc-{win32,-osx}.html to show the latest beta release. Added date ↵Thomas Sjögren2005-03-29
| | | | | | when the document was last updated. svn:r3921
* fix typoRoger Dingledine2005-03-29
| | | | svn:r3915
* clean up htmlRoger Dingledine2005-03-29
| | | | svn:r3914
* Mention libevent in more docs.Nick Mathewson2005-03-29
| | | | svn:r3913
* Rename option in control-spec.txt too.Nick Mathewson2005-03-27
| | | | svn:r3896
* update todo a bit moreRoger Dingledine2005-03-27
| | | | svn:r3893
* change control spec so closestream doesn't get to specify whetherRoger Dingledine2005-03-27
| | | | | | | | | tor should hold-open-until-flushed. tor should take care of that (it should always hold open until flushed), and the controller should never care _how_ tor does its things. svn:r3892
* update version pointers on osx/win32 docsRoger Dingledine2005-03-26
| | | | svn:r3888
* add another instance of the word 'hibernation' in the descriptionRoger Dingledine2005-03-26
| | | | | | | | for accountingmax, since nobody searches for it by the name accountingmax. svn:r3885
* Remind us to fwd-port accept fix.Nick Mathewson2005-03-25
| | | | svn:r3878
* Clarify behavior of SETEVENTS: it is SET, not ADD.Nick Mathewson2005-03-25
| | | | svn:r3871
* note that you can't attachstream to a non-open circuit.Roger Dingledine2005-03-24
| | | | svn:r3858
* added short descriptions to circuit-related event codesGeoff Goodell2005-03-24
| | | | svn:r3854
* Document EXTENDCIRCUIT DONE message behavior.Nick Mathewson2005-03-24
| | | | svn:r3853
* Move some TODO items out of the 0.1.0.1-rc pileNick Mathewson2005-03-24
| | | | svn:r3851
* Make GETINFO for "network-status" work on non-authdirsNick Mathewson2005-03-23
| | | | svn:r3837
* Note that GETINFO (via the controller) for network-status will not work on ↵Nick Mathewson2005-03-23
| | | | | | non-authdirectories right now. svn:r3835
* clean up man page entry for MaxAdvertisedBandwidthRoger Dingledine2005-03-22
| | | | svn:r3817
* Specify and implement close-stream and close-circuit control messagesNick Mathewson2005-03-22
| | | | svn:r3814
* Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ↵Nick Mathewson2005-03-22
| | | | | | manpage entry by explaining why you would want to do this? svn:r3813
* Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson2005-03-22
| | | | svn:r3811
* write down some more concerns/thoughtsRoger Dingledine2005-03-22
| | | | svn:r3804
* add an itemNick Mathewson2005-03-22
| | | | svn:r3803
* update control-spec tooRoger Dingledine2005-03-22
| | | | svn:r3802
* getting closer to 0.1.0.1-rcRoger Dingledine2005-03-22
| | | | svn:r3800
* specify that a key-value configuration line consists of key-space-value.Geoff Goodell2005-03-21
| | | | svn:r3794
* point the windows slashes the right wayRoger Dingledine2005-03-20
| | | | svn:r3793
* Implement redirectstream in control interface.Nick Mathewson2005-03-19
| | | | svn:r3785
* Split version info into separate spec doc.Nick Mathewson2005-03-19
| | | | svn:r3783
* things roger needs to do for 0.1.0.1-rcRoger Dingledine2005-03-19
| | | | svn:r3782
* Note version documentation is finished in the TODO. Roger--should this be ↵Nick Mathewson2005-03-18
| | | | | | someplace else too? svn:r3779
* Correct documentation wrt versions; where files go; and default behavior of ↵Nick Mathewson2005-03-18
| | | | | | osx installer. Can somebody with good html fu improve my table? svn:r3778
* Make OS X log happily to /var/log/TorNick Mathewson2005-03-18
| | | | svn:r3775
* man file in cvs was updated in March 2005, not November 2004Thomas Sjögren2005-03-18
| | | | svn:r3771
* Added ipid to the list of IP-testers in tor-doc*.htmlThomas Sjögren2005-03-17
| | | | svn:r3770
* Commit fixes for several pending tor core tasks: document all DOCDOCed ↵Nick Mathewson2005-03-17
| | | | | | 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
* Mozilla/Firefox instructions present in both win32 and osx. Added ↵Thomas Sjögren2005-03-16
| | | | | | network-tools.com as a IP-test site. svn:r3768
* Make it clear that tor-doc-{win32,osx}.html are for setting up clients and ↵Thomas Sjögren2005-03-15
| | | | | | point those who want to set up a server to tor-doc.html svn:r3765