aboutsummaryrefslogtreecommitdiff
path: root/doc/spec/socks-extensions.txt
AgeCommit message (Collapse)Author
2007-10-28 r16234@catbus: nickm | 2007-10-28 14:27:22 -0400Nick Mathewson
Clean up a couple of comments from r12244. svn:r12253
2007-10-28Separate "SOCKS_COMMAND_CONNECT_DIR" into two flags inRoger Dingledine
edge_connection_t: want_onehop if it must attach to a circuit with only one hop (e.g. for the current tunnelled connections that use begin_dir), and use_begindir if we mean to use a BEGIN_DIR relay command to establish the stream rather than the normal BEGIN. Now we can make anonymized begin_dir connections for (e.g.) more secure hidden service posting and fetching. svn:r12244
2007-01-26Move specification documents into new doc/spec subdirectory. (Proposals, ↵Nick Mathewson
drafts, and bad ideas still remain in doc.) svn:r9411