summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2004-04-28clean dns.c betterRoger Dingledine
2004-04-28Workarounds for a couple of pieces of windows strangeness.Nick Mathewson
2004-04-25now assume all routers support rendezvous cellsRoger Dingledine
2004-04-25use tor_assertRoger Dingledine
2004-04-25Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson
2004-04-24Spurious link-key should not be an errorNick Mathewson
2004-04-24Merge flagday into main branch.Nick Mathewson
2004-04-08Invert strcasecmp check for supports-rendezvousNick Mathewson
2004-04-07Freeing the same variable twice in rapid succession can sometimes cause a dou...Nick Mathewson
2004-04-07Insert a *copy* of our routerinfo into the routerlist.Nick Mathewson
2004-04-07Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson
2004-04-07Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson
2004-04-07Put ourself in router list; act accordingly.Nick Mathewson
2004-04-06Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson
2004-04-06Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson
2004-04-05make router_get_by_nickname consider this router.Nick Mathewson
2004-04-05alice can now look up bob's service descriptor,Roger Dingledine
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson
2004-04-03Hide smartlist internalsNick Mathewson
2004-04-02break out circ->rend_serviceRoger Dingledine
2004-04-02router_choose_random_node can take a smartlist of nodes to excludeRoger Dingledine
2004-04-02now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine
2004-03-30Make smartlist Do What Arma Expects.Nick Mathewson
2004-03-30Remove maximum-size field from smartlistsNick Mathewson
2004-03-30re-enable recommendedversion checking (oops, thanks weasel)Roger Dingledine
2004-03-29Re-enable unit tests for directory generation.Nick Mathewson
2004-03-28there is yet another dns-pending-conn-clobbering bugRoger Dingledine
2004-03-27make it less noisy to consider exit policiesRoger Dingledine
2004-03-14bugfix: address that strcat vulnerability in circuit.cRoger Dingledine
2004-03-11UnDOSify CRLF->LF.Nick Mathewson
2004-03-11Make OP work on windows! (Also misc logging tweaks)Nick Mathewson
2004-03-09Fix some bugs in parse_timeNick Mathewson
2004-03-09Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-03-09stop troubling router operators with unapproved router connect attemptsRoger Dingledine
2004-03-07re-try streams at most 4 timesRoger Dingledine
2004-03-05New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson
2004-03-04Store options->Address as IP, not hostnameRoger Dingledine
2004-02-29bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine
2004-02-26When it can't resolve any dirservers, it was useless from then on.Roger Dingledine
2004-02-26if the default torrc isn't there, just use some default defaultsRoger Dingledine
2004-02-17Another case of the same.Nick Mathewson
2004-02-17Fix the Big Bug in router_compare_addr_to_exit_policy: we used port 0Nick Mathewson
2004-02-17best_support_idx is obsoleteRoger Dingledine
2004-02-17make braces cleaner, bug still persistsRoger Dingledine
2004-02-17Fix router_compare_addr_to_exit_policy, and name its return codes. The bug w...Nick Mathewson
2004-02-17prevent picking middleman nodes as the last node in the circuitRoger Dingledine
2004-01-30Another related leakNick Mathewson
2004-01-30Freeing twice does *not* make the heap twice as clean.Nick Mathewson
2004-01-30Fix a bug that might have caused the leak, but which might have been hiding o...Nick Mathewson