aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* a few more tweaksRoger Dingledine2008-09-30
* i *think* this is equivalent. somebody should check me on it though.Roger Dingledine2008-09-30
* v3 authorities write down all the votes they used for the consensusRoger Dingledine2008-09-29
* Include circuit purposes in circuit events. Now all circuit events are exten...Nick Mathewson2008-09-29
* Nobody calls circuit_launch_by_nickname; remove it.Nick Mathewson2008-09-29
* Remove the old v2 directory authority 'lefkada' from the defaultRoger Dingledine2008-09-29
* Patch from mwenge: update TrackHostExits mapping expiry times when the mappin...Nick Mathewson2008-09-29
* Tweak the dbg-stability.txt code to log everything else that influences route...Nick Mathewson2008-09-29
* If we have correct permissions on $datadir, we complain to stdoutRoger Dingledine2008-09-29
* Fix a bug where an unreachable relay would establish enoughRoger Dingledine2008-09-29
* Fix 0/0 calculation in get_weighted_fractional_uptime().Nick Mathewson2008-09-28
* Commit fix for bug 807 from mwenge: send CLOSED controller event for reverse ...Nick Mathewson2008-09-26
* Make sure ExcludeSingleHopRelays works for an exit.Nick Mathewson2008-09-26
* Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson2008-09-26
* Put the start-of-downtime value in the start-of-downtime buffer so that we do...Nick Mathewson2008-09-26
* Code to serve a current stability calculations from /tor/dbg-stability.txt. ...Nick Mathewson2008-09-26
* Make tests pass again by adding an opt hidden-service-dir to the example rout...Nick Mathewson2008-09-26
* Apply rovv's fix for bug 824.Nick Mathewson2008-09-26
* Widen the conditions under which we whine about not having a geoip file to in...Nick Mathewson2008-09-25
* Whitespace fixes.Nick Mathewson2008-09-25
* Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson2008-09-25
* Make it easier for dmalloc to see if keys are leaking; remove a test-only key...Nick Mathewson2008-09-25
* Remove now-needless _tor_dmalloc_free helper.Nick Mathewson2008-09-25
* More test memory-management fixesNick Mathewson2008-09-25
* All relays now store and serve v2 hidden service descriptors by default (not ...Karsten Loesing2008-09-24
* If we are not using BEGIN_DIR cells, don't attempt to contact hidden service ...Karsten Loesing2008-09-24
* Split test_crypto() into manageable pieces.Nick Mathewson2008-09-24
* Minor correction of commentation.Karsten Loesing2008-09-24
* Add patch 4 from Karsten for proposal 121, slightly modified. Karsten should...Nick Mathewson2008-09-24
* Patch from roger for 752, but with more comments: When we get an A.B.exit:P a...Nick Mathewson2008-09-23
* Fix for bug 797 (by arma, with tweaks): always use create_fast for circuits w...Nick Mathewson2008-09-23
* More logging for mtbf/wfu calculations.Nick Mathewson2008-09-23
* Exclude v0 rendezvous descriptors when considering republication.Karsten Loesing2008-09-23
* ok, but inaccurate error strings worseRoger Dingledine2008-09-23
* identical error strings in different contexts badRoger Dingledine2008-09-23
* Oops; we need to make sure that DNS request names are matched in the _questio...Nick Mathewson2008-09-22
* give rend_client_desc_here a slightly more accurate nameRoger Dingledine2008-09-16
* patch from karsten for bug 814. whew.Roger Dingledine2008-09-16
* Add a circuit_conforms_to_options() function for use in debugging paths [and ...Nick Mathewson2008-09-15
* read_to_buf should take an int *error_socket and return it.Roger Dingledine2008-09-14
* stop telling us every time we fetch a consensus. that's not really news.Roger Dingledine2008-09-14
* Serve the latest v3 networkstatus consensus via the controlRoger Dingledine2008-09-14
* make it explicit that the uncompressed cached dir items are nul-terminatedRoger Dingledine2008-09-14
* Allow ports 465 and 587 in the default exit policy again. We hadRoger Dingledine2008-09-13
* Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing2008-09-11
* Fix more actual test leaksNick Mathewson2008-09-10
* Fix some apparent leaks in voting. If authorities suddenly start segfaulting...Nick Mathewson2008-09-10
* Make buffer unit tests handle resource leaks properly.Nick Mathewson2008-09-10
* Make more unit tests handle resource leaks properly.Nick Mathewson2008-09-10
* Correct indentation.Karsten Loesing2008-09-09