aboutsummaryrefslogtreecommitdiff
path: root/doc/spec
Commit message (Collapse)AuthorAge
* Merge proposal 136 into dir-spec.txt. We need to get better about doing this.Nick Mathewson2008-12-09
| | | | svn:r17528
* Mark proposals 153 and 154 as superseded by thandy-spec.txtNick Mathewson2008-12-09
| | | | svn:r17525
* signing, not secret.Nick Mathewson2008-12-03
| | | | svn:r17476
* Revise 157: make the crosscert field match the other authority cert field names.Nick Mathewson2008-12-03
| | | | svn:r17469
* A cryptic comment in dir-spec.txt is now a complete proposal.Nick Mathewson2008-12-02
| | | | svn:r17452
* Finish a sentenceNick Mathewson2008-12-02
| | | | svn:r17451
* Add proposal 157: "Make certificate downloads specific"Nick Mathewson2008-12-02
| | | | svn:r17448
* clarify that 'resolve' relay cells nul-terminate the hostname, justRoger Dingledine2008-12-02
| | | | | | | like 'begin' relay cells. svn:r17442
* minor fixRoger Dingledine2008-11-29
| | | | svn:r17407
* don't lose a patch that mwenge wrote to put different destinationRoger Dingledine2008-11-24
| | | | | | | | ports on different streams. one day i will make this into a real proposal, and argue we should put it in. svn:r17380
* also run ./reindex.plRoger Dingledine2008-11-24
| | | | svn:r17378
* add proposal 156 from mwenge, Tracking blocked ports on the client sideRoger Dingledine2008-11-24
| | | | svn:r17377
* Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they ↵Nick Mathewson2008-11-09
| | | | | | are all in the code now. svn:r17227
* some changes i found in my other sandboxRoger Dingledine2008-11-08
| | | | svn:r17216
* some minor changes i found in my sandboxRoger Dingledine2008-11-08
| | | | svn:r17215
* Make multiplicity of dir-address match code. Fix bug 849Nick Mathewson2008-11-05
| | | | svn:r17193
* Yes, "NL" means "LF" to Tor.Nick Mathewson2008-11-05
| | | | svn:r17192
* put in karsten's patch #1 for proposal 155, modifiedRoger Dingledine2008-10-15
| | | | svn:r17106
* cleanups on proposal 121 while i was reading it. karsten, there's aRoger Dingledine2008-10-14
| | | | | | | question for you about passwords at the end. svn:r17097
* add a note to proposal 120 about why it diedRoger Dingledine2008-10-11
| | | | svn:r17056
* make ./reindex.pl happyRoger Dingledine2008-10-02
| | | | svn:r17033
* add karsten's proposal 155, after giving it a more unique nameRoger Dingledine2008-10-02
| | | | svn:r17032
* Use of uninitialized value in regexp compilation at ./reindex.pl line 55.Roger Dingledine2008-10-02
| | | | svn:r17031
* Note that bug 469 needs a proposal in the proposal TODO.Nick Mathewson2008-09-28
| | | | svn:r16993
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
| | | | svn:r16983
* Serve the latest v3 networkstatus consensus via the controlRoger Dingledine2008-09-14
| | | | | | | port. Use "getinfo dir/status-vote/current/consensus" to fetch it. svn:r16907
* give lasse's last name a different charsetRoger Dingledine2008-09-11
| | | | svn:r16838
* Relays now reject risky extend cells: if the extend cell includesRoger Dingledine2008-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/additionsRoger Dingledine2008-08-17
| | | | svn:r16580
* make the description of geoip-client-origins more true to the codeRoger Dingledine2008-08-17
| | | | svn:r16579
* Update proposal after feedback from Nick.Mike Perry2008-08-15
| | | | svn:r16556
* Add exitpolicy summaries to the consensusPeter Palfrader2008-08-14
| | | | svn:r16554
* Give bw in kb/sec in votes/consensusPeter Palfrader2008-08-14
| | | | svn:r16544
* Having a reject-all policy summarized with a lack of summary is stupid. ↵Peter Palfrader2008-08-14
| | | | | | Explicitly mention them as reject 1-65535. svn:r16543
* Fix an overflow when counting rejects for *, truncate exit summaries after ↵Peter Palfrader2008-08-13
| | | | | | 1000 chars svn:r16530
* Mention exception for accept-all policiesPeter Palfrader2008-08-13
| | | | svn:r16529
* 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
* 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
* Mark 135 implemented.Nick Mathewson2008-08-11
| | | | svn:r16497
* 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
* 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
* 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