Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-24 | Directories are unordered. | Nick Mathewson | |
svn:r4481 | |||
2005-06-24 | It is not the end of the world when a router descriptor has an unrecognized kwd | Nick Mathewson | |
svn:r4480 | |||
2005-06-16 | tor-spec patch from adam langley | Roger Dingledine | |
svn:r4439 | |||
2005-05-20 | we had two section 7.1's | Roger Dingledine | |
svn:r4274 | |||
2005-05-02 | New and frightening code to implement fast-path first-hop CREATE_FAST cells. ↵ | Nick Mathewson | |
Watch out when we bump the version to 0.1.0.6-rc! svn:r4162 | |||
2005-05-02 | Specify CREATE_FAST and CREATED_FAST | Nick Mathewson | |
svn:r4161 | |||
2005-05-02 | Remove support for looking at old directory/routerdesc elements; mark ↵ | Nick Mathewson | |
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 | |||
2005-04-07 | Remove implicit expiration date from tor-spec | Nick Mathewson | |
svn:r4044 | |||
2005-04-03 | Clarify a point related to bug 84 | Nick Mathewson | |
svn:r4000 | |||
2005-03-02 | Specify reverse DNS | Nick Mathewson | |
svn:r3724 | |||
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 tor-spec to add more/better stream end reasons. | Nick Mathewson | |
svn:r3717 | |||
2005-01-30 | Clarify who sends certs and chains | Nick Mathewson | |
svn:r3462 | |||
2004-12-21 | capitalize acronyms, clarify windows doc a bit. | Nick Mathewson | |
svn:r3197 | |||
2004-11-30 | fix more grammar stuff | Nick Mathewson | |
svn:r3037 | |||
2004-11-30 | It seems that some people just don't appreciate my avant-garde communication | Nick Mathewson | |
style, and expect me to use sentences in documentation. Doh. svn:r3034 | |||
2004-11-30 | Update tor-spec.txt: list and describe all router and directory fields. | Nick Mathewson | |
svn:r3030 | |||
2004-11-27 | document directory interaction a bit better | Roger Dingledine | |
svn:r2994 | |||
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine | |
svn:r2989 | |||
2004-11-14 | clean up spec headers, mark a few todo items off | Roger Dingledine | |
svn:r2851 | |||
2004-11-10 | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson | |
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 | |||
2004-11-10 | More whitespace normalization | Nick Mathewson | |
svn:r2768 | |||
2004-10-27 | Add and document router-status line using new unified liveness/verifiedness ↵ | Nick Mathewson | |
format; continue to generate running-routers; continue to parse running-routers when no router-status line is found svn:r2592 | |||
2004-10-20 | point out two parts where the spec is wrong | Roger Dingledine | |
svn:r2569 | |||
2004-09-25 | mention bandwidth-observed in the tor spec | Roger Dingledine | |
thanks to duck for pointing out this omission svn:r2374 | |||
2004-08-09 | touchups to docs | Roger Dingledine | |
svn:r2214 | |||
2004-08-09 | Spec cleanups: improved accuracy and detail of description of | Nick Mathewson | |
directory formats, added ipv6 exit spec. (The IPv6 stuff is only for exiting connections: ORs still need IPv4 addrs) svn:r2204 | |||
2004-08-08 | Be slightly more specific about ASN1 | Nick Mathewson | |
svn:r2201 | |||
2004-08-06 | fix a few typos in the resolve/resolved spec | Roger Dingledine | |
svn:r2153 | |||
2004-07-22 | mark off todo items; add todo items; correct tor-spec.txt | Roger Dingledine | |
svn:r2101 | |||
2004-07-01 | Update tor-spec with new EXTEND format and info about certificate chains | Nick Mathewson | |
svn:r1995 | |||
2004-06-17 | document socks extensions and dns lookup code | Nick Mathewson | |
svn:r1976 | |||
2004-05-10 | "directory-signature" has a nickname too, yes? | Roger Dingledine | |
svn:r1847 | |||
2004-05-10 | Update router descriptor and directory formats (rendezvous desc format is ↵ | Nick Mathewson | |
correct) svn:r1845 | |||
2004-05-10 | fix some more bugs in the spec | Roger Dingledine | |
svn:r1835 | |||
2004-05-05 | mention the digest seeds for circuit-level integrity checking | Roger Dingledine | |
unused portions of relay payloads are nul-padded, not filled with random bytes. svn:r1791 | |||
2004-04-28 | clarify the hybrid encryption in our spec | Roger Dingledine | |
svn:r1736 | |||
2004-04-05 | nicknames are at most 19 chars | Roger Dingledine | |
svn:r1472 | |||
2004-03-17 | Include strlcpy and strlcat where not available, so our string ops can be ↵ | Nick Mathewson | |
less error-prone. svn:r1289 | |||
2004-03-04 | Make decriptor format more flexible and extensible | Nick Mathewson | |
svn:r1227 | |||
2004-03-01 | revise spec. It still needs more explanation to be intelligible by the ↵ | Nick Mathewson | |
uninitiated, but it is at least far less incorrect. svn:r1189 | |||
2004-02-28 | a few more comments for the spec | Roger Dingledine | |
svn:r1154 | |||
2004-02-05 | start marking up the parts of the spec that need to be fixed | Roger Dingledine | |
svn:r1058 | |||
2004-01-07 | fix minor typo in tor-spec | Roger Dingledine | |
svn:r977 | |||
2004-01-05 | begin the process of cleaning/updating the spec | Roger Dingledine | |
svn:r973 | |||
2003-12-03 | update the TODO to reflect recent commits | Roger Dingledine | |
svn:r882 | |||
2003-11-11 | clean up some TODO items; rename ACI to circID | Nick Mathewson | |
svn:r782 | |||
2003-11-03 | note need for ACI->circID change | Nick Mathewson | |
svn:r731 | |||
2003-10-28 | more work | Roger Dingledine | |
svn:r688 | |||
2003-10-27 | add a few more new TODO items (bugfixes) | Roger Dingledine | |
svn:r683 |