aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuituse.c
AgeCommit message (Expand)Author
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
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