aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* 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
* remove some completed items. I should look at this more often.Andrew Lewman2008-11-11
| | | | svn:r17242
* 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
* remove a bunch of obsolete html files. they haven't been linkedRoger Dingledine2008-11-09
| | | | | | | to for many years. i think. svn:r17224
* 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
* Patch from Jacob Appelbaum and me to make User option more robust, properly ↵Steven Murdoch2008-11-07
| | | | | | set supplementary groups, deprecated the Group option, and log more information on credential switching svn:r17200
* 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
* Template file for performance roadmapSteven Murdoch2008-10-13
| | | | svn:r17073
* Add some open tasks for 0.2.1.x.Karsten Loesing2008-10-13
| | | | svn:r17069
* Mark mid-August item done; also, mid October comes before end of October.Karsten Loesing2008-10-13
| | | | svn:r17067
* 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
* remove some old done items i found in the todoRoger Dingledine2008-10-02
| | | | svn:r17030
* Patch from mwenge: update TrackHostExits mapping expiry times when the ↵Nick Mathewson2008-09-29
| | | | | | mappings are used, so that they expire a while after their last use, not a while after their creation. svn:r17004
* 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
* Add country-code support to configured node lists to implement the ↵Nick Mathewson2008-09-25
| | | | | | ever-popular "no exits in Monaco" feature (ExcludeExitNodes {MC}). Also allow country codes and IP ranges in ExitNodes. (EntryNodes needs more work.) Based on code by Robert Hogan. Needs more testing. svn:r16966
* All relays now store and serve v2 hidden service descriptors by default (not ↵Karsten Loesing2008-09-24
| | | | | | only directory mirrors). svn:r16961
* Add patch 4 from Karsten for proposal 121, slightly modified. Karsten ↵Nick Mathewson2008-09-24
| | | | | | should definitely re-review the bits I changed. svn:r16955
* Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits ↵Nick Mathewson2008-09-23
| | | | | | where we do not know an onion key. svn:r16942
* add some more papers we tend to citeRoger Dingledine2008-09-17
| | | | svn:r16918
* 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
* Allow ports 465 and 587 in the default exit policy again. We hadRoger Dingledine2008-09-13
| | | | | | | | | rejected them in 0.1.0.15, because back in 2005 they were commonly misconfigured and ended up as spam targets. We hear they are better locked down these days. svn:r16898
* Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing2008-09-11
| | | | svn:r16858
* give lasse's last name a different charsetRoger Dingledine2008-09-11
| | | | svn:r16838
* remove the last vestiges of the OS variable.Andrew Lewman2008-08-31
| | | | svn:r16701
* we bad grammarRoger Dingledine2008-08-30
| | | | svn:r16688
* clean up numbering, remove an unneeded step. backport this.Andrew Lewman2008-08-27
| | | | svn:r16670
* Update the doc to reflect latest xcodeAndrew Lewman2008-08-27
| | | | svn:r16668
* 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
* mark a todo item that has been done a while agoPeter Palfrader2008-08-14
| | | | svn:r16545
* 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