summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-15patch4 from proposal 155:Roger Dingledine
Hidden services start out building five intro circuits rather than three, and when the first three finish they publish a service descriptor using those. Now we publish our service descriptor much faster after restart. svn:r17110
2008-10-15add patch2 from proposal 155:Roger Dingledine
Launch a second client-side introduction circuit in parallel after a delay of 15 seconds (based on work by Christian Wilms). svn:r17108
2008-10-15put in karsten's patch #1 for proposal 155, modifiedRoger Dingledine
svn:r17106
2008-10-14cleanups on proposal 121 while i was reading it. karsten, there's aRoger Dingledine
question for you about passwords at the end. svn:r17097
2008-10-14Patch from rovv: when we have no pending streams, choose exits with ↵Nick Mathewson
choose_good_exit_server_general() rather than with circuit_get_unhandled_ports() and friends. Bugfix on 0.1.1.x, at least. svn:r17091
2008-10-13Template file for performance roadmapSteven Murdoch
svn:r17073
2008-10-13Add some open tasks for 0.2.1.x.Karsten Loesing
svn:r17069
2008-10-13Mark mid-August item done; also, mid October comes before end of October.Karsten Loesing
svn:r17067
2008-10-13Minor fix in the warning messages when you're having problems Roger Dingledine
bootstrapping; also, be more forgiving of bootstrap problems when we're still making incremental progress on a given bootstrap phase. svn:r17066
2008-10-12another coverity-found memory leakRoger Dingledine
svn:r17062
2008-10-12minor memory leak found by coverityRoger Dingledine
svn:r17061
2008-10-12put the 0.2.1.6-alpha blurb into the changelogRoger Dingledine
svn:r17059
2008-10-11add a note to proposal 120 about why it diedRoger Dingledine
svn:r17056
2008-10-08fix typo in log entryRoger Dingledine
svn:r17050
2008-10-02make ./reindex.pl happyRoger Dingledine
svn:r17033
2008-10-02add karsten's proposal 155, after giving it a more unique nameRoger Dingledine
svn:r17032
2008-10-02Use of uninitialized value in regexp compilation at ./reindex.pl line 55.Roger Dingledine
svn:r17031
2008-10-02remove some old done items i found in the todoRoger Dingledine
svn:r17030
2008-10-02Make rend_cache_store() use the same return error codes as its v2Roger Dingledine
equivalent: I got a lonely "Failed to fetch rendezvous descriptor." in my log file, even when the connection worked. svn:r17028
2008-10-01time for another alpha-dev cycleRoger Dingledine
svn:r17023
2008-10-01Now NodeFamily and MyFamily config options allow spaces inRoger Dingledine
identity fingerprints, so it's easier to paste them in. Suggested by Lucky Green. svn:r17021
2008-10-01Force the target path, since the user can't install it anywhere elseAndrew Lewman
anyway. svn:r17020
2008-09-30Switch a should-benee-dless check for an assert.Nick Mathewson
svn:r17018
2008-09-30Forward port 14_fix_geoip_warning.dpatchPeter Palfrader
svn:r17016
2008-09-30New alpha releasePeter Palfrader
svn:r17015
2008-09-30bump to 0.2.1.6-alpha, and note that the exclude*nodes configtor-0.2.1.6-alphaRoger Dingledine
discussion hasn't finished. svn:r17011
2008-09-30a few more tweaksRoger Dingledine
svn:r17010
2008-09-30i *think* this is equivalent. somebody should check me on it though.Roger Dingledine
svn:r17009
2008-09-29v3 authorities write down all the votes they used for the consensusRoger Dingledine
to the datadir, for debugging. svn:r17008
2008-09-29Include circuit purposes in circuit events. Now all circuit events are ↵Nick Mathewson
extended; this makes the code simpler. svn:r17007
2008-09-29Nobody calls circuit_launch_by_nickname; remove it.Nick Mathewson
svn:r17006
2008-09-29Remove the old v2 directory authority 'lefkada' from the defaultRoger Dingledine
list. It has been gone for many months. svn:r17005
2008-09-29Patch from mwenge: update TrackHostExits mapping expiry times when the ↵Nick Mathewson
mappings are used, so that they expire a while after their last use, not a while after their creation. svn:r17004
2008-09-29Tweak the dbg-stability.txt code to log everything else that influences ↵Nick Mathewson
router stability calculations. svn:r17003
2008-09-29Make tor-resolve take a -p port option in addition to the current host:port ↵Nick Mathewson
syntax. svn:r17002
2008-09-29If we have correct permissions on $datadir, we complain to stdoutRoger Dingledine
and fail to start. But dangerous permissions on $datadir/cached-status/ would cause us to open a log and complain there. Now complain to stdout and fail to start in both cases. Fixes bug 820, reported by seeess. svn:r16998
2008-09-29Fix a bug where an unreachable relay would establish enoughRoger Dingledine
reachability testing circuits to do a bandwidth test -- if we already have a connection to the middle hop of the testing circuit, then it could establish the last hop by using the existing connection. Bugfix on 0.1.2.2-alpha, exposed when we made testing circuits no longer use entry guards in 0.2.1.3-alpha. svn:r16997
2008-09-29rearrange the changelog a bit moreRoger Dingledine
svn:r16996
2008-09-29changelog cleanups. give 0.2.1.6-alpha a deadline.Roger Dingledine
svn:r16995
2008-09-28Fix 0/0 calculation in get_weighted_fractional_uptime().Nick Mathewson
svn:r16994
2008-09-28Note that bug 469 needs a proposal in the proposal TODO.Nick Mathewson
svn:r16993
2008-09-26Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse ↵Nick Mathewson
dns resolve, not FAILED. svn:r16985
2008-09-26Make sure ExcludeSingleHopRelays works for an exit.Nick Mathewson
svn:r16984
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
svn:r16983
2008-09-26Put the start-of-downtime value in the start-of-downtime buffer so that we ↵Nick Mathewson
do not put junk in the dbg-stability.txt file svn:r16982
2008-09-26Code to serve a current stability calculations from /tor/dbg-stability.txt. ↵Nick Mathewson
Untested: somebody please run this on an authority and let me know if it is broken. svn:r16981
2008-09-26Make tests pass again by adding an opt hidden-service-dir to the example ↵Nick Mathewson
routerinfo output. svn:r16980
2008-09-26Apply rovv's fix for bug 824.Nick Mathewson
svn:r16975
2008-09-25Widen the conditions under which we whine about not having a geoip file to ↵Nick Mathewson
include "a country code was configured in a node list." svn:r16968
2008-09-25Whitespace fixes.Nick Mathewson
svn:r16967