Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add and document router-status line using new unified liveness/verifiedness ↵ | Nick Mathewson | 2004-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 wrong | Roger Dingledine | 2004-10-20 |
| | | | | svn:r2569 | ||
* | mention bandwidth-observed in the tor spec | Roger Dingledine | 2004-09-25 |
| | | | | | | | thanks to duck for pointing out this omission svn:r2374 | ||
* | touchups to docs | Roger Dingledine | 2004-08-09 |
| | | | | svn:r2214 | ||
* | Spec cleanups: improved accuracy and detail of description of | Nick Mathewson | 2004-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 ASN1 | Nick Mathewson | 2004-08-08 |
| | | | | svn:r2201 | ||
* | fix a few typos in the resolve/resolved spec | Roger Dingledine | 2004-08-06 |
| | | | | svn:r2153 | ||
* | mark off todo items; add todo items; correct tor-spec.txt | Roger Dingledine | 2004-07-22 |
| | | | | svn:r2101 | ||
* | Update tor-spec with new EXTEND format and info about certificate chains | Nick Mathewson | 2004-07-01 |
| | | | | svn:r1995 | ||
* | document socks extensions and dns lookup code | Nick Mathewson | 2004-06-17 |
| | | | | svn:r1976 | ||
* | "directory-signature" has a nickname too, yes? | Roger Dingledine | 2004-05-10 |
| | | | | svn:r1847 | ||
* | Update router descriptor and directory formats (rendezvous desc format is ↵ | Nick Mathewson | 2004-05-10 |
| | | | | | | correct) svn:r1845 | ||
* | fix some more bugs in the spec | Roger Dingledine | 2004-05-10 |
| | | | | svn:r1835 | ||
* | mention the digest seeds for circuit-level integrity checking | Roger Dingledine | 2004-05-05 |
| | | | | | | | | unused portions of relay payloads are nul-padded, not filled with random bytes. svn:r1791 | ||
* | clarify the hybrid encryption in our spec | Roger Dingledine | 2004-04-28 |
| | | | | svn:r1736 | ||
* | nicknames are at most 19 chars | Roger Dingledine | 2004-04-05 |
| | | | | svn:r1472 | ||
* | Include strlcpy and strlcat where not available, so our string ops can be ↵ | Nick Mathewson | 2004-03-17 |
| | | | | | | less error-prone. svn:r1289 | ||
* | Make decriptor format more flexible and extensible | Nick Mathewson | 2004-03-04 |
| | | | | svn:r1227 | ||
* | revise spec. It still needs more explanation to be intelligible by the ↵ | Nick Mathewson | 2004-03-01 |
| | | | | | | uninitiated, but it is at least far less incorrect. svn:r1189 | ||
* | a few more comments for the spec | Roger Dingledine | 2004-02-28 |
| | | | | svn:r1154 | ||
* | start marking up the parts of the spec that need to be fixed | Roger Dingledine | 2004-02-05 |
| | | | | svn:r1058 | ||
* | fix minor typo in tor-spec | Roger Dingledine | 2004-01-07 |
| | | | | svn:r977 | ||
* | begin the process of cleaning/updating the spec | Roger Dingledine | 2004-01-05 |
| | | | | svn:r973 | ||
* | update the TODO to reflect recent commits | Roger Dingledine | 2003-12-03 |
| | | | | svn:r882 | ||
* | clean up some TODO items; rename ACI to circID | Nick Mathewson | 2003-11-11 |
| | | | | svn:r782 | ||
* | note need for ACI->circID change | Nick Mathewson | 2003-11-03 |
| | | | | svn:r731 | ||
* | more work | Roger Dingledine | 2003-10-28 |
| | | | | svn:r688 | ||
* | add a few more new TODO items (bugfixes) | Roger Dingledine | 2003-10-27 |
| | | | | svn:r683 | ||
* | Add note about DNS distinguishability attack | Nick Mathewson | 2003-10-26 |
| | | | | svn:r678 | ||
* | Note TODO items; add DROP relay cells | Nick Mathewson | 2003-10-24 |
| | | | | svn:r670 | ||
* | APPort is now SocksPort | Roger Dingledine | 2003-10-21 |
| | | | | svn:r644 | ||
* | s/TOR/Tor/ | Nick Mathewson | 2003-10-09 |
| | | | | svn:r566 | ||
* | describe what's _actually_ in the payload of a relay begin cell | Roger Dingledine | 2003-10-04 |
| | | | | svn:r540 | ||
* | Make testcases run again; more sanity checking to descriptor generation. | Nick Mathewson | 2003-10-01 |
| | | | | svn:r532 | ||
* | update the spec wrt choosing aci's | Roger Dingledine | 2003-10-01 |
| | | | | svn:r530 | ||
* | Add published to descriptors | Nick Mathewson | 2003-09-26 |
| | | | | svn:r488 | ||
* | Refactor buffers; implement descriptors. | Nick Mathewson | 2003-09-25 |
| | | | | | | | | | | | | | | | | | 'buf_t' is now an opaque type defined in buffers.c . Router descriptors now include all keys; routers generate keys as needed on startup (in a newly defined "data directory"), and generate their own descriptors. Descriptors are now self-signed. Implementation is not complete: descriptors are never published; and upon receiving a descriptor, the directory doesn't do anything with it. At least "routers.or" and orkeygen are now obsolete, BTW. svn:r483 | ||
* | add a lot of todo entries, from today's meeting | Roger Dingledine | 2003-09-20 |
| | | | | svn:r474 | ||
* | fill in a gap in the spec | Roger Dingledine | 2003-09-05 |
| | | | | svn:r427 | ||
* | Add initial interfaces and code for TLS support. Interfaces are right; code ↵ | Nick Mathewson | 2003-09-04 |
| | | | | | | needs work and testing. svn:r424 | ||
* | remove op_port from the spec also | Roger Dingledine | 2003-08-27 |
| | | | | svn:r420 | ||
* | Correct description of extracting Kf and Kb from g^xy. | Nick Mathewson | 2003-08-25 |
| | | | | svn:r414 | ||
* | remove bandwidth from handshake negotiations | Roger Dingledine | 2003-08-25 |
| | | | | | | | replace too-prescriptive link throttling spec with handwavy one svn:r412 | ||
* | add router twins to the spec | Roger Dingledine | 2003-08-25 |
| | | | | svn:r409 | ||
* | patch the spec somewhat. it's still quite stale. | Roger Dingledine | 2003-08-22 |
| | | | | svn:r406 | ||
* | update spec: OR/OR and OP/OR handshakes have merged | Roger Dingledine | 2003-06-23 |
| | | | | svn:r346 | ||
* | Add specification for half-open connections, modified from last week's | Nick Mathewson | 2003-06-19 |
| | | | | | | | conversation enough to correspond to real TCP. svn:r338 | ||
* | Make log_fn work on apples with no workarounds needed in main code | Nick Mathewson | 2003-06-17 |
| | | | | svn:r330 | ||
* | further spec cleanup | Roger Dingledine | 2003-06-12 |
| | | | | svn:r311 | ||
* | Finish spec update | Nick Mathewson | 2003-06-12 |
| | | | | svn:r309 |