summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-22update the todo, items for pre-pre1 and for post-pre1Roger Dingledine
2004-07-22clients shouldn't create datadir until we have something to put thereRoger Dingledine
2004-07-210.0.8 ORs should autoconnect to authdirservers and 0.0.7 serversRoger Dingledine
2004-07-21make router_nickname_is_approved() do the right thingRoger Dingledine
2004-07-21if johnny has three fenceposts, and jill takes four away...Roger Dingledine
2004-07-21oh, and it should compile tooRoger Dingledine
2004-07-21make base16_encode() fail more obviously when it failsRoger Dingledine
2004-07-21fix our tls handshake chain cert bugRoger Dingledine
2004-07-21solve the authdirserver initialization precedence problemRoger Dingledine
2004-07-21bugfix: only require the correct key if the nickname is forRoger Dingledine
2004-07-21Log certificate lifetime on failure.Nick Mathewson
2004-07-21disallow picking unverified routers in circuitsRoger Dingledine
2004-07-21authdirservers accept the uploading of unverified descriptors.Roger Dingledine
2004-07-21caching dirservers don't handle posts, running-routers, or rend descsRoger Dingledine
2004-07-21rearrange to prepare to solve the authdirserver initializationRoger Dingledine
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-20Handle closed connection properly on tor_resolveNick 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-20ship and install tor_resolve script tooRoger 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-19mention that you should proxy your SSL traffic tooRoger 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-15give nick enough to keep him busy for a while moreRoger Dingledine
2004-07-13Code to parse tor version numbers so we can do an is-newer-than check.Nick Mathewson