summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2004-05-20non-dirservers expire routerinfo's that are more than a day oldRoger Dingledine
2004-05-20Allow multiple exit policy lines; mostly add support for AP policiesNick Mathewson
2004-05-18fix a seg fault, add another XXX for nick ;)Roger Dingledine
2004-05-17Fix segfault and logic error in last patch.Nick Mathewson
2004-05-17Make directory functions update routerlist, not replace it. Add notion of OR...Nick Mathewson
2004-05-12break part of circuit.c into relay.cRoger Dingledine
2004-05-10Split directory/router parsing functionality into separate file from routerli...Nick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-09more doxygen markupRoger Dingledine
2004-05-06bugfix: add a circ->resolving_streams field, and make dns resolving ...Roger Dingledine
2004-05-05More documentation; fix for compilation warningNick Mathewson
2004-05-05More documentationNick Mathewson
2004-05-04Comment router*.cNick Mathewson
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