summaryrefslogtreecommitdiff
path: root/src/or/router.c
AgeCommit message (Expand)Author
2006-07-26 r6908@Kushana: nickm | 2006-07-26 12:38:52 -0400Nick Mathewson
2006-07-18when we find our dirport to be reachable, mark our descriptorRoger Dingledine
2006-07-18Start publishing one minute or so after we find our ORPortRoger Dingledine
2006-07-17parameterize the loudness of log_addr_has_changed(), since it's theRoger Dingledine
2006-07-17Make a louder statement the first time we learn a guessedRoger Dingledine
2006-07-17and don't try to build the descriptor every second, if it's dirtyRoger Dingledine
2006-07-17fix some more places where we shouldn't crash if we can't buildRoger Dingledine
2006-07-17Allow servers with no hostname or IP address to learn their IP addressRoger Dingledine
2006-07-15parameterize the loudness of resolve_my_address(), and call thingsRoger Dingledine
2006-07-04Get rid of the router_retry_connections notion. Now routers no longerRoger Dingledine
2006-06-22Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson
2006-06-13be more lax about recognizing valid hexdigests.Roger Dingledine
2006-06-07simplify the tortls api: we only support being a "server", thatRoger Dingledine
2006-06-04Add a new warning to our "warn a lot" list: unused parameters. This means we...Nick Mathewson
2006-05-26be more verbose about testing reachability of our ORPort.Roger Dingledine
2006-04-25petty cleanupsRoger Dingledine
2006-04-23Regenerate our local descriptor if it's dirty and some localRoger Dingledine
2006-04-18forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-03-27that extra punctuation distracts meRoger Dingledine
2006-03-27Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine
2006-03-22stop writing the "router.desc" file, ever. nothing uses it anymore.Roger Dingledine
2006-03-22Log server fingerprint on startupPeter Palfrader
2006-03-19Finish the transition from the word 'verified' to the wordsRoger Dingledine
2006-03-17normalize whitespace.Nick Mathewson
2006-03-15Do not warn about unknown servers in our family when they are given as hex di...Nick Mathewson
2006-03-14change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-03-08remove some redundant code now that we compress exit policiesRoger Dingledine
2006-02-20make the NoPublish option obsolete.Roger Dingledine
2006-02-20tweakRoger Dingledine
2006-02-19New config options to address bug 251:Roger Dingledine
2006-02-14document the frequency for reachability testing by theRoger Dingledine
2006-02-13the last of the log convention conversion. finally.Roger Dingledine
2006-02-12Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson
2006-02-09Happy new year!Roger Dingledine
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