summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2007-10-28 r16246@catbus: nickm | 2007-10-28 19:34:58 -0400Nick Mathewson
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time. svn:r12259
2007-10-28 r16242@catbus: nickm | 2007-10-28 16:28:13 -0400Nick Mathewson
Implement if-modified-since for consensus networkstatuses so that we do not download duplicates needlessly. svn:r12258
2007-10-28 r16236@catbus: nickm | 2007-10-28 14:36:30 -0400Nick Mathewson
Patch from Karsten Loesing: encode and parse v2 rendezvous descriptors. svn:r12254
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-28a todo clump for tor mirror todosRoger Dingledine
svn:r12250
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-10-28Update a task.Andrew Lewman
svn:r12240
2007-10-28add comments to two tasksAndrew Lewman
svn:r12239
2007-10-28Updated some TODO items.Andrew Lewman
svn:r12238
2007-10-27 r16209@catbus: nickm | 2007-10-27 11:42:24 -0400Nick Mathewson
svn:r12230
2007-10-26speculate about nick's questionRoger Dingledine
svn:r12220
2007-10-26 r16195@catbus: nickm | 2007-10-26 18:48:52 -0400Nick Mathewson
base "Guard" flag on WFU rather than MTBF. Note an issue in the TODO. Roger: thoughts? svn:r12219
2007-10-26 r16194@catbus: nickm | 2007-10-26 18:37:02 -0400Nick Mathewson
Keep circuitless TLS connections open for 1.5 x MaxCircuitDirtiness: this ensures that we don't thrash closing and repoening connections to our guards. svn:r12218
2007-10-26 r16192@catbus: nickm | 2007-10-26 18:12:33 -0400Nick Mathewson
Rearrange TODO a little more svn:r12217
2007-10-26some more before-the-freeze itemsRoger Dingledine
svn:r12216
2007-10-26some more todo items from talking to nickRoger Dingledine
svn:r12215
2007-10-26the tor mirrors are probably increasingly out of dateRoger Dingledine
svn:r12212
2007-10-26 r16175@catbus: nickm | 2007-10-26 10:55:52 -0400Nick Mathewson
Clean up TODO a little; add pre-freeze section svn:r12204
2007-10-25Add a vidalia bundle taskAndrew Lewman
svn:r12186
2007-10-25finish cleaning up r12175tor-0.2.0.9-alphaRoger Dingledine
svn:r12179
2007-10-25ispell dir-spec; inspired by r12175.Roger Dingledine
svn:r12178
2007-10-25 r16136@catbus: nickm | 2007-10-24 23:40:15 -0400Nick Mathewson
Proposal 103 is closed too: it has been implemented and merged into dir-spec. Proposal 111 is "finished": it has been implemented, but still needs to be merged into the spec. svn:r12177
2007-10-25 r16135@catbus: nickm | 2007-10-24 23:36:55 -0400Nick Mathewson
Proposals 101 and 104 are now implemented and merged into dir-spec.txt. svn:r12176
2007-10-25 r16134@catbus: nickm | 2007-10-24 23:34:59 -0400Nick Mathewson
Merge 122 into dir-spec.txt; mark it closed. svn:r12175
2007-10-25 r16128@catbus: nickm | 2007-10-24 22:52:16 -0400Nick Mathewson
Fix windows mmap changes. svn:r12171
2007-10-24 r16112@catbus: nickm | 2007-10-24 15:52:03 -0400Nick Mathewson
Fix logic for downloading consensuses: make getting an duplicate or not-currently-valid consensus count as a failure. Make running out of time to get certificates count as a failure. Delay while fetching certificates. svn:r12159
2007-10-24<edmanm> 3. CommandsRoger Dingledine
<edmanm> All commands and other keywords are case-insensitive. <edmanm> that lying control-spec.txt! <edmanm> getinfo Address <edmanm> 552 Unrecognized key "Address" <edmanm> getinfo address <edmanm> 250-address=72.230.11.78 <edmanm> 250 OK svn:r12140
2007-10-24trivial changes that have been sitting in my sandboxRoger Dingledine
svn:r12135
2007-10-23 r16053@catbus: nickm | 2007-10-22 20:20:23 -0400Nick Mathewson
Note that consensus-method is not a means for making backward-incompatible format changes. Because any point that confuses Roger will *definitely* confuse many non-Roger readers of dir-spec.txt ;) svn:r12112
2007-10-22 r16049@catbus: nickm | 2007-10-22 15:31:16 -0400Nick Mathewson
fix trunk compile svn:r12110
2007-10-22 r16047@catbus: nickm | 2007-10-22 14:00:46 -0400Nick Mathewson
Resolve some XXX020s in networkstatus.c svn:r12109
2007-10-22 r16041@catbus: nickm | 2007-10-22 13:02:14 -0400Nick Mathewson
Reattempt certificate downloads immediately on failure, as appropriate. svn:r12106
2007-10-22 r15997@catbus: nickm | 2007-10-21 20:25:40 -0400Nick Mathewson
New code (disabled for now) to use the SSL context's cert store instead of using its "extra chain cert" list to get our identity certificate sent. This is a little close to what OpenSSL expects people to do, and it has the advantage that we should be able to keep the id cert from being sent by setting the NO_CHAIN_CERT bit. I have tried turning new code on, and it seemed to work fine. svn:r12086
2007-10-19 r15974@catbus: nickm | 2007-10-19 16:47:27 -0400Nick Mathewson
When we decode to use consensus method 2 or later, compute Unnamed and Named more or less as described in 122. Don't actually use consensus method 2 yet, so we can be sure we didn't screw up v1.. svn:r12055
2007-10-19 r15968@catbus: nickm | 2007-10-19 14:39:51 -0400Nick Mathewson
Implement code to compute which method to use to compute a consensus. Also, fix leak in consensus calculation. svn:r12054
2007-10-19 r15966@catbus: nickm | 2007-10-19 13:56:28 -0400Nick Mathewson
Voting side of proposal 122 svn:r12052
2007-10-19 r15965@catbus: nickm | 2007-10-19 13:32:11 -0400Nick Mathewson
Client-side implementation for proposal 122. svn:r12051
2007-10-19 r15964@catbus: nickm | 2007-10-19 12:43:49 -0400Nick Mathewson
Sort out that need_to_mirror is for routerstatuses in v2 networkstatuses only. svn:r12050
2007-10-19 r15960@catbus: nickm | 2007-10-19 12:30:17 -0400Nick Mathewson
Make authority_certs_fetch_missing() honor should_delay_dir_fetches() svn:r12048
2007-10-19 r15956@catbus: nickm | 2007-10-19 11:18:14 -0400Nick Mathewson
Encode address in certificates. Also, make it possible to create certs reusing an old key. svn:r12046
2007-10-19typoPeter Palfrader
svn:r12044
2007-10-19 r15951@catbus: nickm | 2007-10-18 22:27:38 -0400Nick Mathewson
More TODO notes. svn:r12043
2007-10-19 r15949@catbus: nickm | 2007-10-18 22:18:41 -0400Nick Mathewson
Add a bit of my TODO for tomorrow, so I can close my emacs for the evening. svn:r12042
2007-10-19 r15938@catbus: nickm | 2007-10-18 22:04:59 -0400Nick Mathewson
Misc clarifications and corrections in dir-spec.txt svn:r12040
2007-10-18various fixes from reading or-cvs the past few daysRoger Dingledine
svn:r12035
2007-10-18Ammend 122 (Unnamed flag) with v2 discussionPeter Palfrader
svn:r12032
2007-10-18 r15931@catbus: nickm | 2007-10-18 14:34:05 -0400Nick Mathewson
Changes to proposal 105 based on recent or-dev exchange with sjmurdoch. svn:r12031
2007-10-18 r15921@catbus: nickm | 2007-10-18 11:16:38 -0400Nick Mathewson
Apply clarifications and comments from Karsten to rend-spec, with my own clarifications and comments. svn:r12027
2007-10-17 r15891@catbus: nickm | 2007-10-17 17:46:40 -0400Nick Mathewson
Apply changes to rend-spec.txt from Karsten's proposal-114 work. Points that need to be clarified are marked with a [XXXX]. svn:r12007
2007-10-16 r15857@catbus: nickm | 2007-10-16 12:59:13 -0400Nick Mathewson
Add proposal 123-autonaming.txt svn:r11988