aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2005-12-20stop shipping tree.h, since we don't use anymore. (woo.)Roger Dingledine
2005-12-19when we fail three times to resolve or connect, we were telling theRoger Dingledine
2005-12-19more asserts in case weasel can trigger themRoger Dingledine
2005-12-18fix a seg fault when you finish connecting to a server butRoger Dingledine
2005-12-18fix segfault when specifying DirServer without nicknameRoger Dingledine
2005-12-18fix a ! that got left outRoger Dingledine
2005-12-15Instead of "Network down", say "Is your network connection down?"Nick Mathewson
2005-12-15nother typoRoger Dingledine
2005-12-15ah ha, that variable was static. not useless after all.Roger Dingledine
2005-12-15clean up a lot message, and remove a line that does nothing.Roger Dingledine
2005-12-15Add "panic" option to reject all servers not in fingerprint list.Nick Mathewson
2005-12-15fix compileNick Mathewson
2005-12-15Make clients look at the fast and stable flags in networkstatus, not at the b...Nick Mathewson
2005-12-15put back in a todo comment, so we don't forget.Roger Dingledine
2005-12-15fix typoRoger Dingledine
2005-12-15Whitespace fixes; comments.Nick Mathewson
2005-12-15Do not mark directories as down simply because they dont have the router desc...Nick Mathewson
2005-12-15Remove some redundant and obsolete code from routerparseNick Mathewson
2005-12-15Flip a misplaced notNick Mathewson
2005-12-15add a few clarifying commentsNick Mathewson
2005-12-15Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson
2005-12-15implement weasel's suggestion to fix the bug that newly bootstrappedRoger Dingledine
2005-12-14When we mark a router as down, also mark its local_routerstatus as not runnin...Nick Mathewson
2005-12-14Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson
2005-12-14Shave off 8 bytes per connection and 4 bytes per circuit by paying attention ...Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-14another possible patch related to circuit_free and memory stomping.Nick Mathewson
2005-12-14Fix a potential memory stomp on servers running hidden services. Found by wea...Nick Mathewson
2005-12-14orconn_identity_map was another static variable that startedRoger Dingledine
2005-12-14sometimes, when we just started tor, we haven't created thatRoger Dingledine
2005-12-13bugfix: when we removed a dead helper node, we never committed thatRoger Dingledine
2005-12-12extendcircuit and attachstream would complain about not enoughRoger Dingledine
2005-12-12Have dirctory authorites note which servers make good V2 directory caches in ...Nick Mathewson
2005-12-12Make directory authorities ignore router uploads that have only cosmetic diff...Nick Mathewson
2005-12-11Don't use helper nodes for circuits with purpose 'testing'.Roger Dingledine
2005-12-11when removing dead helpers, only write or_state to disk once at theRoger Dingledine
2005-12-11mark the helper node as down if we time-out on the circuit handshakeRoger Dingledine
2005-12-11don't mark the helper node as down when we fail to connect toRoger Dingledine
2005-12-11fix yet another time comparison bug. we were abandoning helpersRoger Dingledine
2005-12-11fix an error in reporting why we abandoned a helper nodeRoger Dingledine
2005-12-11choose helper nodes to have high capacity alwaysRoger Dingledine
2005-12-11a first go at fixing a bug matt edman reported: when he triesRoger Dingledine
2005-12-11setconf orport=9001Roger Dingledine
2005-12-11whenever we hupped or did a controller setconf, we were prependingRoger Dingledine
2005-12-11i think fascistfirewall still has its uses. it's a synonymRoger Dingledine
2005-12-10explain why 0.1.1.9-alpha-cvs is a special version.Roger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-10crank the max line limit down to 150 chars.Roger Dingledine
2005-12-09In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson
2005-12-09Normalize whitespaceNick Mathewson