Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-28 | patch from matt to implement 'getinfo status/clients-seen' | Roger Dingledine | |
svn:r18287 | |||
2009-01-28 | more minor bugs in the control spec | Roger Dingledine | |
svn:r18286 | |||
2009-01-28 | typo found by 'nil' | Roger Dingledine | |
svn:r18283 | |||
2009-01-25 | Correct some typos while reading dir specs. | Karsten Loesing | |
svn:r18266 | |||
2009-01-22 | Section on peer-to-peer bandwidth estimation | Steven Murdoch | |
svn:r18242 | |||
2009-01-22 | New section "Minimzing latency of paths" in performance optimization paper | Steven Murdoch | |
svn:r18227 | |||
2009-01-21 | note that BridgeRecordUsageByCountry is on by default (but it | Roger Dingledine | |
still only takes effect if BridgeRelay is set) svn:r18202 | |||
2009-01-21 | Let controllers actually ask for the "clients_seen" event. Bugfix | Roger Dingledine | |
on 0.2.1.10-alpha; reported by Matt Edman. svn:r18201 | |||
2009-01-20 | bump to 0.2.1.11-alpha, clean up changelogtor-0.2.1.11-alpha | Roger Dingledine | |
svn:r18192 | |||
2009-01-20 | remove some done items, clarify a few others | Roger Dingledine | |
svn:r18190 | |||
2009-01-20 | Discuss effect of adjusting node selection probability based on exit policy | Steven Murdoch | |
svn:r18188 | |||
2009-01-18 | mark off some done items | Roger Dingledine | |
svn:r18173 | |||
2009-01-18 | move my microdescriptors proposal into slot 158 | Roger Dingledine | |
svn:r18172 | |||
2009-01-18 | clean up my microdescriptors proposals now that i've slept on it | Roger Dingledine | |
svn:r18171 | |||
2009-01-18 | touchups | Roger Dingledine | |
svn:r18165 | |||
2009-01-18 | some notes on how exactly to do this microdescriptor thing. | Roger Dingledine | |
svn:r18163 | |||
2009-01-15 | Bump openssl version. | Andrew Lewman | |
svn:r18112 | |||
2009-01-08 | AUTHENTICATE is really mandatory. No authentication is not quite the default. | Nick Mathewson | |
svn:r18024 | |||
2009-01-06 | Bugfix on r13098. Backport candidate. | Roger Dingledine | |
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 | |||
2009-01-06 | the new alpha release is coming out this week sometime. too many | Roger Dingledine | |
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 | |||
2009-01-05 | apply a variant of rovv's bug 872 patch, and document that we want a better ↵ | Nick Mathewson | |
solution for 0.2.2.x. svn:r17924 | |||
2009-01-05 | Better explain the PublishServerDescriptor option in the manpage | Sebastian Hahn | |
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 | |||
2009-01-04 | List places where the hidden service protocol uses SHA-1. | Karsten Loesing | |
svn:r17866 | |||
2008-12-31 | Note another place we use sha1 | Nick Mathewson | |
svn:r17836 | |||
2008-12-30 | New proposal "idea" listing all the places I could think of that we use SHA-1. | Nick Mathewson | |
svn:r17831 | |||
2008-12-29 | Document RELAY_EARLY cells in tor-spec.txt: proposal 110 is mostly ↵ | Nick Mathewson | |
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 | |||
2008-12-29 | Update openssl version, suggest latest libevent. | Andrew Lewman | |
svn:r17806 | |||
2008-12-27 | minor todo updates | Roger Dingledine | |
svn:r17797 | |||
2008-12-27 | New controller event "clients_seen" to report a geoip-based summary | Roger Dingledine | |
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 | |||
2008-12-25 | Add discussion on how network latency changes when the network load differs ↵ | Steven Murdoch | |
from the level that the node selection algorithm was designed for svn:r17769 | |||
2008-12-25 | Add R script for estimating average node latency at different levels of ↵ | Steven Murdoch | |
network load svn:r17768 | |||
2008-12-25 | propset on our new todo lists. why can't svn just know what i mean. | Roger Dingledine | |
svn:r17766 | |||
2008-12-24 | Discussion on optimizing the node selection probabilities | Steven Murdoch | |
svn:r17763 | |||
2008-12-24 | Annotate relative-selection-probabilities graph | Steven Murdoch | |
svn:r17762 | |||
2008-12-24 | Add R code for plotting optimized node selection probabilities | Steven Murdoch | |
svn:r17761 | |||
2008-12-21 | mark done an item that sebastian did | Roger Dingledine | |
svn:r17716 | |||
2008-12-20 | Discussion on performance impact of removing empty TLS application records | Steven Murdoch | |
svn:r17710 | |||
2008-12-19 | Say more about comment conventions in doc/HACKING | Nick Mathewson | |
svn:r17703 | |||
2008-12-19 | finally commit the three-year roadmap i've been working on. yay! | Roger Dingledine | |
svn:r17696 | |||
2008-12-19 | make a new doc/roadmaps directory, and move our current roadmap | Roger Dingledine | |
drafts into it. svn:r17693 | |||
2008-12-18 | Replace calls to time(NULL) that occur on the order of once per read, one ↵ | Nick Mathewson | |
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 | |||
2008-12-17 | Remove RedirectExit feature; it has been deprecated since 0.2.0.3-alpha | Nick Mathewson | |
svn:r17663 | |||
2008-12-17 | Rename ServerDNSAllowBrokenResolvConf to ServerDNSAllowBrokenConfig. | Nick Mathewson | |
(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 | |||
2008-12-17 | manpage: stop mentioning the possibility that Tor has been built without ↵ | Nick Mathewson | |
eventdns. That hasn't been possible since 0.2.0.1-alpha svn:r17655 | |||
2008-12-17 | Add manpage documentation for ServerDNSRandomizeCase. | Nick Mathewson | |
svn:r17654 | |||
2008-12-15 | Don't extend circuits over noncanonical connections with mismatched addresses. | Nick Mathewson | |
Also, refactor the logic to check whether we will use a connection or launch a new one into a new function. svn:r17628 | |||
2008-12-15 | Apply rovv's bug 805 fix: take more care never to prefer a non-canonical ↵ | Nick Mathewson | |
connection. svn:r17627 | |||
2008-12-13 | add another torbutton issue that needs solving | Roger Dingledine | |
svn:r17619 | |||
2008-12-12 | Merge 148 into tor-spec, mark it Closed, and check off proposal 148 in TODO.021 | Nick Mathewson | |
svn:r17613 | |||
2008-12-12 | Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server ↵ | Nick Mathewson | |
side of 157. svn:r17611 |