aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* When it can't resolve any dirservers, it was useless from then on.Roger Dingledine2004-02-26
* if the default torrc isn't there, just use some default defaultsRoger Dingledine2004-02-26
* Another case of the same.Nick Mathewson2004-02-17
* Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0Nick Mathewson2004-02-17
* best_support_idx is obsoleteRoger Dingledine2004-02-17
* make braces cleaner, bug still persistsRoger Dingledine2004-02-17
* Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w...Nick Mathewson2004-02-17
* prevent picking middleman nodes as the last node in the circuitRoger Dingledine2004-02-17
* Another related leakNick Mathewson2004-01-30
* Freeing twice does *not* make the heap twice as clean.Nick Mathewson2004-01-30
* Fix a bug that might have caused the leak, but which might have been hiding o...Nick Mathewson2004-01-30
* Fix possible (but unlikely) mem leak.Nick Mathewson2004-01-30
* finally locate the memory leak,Roger Dingledine2004-01-30
* oh, and make it compileRoger Dingledine2004-01-11
* split the token bucket into 'rate' and 'burst' paramsRoger Dingledine2004-01-10
* rename circ_id_t to uint16_t for code clarityRoger Dingledine2003-12-19
* remove trailing whitespaceRoger Dingledine2003-12-17
* Make compile warning-free on cygwinNick Mathewson2003-12-15
* Accept 1.2.3.4/x as a synonym for 1.2.3.4/x:* .Nick Mathewson2003-12-14
* bughunt: start tracking the bug mutiny foundRoger Dingledine2003-12-13
* revamp circuit node selection to use smartlists:Roger Dingledine2003-12-13
* Add port ranges to exit policiesNick Mathewson2003-12-13
* use the smartlist to pick random routers, rather than our own idiomRoger Dingledine2003-12-13
* if >=2 circs are being built that handle a given stream,Roger Dingledine2003-12-12
* Document parsing functions in routerlist.c, and separate parsing from non-par...Nick Mathewson2003-12-09
* Make router/directory parsing nondestructive and more const-friendlyNick Mathewson2003-12-08
* declare the prototypes betterRoger Dingledine2003-12-06
* break routers.c into router.c for stuff the router does,Roger Dingledine2003-12-06