summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-07-21Log number of certs in wrong-length chainsNick Mathewson
2004-07-21we were counting incorrectly when trying to figure out whetherRoger Dingledine
2004-07-21clients exit immediately on interrupt; they don't waitRoger Dingledine
2004-07-21fix some bool logicRoger Dingledine
2004-07-21make connection_tls_finish_handshake() more plausible.Roger Dingledine
2004-07-21Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...Nick Mathewson
2004-07-21get the function prototype rightRoger Dingledine
2004-07-21add a new advertised_server_mode() to distinguish ORs thatRoger Dingledine
2004-07-20when we get a sigint, don't accept new connections/circuits,Roger Dingledine
2004-07-20Correct "advance-time" logicNick Mathewson
2004-07-20When faking gettimeofday with ftime, do it right.Nick Mathewson
2004-07-20Split uptime into separate fieldNick Mathewson
2004-07-20Track bandwidth usage to estimate capacityNick Mathewson
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