summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-16 r15857@catbus: nickm | 2007-10-16 12:59:13 -0400Nick Mathewson
Add proposal 123-autonaming.txt svn:r11988
2007-10-16svn:r11987Nick Mathewson
2007-10-16 r15853@catbus: nickm | 2007-10-16 11:32:55 -0400Nick Mathewson
Fix "Error adding vote: OK" message. svn:r11986
2007-10-16 r15849@catbus: nickm | 2007-10-16 10:24:38 -0400Nick Mathewson
Correct and additional fix to bug 529. svn:r11985
2007-10-16 r15848@catbus: nickm | 2007-10-16 10:17:02 -0400Nick Mathewson
Only drop routers for not appearing in the consensus if their purpose is GENERAL. svn:r11984
2007-10-16 r15847@catbus: nickm | 2007-10-16 10:15:07 -0400Nick Mathewson
Fix the simpler bit of bug 529: update routerinfo_t.is_named from the consensus. svn:r11983
2007-10-16 r15843@catbus: nickm | 2007-10-16 09:58:49 -0400Nick Mathewson
Clean up our code to fix a warning under gcc 4.2 svn:r11982
2007-10-16a few clarifications to the v3 auth dir policyRoger Dingledine
svn:r11974
2007-10-16Update the "How to add a v3 directory authority" doc as best I can.Roger Dingledine
svn:r11973
2007-10-16clean up some old syntax errors in the man pageRoger Dingledine
svn:r11972
2007-10-16give PublishServerDescriptor a real man page entryRoger Dingledine
svn:r11971
2007-10-16Update url in various files.Andrew Lewman
svn:r11970
2007-10-16Update url in included docs.Andrew Lewman
svn:r11969
2007-10-16Correctly check for bad options to the "PublishServerDescriptor"Roger Dingledine
config option. Bugfix on 0.2.0.1-alpha; reported by Matt Edman. svn:r11968
2007-10-16 r15814@catbus: nickm | 2007-10-15 22:15:19 -0400Nick Mathewson
Fix last patch. svn:r11961
2007-10-16two ugly hacks to make my tor client start again. nick, theseRoger Dingledine
are for you. svn:r11960
2007-10-15 r15809@catbus: nickm | 2007-10-15 19:44:13 -0400Nick Mathewson
Do not call the more interesting parts of routers_update_all_from_networkstatus if there is no live networkstatus. svn:r11958
2007-10-15 r15806@catbus: nickm | 2007-10-15 19:14:57 -0400Nick Mathewson
Implement v3 networkstatus client code. Remove v2 networkstatus client code, except as needed for caches to fetch and serve v2 networkstatues and the routers they list. svn:r11957
2007-10-15svn:r11956Nick Mathewson
2007-10-15update the 'exitlist' instructions for our new file namesRoger Dingledine
svn:r11955
2007-10-15first cut of a policy for what new directory authorities we want.Roger Dingledine
svn:r11954
2007-10-15Make last commit compileNick Mathewson
svn:r11953
2007-10-15Add some debugging logs related to dir vote timing.Nick Mathewson
svn:r11952
2007-10-15 r15793@catbus: nickm | 2007-10-15 15:50:52 -0400Nick Mathewson
Do not set "have published consensus" to 1 after we recalculate timing. svn:r11951
2007-10-15Doxygen whines bitterly unless I let it update the configfilePeter Palfrader
svn:r11948
2007-10-15 r15790@catbus: nickm | 2007-10-15 11:38:28 -0400Nick Mathewson
Fix bug 528: fix memory leak in base32_decode(). While there, also make base32_decode() accept upper-case inputs. svn:r11946
2007-10-15 r15781@catbus: nickm | 2007-10-15 10:59:26 -0400Nick Mathewson
Make discard_old_votes part of the consensus publishing process, so we conform to spec, and so we avoid a weird bugs where publishing sets the consensus, setting the consensus makes us reschedule, and rescheduling makes us delay vote-discarding. svn:r11944
2007-10-15 r15780@catbus: nickm | 2007-10-15 10:35:16 -0400Nick Mathewson
Fix the implementation of "download votes by digest". svn:r11943
2007-10-15Updated docs for osx dmg creation include torbutton.Andrew Lewman
svn:r11939
2007-10-15Introducing Torbutton integration to the Tor-Privoxy OSX bundle.Andrew Lewman
svn:r11938
2007-10-14 r15770@catbus: nickm | 2007-10-14 13:21:08 -0400Nick Mathewson
Remove some completed items from the TODO. svn:r11937
2007-10-14Update my todo's.Andrew Lewman
svn:r11932
2007-10-14 r15750@catbus: nickm | 2007-10-13 20:06:47 -0400Nick Mathewson
Eventually delete the obsolete cached-routers and cached-routers.new files, so they don't sit around on disk forever. svn:r11918
2007-10-14 r15749@catbus: nickm | 2007-10-13 20:06:06 -0400Nick Mathewson
Remove support for long-obsolete bw_accounting file. svn:r11917
2007-10-13Stop publishing a new server descriptor just because we HUP orRoger Dingledine
when we find our DirPort to be reachable but won't actually publish it. Extra descriptors without any real changes are dropped by the authorities, and can screw up our "publish every 18 hours" schedule. svn:r11915
2007-10-13note a bug in directories_have_accepted_server_descriptor() pointedRoger Dingledine
out by weasel svn:r11914
2007-10-13stop handling 403 responses from directory authorities/mirrors. weRoger Dingledine
haven't issued those in years. svn:r11913
2007-10-13New upstream versionPeter Palfrader
svn:r11908
2007-10-12 r15732@catbus: nickm | 2007-10-12 17:28:24 -0400Nick Mathewson
Start roughing out the functions that we'll use to replace the old ugly v2 networkstatus manipulation code". svn:r11904
2007-10-12 r15731@catbus: nickm | 2007-10-12 17:27:48 -0400Nick Mathewson
Move "sort a list of routerinfo_t" into its own function in routerlist.c svn:r11903
2007-10-12 r15730@catbus: nickm | 2007-10-12 16:47:47 -0400Nick Mathewson
Note a way to make routerlist_remove_old_routrs get called way less. svn:r11902
2007-10-12 r15728@catbus: nickm | 2007-10-12 15:48:17 -0400Nick Mathewson
Bump version to 0.2.0.8-alpha-dev; start next changelog section. svn:r11901
2007-10-12muck with the changelog some moretor-0.2.0.8-alphaRoger Dingledine
svn:r11898
2007-10-12bump to 0.2.0.8-alphaRoger Dingledine
svn:r11897
2007-10-12 r15721@catbus: nickm | 2007-10-12 13:30:48 -0400Nick Mathewson
Base vote timing only on a currently live consensus. svn:r11896
2007-10-12 r15719@catbus: nickm | 2007-10-12 13:07:45 -0400Nick Mathewson
Add the routers in the latest consensus to the list of routers to retain when removing old ones. svn:r11895
2007-10-12fix two instances of double-frees. may fix bug 527.Roger Dingledine
svn:r11893
2007-10-12Controllers should now specify cache=no or cache=yes when usingRoger Dingledine
the +POSTDESCRIPTOR command. svn:r11892
2007-10-11Disable the SETROUTERPURPOSE controller command: it is now obsolete.Roger Dingledine
svn:r11891
2007-10-11minor cleanupsRoger Dingledine
svn:r11890