aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* tab-man strikes backRoger Dingledine2008-08-13
| | | | svn:r16516
* a few more items for jacobRoger Dingledine2008-08-12
| | | | svn:r16515
* Describe summary algorithm in more detail, based on prototypePeter Palfrader2008-08-12
| | | | svn:r16514
* shorter exit summary is the one with a shorter string representationPeter Palfrader2008-08-12
| | | | svn:r16513
* Use median for bw after all, capping is done at the authorities, not client-sidePeter Palfrader2008-08-12
| | | | svn:r16512
* Updated to remove dropping of failing guards and just focusMike Perry2008-08-12
| | | | | | | | | on the specifics of recording, storing, and learning circuitbuildtimeout parameters. svn:r16511
* we were accidentally omitting a line from the man page for theRoger Dingledine2008-08-12
| | | | | | | | automaphostsonresolve config option, because nroff/troff are just too much like text. svn:r16507
* Describe how clients should use the exit summaries, what they may use a ↵Peter Palfrader2008-08-11
| | | | | | locally cached descriptor for, and that enclave exiting is still allowed svn:r16501
* spec exit policy summariesPeter Palfrader2008-08-11
| | | | svn:r16500
* List more proposals in TODO.021Nick Mathewson2008-08-11
| | | | svn:r16498
* Mark 135 implemented.Nick Mathewson2008-08-11
| | | | svn:r16497
* handle ipv6 in socks5 requests.Nick Mathewson2008-08-08
| | | | svn:r16476
* Added new line from edmanmAndrew Lewman2008-08-08
| | | | svn:r16471
* Remove the summary step that says to update package.sh.Andrew Lewman2008-08-07
| | | | svn:r16468
* r17657@tombo: nickm | 2008-08-06 12:04:49 -0400Nick Mathewson2008-08-06
| | | | | | | another todo tweak to test commit script svn:r16446
* r17655@tombo: nickm | 2008-08-06 12:03:40 -0400Nick Mathewson2008-08-06
| | | | | | | add an item to the TODO svn:r16445
* bump to 0.2.1.4-alpha-dev, add a future todo itemRoger Dingledine2008-08-05
| | | | svn:r16440
* r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson2008-08-05
| | | | | | | Initial conversion of uint32_t addr to tor_addr_t addr in connection_t and related types. Most of the Tor wire formats using these new types are in, but the code to generate and use it is not. This is a big patch. Let me know what it breaks for you. svn:r16435
* another sample commit to check out new subject line logicNick Mathewson2008-08-05
| | | | svn:r16434
* sample commit to check out new subject line logicNick Mathewson2008-08-05
| | | | svn:r16433
* Document that we break ties in favor of smaller SD digest if there are still ↵Peter Palfrader2008-08-05
| | | | | | ties after comparing the published timestamp svn:r16432
* update the external constraints. still need to add in the BBG items.Roger Dingledine2008-08-05
| | | | svn:r16428
* break the todo file into three todo files.Roger Dingledine2008-08-05
| | | | svn:r16427
* We put bw info directory into the consensus, also versions are already there ↵Peter Palfrader2008-08-05
| | | | | | and protocol versions are not currently required svn:r16423
* Take out the TestVia config option, since it was a workaround forRoger Dingledine2008-08-05
| | | | | | | a bug that was fixed in Tor 0.1.1.21. svn:r16409
* Some more changes to proposal 121. It turns out (once more) that a ↵Karsten Loesing2008-08-04
| | | | | | specification is not complete until it gets implemented. svn:r16384
* Some tiny corrections to proposal 121.Karsten Loesing2008-08-04
| | | | svn:r16381
* update and integrate proposals 125 (bridges) and 137 (bootstrap status)Roger Dingledine2008-08-03
| | | | svn:r16374
* add matt's auto update proposalRoger Dingledine2008-08-03
| | | | svn:r16373
* bump to 0.2.1.3-alphaRoger Dingledine2008-08-03
| | | | svn:r16369
* Proposal 121: Remove improved hidden service protocol without client ↵Karsten Loesing2008-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 Loesing2008-08-01
| | | | | | protection instead of rendezvous cookie. svn:r16327
* Proposal 121: Limit maximum descriptor size to 20 kilobytes to prevent abuse.Karsten Loesing2008-07-31
| | | | svn:r16303
* r17437@tombo: nickm | 2008-07-30 09:04:15 -0400Nick Mathewson2008-07-30
| | | | | | | ipv6 todo items svn:r16258
* r17433@tombo: nickm | 2008-07-29 10:58:07 -0400Nick Mathewson2008-07-30
| | | | | | | Docment gcov in HACKING svn:r16254
* An idea discussed with Roger and Nick at PET.Jacob Appelbaum2008-07-24
| | | | svn:r16181
* r17323@aud-055: nickm | 2008-07-23 17:58:25 +0200Nick Mathewson2008-07-23
| | | | | | | Implement most of proposal 110. svn:r16156
* r17309@aud-055: nickm | 2008-07-23 16:05:43 +0200Nick Mathewson2008-07-23
| | | | | | | Patch from Christian Wilms: remove (HiddenService|Rend)(Exclude)?Nodes options. They never worked properly, and nobody seems to be using them. Resolves bug 754. svn:r16144
* Proposal 142: Added comment by Nick (but no solution, yet) that sharing of ↵Karsten Loesing2008-07-19
| | | | | | circuits between multiple clients is not supported by Tor. svn:r16075
* Proposal 121: Added INTRODUCE1V cell type, improved replay protection for ↵Karsten Loesing2008-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 -0400Nick Mathewson2008-07-18
| | | | | | | Mark proposal 150 closed. svn:r16062
* r17188@tombo: nickm | 2008-07-18 14:35:18 -0400Nick Mathewson2008-07-18
| | | | | | | Add new ExcludeExitNodes option. Also add a new routerset type to handle Exclude[Exit]Nodes. It is optimized for O(1) membership tests, so as to make choosing a random router run in O(N_routers) time instead of in O(N_routers*N_Excluded_Routers). svn:r16061
* r17187@tombo: nickm | 2008-07-18 14:20:51 -0400Nick Mathewson2008-07-18
| | | | | | | Mark some proposals as written in TODO svn:r16060
* Remove from the spec a reference forward-compatiblity feature that we never ↵Nick Mathewson2008-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 sandboxRoger Dingledine2008-07-16
| | | | svn:r15955
* proposal from 13 Apr 2008 that never got a number is proposal #139Peter Palfrader2008-07-15
| | | | svn:r15945
* I still think Metabytes are much cooler than MegabytesPeter Palfrader2008-07-15
| | | | svn:r15944
* An initial check in of the automatic update program. Mixed ideas, needs much ↵Jacob Appelbaum2008-07-15
| | | | | | work and spliting. svn:r15925
* Make Closed and Finished proposals know when they were implemented ↵Nick Mathewson2008-07-14
| | | | | | (approximately). Make this more accurate in the future. svn:r15905
* For some open and accepted proposals, note their target versions.Nick Mathewson2008-07-14
| | | | svn:r15904