summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2015-02-19stop warning each time we check minimum-dir-infoRoger Dingledine
2015-02-19don't update dir_info_status when we have minimum dir infoRoger Dingledine
2015-02-18clean up comments and whitespace a bitRoger Dingledine
2015-02-18Downgrade new extrainfo_insert warnings on startupNick Mathewson
2015-02-18Merge branch 'bug13762_diagnostic_redux'Nick Mathewson
2015-02-18Patch from cypherpunks to try to diagnose 8387.Nick Mathewson
2015-02-18Improve log messages for diagnosing 13762Nick Mathewson
2015-02-18Actually free measured_guardfraction.Yawning Angel
2015-02-18Fix an implicit-narrowing warningNick Mathewson
2015-02-18Merge remote-tracking branch 'yawning/bug14918'Nick Mathewson
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Don't exit if we can't find the GuardfractionFile when booting.George Kadianakis
2015-02-18Final guardfraction preparations for upstream merge.George Kadianakis
2015-02-18Calculate relay weighted bandwidth using guardfraction bandwidths.George Kadianakis
2015-02-18Calculate total bandwidth weights using the guardfraction bandwidths.George Kadianakis
2015-02-18Calculate the guardfraction bandwidth of a guard.George Kadianakis
2015-02-18Parse GuardFraction info from consensuses and votes.George Kadianakis
2015-02-18Write GuardFraction information to consensus.George Kadianakis
2015-02-18Write guardfraction information to votes.George Kadianakis
2015-02-18Parse Guardfraction file and apply results to routerstatuses.George Kadianakis
2015-02-18Fix bootstrap directory information logging.Yawning Angel
2015-02-18Fix compute_frac_paths_available, when ExitNodes is not set.Yawning Angel
2015-02-17Merge branch 'bug14918'Nick Mathewson
2015-02-17Merge remote-tracking branch 'public/feature_13822'Nick Mathewson
2015-02-17Fix some issues with reporting exit-free networksNick Mathewson
2015-02-17trivial whitespace fixRoger Dingledine
2015-02-16Maybe this will make coverity not care that this check is dead. CID 1268063Nick Mathewson
2015-02-16No, coverity, this is not a memory leak. 1268065Nick Mathewson
2015-02-16Fix a few coverity "Use after NULL check" warningsNick Mathewson
2015-02-15Call cpu_init if we change to being a relaySebastian Hahn
2015-02-11fix a compilation warningNick Mathewson
2015-02-11Merge remote-tracking branch 'public/remove_freelist'Nick Mathewson
2015-02-11Merge branch 'bug12844'Nick Mathewson
2015-02-11Additional paranoia: do not even build tor2web stuff if not using.Nick Mathewson
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-02-11Merge remote-tracking branch 'public/feature_13555'Nick Mathewson
2015-02-09Add some comments to or_circuit_t.workqueue_entrySebastian Hahn
2015-02-09Avoid use-after-free of circ belonging to cancelled jobSebastian Hahn
2015-02-09Reserve enough space for rend_service_port_config_tSebastian Hahn
2015-02-07Search-and-replace to regain coding style in wake of 13822.Nick Mathewson
2015-02-07Split ROUTER_REQUIRED_MIN_BANDWIDTH into RELAY_ and BRIDGE_ variantsNick Mathewson
2015-02-06Control: getinfo entry-guards report down-sinceDavid Goulet
2015-02-06Merge remote-tracking branch 'sebastian/bug13993'Nick Mathewson
2015-02-06Fix check-spaces complaintsSebastian Hahn
2015-02-06Add unit test for #13290Sebastian Hahn
2015-02-06Fix scheduler compilation on targets where char is unsigned.Yawning Angel
2015-02-05Merge remote-tracking branch 'public/bug13796'Nick Mathewson
2015-02-05Fix a work-counting bug introduced by the workqueue mergeNick Mathewson
2015-02-04Bump the minimum relay version to 0.2.4.18-rcNick Mathewson
2015-02-04Use getsockname, not getsockopt, on TPROXY socketsNick Mathewson