Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Migrate the reindex script to python, since adding features to the Perl was ↵ | Nick Mathewson | 2008-12-09 | |
| | | | | | | getting too ugly. Make it handle line-continuations, and include target versions in output. svn:r17531 | |||
* | Mark proposal 135 as Closed: no actual spec changes needed. | Nick Mathewson | 2008-12-09 | |
| | | | | svn:r17529 | |||
* | Merge proposal 136 into dir-spec.txt. We need to get better about doing this. | Nick Mathewson | 2008-12-09 | |
| | | | | svn:r17528 | |||
* | Mark proposals 153 and 154 as superseded by thandy-spec.txt | Nick Mathewson | 2008-12-09 | |
| | | | | svn:r17525 | |||
* | signing, not secret. | Nick Mathewson | 2008-12-03 | |
| | | | | svn:r17476 | |||
* | Revise 157: make the crosscert field match the other authority cert field names. | Nick Mathewson | 2008-12-03 | |
| | | | | svn:r17469 | |||
* | A cryptic comment in dir-spec.txt is now a complete proposal. | Nick Mathewson | 2008-12-02 | |
| | | | | svn:r17452 | |||
* | Finish a sentence | Nick Mathewson | 2008-12-02 | |
| | | | | svn:r17451 | |||
* | Add proposal 157: "Make certificate downloads specific" | Nick Mathewson | 2008-12-02 | |
| | | | | svn:r17448 | |||
* | clarify that 'resolve' relay cells nul-terminate the hostname, just | Roger Dingledine | 2008-12-02 | |
| | | | | | | | like 'begin' relay cells. svn:r17442 | |||
* | minor fix | Roger Dingledine | 2008-11-29 | |
| | | | | svn:r17407 | |||
* | don't lose a patch that mwenge wrote to put different destination | Roger Dingledine | 2008-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.pl | Roger Dingledine | 2008-11-24 | |
| | | | | svn:r17378 | |||
* | add proposal 156 from mwenge, Tracking blocked ports on the client side | Roger Dingledine | 2008-11-24 | |
| | | | | svn:r17377 | |||
* | Add some notes on Unnamed, w lines, and p lines to dir-spec.txt, since they ↵ | Nick Mathewson | 2008-11-09 | |
| | | | | | | are all in the code now. svn:r17227 | |||
* | some changes i found in my other sandbox | Roger Dingledine | 2008-11-08 | |
| | | | | svn:r17216 | |||
* | some minor changes i found in my sandbox | Roger Dingledine | 2008-11-08 | |
| | | | | svn:r17215 | |||
* | Make multiplicity of dir-address match code. Fix bug 849 | Nick Mathewson | 2008-11-05 | |
| | | | | svn:r17193 | |||
* | Yes, "NL" means "LF" to Tor. | Nick Mathewson | 2008-11-05 | |
| | | | | svn:r17192 | |||
* | put in karsten's patch #1 for proposal 155, modified | Roger Dingledine | 2008-10-15 | |
| | | | | svn:r17106 | |||
* | cleanups on proposal 121 while i was reading it. karsten, there's a | Roger Dingledine | 2008-10-14 | |
| | | | | | | | question for you about passwords at the end. svn:r17097 | |||
* | 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 |