summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-08-17Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson
2004-08-17Parse uptime into routerinfoNick Mathewson
2004-08-17Implement AllowUnverifiedNodesNick Mathewson
2004-08-17if a router claim huge bandwidth, don't believe itRoger Dingledine
2004-08-16Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson
2004-08-16Convenience function to do a strcmp on each member of a smartlist of stringsNick Mathewson
2004-08-16o Handle servers with dynamic IP addresses: don't replaceRoger Dingledine
2004-08-15Update to new choose_random_node interface.Nick Mathewson
2004-08-15Check for time skew on http headers; report date in response to "GET /".Nick Mathewson
2004-08-15We are an OR if ORPort *or* ORBindAddress is set; similarly for being an OPNick Mathewson
2004-08-15Implement strict{entry|exit}nodes config optionsNick Mathewson
2004-08-15End truncated log entries with [truncated]Nick Mathewson
2004-08-15fix assert triggers in 0.0.7.x: if the other side returnsRoger Dingledine
2004-08-15o clients choose nodes proportional to advertised bandwidthRoger Dingledine
2004-08-15commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine
2004-08-11Clean up tempdir after finishing unittests; use tor_temp_$PID instead of tor_...Nick Mathewson
2004-08-09compile again on win32 (i think)Roger Dingledine
2004-08-09minor fixtor-0.0.8pre3Roger Dingledine
2004-08-09make "%llu" less likely to warn on weird platformsRoger Dingledine
2004-08-09Add replace_file to util.[ch] to survive stupidity of windows rename callNick Mathewson
2004-08-09Fix commentNick Mathewson
2004-08-09Fix bug in saving onion keys to disk when rotating; also survive short-term s...Nick Mathewson
2004-08-09Make unittests passNick Mathewson
2004-08-08Fix a fencepost error in the last bandwidth reporting fixNick Mathewson
2004-08-08stop wasting cpu time on authdirserversRoger Dingledine
2004-08-08fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine
2004-08-08let children survive sigint, sigterm, etc.Roger Dingledine
2004-08-08reject the default edonkey, kazaa, gnutella portsRoger Dingledine
2004-08-07Don't warn about being unverified if you're not in the running-routersRoger Dingledine
2004-08-07touch-upsRoger Dingledine
2004-08-07Handle loop initialization for bandwidth tracking properlyNick Mathewson
2004-08-07Only warn about version newness onceNick Mathewson
2004-08-07list the port and socks version when complaining about unsafe socksRoger Dingledine
2004-08-07Allow multiple ORs with same nickname in routerlistNick Mathewson
2004-08-07Remove obsolete link-key keywordNick Mathewson
2004-08-07router_get_hash_impl would fail when end_str started with \n. Now it works.Nick Mathewson
2004-08-07rotate onion keys every 12 hours, not every 2 hoursRoger Dingledine
2004-08-07Fix a leakNick Mathewson
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-07avoid racing the mark-for-close when the client hangs up on usRoger Dingledine
2004-08-07untwisting the logic, it would seem the pkey is always defined?Roger Dingledine
2004-08-07Comment about n_args<1 is correct, since all directory servers are running po...Nick Mathewson
2004-08-07fencepostNick Mathewson
2004-08-07print the name of the dirserver that told us we were unverifiedRoger Dingledine
2004-08-07Always initialize hexid in rend_mid_rendezvous, no matter whatNick Mathewson
2004-08-07hex_encode is obsoleted by base16_encode, and never actually worked in the fi...Nick Mathewson
2004-08-07reject tor-resolve requests for .onion addresses earlyRoger Dingledine
2004-08-06be willing to expire routers that have a dirport openRoger Dingledine
2004-08-06let purging routerinfos and descriptors take an age argumentRoger Dingledine
2004-08-06Keep track of a whole day of bandwidth, not just 12 hrsNick Mathewson