aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.c
Commit message (Expand)AuthorAge
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* that extra punctuation distracts meRoger Dingledine2006-03-27
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* stop writing the "router.desc" file, ever. nothing uses it anymore.Roger Dingledine2006-03-22
* Log server fingerprint on startupPeter Palfrader2006-03-22
* Finish the transition from the word 'verified' to the wordsRoger Dingledine2006-03-19
* normalize whitespace.Nick Mathewson2006-03-17
* Do not warn about unknown servers in our family when they are given as hex di...Nick Mathewson2006-03-15
* change INET_NTOA_BUF_LEN+1 to INET_NTOA_BUF_LENPeter Palfrader2006-03-14
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* remove some redundant code now that we compress exit policiesRoger Dingledine2006-03-08
* make the NoPublish option obsolete.Roger Dingledine2006-02-20
* tweakRoger Dingledine2006-02-20
* New config options to address bug 251:Roger Dingledine2006-02-19
* document the frequency for reachability testing by theRoger Dingledine2006-02-14
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
* Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...Nick Mathewson2006-02-12
* Happy new year!Roger Dingledine2006-02-09
* Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine2006-02-01
* try to detect an assert error earlierRoger Dingledine2006-01-17
* Indirect access to the signed_descriptor field to make it easier to keep them...Nick Mathewson2006-01-12
* balance the reachability testing so a smidgen of it happensRoger Dingledine2006-01-10
* remove typoRoger Dingledine2006-01-08
* Fix bug where OPs would try to generate descriptor and crash.Nick Mathewson2006-01-06
* Bugfix: dyndns tor servers were needing to wait 18 hours before theyRoger Dingledine2006-01-03
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* Remove ip address change flapping detection. It is not really needed and I d...Peter Palfrader2005-11-18
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* more doc cleanups and reorganizingRoger Dingledine2005-11-01
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Use LD_BUG as appropriate; convert rend* and router* to new logging interface...Nick Mathewson2005-10-24
* Avoid potential infinite recursion when building a descriptorNick Mathewson2005-10-24
* Refactor routerlist access slightly: always use router_get_by_routerlist(); c...Nick Mathewson2005-10-18
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* start calling it *ListenAddress rather than *BindAddress,Roger Dingledine2005-10-17
* Check if our IP address has changed every 5 minutes. If it has, update our s...Peter Palfrader2005-10-12
* Do not check whether DirPort is reachable when we are suppressing it because ...Nick Mathewson2005-10-12
* you can't declare variables in the middle of a blockRoger Dingledine2005-10-07
* Make doxygen marginally happierNick Mathewson2005-10-06
* Rate-limit warnings related to unrecognized MyFamily elements.Nick Mathewson2005-10-05
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* link nicknames to trusted directory servers; log these nicknames when mention...Nick Mathewson2005-10-04
* we were leaking some memory every time the client changes IPsRoger Dingledine2005-09-30
* resolve a docdocRoger Dingledine2005-09-30
* re-enable dirport testing againRoger Dingledine2005-09-29