summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2003-12-14Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* .Nick Mathewson
2003-12-13bughunt: start tracking the bug mutiny foundRoger Dingledine
2003-12-13revamp circuit node selection to use smartlists:Roger Dingledine
2003-12-13Add port ranges to exit policiesNick Mathewson
2003-12-13use the smartlist to pick random routers, rather than our own idiomRoger Dingledine
2003-12-12if >=2 circs are being built that handle a given stream,Roger Dingledine
2003-12-09Document parsing functions in routerlist.c, and separate parsing from non-par...Nick Mathewson
2003-12-08Make router/directory parsing nondestructive and more const-friendlyNick Mathewson
2003-12-06declare the prototypes betterRoger Dingledine
2003-12-06break routers.c into router.c for stuff the router does,Roger Dingledine