aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
Commit message (Expand)AuthorAge
* Comment router*.cNick Mathewson2004-05-04
* clean dns.c betterRoger Dingledine2004-04-28
* Workarounds for a couple of pieces of windows strangeness.Nick Mathewson2004-04-28
* now assume all routers support rendezvous cellsRoger Dingledine2004-04-25
* use tor_assertRoger Dingledine2004-04-25
* Remove onion_pkey from connection, since onion keys can change more often tha...Nick Mathewson2004-04-25
* Spurious link-key should not be an errorNick Mathewson2004-04-24
* Merge flagday into main branch.Nick Mathewson2004-04-24
* Invert strcasecmp check for supports-rendezvousNick Mathewson2004-04-08
* Freeing the same variable twice in rapid succession can sometimes cause a dou...Nick Mathewson2004-04-07
* Insert a *copy* of our routerinfo into the routerlist.Nick Mathewson2004-04-07
* Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't needNick Mathewson2004-04-07
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
* Put ourself in router list; act accordingly.Nick Mathewson2004-04-07
* Set routerinfo->addr properly for own routerinfo; do casei routerinfo compareNick Mathewson2004-04-06
* Continue attack on magic numbers; use new crypto wrappers where possibleNick Mathewson2004-04-06
* make router_get_by_nickname consider this router.Nick Mathewson2004-04-05
* alice can now look up bob's service descriptor,Roger Dingledine2004-04-05
* Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson2004-04-03
* Hide smartlist internalsNick Mathewson2004-04-03
* break out circ->rend_serviceRoger Dingledine2004-04-02
* router_choose_random_node can take a smartlist of nodes to excludeRoger Dingledine2004-04-02
* now circuit_get_newest returns an appropriate circ for your purposeRoger Dingledine2004-04-02
* Make smartlist Do What Arma Expects.Nick Mathewson2004-03-30
* Remove maximum-size field from smartlistsNick Mathewson2004-03-30
* re-enable recommendedversion checking (oops, thanks weasel)Roger Dingledine2004-03-30
* Re-enable unit tests for directory generation.Nick Mathewson2004-03-29
* there is yet another dns-pending-conn-clobbering bugRoger Dingledine2004-03-28
* make it less noisy to consider exit policiesRoger Dingledine2004-03-27
* bugfix: address that strcat vulnerability in circuit.cRoger Dingledine2004-03-14
* UnDOSify CRLF->LF.Nick Mathewson2004-03-11
* Make OP work on windows! (Also misc logging tweaks)Nick Mathewson2004-03-11
* Fix some bugs in parse_timeNick Mathewson2004-03-09
* Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson2004-03-09
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* stop troubling router operators with unapproved router connect attemptsRoger Dingledine2004-03-09
* re-try streams at most 4 timesRoger Dingledine2004-03-07
* New, more flexible directory parsing backend. Uses a bit more RAM, but implem...Nick Mathewson2004-03-05
* Store options->Address as IP, not hostnameRoger Dingledine2004-03-04
* bugfix: only warn about an unrouter router after we've fetched a directoryRoger Dingledine2004-02-29
* 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