summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-12-26 r15692@tombo: nickm | 2007-12-25 18:15:50 -0500Nick Mathewson
Bump version to 0.2.0.15-alpha-dev svn:r12982
2007-12-26 r15691@tombo: nickm | 2007-12-25 18:13:54 -0500Nick Mathewson
New, slightly esoteric function, tor_malloc_roundup(). While tor_malloc(x) allocates x bytes, tor_malloc_roundup(&x) allocates the same size of chunk it would use to store x bytes, and sets x to the usable size of that chunk. svn:r12981
2007-12-25bump to 0.2.0.15-alphator-0.2.0.15-alphaRoger Dingledine
svn:r12962
2007-12-25The bridge GeoIP stats were counting other relays, for exampleRoger Dingledine
self-reachability and authority-reachability tests. svn:r12960
2007-12-24tweaksRoger Dingledine
svn:r12959
2007-12-24Fix several remotely triggerable asserts based on DirPort requestsRoger Dingledine
for a v2 or v3 networkstatus object before we were prepared. This was particularly bad for 0.2.0.13 and later bridge relays, who would never have a v2 networkstatus and would thus always crash when used. Bugfixes on 0.2.0.x. Estimate the v3 networkstatus size more accurately, rather than estimating it at zero bytes and giving it artificially high priority compared to other directory requests. Bugfix on 0.2.0.x. svn:r12952
2007-12-24bugfix on r10612:Roger Dingledine
When we load a bridge descriptor from the cache, and it was previously unreachable, mark it as retriable so we won't just ignore it. Also, try fetching a new copy immediately. svn:r12950
2007-12-23 r15653@tombo: nickm | 2007-12-23 14:15:12 -0500Nick Mathewson
Refactor circuit_launch* functions to take a bitfield of flags rather than 4 separate nonconsecutive flags arguments. Also, note a possible but in circuit_find_to_cannibalize, which seems to be ignoring its purpose argument. svn:r12948
2007-12-23 r15648@tombo: nickm | 2007-12-23 13:27:30 -0500Nick Mathewson
Support building for iPhone; patch from cjacker huang. svn:r12946
2007-12-23 r15644@tombo: nickm | 2007-12-23 12:56:38 -0500Nick Mathewson
Bump to 0.2.0.14-alpha-dev svn:r12944
2007-12-23add a 'bridge relay' config section to the sample torrcRoger Dingledine
svn:r12937
2007-12-23fix some irix compile complaints; make "kbytes" work as a memory unitRoger Dingledine
svn:r12936
2007-12-23bump to 0.2.0.14-alphaRoger Dingledine
svn:r12935
2007-12-23minor other things in my sandboxRoger Dingledine
svn:r12934
2007-12-23If we receive a general-purpose descriptor and then receive anRoger Dingledine
identical bridge-purpose descriptor soon after, don't discard the next one as a duplicate. svn:r12933
2007-12-22and clean up after myselfRoger Dingledine
svn:r12930
2007-12-22If bridge authorities set BridgePassword, they will serve aRoger Dingledine
snapshot of known bridge routerstatuses from their DirPort to anybody who knows that password. Unset by default. svn:r12929
2007-12-22Fix a crash on startup if you install Tor 0.2.0.13-alpha fresh Roger Dingledine
without a datadirectory from a previous Tor install. Reported by Zax. svn:r12928
2007-12-22start working on serving bridge status from the dirport, forRoger Dingledine
bridge communities. svn:r12927
2007-12-22If the user sets RelayBandwidthRate but doesn't setRoger Dingledine
RelayBandwidthBurst, then make them equal rather than erroring out. svn:r12925
2007-12-22If BridgeRelay is set to 1, then the default forRoger Dingledine
PublishServerDescriptor is now "bridge" rather than "v2,v3". svn:r12923
2007-12-22Make PublishServerDescriptor default to 1, so the default doesn'tRoger Dingledine
have to change as we invent new directory protocol versions. svn:r12922
2007-12-22Fix a crash when we load a bridge descriptor from disk but we don'tRoger Dingledine
currently have a Bridge line for it in our torrc. Bugfix on 0.2.0.12-alpha. svn:r12921
2007-12-22Make "GETINFO/desc-annotations/id/<OR digest>" actually work.Roger Dingledine
svn:r12919
2007-12-22add a little note about matt's 0.2.0.12-alpha crashRoger Dingledine
svn:r12918
2007-12-21Fix a crash when accessing hidden services: it would work the firstRoger Dingledine
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
2007-12-21Fix a crash when we fetch a descriptor that turns out to beRoger Dingledine
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
2007-12-21the better fix for the unit testsRoger Dingledine
svn:r12907
2007-12-21bump to 0.2.0.13-alpha-devRoger Dingledine
svn:r12906
2007-12-21Make the unit tests build again.Roger Dingledine
svn:r12905
2007-12-21bump to 0.2.0.13-alphator-0.2.0.13-alphaRoger Dingledine
svn:r12902
2007-12-21tiny tweaks on r12900Roger Dingledine
svn:r12901
2007-12-21revert r12841 and r12842, and commit karsten's "patch 13"Roger Dingledine
svn:r12900
2007-12-21Directory authorities should only automatically download Extra InfoRoger Dingledine
documents if they're v1, v2, or v3 authorities. svn:r12898
2007-12-21some more refactoringRoger Dingledine
svn:r12897
2007-12-21new config option FetchDirInfoEarly for tup/ioerror and the tordnselRoger Dingledine
svn:r12896
2007-12-20Only Tors that want to mirror the v2 directory info shouldRoger Dingledine
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
2007-12-20make r12871 do what i meantRoger Dingledine
svn:r12886
2007-12-20 r17274@catbus: nickm | 2007-12-20 01:14:09 -0500Nick Mathewson
Don't try to create the datadir when we are only verifying the configuration or hashing a password. Resolves bug 540. svn:r12884
2007-12-20 r17270@catbus: nickm | 2007-12-20 00:04:21 -0500Nick Mathewson
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
2007-12-20 r17268@catbus: nickm | 2007-12-19 23:53:53 -0500Nick Mathewson
Initialize [un]named_server_map to empty strmaps when router_reload_consensus_networkstatus fails completely. Resolves bug 538. svn:r12881
2007-12-19and the obligatory 'make it compile' follow-upRoger Dingledine
svn:r12872
2007-12-19Make getinfo ns/purpose/bridge actually workRoger Dingledine
Also, dump our bridge router status entries to disk every 30 minutes. svn:r12871
2007-12-19 r15562@tombo: nickm | 2007-12-18 23:23:59 -0500Nick Mathewson
Remove the LearnAuthorityAddrFromCerts option; make it always-on. One option down, ~160 options to go. svn:r12870
2007-12-19 r15560@tombo: nickm | 2007-12-18 23:18:21 -0500Nick Mathewson
Add a bit of missing documentation. svn:r12869
2007-12-19 r15558@tombo: nickm | 2007-12-18 22:55:23 -0500Nick Mathewson
Re-parse annotations in another place. Good catch, arma. svn:r12868
2007-12-19When we were reading router descriptors from cache, we were ignoringRoger Dingledine
the annotations -- including reading in bridge-purpose descriptors as general-purpose descriptors. svn:r12867
2007-12-18 r17246@catbus: nickm | 2007-12-18 18:45:17 -0500Nick Mathewson
Fix some xxx020 items. svn:r12864
2007-12-18 r17239@catbus: nickm | 2007-12-18 16:57:02 -0500Nick Mathewson
Sort GeoIP results in descending order of IP counts. svn:r12863
2007-12-18answer getinfo ns/purpose/bridge queriesRoger Dingledine
svn:r12860