aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* entry nodes are now entry guards.•••this is our last easy chance for a wholesale change. heave ho. svn:r5782 Roger Dingledine2006-01-10
* and even more so•••svn:r5776 Roger Dingledine2006-01-10
* make entry node logging slightly less chatty.•••still quite chatty. it's an alpha, that's ok. svn:r5775 Roger Dingledine2006-01-10
* #undef FOO is cleaner than #define FOO_XX•••svn:r5774 Nick Mathewson2006-01-10
* Make unittests pass again.•••svn:r5773 Nick Mathewson2006-01-10
* or_state_validate() needs an extra arg too or it will crash•••svn:r5772 Roger Dingledine2006-01-10
* hack to address bug 238.•••needs a better fix, but not for 0.1.1.11. svn:r5771 Roger Dingledine2006-01-10
* implement getinfo desc/all-recent•••closes bug 237. svn:r5770 Roger Dingledine2006-01-10
* fix bug 235•••svn:r5768 Roger Dingledine2006-01-10
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.•••svn:r5767 Nick Mathewson2006-01-10
* Warn about actual offending hiddenservice* config option, now that more than ...•••svn:r5766 Nick Mathewson2006-01-10
* Fix bug 221 and bug 201: For 221, check return value from connection_add() wh...•••svn:r5765 Nick Mathewson2006-01-10
* balance the reachability testing so a smidgen of it happens•••every 10 seconds. this way we don't try to do 500 tls's at once every 20 minutes. svn:r5763 Roger Dingledine2006-01-10
* Be more aggressive about throwing away expired router descriptors: they are o...•••svn:r5762 Nick Mathewson2006-01-10
* When picking a random directory, prefer non-authorities if any are known.•••svn:r5761 Nick Mathewson2006-01-09
* Instrument directory client bytes as well as server bytes.•••svn:r5760 Nick Mathewson2006-01-09
* Make instrmentation code a little cleaner.•••svn:r5759 Nick Mathewson2006-01-08
* remove the loud logging of busted rendezvous descriptors•••svn:r5758 Roger Dingledine2006-01-08
* remove typo•••svn:r5757 Roger Dingledine2006-01-08
* Instrument how many directory bytes we are serving in what kind of request.•••svn:r5756 Nick Mathewson2006-01-08
* Fix bug in last commit. Also, fix bug 231: authorities should never treat the...•••svn:r5755 Nick Mathewson2006-01-08
* Fix bug 236: caches should cache up to 16 unrecognized network-status docs.•••svn:r5754 Nick Mathewson2006-01-08
* bugfix: we were leaving open duplicate connections to other ORs•••for a week, rather than closing them once we detect a duplicate. also, avoid some duplicate mark-for-closes in connection-housekeeping. svn:r5752 Roger Dingledine2006-01-07
* "Pending" is a bad term for a circuit that uses your server as its last hop.•••svn:r5751 Roger Dingledine2006-01-07
* fix typo•••svn:r5750 Roger Dingledine2006-01-07
* and get the log arguments right•••svn:r5747 Roger Dingledine2006-01-07
* a more correct log message•••svn:r5746 Roger Dingledine2006-01-07
* Jan 05 19:39:27.356 [warn] connection_edge_process_end_not_open():•••Got an end because of misc error, but we're not an AP. Closing. svn:r5744 Roger Dingledine2006-01-07
* helper nodes are dead•••svn:r5743 Roger Dingledine2006-01-07
* Dont call directory_get_from_dirserver when you have a particular dirserver i...•••svn:r5741 Nick Mathewson2006-01-06
* Directory authorities should go to the proper authority when asking for a net...•••svn:r5740 Nick Mathewson2006-01-06
* Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...•••svn:r5739 Nick Mathewson2006-01-06
* Fix bug where OPs would try to generate descriptor and crash.•••svn:r5738 Nick Mathewson2006-01-06
* Add reasons to DESTROY and RELAY_TRUNCATED cells.•••svn:r5734 Nick Mathewson2006-01-05
* fix a wrong string•••svn:r5733 Roger Dingledine2006-01-05
* short-circuit half the cost of node-picking in the general case.•••svn:r5732 Roger Dingledine2006-01-05
* cleanups, and remove some unreachable code.•••svn:r5727 Roger Dingledine2006-01-04
* authdirs now stop whining so loudly about bad descriptors that they fetch•••from other dirservers. now when there's a log complaint, it's for sure from a freshly uploaded descriptor. svn:r5726 Roger Dingledine2006-01-04
* Bugfix: dyndns tor servers were needing to wait 18 hours before they•••could start doing reachability testing using the new IP address and ports. This is because we were using the internal descriptor to learn what to test, yet we were only rebuilding the descriptor once we decided we were reachable. svn:r5723 Roger Dingledine2006-01-03
* oh, it was supposed to compile?•••svn:r5721 Roger Dingledine2006-01-03
* don't try to build circuits until we have 3 running servers;•••and for networks that are very small, having more than a quarter of the descriptors is much harder than having equal to or more than a quarter of the descriptors -- follow the spec. svn:r5720 Roger Dingledine2006-01-03
* we're done with tree.h. long live ht.h.•••svn:r5715 Roger Dingledine2006-01-03
* when we choose not to use a server descriptor from our cache, don't•••log it so loudly. svn:r5713 Roger Dingledine2006-01-03
* only print bandwidth lines to the state file if we're being a server.•••otherwise this is pointless and probably bad for security. svn:r5704 Roger Dingledine2006-01-02
* strictentrynodes means we should clear the current entry_nodes list.•••svn:r5703 Roger Dingledine2006-01-02
* prevent auth dir servers from enabling entry nodes.•••svn:r5702 Roger Dingledine2006-01-02
* bugfix: only try to use the EntryNodes config option if it is set.•••svn:r5701 Roger Dingledine2006-01-02
* bugfix: we were failing to parse a tor version that started with•••"Tor ", even though we said we could. svn:r5699 Roger Dingledine2006-01-02
* Make UseEntryNodes true by default. Let the fun begin.•••svn:r5698 Roger Dingledine2006-01-02
* bugfix: only try to parse the TorVersion if there is one.•••svn:r5697 Roger Dingledine2006-01-02