summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-01-06Fix bug where OPs would try to generate descriptor and crash.Nick Mathewson
2006-01-05Add reasons to DESTROY and RELAY_TRUNCATED cells.Nick Mathewson
2006-01-05fix a wrong stringRoger Dingledine
2006-01-05short-circuit half the cost of node-picking in the general case.Roger Dingledine
2006-01-05mention a recommended log level in the sample torrc fileRoger Dingledine
2006-01-04cleanups, and remove some unreachable code.Roger Dingledine
2006-01-04authdirs now stop whining so loudly about bad descriptors that they fetchRoger Dingledine
2006-01-03Bugfix: dyndns tor servers were needing to wait 18 hours before theyRoger Dingledine
2006-01-03oh, it was supposed to compile?Roger Dingledine
2006-01-03don't try to build circuits until we have 3 running servers;Roger Dingledine
2006-01-03we're done with tree.h. long live ht.h.Roger Dingledine
2006-01-03when we choose not to use a server descriptor from our cache, don'tRoger Dingledine
2006-01-03make the commenting in the torrc.sample consistent, and try toRoger Dingledine
2006-01-02only print bandwidth lines to the state file if we're being a server.Roger Dingledine
2006-01-02strictentrynodes means we should clear the current entry_nodes list.Roger Dingledine
2006-01-02prevent auth dir servers from enabling entry nodes.Roger Dingledine
2006-01-02bugfix: only try to use the EntryNodes config option if it is set.Roger Dingledine
2006-01-02bugfix: we were failing to parse a tor version that started withRoger Dingledine
2006-01-02Make UseEntryNodes true by default. Let the fun begin.Roger Dingledine
2006-01-02bugfix: only try to parse the TorVersion if there is one.Roger Dingledine
2006-01-02tolerate a mal-formed or unrecognized tor version in the state file.Roger Dingledine
2006-01-02check for integer overflows in more places, when adding elements toRoger Dingledine
2006-01-02save and validate TorVersion in the state file.Roger Dingledine