Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-21 | mark changelog bugfixes with what version they're fromtor-0.2.1.2-alpha | Roger Dingledine | |
svn:r15384 | |||
2008-06-20 | Document this htpass thing for everyone. | Jacob Appelbaum | |
svn:r15381 | |||
2008-06-20 | Added prefixes to testing-network-only configuration options. | Karsten Loesing | |
svn:r15375 | |||
2008-06-20 | prepare for the 0.2.1.2-alpha release. we will tag | Roger Dingledine | |
sometime today. get your fixes in soon. :) svn:r15371 | |||
2008-06-20 | another item matt should do for vidalia | Roger Dingledine | |
svn:r15370 | |||
2008-06-20 | If we close our OR connection because there's been a circuit | Roger Dingledine | |
pending on it for too long, we were telling our bootstrap status events "REASON=NONE". Now tell them "REASON=TIMEOUT". svn:r15369 | |||
2008-06-20 | If you're using bridges, generate "bootstrap problem" warnings | Roger Dingledine | |
as soon as you run out of working bridges, rather than waiting for ten failures -- which will never happen if you have less than ten bridges. svn:r15368 | |||
2008-06-20 | Big bridge bugfixes. Backport candidates. | Roger Dingledine | |
If you have more than one bridge but don't know their keys, you would only learn a request for the descriptor of the first one on your list. (Tor considered launching requests for the others, but found that it already had a connection on the way for $0000...0000 so it didn't open another.) If you have more than one bridge but don't know their keys, and the connection to one of the bridges failed, you would cancel all pending bridge connections. (After all, they all have the same digest.) svn:r15366 | |||
2008-06-19 | Updated Vidalia section and svn url. | Jacob Appelbaum | |
svn:r15365 | |||
2008-06-19 | Small patch from mfr | Jacob Appelbaum | |
svn:r15364 | |||
2008-06-19 | start sending "COUNT=%d RECOMMENDATION=%s" key/values on bootstrap | Roger Dingledine | |
problem status events, so the controller can hear about problems even before tor decides they're worth reporting for sure. svn:r15357 | |||
2008-06-18 | check-spaces, fix a typo | Roger Dingledine | |
svn:r15355 | |||
2008-06-18 | Spec clarifications on 137. | Nick Mathewson | |
svn:r15352 | |||
2008-06-18 | Directory authorities shouldn't complain about bootstrapping | Roger Dingledine | |
problems just because they do a lot of reachability testing and some of the connection attempts fail. svn:r15348 | |||
2008-06-18 | I was on the second paragraph of my or-dev mail explaining why I chose to | Roger Dingledine | |
set starting=1 to avoid potential bugs with having it conflict with 0, which I used to mean uninitialized, when I realized I would be writing many more lame-sounding paragraphs in the future. Just start it at 0 and handle the bugs. svn:r15346 | |||
2008-06-18 | implement more fine-tuning options for stats code | Nick Mathewson | |
svn:r15345 | |||
2008-06-18 | More todo updates | Nick Mathewson | |
svn:r15344 | |||
2008-06-17 | I was told there is an extend_info_free(). I won't leak memory again. I ↵ | Karsten Loesing | |
won't leak memory again. I won't ... svn:r15335 | |||
2008-06-17 | When establishing a hidden service, introduction points that originate from ↵ | Karsten Loesing | |
cannibalized circuits are completely ignored and not included in rendezvous service descriptors. Bugfix on 0.2.0.14-alpha. Backport candidate. svn:r15332 | |||
2008-06-17 | Send an initial "Starting" bootstrap status event, so we have a | Roger Dingledine | |
state to start out in. svn:r15326 | |||
2008-06-17 | add a getinfo so vidalia can query our current bootstrap state, in case | Roger Dingledine | |
it attaches partway through and wants to catch up. matt, is this a good format for you, or is there an even better format? svn:r15325 | |||
2008-06-17 | Updated to reflect the new pootle backend process. This can almost all be ↵ | Jacob Appelbaum | |
automated when the time comes and when we are sure we won't have major issues with pootle/translation updates/etc. svn:r15320 | |||
2008-06-16 | Fix .z suffix for intrumented download stats once more | Peter Palfrader | |
svn:r15316 | |||
2008-06-16 | Fix .z suffix for intrumented download stats | Peter Palfrader | |
svn:r15315 | |||
2008-06-16 | make rend-spec sound less like the begin_dir cell actually includes | Roger Dingledine | |
the start of the http payload. svn:r15311 | |||
2008-06-16 | More bug 707 fixes: no #if/#endif pairs inside macro arguments. | Nick Mathewson | |
svn:r15307 | |||
2008-06-16 | Clean up a macro/cpp interaction related to bug 707. Also, add a new ↵ | Nick Mathewson | |
"filename" config value type which is currently just a synonym for string, but which might be subject to expansion later. svn:r15305 | |||
2008-06-16 | Add proposal 141: download server descriptors on demand. (Status: Draft). | Nick Mathewson | |
svn:r15302 | |||
2008-06-16 | r16341@tombo: nickm | 2008-06-15 22:04:25 -0400 | Nick Mathewson | |
Allow spaces to be omitted in approved-router file fingerprints. Requested by arma. svn:r15296 | |||
2008-06-16 | Add proposal 140-consensus-diffs.txt | Nick Mathewson | |
svn:r15293 | |||
2008-06-16 | Set keywords and/or eol-styles on some recent proposals | Nick Mathewson | |
svn:r15292 | |||
2008-06-15 | Add the long finished conditional-consensus-download proposal as 139 | Peter Palfrader | |
svn:r15288 | |||
2008-06-15 | Make filename lines in proposals match actual filenames. Accept 135. | Nick Mathewson | |
svn:r15279 | |||
2008-06-15 | Update reindex script to check filename lines. | Nick Mathewson | |
svn:r15278 | |||
2008-06-15 | In Steve Jobs parlance, "boom." The Tor osx bundle is now just Tor and | Andrew Lewman | |
a startup script. This is consistent with every other OS for which we build packages. If you want privoxy and torbutton, use the Vidalia bundle. svn:r15272 | |||
2008-06-15 | minor touchups on proposals | Roger Dingledine | |
svn:r15263 | |||
2008-06-14 | Comments and doc tweaks on Karsten's testing-dir-networks patch | Nick Mathewson | |
svn:r15254 | |||
2008-06-14 | Patch from Karsten to implement proposal 135 ("Testing Tor Networks"). | Nick Mathewson | |
svn:r15253 | |||
2008-06-14 | Malloc does not return size_t. (bug noticed by lodger.) | Nick Mathewson | |
svn:r15252 | |||
2008-06-14 | a huge pile of bridge and bootstrap related bugs that arma should work on. | Roger Dingledine | |
svn:r15249 | |||
2008-06-13 | Make unit tests pass again | Peter Palfrader | |
svn:r15237 | |||
2008-06-13 | note a bug that karsten found | Roger Dingledine | |
svn:r15236 | |||
2008-06-13 | > why would it need an anonymized connection? | Roger Dingledine | |
> ah. > yes, i think you're right. i was thinking 3-hop, but i think it is 1-hop. svn:r15235 | |||
2008-06-13 | More clarifications to xxx-geoip-survey-plan.txt. | Nick Mathewson | |
svn:r15234 | |||
2008-06-13 | Mark 136 as finished. | Nick Mathewson | |
svn:r15233 | |||
2008-06-13 | Merge proposal 138 as Closed and merge it into the main spec | Peter Palfrader | |
svn:r15232 | |||
2008-06-13 | Briefly mention consensus method 3 | Peter Palfrader | |
svn:r15231 | |||
2008-06-13 | implement proposal 138: removing down routers from consensus | Peter Palfrader | |
svn:r15230 | |||
2008-06-13 | Explain how my emacs setup works in the HACKING file. Someone else may care too. | Nick Mathewson | |
svn:r15228 | |||
2008-06-13 | Asking for a conditional consensus at .../consensus/<fingerprints> would crash | Peter Palfrader | |
a dirserver if it did not already have a consensus. svn:r15227 |