summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-07-20Remember list of digests for trusted dirservers; use this list to tell whethe...Nick Mathewson
2004-07-20also don't hang up on him if we're an OR and he's an authdirserverRoger Dingledine
2004-07-20if you're an OR and he's an OR and he's running 0.0.7,Roger Dingledine
2004-07-20a whole swath of fixesRoger Dingledine
2004-07-20clients can now pick non-authdirservers for fetching directories.Roger Dingledine
2004-07-20break connection_dir_client_finished_reading() into its own functionRoger Dingledine
2004-07-19it turns out we weren't looking at the result from getsockopt().Roger Dingledine
2004-07-19more useful warning messagesRoger Dingledine
2004-07-18abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson
2004-07-17bugfix: hidden services were broken in cvsRoger Dingledine
2004-07-16Change rule from "reject non-recommended versions" to "reject obsolete versio...Nick Mathewson
2004-07-16Remove 1024-router limit in routerparse.c; unify handling of running-routers ...Nick Mathewson
2004-07-16Resolve all DOCDOCs.Nick Mathewson
2004-07-16Revert cpuworker to use addr/portNick Mathewson
2004-07-16Look in .torrc if no CONFDIR "torrc" is found.Nick Mathewson
2004-07-15Add generic expand_filename function to handle expanding ~/Nick Mathewson
2004-07-15Fix warningNick Mathewson
2004-07-13Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson
2004-07-13Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson
2004-07-13Bugfix: some things (like ctrl-z) can make a second take more than one secondNick Mathewson
2004-07-13only count bytes transmitted to/from non-local IPsRoger Dingledine
2004-07-13add is_local_IP() function to help distinguish which bandwidth "matters"Roger Dingledine
2004-07-13checkpoint: start working on bandwidth tracking andRoger Dingledine
2004-07-13refuse to build a circuit before the directory has arrivedRoger Dingledine
2004-07-13when you expire a wedged dir conn, conn_close_if_marked will takeRoger Dingledine
2004-07-12bugfix: tell circuits what id_digest to look for, soRoger Dingledine
2004-07-12why does gcc not warn me about this at all? that's evil.Roger Dingledine
2004-07-12tor now tolerates down dirservers betterRoger Dingledine
2004-07-12make unit tests pass againRoger Dingledine
2004-07-12if connecting to an OR fails immediately, mark it as downRoger Dingledine
2004-07-12add 'advertisedbandwidth' to router descriptorRoger Dingledine
2004-07-12trivial punctuation tweakRoger Dingledine
2004-07-12fix a bug related to reading usernames for socks4Roger Dingledine
2004-07-07Remove spurious assertNick Mathewson
2004-07-07Fix the router_compare_to_my_exit_policy assertion failure once-and-for-all, ...Nick Mathewson
2004-07-06Yes, I did mean "else if".Nick Mathewson
2004-07-06Fix bug reported by peter palfrader: an empty address is unresolvable, but no...Nick Mathewson
2004-07-04touchups all overRoger Dingledine
2004-07-04When tor_lookup_hostname says 0.0.0.0, treat it as an error.Nick Mathewson
2004-07-03fix a seg fault when you try to launch a circRoger Dingledine
2004-07-03populate circ->n_conn_id_digest when we set circ->n_connRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-02another checkpoint toward letting ORs connect on demandRoger Dingledine
2004-07-02some of the infrastructure to let ORs connect on demandRoger Dingledine
2004-07-01Switch most uses of *_by_addr_port to *_by_identity_digestNick Mathewson
2004-07-01running-routers now lists down routers too (with a ! before their name)Roger Dingledine
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-06-30cleanups on 008pre1 itemsRoger Dingledine
2004-06-30Use arguments to routerlist_update_from_runningrouters correctlyNick Mathewson
2004-06-30Always use get_data_directory() instead of options.DataDirectory; fix a memor...Nick Mathewson