aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* disambiguate some debug entriesRoger Dingledine2005-12-26
* comments? i'll show you comments.Roger Dingledine2005-12-26
* prevent a rare infinite loop on two-byte architectures,Roger Dingledine2005-12-25
* stop being sneaky, especially if we're being incorrectly sneakyRoger Dingledine2005-12-24
* more comments, and start to use the made_contact entry.Roger Dingledine2005-12-24
* clean up some commentsRoger Dingledine2005-12-24
* simplify because we weren't using those return values anywayRoger Dingledine2005-12-24
* start to document the helper node functionsRoger Dingledine2005-12-24
* Keep bandwidth history accross restarts/crashesPeter Palfrader2005-12-23
* stop shipping tree.h, since we don't use anymore. (woo.)Roger Dingledine2005-12-20
* when we fail three times to resolve or connect, we were telling theRoger Dingledine2005-12-19
* more asserts in case weasel can trigger themRoger Dingledine2005-12-19
* fix a seg fault when you finish connecting to a server butRoger Dingledine2005-12-18
* fix segfault when specifying DirServer without nicknameRoger Dingledine2005-12-18
* fix a ! that got left outRoger Dingledine2005-12-18
* Instead of "Network down", say "Is your network connection down?"Nick Mathewson2005-12-15
* nother typoRoger Dingledine2005-12-15
* ah ha, that variable was static. not useless after all.Roger Dingledine2005-12-15
* clean up a lot message, and remove a line that does nothing.Roger Dingledine2005-12-15
* Add "panic" option to reject all servers not in fingerprint list.Nick Mathewson2005-12-15
* fix compileNick Mathewson2005-12-15
* Make clients look at the fast and stable flags in networkstatus, not at the b...Nick Mathewson2005-12-15
* put back in a todo comment, so we don't forget.Roger Dingledine2005-12-15
* fix typoRoger Dingledine2005-12-15
* Whitespace fixes; comments.Nick Mathewson2005-12-15
* Do not mark directories as down simply because they dont have the router desc...Nick Mathewson2005-12-15
* Remove some redundant and obsolete code from routerparseNick Mathewson2005-12-15
* Flip a misplaced notNick Mathewson2005-12-15
* add a few clarifying commentsNick Mathewson2005-12-15
* Clean fake_status a bit. Switch from has_fetched_directory to have_minimum_d...Nick Mathewson2005-12-15
* implement weasel's suggestion to fix the bug that newly bootstrappedRoger Dingledine2005-12-15
* When we mark a router as down, also mark its local_routerstatus as not runnin...Nick Mathewson2005-12-14
* Choose directory servers from routerstatus list, not from routerinfo list. T...Nick Mathewson2005-12-14
* Shave off 8 bytes per connection and 4 bytes per circuit by paying attention ...Nick Mathewson2005-12-14
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* another possible patch related to circuit_free and memory stomping.Nick Mathewson2005-12-14
* Fix a potential memory stomp on servers running hidden services. Found by wea...Nick Mathewson2005-12-14
* orconn_identity_map was another static variable that startedRoger Dingledine2005-12-14
* sometimes, when we just started tor, we haven't created thatRoger Dingledine2005-12-14
* bugfix: when we removed a dead helper node, we never committed thatRoger Dingledine2005-12-13
* extendcircuit and attachstream would complain about not enoughRoger Dingledine2005-12-12
* Have dirctory authorites note which servers make good V2 directory caches in ...Nick Mathewson2005-12-12
* Make directory authorities ignore router uploads that have only cosmetic diff...Nick Mathewson2005-12-12
* Don't use helper nodes for circuits with purpose 'testing'.Roger Dingledine2005-12-11
* when removing dead helpers, only write or_state to disk once at theRoger Dingledine2005-12-11
* mark the helper node as down if we time-out on the circuit handshakeRoger Dingledine2005-12-11
* don't mark the helper node as down when we fail to connect toRoger Dingledine2005-12-11
* fix yet another time comparison bug. we were abandoning helpersRoger Dingledine2005-12-11
* fix an error in reporting why we abandoned a helper nodeRoger Dingledine2005-12-11
* choose helper nodes to have high capacity alwaysRoger Dingledine2005-12-11