aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
Commit message (Expand)AuthorAge
...
* when we try to exclude our routerinfo from being picked in theRoger Dingledine2004-08-18
* be more aggressive about trying to make circuits:Roger Dingledine2004-08-18
* choose exit nodes by bandwidth tooRoger Dingledine2004-08-18
* Functions to test nickname validityNick Mathewson2004-08-18
* use unverified routers in the desired positionsRoger Dingledine2004-08-17
* Clean up last patch; implement (mostly) proper handling for verified/unverifi...Nick Mathewson2004-08-17
* Implement AllowUnverifiedNodesNick Mathewson2004-08-17
* Add a generic Comma-separated-value config type, and a FirewallPorts option t...Nick Mathewson2004-08-16
* o Handle servers with dynamic IP addresses: don't replaceRoger Dingledine2004-08-16
* Implement strict{entry|exit}nodes config optionsNick Mathewson2004-08-15
* o clients choose nodes proportional to advertised bandwidthRoger Dingledine2004-08-15
* fix a race condition in 008pre2: don't try to extend onto a connectionRoger Dingledine2004-08-08
* let children survive sigint, sigterm, etc.Roger Dingledine2004-08-08
* Don't warn about being unverified if you're not in the running-routersRoger Dingledine2004-08-07
* rotate onion keys every 12 hours, not every 2 hoursRoger Dingledine2004-08-07
* Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson2004-08-07
* let purging routerinfos and descriptors take an age argumentRoger Dingledine2004-08-06
* commit some odds and ends, so my tree is cleanRoger Dingledine2004-08-04
* Fix all warnings on win32 buildNick Mathewson2004-08-03
* stop using atexit() to remove our pid, since it's calledRoger Dingledine2004-07-22
* Add notion of "longest nickname-or-hex-digest-with-$"Nick Mathewson2004-07-22
* Never use time(NULL) as assumed publication time for a directory.Nick Mathewson2004-07-22
* publish advertised_bandwidth in descriptorRoger Dingledine2004-07-22
* Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson2004-07-21
* get the function prototype rightRoger Dingledine2004-07-21
* add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine2004-07-21
* Track bandwidth usage to estimate capacityNick Mathewson2004-07-20
* Remember list of digests for trusted dirservers; use this list to tell whethe...Nick Mathewson2004-07-20
* also don't hang up on him if we're an OR and he's an authdirserverRoger Dingledine2004-07-20
* a whole swath of fixesRoger Dingledine2004-07-20
* clients can now pick non-authdirservers for fetching directories.Roger Dingledine2004-07-20
* abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson2004-07-18
* Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson2004-07-16
* Resolve all DOCDOCs.Nick Mathewson2004-07-16
* Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson2004-07-13
* checkpoint: start working on bandwidth tracking andRoger Dingledine2004-07-13
* tor now tolerates down dirservers betterRoger Dingledine2004-07-12
* add 'advertisedbandwidth' to router descriptorRoger Dingledine2004-07-12
* More digest/nickname fixesNick Mathewson2004-07-02
* some of the infrastructure to let ORs connect on demandRoger Dingledine2004-07-02
* running-routers now lists down routers too (with a ! before their name)Roger Dingledine2004-07-01
* Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson2004-07-01
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* Implement several 008pre1 items: needs more testingNick Mathewson2004-06-21
* Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson2004-06-17
* router->is_trusted_dir implies router->dir_port>0Roger Dingledine2004-06-16
* include <inttypes.h> if we have itRoger Dingledine2004-06-16
* provide a prototype for dnsworkers_rotateRoger Dingledine2004-06-07
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
* Check directory signatures based on name of signer, not on whom we got the di...Nick Mathewson2004-06-02