aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-spec.txt
Commit message (Collapse)AuthorAge
...
* router twins are long gone from tor. take them out of the spec.Roger Dingledine2005-11-11
| | | | | | | also note two spec things that need more explanation. svn:r5355
* another impossible problem we should solve.Roger Dingledine2005-11-01
| | | | svn:r5342
* Add core spec todos from meetingNick Mathewson2005-10-25
| | | | svn:r5304
* Add TTLs to RESOLVED, CONNECTED, and END_REASON_EXITPOLICY cells. Also, add ↵Nick Mathewson2005-09-02
| | | | | | a missing ntohl in connection_ap_handshake_socks_resolved. svn:r4894
* Note DH security hacks in tor-specNick Mathewson2005-08-19
| | | | svn:r4800
* note that TLS connections can be closed.Nick Mathewson2005-07-08
| | | | svn:r4525
* Directories are unordered.Nick Mathewson2005-06-24
| | | | svn:r4481
* It is not the end of the world when a router descriptor has an unrecognized kwdNick Mathewson2005-06-24
| | | | svn:r4480
* tor-spec patch from adam langleyRoger Dingledine2005-06-16
| | | | svn:r4439
* we had two section 7.1'sRoger Dingledine2005-05-20
| | | | svn:r4274
* New and frightening code to implement fast-path first-hop CREATE_FAST cells. ↵Nick Mathewson2005-05-02
| | | | | | Watch out when we bump the version to 0.1.0.6-rc! svn:r4162
* Specify CREATE_FAST and CREATED_FASTNick Mathewson2005-05-02
| | | | svn:r4161
* Remove support for looking at old directory/routerdesc elements; mark ↵Nick Mathewson2005-05-02
| | | | | | non-new elements optional; switch to new format for dir-signing-key; start accepting newer elements so we can mark them as non-opt later; make tor-spec say the right stuff. svn:r4154
* Remove implicit expiration date from tor-specNick Mathewson2005-04-07
| | | | svn:r4044
* Clarify a point related to bug 84Nick Mathewson2005-04-03
| | | | svn:r4000
* Specify reverse DNSNick Mathewson2005-03-02
| | | | svn:r3724
* Add error reason to spec: TORPROTOCOL reason means "you are not speaking a ↵Nick Mathewson2005-03-01
| | | | | | version of Tor I understand; say bye-bye to your stream." svn:r3721
* Revise tor-spec to add more/better stream end reasons.Nick Mathewson2005-03-01
| | | | svn:r3717
* Clarify who sends certs and chainsNick Mathewson2005-01-30
| | | | svn:r3462
* capitalize acronyms, clarify windows doc a bit.Nick Mathewson2004-12-21
| | | | svn:r3197
* fix more grammar stuffNick Mathewson2004-11-30
| | | | svn:r3037
* It seems that some people just don't appreciate my avant-garde communicationNick Mathewson2004-11-30
| | | | | | | style, and expect me to use sentences in documentation. Doh. svn:r3034
* Update tor-spec.txt: list and describe all router and directory fields.Nick Mathewson2004-11-30
| | | | svn:r3030
* document directory interaction a bit betterRoger Dingledine2004-11-27
| | | | svn:r2994
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
| | | | svn:r2989
* clean up spec headers, mark a few todo items offRoger Dingledine2004-11-14
| | | | svn:r2851
* Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson2004-11-10
| | | | | | | | | | | | | | | choose circuit ID types. This is important because our view of "the nickname of the router on the other side of this connection" is skewed, and depends on whether we think the other rotuer is verified--and there's no way to know whether another router thinks you are verified. For backward compatibility, we notice when the other router chooses the same circuit ID type as us (because it's running an old version), and switch our type to be polite. svn:r2797
* More whitespace normalizationNick Mathewson2004-11-10
| | | | svn:r2768
* Add and document router-status line using new unified liveness/verifiedness ↵Nick Mathewson2004-10-27
| | | | | | format; continue to generate running-routers; continue to parse running-routers when no router-status line is found svn:r2592
* point out two parts where the spec is wrongRoger Dingledine2004-10-20
| | | | svn:r2569
* mention bandwidth-observed in the tor specRoger Dingledine2004-09-25
| | | | | | | thanks to duck for pointing out this omission svn:r2374
* touchups to docsRoger Dingledine2004-08-09
| | | | svn:r2214
* Spec cleanups: improved accuracy and detail of description ofNick Mathewson2004-08-09
| | | | | | | | | directory formats, added ipv6 exit spec. (The IPv6 stuff is only for exiting connections: ORs still need IPv4 addrs) svn:r2204
* Be slightly more specific about ASN1Nick Mathewson2004-08-08
| | | | svn:r2201
* fix a few typos in the resolve/resolved specRoger Dingledine2004-08-06
| | | | svn:r2153
* mark off todo items; add todo items; correct tor-spec.txtRoger Dingledine2004-07-22
| | | | svn:r2101
* Update tor-spec with new EXTEND format and info about certificate chainsNick Mathewson2004-07-01
| | | | svn:r1995
* document socks extensions and dns lookup codeNick Mathewson2004-06-17
| | | | svn:r1976
* "directory-signature" has a nickname too, yes?Roger Dingledine2004-05-10
| | | | svn:r1847
* Update router descriptor and directory formats (rendezvous desc format is ↵Nick Mathewson2004-05-10
| | | | | | correct) svn:r1845
* fix some more bugs in the specRoger Dingledine2004-05-10
| | | | svn:r1835
* mention the digest seeds for circuit-level integrity checkingRoger Dingledine2004-05-05
| | | | | | | | unused portions of relay payloads are nul-padded, not filled with random bytes. svn:r1791
* clarify the hybrid encryption in our specRoger Dingledine2004-04-28
| | | | svn:r1736
* nicknames are at most 19 charsRoger Dingledine2004-04-05
| | | | svn:r1472
* Include strlcpy and strlcat where not available, so our string ops can be ↵Nick Mathewson2004-03-17
| | | | | | less error-prone. svn:r1289
* Make decriptor format more flexible and extensibleNick Mathewson2004-03-04
| | | | svn:r1227
* revise spec. It still needs more explanation to be intelligible by the ↵Nick Mathewson2004-03-01
| | | | | | uninitiated, but it is at least far less incorrect. svn:r1189
* a few more comments for the specRoger Dingledine2004-02-28
| | | | svn:r1154
* start marking up the parts of the spec that need to be fixedRoger Dingledine2004-02-05
| | | | svn:r1058
* fix minor typo in tor-specRoger Dingledine2004-01-07
| | | | svn:r977