summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-18Add unittests for the guardfraction feature.George Kadianakis
2015-02-18Unittest prep: Move get_yesterday_date_str() to helper file.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-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-17Check thread count for negative; realloc->reallocarrayNick Mathewson
2015-02-17Have tinytest tolerate systems where char has > 8 bytesNick Mathewson
2015-02-17Use --list-fingerprint instead of process control in zero_length_keys.shNick Mathewson
2015-02-17Wrap two long linesNick 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-16Fix deadcode warning in get_interface_addresses_raw().Nick Mathewson
2015-02-16Fix a trivial double-close in address.c. CID 1268071Nick Mathewson
2015-02-15Call cpu_init if we change to being a relaySebastian Hahn
2015-02-15Don't leak a cond var when starting threads in a poolSebastian Hahn
2015-02-12Merge remote-tracking branch 'sebastian/bug14875'Nick Mathewson
2015-02-12Avoid undefined behaviour in ifreq_to_smartlistSebastian Hahn
2015-02-12Actually get all interface addressesSebastian Hahn
2015-02-11Merge branch 'bug14478_squashed'Nick Mathewson
2015-02-11Put error messages to stderrSebastian Hahn
2015-02-11Change exit code of zero_length_keys scriptSebastian Hahn
2015-02-11Avoid undefined behaviour of testSebastian Hahn
2015-02-11Check that mktemp result is a directorySebastian Hahn
2015-02-11Clean up after zero length key testSebastian Hahn
2015-02-11Merge remote-tracking branch 'public/bug14759'Nick Mathewson
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-11Fix crash on glibc __libc_message()Nick Mathewson
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-02-11Merge remote-tracking branch 'public/feature_13555'Nick Mathewson
2015-02-09Merge remote-tracking branch 'sysrqb/bug14802_025'Nick Mathewson
2015-02-09Merge remote-tracking branch 'teor/avoid-NULL-smartlist-foreach'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-09Return 0 when detecting the amount of memory failsMatthew Finkel