summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2006-02-01Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine
2006-01-17try to detect an assert error earlierRoger Dingledine
2006-01-12Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson
2006-01-10balance the reachability testing so a smidgen of it happensRoger Dingledine
2006-01-08remove typoRoger Dingledine
2006-01-06Fix bug where OPs would try to generate descriptor and crash.Nick Mathewson
2006-01-03Bugfix: dyndns tor servers were needing to wait 18 hours before theyRoger Dingledine
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-18Remove ip address change flapping detection. It is not really needed and I d...Peter Palfrader
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-11-01more doc cleanups and reorganizingRoger Dingledine
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson
2005-10-24Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson
2005-10-24Avoid potential infinite recursion when building a descriptorNick Mathewson
2005-10-18Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17start calling it *ListenAddress rather than *BindAddress,Roger Dingledine
2005-10-12Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader
2005-10-12Do not check whether DirPort is reachable when we are suppressing it because ...Nick Mathewson
2005-10-07you can't declare variables in the middle of a blockRoger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-05Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-10-04link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson
2005-09-30we were leaking some memory every time the client changes IPsRoger Dingledine
2005-09-30resolve a docdocRoger Dingledine
2005-09-29re-enable dirport testing againRoger Dingledine
2005-09-29Be more conservative about whether to advertise our dirport.Roger Dingledine
2005-09-23make the numbers in read-history and write-history into uint64s,Roger Dingledine
2005-09-16simplifyRoger Dingledine
2005-09-13correct "your server is reachable" log entries to indicate that it wasRoger Dingledine
2005-09-12Numerous changes to move towards client-side v2 directories.Nick Mathewson
2005-09-08Only caches download network-status for now, and they use a different strateg...Nick Mathewson
2005-09-08dirserv_add_descriptor() doesn't chew up its argument anymore,Roger Dingledine
2005-09-08strip obsolete codeRoger Dingledine
2005-09-07More stuff for new directories.Nick Mathewson
2005-09-03if you're an auth dir server, start yourself out as verified.Roger Dingledine
2005-08-31when we think a router is unreachable, pass the message back to theRoger Dingledine
2005-08-30refactor -- no actual changesRoger Dingledine
2005-08-26fix compile complaints (and a bug)Roger Dingledine
2005-08-26No need to load cached directory twiceNick Mathewson
2005-08-26Clean up the "add myself as a trusted dirserver" code.Nick Mathewson
2005-08-26Add quotes around filenames in src/orNick Mathewson
2005-08-26Add some documentation; move the signature generation logic into routerparse....Nick Mathewson
2005-08-26Make a new AssumeReachable config option that will publish anyway.Roger Dingledine