summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-08-18stop taking strlen of an uninitialized bufferRoger Dingledine
2004-08-18remove crazy notion that clique_mode() means we areRoger Dingledine
2004-08-18don't add a spurious newline before [truncated]Roger Dingledine
2004-08-18be more aggressive about trying to make circuits:Roger Dingledine
2004-08-18bugfix: make intro circuits work againRoger Dingledine
2004-08-18Avoid segfault when freeing options_t without firewall_portsNick Mathewson
2004-08-18authdirservers don't need to be treated specially on hup forRoger Dingledine
2004-08-18only establish intro points after we've gotten a directoryRoger Dingledine
2004-08-18dirservers now don't build circuits until they have fetched aRoger Dingledine
2004-08-18choose exit nodes by bandwidth tooRoger Dingledine
2004-08-18Revert dumb think-o. Just because _some_ INTRODUCE2 cells are now longer,Nick Mathewson
2004-08-18Support new INTRODUCE2 cell formatNick Mathewson
2004-08-18Functions to test nickname validityNick Mathewson
2004-08-18fix unix build: CONFDIR, not CONF_DIRNick Mathewson
2004-08-18Clean windows whitespaceNick Mathewson
2004-08-18On windows, default datadir is APPDATA/tor, and default config file is APPDAT...Nick Mathewson
2004-08-17Move string-splitting into a separate functionNick Mathewson
2004-08-17deal better if we don't have enough available nodes to choose a pathRoger Dingledine
2004-08-17make csv parsing notice the last letter of each entry tooRoger Dingledine
2004-08-17bugfix: make receiving csv lines not seg faultRoger Dingledine
2004-08-17people with no torrc allow unverified middle/rendezvous nodes by defaultRoger Dingledine
2004-08-17allow unverified nodes in middle and rendezvous positions by defaultRoger Dingledine
2004-08-17when a verified routerinfo arrives with a new key than the previousRoger Dingledine
2004-08-17Fix crash when looking for ~/.torrc with no $HOME setNick Mathewson
2004-08-17make last patch compileNick Mathewson
2004-08-17Stop logging events that happen to uninitialized digestsNick Mathewson
2004-08-17if they ask for exactly one entrynode, don't pick it as an exitnode.Roger Dingledine
2004-08-17now that we parse router->uptime, make use of itRoger Dingledine
2004-08-17Add strmap_isemptyNick Mathewson
2004-08-17use unverified routers in the desired positionsRoger Dingledine
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