summaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2004-10-11fix paul gardner's assert bug.Roger Dingledine
2004-10-11fix the stale pointer assert bug reported by joe magicRoger Dingledine
2004-10-03use only 0.0.9pre1 and later servers for resolve cellsRoger Dingledine
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-08-18be more aggressive about building circuits when we have noRoger Dingledine
2004-08-18be more aggressive about trying to make circuits:Roger Dingledine
2004-08-18only establish intro points after we've gotten a directoryRoger Dingledine
2004-07-21we were counting incorrectly when trying to figure out whetherRoger Dingledine
2004-07-18abstract ORPort/SocksPort checks into server_mode(), proxy_mode(), clique_mod...Nick Mathewson
2004-07-13refuse to build a circuit before the directory has arrivedRoger Dingledine
2004-07-02More digest/nickname fixesNick Mathewson
2004-07-02some of the infrastructure to let ORs connect on demandRoger Dingledine
2004-06-17Implement RESOLVE/RESOLVED cells and socks resolve codeNick Mathewson
2004-05-15bugfix: if a circuit if borderline too old, then count it as too old.Roger Dingledine
2004-05-13Break files apart into more modulesRoger Dingledine