aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* Updated win32/mingw directions for openssl 0.9.8j.Andrew Lewman2009-01-29
| | | | svn:r18327
* Clean up the rpm creation steps.Andrew Lewman2009-01-29
| | | | svn:r18325
* Add data files generated by selection probability optimization algorithmSteven Murdoch2009-01-29
| | | | svn:r18316
* patch from matt to implement 'getinfo status/clients-seen'Roger Dingledine2009-01-28
| | | | svn:r18287
* more minor bugs in the control specRoger Dingledine2009-01-28
| | | | svn:r18286
* typo found by 'nil'Roger Dingledine2009-01-28
| | | | svn:r18283
* Correct some typos while reading dir specs.Karsten Loesing2009-01-25
| | | | svn:r18266
* Section on peer-to-peer bandwidth estimationSteven Murdoch2009-01-22
| | | | svn:r18242
* New section "Minimzing latency of paths" in performance optimization paperSteven Murdoch2009-01-22
| | | | svn:r18227
* note that BridgeRecordUsageByCountry is on by default (but itRoger Dingledine2009-01-21
| | | | | | | still only takes effect if BridgeRelay is set) svn:r18202
* Let controllers actually ask for the "clients_seen" event. BugfixRoger Dingledine2009-01-21
| | | | | | | on 0.2.1.10-alpha; reported by Matt Edman. svn:r18201
* bump to 0.2.1.11-alpha, clean up changelogRoger Dingledine2009-01-20
| | | | svn:r18192
* remove some done items, clarify a few othersRoger Dingledine2009-01-20
| | | | svn:r18190
* Discuss effect of adjusting node selection probability based on exit policySteven Murdoch2009-01-20
| | | | svn:r18188
* mark off some done itemsRoger Dingledine2009-01-18
| | | | svn:r18173
* move my microdescriptors proposal into slot 158Roger Dingledine2009-01-18
| | | | svn:r18172
* clean up my microdescriptors proposals now that i've slept on itRoger Dingledine2009-01-18
| | | | svn:r18171
* touchupsRoger Dingledine2009-01-18
| | | | svn:r18165
* some notes on how exactly to do this microdescriptor thing.Roger Dingledine2009-01-18
| | | | svn:r18163
* Bump openssl version.Andrew Lewman2009-01-15
| | | | svn:r18112
* AUTHENTICATE is really mandatory. No authentication is not quite the default.Nick Mathewson2009-01-08
| | | | svn:r18024
* Bugfix on r13098. Backport candidate.Roger Dingledine2009-01-06
| | | | | | | | | | When we made bridge authorities stop serving bridge descriptors over unencrypted links, we also broke DirPort reachability testing for bridges. So bridges with a non-zero DirPort were printing spurious warns to their logs. Bugfix on 0.2.0.16-alpha. Fixes bug 709. svn:r17945
* the new alpha release is coming out this week sometime. too manyRoger Dingledine2009-01-06
| | | | | | | | bugs fixed to keep waiting. i still need to track down bug 709 first though, since i am increasingly thinking it's a real bug. svn:r17944
* apply a variant of rovv's bug 872 patch, and document that we want a better ↵Nick Mathewson2009-01-05
| | | | | | solution for 0.2.2.x. svn:r17924
* Better explain the PublishServerDescriptor option in the manpageSebastian Hahn2009-01-05
| | | | | | PublishServerDescriptor 1 means "publish to the relevant authority", not "publish to v2,v3 authorities". Also adjust the time in the manpage to January 2009 svn:r17909
* List places where the hidden service protocol uses SHA-1.Karsten Loesing2009-01-04
| | | | svn:r17866
* Note another place we use sha1Nick Mathewson2008-12-31
| | | | svn:r17836
* New proposal "idea" listing all the places I could think of that we use SHA-1.Nick Mathewson2008-12-30
| | | | svn:r17831
* Document RELAY_EARLY cells in tor-spec.txt: proposal 110 is mostly ↵Nick Mathewson2008-12-29
| | | | | | implemented, and the rest of it will need to wait until all current Tor 0.2.0.x clients are obsolete to close. svn:r17816
* Update openssl version, suggest latest libevent.Andrew Lewman2008-12-29
| | | | svn:r17806
* minor todo updatesRoger Dingledine2008-12-27
| | | | svn:r17797
* New controller event "clients_seen" to report a geoip-based summaryRoger Dingledine2008-12-27
| | | | | | | | | of which countries we've seen clients from recently. Now controllers like Vidalia can show bridge operators that they're actually making a difference. svn:r17796
* Add discussion on how network latency changes when the network load differs ↵Steven Murdoch2008-12-25
| | | | | | from the level that the node selection algorithm was designed for svn:r17769
* Add R script for estimating average node latency at different levels of ↵Steven Murdoch2008-12-25
| | | | | | network load svn:r17768
* propset on our new todo lists. why can't svn just know what i mean.Roger Dingledine2008-12-25
| | | | svn:r17766
* Discussion on optimizing the node selection probabilitiesSteven Murdoch2008-12-24
| | | | svn:r17763
* Annotate relative-selection-probabilities graphSteven Murdoch2008-12-24
| | | | svn:r17762
* Add R code for plotting optimized node selection probabilitiesSteven Murdoch2008-12-24
| | | | svn:r17761
* mark done an item that sebastian didRoger Dingledine2008-12-21
| | | | svn:r17716
* Discussion on performance impact of removing empty TLS application recordsSteven Murdoch2008-12-20
| | | | svn:r17710
* Say more about comment conventions in doc/HACKINGNick Mathewson2008-12-19
| | | | svn:r17703
* finally commit the three-year roadmap i've been working on. yay!Roger Dingledine2008-12-19
| | | | svn:r17696
* make a new doc/roadmaps directory, and move our current roadmapRoger Dingledine2008-12-19
| | | | | | | drafts into it. svn:r17693
* Replace calls to time(NULL) that occur on the order of once per read, one ↵Nick Mathewson2008-12-18
| | | | | | per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow. svn:r17690
* Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alphaNick Mathewson2008-12-17
| | | | svn:r17663
* Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig.Nick Mathewson2008-12-17
| | | | | | | (Many users have no idea what a resolv.conf is, and shouldn't be forced to learn. The old option will keep working for now.) Also, document it. svn:r17661
* manpage: stop mentioning the possibility that Tor has been built without ↵Nick Mathewson2008-12-17
| | | | | | eventdns. That hasn't been possible since 0.2.0.1-alpha svn:r17655
* Add manpage documentation for ServerDNSRandomizeCase.Nick Mathewson2008-12-17
| | | | svn:r17654
* Don't extend circuits over noncanonical connections with mismatched addresses.Nick Mathewson2008-12-15
| | | | | | | Also, refactor the logic to check whether we will use a connection or launch a new one into a new function. svn:r17628
* Apply rovv's bug 805 fix: take more care never to prefer a non-canonical ↵Nick Mathewson2008-12-15
| | | | | | connection. svn:r17627