aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* remove unused code•••svn:r5847 Roger Dingledine2006-01-20
* Jan 18 18:42:05.671 [debug] Encountered eof•••Jan 18 18:42:05.671 [debug] Got data, not eof. Leaving on inbuf. that's not very smart. svn:r5843 Roger Dingledine2006-01-19
* when the controller asks for a signal we don't recognize, don't•••include the whitespace/newline/etc in our complaint. svn:r5841 Roger Dingledine2006-01-19
* attempted patch for bug 220: don't assert when we've tried all the•••intro points for a hidden service and we try fetching the service descriptor again. svn:r5838 Roger Dingledine2006-01-17
* add another assert to make sure we're not scribbling on the stack.•••svn:r5837 Roger Dingledine2006-01-17
* oh, and the other bits of the commit•••svn:r5836 Roger Dingledine2006-01-17
* when you tried to set orport through the controller, it would•••trigger an assert because you hadn't made your onion keys yet you wanted to launch cpu workers. now init keys first, reset uptime, and tell the user that we're starting the reachability testing. svn:r5835 Roger Dingledine2006-01-17
* try to detect an assert error earlier•••svn:r5834 Roger Dingledine2006-01-17
* Clients should not download descriptors for non-running descriptors.•••svn:r5830 Nick Mathewson2006-01-16
* turn crypto hardware acceleration off by default, until we find•••somebody smart who can test it for us. svn:r5829 Roger Dingledine2006-01-16
* Indirect access to the signed_descriptor field to make it easier to keep them...•••svn:r5827 Nick Mathewson2006-01-12
* When the controller was submitting a descriptor, we were checking to make•••sure some network-status we had referred to it, and refusing it if not. This is bad for people who want to insert descriptors that aren't part of the current Tor network. Now we accept them, and also give a more useful warn message if we ask a dir mirror for a given descriptor and it gives us one we weren't expecting. svn:r5824 Roger Dingledine2006-01-12
* oh hey. we were hanging up on every tor client because he•••was obsolete as soon as he started. big oops. svn:r5807 Roger Dingledine2006-01-11
* add missing warning•••svn:r5806 Nick Mathewson2006-01-11
* Fix double-free of torrc_fname•••svn:r5805 Nick Mathewson2006-01-11
* Fix bug 240: dont dump descriptions when not dumping actual config lines.•••svn:r5804 Nick Mathewson2006-01-11
* Fix bug 230: add a rollback function to reverse all changes since the last ma...•••svn:r5803 Nick Mathewson2006-01-11
* we were leaking a smartlist every time we built a circuit•••svn:r5795 Roger Dingledine2006-01-11
* Fix another memleak. I love you, valgrind!•••svn:r5794 Nick Mathewson2006-01-11
* Fix wide lines•••svn:r5793 Nick Mathewson2006-01-11
* Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.•••svn:r5792 Nick Mathewson2006-01-11
* if we learn that a down entry guard is up, count our working entry•••guards correctly when logging. svn:r5791 Roger Dingledine2006-01-11
* Fix memory leak in routerlist_remove_old_routers().•••svn:r5790 Nick Mathewson2006-01-11
* Convert some more ints to long longs in rephist.c, as suggested by windows co...•••svn:r5789 Nick Mathewson2006-01-11
* we were leaking 3KB every time the entry guards changed, every time•••the controller called saveconf, and every 20 minutes. svn:r5788 Roger Dingledine2006-01-11
* we changed the name of AccountingBytesReadInInterval•••change its state file description too svn:r5785 Roger Dingledine2006-01-10
* 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