summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-01-11bump to 0.1.1.12-alphaRoger Dingledine
2006-01-11oh hey. we were hanging up on every tor client because heRoger Dingledine
2006-01-11add missing warningNick Mathewson
2006-01-11Fix double-free of torrc_fnameNick Mathewson
2006-01-11Fix bug 240: dont dump descriptions when not dumping actual config lines.Nick Mathewson
2006-01-11Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson
2006-01-11bump to 0.1.1.11-alpha-cvsRoger Dingledine
2006-01-11we were leaking a smartlist every time we built a circuitRoger Dingledine
2006-01-11Fix another memleak. I love you, valgrind!Nick Mathewson
2006-01-11Fix wide linesNick Mathewson
2006-01-11Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.Nick Mathewson
2006-01-11if we learn that a down entry guard is up, count our working entryRoger Dingledine
2006-01-11Fix memory leak in routerlist_remove_old_routers().Nick Mathewson
2006-01-11Convert some more ints to long longs in rephist.c, as suggested by windows co...Nick Mathewson
2006-01-11we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine
2006-01-10we changed the name of AccountingBytesReadInIntervalRoger Dingledine
2006-01-10bump to 0.1.1.11-alpha in preparation for releaseRoger Dingledine
2006-01-10entry nodes are now entry guards.Roger Dingledine
2006-01-10Add a (diabled by default) option in crypto.h to disable most of the interest...Nick Mathewson
2006-01-10and even more soRoger Dingledine
2006-01-10make entry node logging slightly less chatty.Roger Dingledine
2006-01-10#undef FOO is cleaner than #define FOO_XXNick Mathewson
2006-01-10Make unittests pass again.Nick Mathewson
2006-01-10or_state_validate() needs an extra arg too or it will crashRoger Dingledine
2006-01-10hack to address bug 238.Roger Dingledine
2006-01-10implement getinfo desc/all-recentRoger Dingledine
2006-01-10fix bug 235Roger Dingledine
2006-01-10Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson
2006-01-10Warn about actual offending hiddenservice* config option, now that more than ...Nick Mathewson
2006-01-10Fix bug 221 and bug 201: For 221, check return value from connection_add() wh...Nick Mathewson
2006-01-10balance the reachability testing so a smidgen of it happensRoger Dingledine
2006-01-10Be more aggressive about throwing away expired router descriptors: they are o...Nick Mathewson
2006-01-09When picking a random directory, prefer non-authorities if any are known.Nick Mathewson
2006-01-09Instrument directory client bytes as well as server bytes.Nick Mathewson
2006-01-08Make instrmentation code a little cleaner.Nick Mathewson
2006-01-08remove the loud logging of busted rendezvous descriptorsRoger Dingledine
2006-01-08remove typoRoger Dingledine
2006-01-08Instrument how many directory bytes we are serving in what kind of request.Nick Mathewson
2006-01-08Fix bug in last commit. Also, fix bug 231: authorities should never treat the...Nick Mathewson
2006-01-08Fix bug 236: caches should cache up to 16 unrecognized network-status docs.Nick Mathewson
2006-01-07bugfix: we were leaving open duplicate connections to other ORsRoger Dingledine
2006-01-07"Pending" is a bad term for a circuit that uses your server as its last hop.Roger Dingledine
2006-01-07fix typoRoger Dingledine
2006-01-07and get the log arguments rightRoger Dingledine
2006-01-07a more correct log messageRoger Dingledine
2006-01-07Jan 05 19:39:27.356 [warn] connection_edge_process_end_not_open():Roger Dingledine
2006-01-07helper nodes are deadRoger Dingledine
2006-01-06Dont call directory_get_from_dirserver when you have a particular dirserver i...Nick Mathewson
2006-01-06Directory authorities should go to the proper authority when asking for a net...Nick Mathewson
2006-01-06Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...Nick Mathewson