summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-11and give the changelog a datetor-0.1.1.11-alphaRoger Dingledine
svn:r5797
2006-01-11more changelog futzingRoger Dingledine
svn:r5796
2006-01-11we were leaking a smartlist every time we built a circuitRoger Dingledine
svn:r5795
2006-01-11Fix another memleak. I love you, valgrind!Nick Mathewson
svn:r5794
2006-01-11Fix wide linesNick Mathewson
svn:r5793
2006-01-11Appease verbose gcc warning: make dirserv_compute_stable_uptime() static.Nick Mathewson
svn:r5792
2006-01-11if we learn that a down entry guard is up, count our working entryRoger Dingledine
guards correctly when logging. svn:r5791
2006-01-11Fix memory leak in routerlist_remove_old_routers().Nick Mathewson
svn:r5790
2006-01-11Convert some more ints to long longs in rephist.c, as suggested by windows ↵Nick Mathewson
compiler. svn:r5789
2006-01-11we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine
the controller called saveconf, and every 20 minutes. svn:r5788
2006-01-11Update the manual page: UseEntryGuards defaults to 1 nowPeter Palfrader
svn:r5787
2006-01-11checkpoint the 0.1.1.11-alpha changelog: getting closer!Roger Dingledine
svn:r5786
2006-01-10we changed the name of AccountingBytesReadInIntervalRoger Dingledine
change its state file description too svn:r5785
2006-01-10Forward port debian/patches/07_log_to_file_by_default.dpatch againPeter Palfrader
svn:r5784
2006-01-10bump to 0.1.1.11-alpha in preparation for releaseRoger Dingledine
svn:r5783
2006-01-10entry nodes are now entry guards.Roger Dingledine
this is our last easy chance for a wholesale change. heave ho. svn:r5782
2006-01-10UseEntryGuards and NumEntryGuardsRoger Dingledine
svn:r5781
2006-01-10from the controller you can getinfo entry-guards now, not entry-nodes.Roger Dingledine
svn:r5780
2006-01-10remove some completed items from the TODONick Mathewson
svn:r5779
2006-01-10answer a question from arma, and clarify a related point.Nick Mathewson
svn:r5778
2006-01-10Add a (diabled by default) option in crypto.h to disable most of the ↵Nick Mathewson
interesting crypto-related changes made on 0.1.1.9. This will help hunt bug 234. svn:r5777
2006-01-10and even more soRoger Dingledine
svn:r5776
2006-01-10make entry node logging slightly less chatty.Roger Dingledine
still quite chatty. it's an alpha, that's ok. svn:r5775
2006-01-10#undef FOO is cleaner than #define FOO_XXNick Mathewson
svn:r5774
2006-01-10Make unittests pass again.Nick Mathewson
svn:r5773
2006-01-10or_state_validate() needs an extra arg too or it will crashRoger Dingledine
svn:r5772
2006-01-10hack to address bug 238.Roger Dingledine
needs a better fix, but not for 0.1.1.11. svn:r5771
2006-01-10implement getinfo desc/all-recentRoger Dingledine
closes bug 237. svn:r5770
2006-01-10spec getinfo desc/all-recentRoger Dingledine
svn:r5769
2006-01-10fix bug 235Roger Dingledine
svn:r5768
2006-01-10Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson
svn:r5767
2006-01-10Warn about actual offending hiddenservice* config option, now that more than ↵Nick Mathewson
one is possible. Closes bug 239. svn:r5766
2006-01-10Fix bug 221 and bug 201: For 221, check return value from connection_add() ↵Nick Mathewson
when adding a rendezvous post connection. For 201, do not include a content-length 0 with a GET request. svn:r5765
2006-01-10Make OSX script alias tor-resolve binary correctly. Fix bug 216Nick Mathewson
svn:r5764
2006-01-10balance the reachability testing so a smidgen of it happensRoger Dingledine
every 10 seconds. this way we don't try to do 500 tls's at once every 20 minutes. svn:r5763
2006-01-10Be more aggressive about throwing away expired router descriptors: they are ↵Nick Mathewson
of no use to anybody. Better still: dont serve expired descriptors by fingerprint. The only people who ask for them are busted 0.1.1.10 Tors that will throw them away and re-request them after 30 minutes. svn:r5762
2006-01-09When picking a random directory, prefer non-authorities if any are known.Nick Mathewson
svn:r5761
2006-01-09Instrument directory client bytes as well as server bytes.Nick Mathewson
svn:r5760
2006-01-08Make instrmentation code a little cleaner.Nick Mathewson
svn:r5759
2006-01-08remove the loud logging of busted rendezvous descriptorsRoger Dingledine
svn:r5758
2006-01-08remove typoRoger Dingledine
svn:r5757
2006-01-08Instrument how many directory bytes we are serving in what kind of request.Nick Mathewson
svn:r5756
2006-01-08Fix bug in last commit. Also, fix bug 231: authorities should never treat ↵Nick Mathewson
their own descriptor changes as cosmetic. svn:r5755
2006-01-08Fix bug 236: caches should cache up to 16 unrecognized network-status docs.Nick Mathewson
svn:r5754
2006-01-08dir-spec touchups and a question for nickRoger Dingledine
svn:r5753
2006-01-07bugfix: we were leaving open duplicate connections to other ORsRoger Dingledine
for a week, rather than closing them once we detect a duplicate. also, avoid some duplicate mark-for-closes in connection-housekeeping. svn:r5752
2006-01-07"Pending" is a bad term for a circuit that uses your server as its last hop.Roger Dingledine
svn:r5751
2006-01-07fix typoRoger Dingledine
svn:r5750
2006-01-07that makes this paragraph extraneousRoger Dingledine
svn:r5749
2006-01-07correct the key material paragraphRoger Dingledine
svn:r5748