Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add a 'bridge relay' config section to the sample torrc | Roger Dingledine | 2007-12-23 |
| | | | | svn:r12937 | ||
* | fix some irix compile complaints; make "kbytes" work as a memory unit | Roger Dingledine | 2007-12-23 |
| | | | | svn:r12936 | ||
* | bump to 0.2.0.14-alpha | Roger Dingledine | 2007-12-23 |
| | | | | svn:r12935 | ||
* | minor other things in my sandbox | Roger Dingledine | 2007-12-23 |
| | | | | svn:r12934 | ||
* | If we receive a general-purpose descriptor and then receive an | Roger Dingledine | 2007-12-23 |
| | | | | | | | | identical bridge-purpose descriptor soon after, don't discard the next one as a duplicate. svn:r12933 | ||
* | r17340@catbus: nickm | 2007-12-22 12:30:07 -0500 | Nick Mathewson | 2007-12-22 |
| | | | | | | | Try to resolve bug 553 by adding a sys/time.h include to the autoconf test for rlim_t. svn:r12931 | ||
* | and clean up after myself | Roger Dingledine | 2007-12-22 |
| | | | | svn:r12930 | ||
* | If bridge authorities set BridgePassword, they will serve a | Roger Dingledine | 2007-12-22 |
| | | | | | | | | snapshot of known bridge routerstatuses from their DirPort to anybody who knows that password. Unset by default. svn:r12929 | ||
* | Fix a crash on startup if you install Tor 0.2.0.13-alpha fresh | Roger Dingledine | 2007-12-22 |
| | | | | | | | | without a datadirectory from a previous Tor install. Reported by Zax. svn:r12928 | ||
* | start working on serving bridge status from the dirport, for | Roger Dingledine | 2007-12-22 |
| | | | | | | | bridge communities. svn:r12927 | ||
* | add the blurb for 0.2.0.13-alpha | Roger Dingledine | 2007-12-22 |
| | | | | svn:r12926 | ||
* | If the user sets RelayBandwidthRate but doesn't set | Roger Dingledine | 2007-12-22 |
| | | | | | | | RelayBandwidthBurst, then make them equal rather than erroring out. svn:r12925 | ||
* | todo: | Roger Dingledine | 2007-12-22 |
| | | | | | | | | if we notice a cached-status directory and we're not serving v2 dir info and it's old enough, delete it. same with cached-routers*. svn:r12924 | ||
* | If BridgeRelay is set to 1, then the default for | Roger Dingledine | 2007-12-22 |
| | | | | | | | PublishServerDescriptor is now "bridge" rather than "v2,v3". svn:r12923 | ||
* | Make PublishServerDescriptor default to 1, so the default doesn't | Roger Dingledine | 2007-12-22 |
| | | | | | | | have to change as we invent new directory protocol versions. svn:r12922 | ||
* | Fix a crash when we load a bridge descriptor from disk but we don't | Roger Dingledine | 2007-12-22 |
| | | | | | | | | currently have a Bridge line for it in our torrc. Bugfix on 0.2.0.12-alpha. svn:r12921 | ||
* | a todo item that nick might like sometime | Roger Dingledine | 2007-12-22 |
| | | | | svn:r12920 | ||
* | Make "GETINFO/desc-annotations/id/<OR digest>" actually work. | Roger Dingledine | 2007-12-22 |
| | | | | svn:r12919 | ||
* | add a little note about matt's 0.2.0.12-alpha crash | Roger Dingledine | 2007-12-22 |
| | | | | svn:r12918 | ||
* | Fix a crash when accessing hidden services: it would work the first | Roger Dingledine | 2007-12-21 |
| | | | | | | | | | time you use a given introduction point for your service, but on subsequent requests we'd be using garbage memory. Fixed by Karsten Loesing. Bugfix on 0.2.0.12-alpha. svn:r12913 | ||
* | trivial whitespace fix | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12912 | ||
* | Fix a crash when we fetch a descriptor that turns out to be | Roger Dingledine | 2007-12-21 |
| | | | | | | | | | unexpected (it used to be in our networkstatus when we started fetching it, but it isn't in our current networkstatus), and we aren't using bridges. Bugfix on 0.2.0.x. svn:r12911 | ||
* | * New upstream version. | Peter Palfrader | 2007-12-21 |
| | | | | | | | * Fix unit tests from HEAD (13_r12907-fix-unit-tests.dpatch). svn:r12909 | ||
* | todo: write a tor-gencert man page | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12908 | ||
* | the better fix for the unit tests | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12907 | ||
* | bump to 0.2.0.13-alpha-dev | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12906 | ||
* | Make the unit tests build again. | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12905 | ||
* | bump to 0.2.0.13-alpha | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12902 | ||
* | tiny tweaks on r12900 | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12901 | ||
* | revert r12841 and r12842, and commit karsten's "patch 13" | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12900 | ||
* | clean up changelog and todo file | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12899 | ||
* | Directory authorities should only automatically download Extra Info | Roger Dingledine | 2007-12-21 |
| | | | | | | | documents if they're v1, v2, or v3 authorities. svn:r12898 | ||
* | some more refactoring | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12897 | ||
* | new config option FetchDirInfoEarly for tup/ioerror and the tordnsel | Roger Dingledine | 2007-12-21 |
| | | | | svn:r12896 | ||
* | Only Tors that want to mirror the v2 directory info should | Roger Dingledine | 2007-12-20 |
| | | | | | | | | | | | create the "cached-status" directory in their datadir. All Tors used to create it. Bugfix on 0.1.2.x. Bridge relays with DirPort set to 0 no longer cache v1 or v2 directory information; there's no point. Bugfix on trunk. svn:r12887 | ||
* | make r12871 do what i meant | Roger Dingledine | 2007-12-20 |
| | | | | svn:r12886 | ||
* | r17274@catbus: nickm | 2007-12-20 01:14:09 -0500 | Nick Mathewson | 2007-12-20 |
| | | | | | | | Don't try to create the datadir when we are only verifying the configuration or hashing a password. Resolves bug 540. svn:r12884 | ||
* | r17270@catbus: nickm | 2007-12-20 00:04:21 -0500 | Nick Mathewson | 2007-12-20 |
| | | | | | | | When we decide to send a 503 in response to a request for server descriptors, disable spooling so that we do not then send the descriptors anyway. Fixes bug 539. svn:r12882 | ||
* | r17268@catbus: nickm | 2007-12-19 23:53:53 -0500 | Nick Mathewson | 2007-12-20 |
| | | | | | | | Initialize [un]named_server_map to empty strmaps when router_reload_consensus_networkstatus fails completely. Resolves bug 538. svn:r12881 | ||
* | and the obligatory 'make it compile' follow-up | Roger Dingledine | 2007-12-19 |
| | | | | svn:r12872 | ||
* | Make getinfo ns/purpose/bridge actually work | Roger Dingledine | 2007-12-19 |
| | | | | | | | Also, dump our bridge router status entries to disk every 30 minutes. svn:r12871 | ||
* | r15562@tombo: nickm | 2007-12-18 23:23:59 -0500 | Nick Mathewson | 2007-12-19 |
| | | | | | | | Remove the LearnAuthorityAddrFromCerts option; make it always-on. One option down, ~160 options to go. svn:r12870 | ||
* | r15560@tombo: nickm | 2007-12-18 23:18:21 -0500 | Nick Mathewson | 2007-12-19 |
| | | | | | | | Add a bit of missing documentation. svn:r12869 | ||
* | r15558@tombo: nickm | 2007-12-18 22:55:23 -0500 | Nick Mathewson | 2007-12-19 |
| | | | | | | | Re-parse annotations in another place. Good catch, arma. svn:r12868 | ||
* | When we were reading router descriptors from cache, we were ignoring | Roger Dingledine | 2007-12-19 |
| | | | | | | | | the annotations -- including reading in bridge-purpose descriptors as general-purpose descriptors. svn:r12867 | ||
* | r17246@catbus: nickm | 2007-12-18 18:45:17 -0500 | Nick Mathewson | 2007-12-18 |
| | | | | | | | Fix some xxx020 items. svn:r12864 | ||
* | r17239@catbus: nickm | 2007-12-18 16:57:02 -0500 | Nick Mathewson | 2007-12-18 |
| | | | | | | | Sort GeoIP results in descending order of IP counts. svn:r12863 | ||
* | answer getinfo ns/purpose/bridge queries | Roger Dingledine | 2007-12-18 |
| | | | | svn:r12860 | ||
* | Make bridge authorities test reachability of bridges. | Roger Dingledine | 2007-12-18 |
| | | | | | | | Added two XXX020's that we need to think harder about. svn:r12859 | ||
* | r17233@catbus: nickm | 2007-12-18 16:26:55 -0500 | Nick Mathewson | 2007-12-18 |
| | | | | | | | Changelog entry for geoip. svn:r12858 |