Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add a note to proposal 120 about why it died | Roger Dingledine | 2008-10-11 |
| | | | | svn:r17056 | ||
* | make ./reindex.pl happy | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17033 | ||
* | add karsten's proposal 155, after giving it a more unique name | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17032 | ||
* | Use of uninitialized value in regexp compilation at ./reindex.pl line 55. | Roger Dingledine | 2008-10-02 |
| | | | | svn:r17031 | ||
* | Note that bug 469 needs a proposal in the proposal TODO. | Nick Mathewson | 2008-09-28 |
| | | | | svn:r16993 | ||
* | Proposal 152 implementation from Josh Albrecht, with tweaks. | Nick Mathewson | 2008-09-26 |
| | | | | svn:r16983 | ||
* | Serve the latest v3 networkstatus consensus via the control | Roger Dingledine | 2008-09-14 |
| | | | | | | | port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907 | ||
* | give lasse's last name a different charset | Roger Dingledine | 2008-09-11 |
| | | | | svn:r16838 | ||
* | Relays now reject risky extend cells: if the extend cell includes | Roger Dingledine | 2008-08-20 |
| | | | | | | | | | a digest of all zeroes, or asks to extend back to the relay that sent the extend cell, tear down the circuit. Ideas suggested by rovv. svn:r16605 | ||
* | minor fixes/additions | Roger Dingledine | 2008-08-17 |
| | | | | svn:r16580 | ||
* | make the description of geoip-client-origins more true to the code | Roger Dingledine | 2008-08-17 |
| | | | | svn:r16579 | ||
* | Update proposal after feedback from Nick. | Mike Perry | 2008-08-15 |
| | | | | svn:r16556 | ||
* | Add exitpolicy summaries to the consensus | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16554 | ||
* | Give bw in kb/sec in votes/consensus | Peter Palfrader | 2008-08-14 |
| | | | | svn:r16544 | ||
* | Having a reject-all policy summarized with a lack of summary is stupid. ↵ | Peter Palfrader | 2008-08-14 |
| | | | | | | Explicitly mention them as reject 1-65535. svn:r16543 | ||
* | Fix an overflow when counting rejects for *, truncate exit summaries after ↵ | Peter Palfrader | 2008-08-13 |
| | | | | | | 1000 chars svn:r16530 | ||
* | Mention exception for accept-all policies | Peter Palfrader | 2008-08-13 |
| | | | | svn:r16529 | ||
* | Describe summary algorithm in more detail, based on prototype | Peter Palfrader | 2008-08-12 |
| | | | | svn:r16514 | ||
* | shorter exit summary is the one with a shorter string representation | Peter Palfrader | 2008-08-12 |
| | | | | svn:r16513 | ||
* | Use median for bw after all, capping is done at the authorities, not client-side | Peter Palfrader | 2008-08-12 |
| | | | | svn:r16512 | ||
* | Updated to remove dropping of failing guards and just focus | Mike Perry | 2008-08-12 |
| | | | | | | | | | on the specifics of recording, storing, and learning circuitbuildtimeout parameters. svn:r16511 | ||
* | Describe how clients should use the exit summaries, what they may use a ↵ | Peter Palfrader | 2008-08-11 |
| | | | | | | locally cached descriptor for, and that enclave exiting is still allowed svn:r16501 | ||
* | spec exit policy summaries | Peter Palfrader | 2008-08-11 |
| | | | | svn:r16500 | ||
* | Mark 135 implemented. | Nick Mathewson | 2008-08-11 |
| | | | | svn:r16497 | ||
* | Document that we break ties in favor of smaller SD digest if there are still ↵ | Peter Palfrader | 2008-08-05 |
| | | | | | | ties after comparing the published timestamp svn:r16432 | ||
* | We put bw info directory into the consensus, also versions are already there ↵ | Peter Palfrader | 2008-08-05 |
| | | | | | | and protocol versions are not currently required svn:r16423 | ||
* | Some more changes to proposal 121. It turns out (once more) that a ↵ | Karsten Loesing | 2008-08-04 |
| | | | | | | specification is not complete until it gets implemented. svn:r16384 | ||
* | Some tiny corrections to proposal 121. | Karsten Loesing | 2008-08-04 |
| | | | | svn:r16381 | ||
* | update and integrate proposals 125 (bridges) and 137 (bootstrap status) | Roger Dingledine | 2008-08-03 |
| | | | | svn:r16374 | ||
* | add matt's auto update proposal | Roger Dingledine | 2008-08-03 |
| | | | | svn:r16373 | ||
* | bump to 0.2.1.3-alpha | Roger Dingledine | 2008-08-03 |
| | | | | svn:r16369 | ||
* | Proposal 121: Remove improved hidden service protocol without client ↵ | Karsten Loesing | 2008-08-01 |
| | | | | | | authorization (2.1). It might get implemented in proposal 142. svn:r16328 | ||
* | Proposal 121: Use first part of Diffie-Hellman handshake for replay ↵ | Karsten Loesing | 2008-08-01 |
| | | | | | | protection instead of rendezvous cookie. svn:r16327 | ||
* | Proposal 121: Limit maximum descriptor size to 20 kilobytes to prevent abuse. | Karsten Loesing | 2008-07-31 |
| | | | | svn:r16303 | ||
* | An idea discussed with Roger and Nick at PET. | Jacob Appelbaum | 2008-07-24 |
| | | | | svn:r16181 | ||
* | r17323@aud-055: nickm | 2008-07-23 17:58:25 +0200 | Nick Mathewson | 2008-07-23 |
| | | | | | | | Implement most of proposal 110. svn:r16156 | ||
* | Proposal 142: Added comment by Nick (but no solution, yet) that sharing of ↵ | Karsten Loesing | 2008-07-19 |
| | | | | | | circuits between multiple clients is not supported by Tor. svn:r16075 | ||
* | Proposal 121: Added INTRODUCE1V cell type, improved replay protection for ↵ | Karsten Loesing | 2008-07-19 |
| | | | | | | INTRODUCE2 cells, described limitations for auth protocols, improved hidden service protocol without client authorization, added second, more scalable authorization protocol, rewrote existing authorization protocol; changes based on discussion with Nick svn:r16074 | ||
* | r17189@tombo: nickm | 2008-07-18 14:35:58 -0400 | Nick Mathewson | 2008-07-18 |
| | | | | | | | Mark proposal 150 closed. svn:r16062 | ||
* | Remove from the spec a reference forward-compatiblity feature that we never ↵ | Nick Mathewson | 2008-07-17 |
| | | | | | | implemented (bug 774). Also remove backward compatibility notes for versions older than 0.1.1.15-rc; those are long-unsupported, and do not work with the current network. Still to fix are future-tense statements about 0.1.2.x. svn:r16003 | ||
* | changes sitting in my trunk sandbox | Roger Dingledine | 2008-07-16 |
| | | | | svn:r15955 | ||
* | proposal from 13 Apr 2008 that never got a number is proposal #139 | Peter Palfrader | 2008-07-15 |
| | | | | svn:r15945 | ||
* | I still think Metabytes are much cooler than Megabytes | Peter Palfrader | 2008-07-15 |
| | | | | svn:r15944 | ||
* | An initial check in of the automatic update program. Mixed ideas, needs much ↵ | Jacob Appelbaum | 2008-07-15 |
| | | | | | | work and spliting. svn:r15925 | ||
* | Make Closed and Finished proposals know when they were implemented ↵ | Nick Mathewson | 2008-07-14 |
| | | | | | | (approximately). Make this more accurate in the future. svn:r15905 | ||
* | For some open and accepted proposals, note their target versions. | Nick Mathewson | 2008-07-14 |
| | | | | svn:r15904 | ||
* | add proposal 152 | Nick Mathewson | 2008-07-14 |
| | | | | svn:r15903 | ||
* | r16928@tombo: nickm | 2008-07-11 17:07:36 -0400 | Nick Mathewson | 2008-07-11 |
| | | | | | | | It seems that fixing one spelling error always means that somebody is about to tell me about another. Fix a second spelling error in the risks section of 150. svn:r15848 | ||
* | r16926@tombo: nickm | 2008-07-11 15:58:34 -0400 | Nick Mathewson | 2008-07-11 |
| | | | | | | | fix spelling error spotted by qbi. svn:r15846 | ||
* | r16923@tombo: nickm | 2008-07-11 15:12:12 -0400 | Nick Mathewson | 2008-07-11 |
| | | | | | | | Mark proposal 150 accepted; add risks section; revise English a bit. svn:r15845 |