summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-09-22bump to 0.2.4.3-alphator-0.2.4.3-alphaRoger Dingledine
2012-09-224aff97cfc didn't update the 'last modified' timestampRoger Dingledine
2012-09-21Remove the testing_since* fieldsNick Mathewson
2012-09-21Fix comment in crypto.h; bug 6830Nick Mathewson
2012-09-21add changes file and whitespace fixes for bug 4020Nick Mathewson
2012-09-21Reinstate address in warning message when binding non-locallyTom Fitzhenry
2012-09-20Don't leak msg when parse_virtual_addr_network() fails.Linus Nordberg
2012-09-18Correct comment explaining why tor2web mode should disable entry guardsRobert Ransom
2012-09-18Disable Guard usage for Tor2webMode.Mike Perry
2012-09-18Bump bug 6866 log messages back up to notice for 0.2.4Nick Mathewson
2012-09-18Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-18Whitespace fixesNick Mathewson
2012-09-18Print the correct address family in log printout.Linus Nordberg
2012-09-17Bug 6866: Convert pathbias asserts into log messages.Mike Perry
2012-09-17Merge remote-tracking branch 'linus/bug6880'Nick Mathewson
2012-09-17Don't do reachability testing over IPv6 unless AuthDirPublishIPv6 is set.Linus Nordberg
2012-09-17Fix comment typo in tor_memeqRobert Ransom
2012-09-17Add unit test for crypto_pk_cmp_keys and NULLNick Mathewson
2012-09-17Fix documentation for crypto_pk_cmp_keysRobert Ransom
2012-09-17Implement and use crypto_pk_eq_keysRobert Ransom
2012-09-17Make crypto_pk_cmp_keys do something sane for NULL keysRobert Ransom
2012-09-17Merge remote-tracking branch 'public/bug6853'Nick Mathewson
2012-09-17Merge branch 'bug6861_typofix'Nick Mathewson
2012-09-17Avoid sign-extending when computing rend auth type.Nick Mathewson
2012-09-17Parse votes with >31 flags correctlyNick Mathewson
2012-09-17Merge branch '6044_nm_squashed'Nick Mathewson
2012-09-17Turn the read_file_until_eof tests into a single implementationNick Mathewson
2012-09-17Handle FIFOs in read_file_to_strmeejah
2012-09-14Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-14Use file-size-fixup code on cygwin too.Nick Mathewson
2012-09-14Move functions for seeing if we know enough nodes into nodelistNick Mathewson
2012-09-14Remove router_get_by_{nickname,hexdigest} entirelyNick Mathewson
2012-09-14Remove the old disabled router_get_by_nickname implementationNick Mathewson
2012-09-14Move many of the node_ functions from routerlist to nodelistNick Mathewson
2012-09-14Split the routerset code out of routerlist.cNick Mathewson
2012-09-14Merge branch 'bug6833'Nick Mathewson
2012-09-14document why we only allow 64 flags in votesNick Mathewson
2012-09-14Fix compilation with older gccsNick Mathewson
2012-09-14Remove a duplicate test in test_util_pow2Nick Mathewson
2012-09-14Merge branch 'bug6831_v2'Nick Mathewson
2012-09-14Don't compute ((uint64_t)1)<<64 in round_to_power_of_2Nick Mathewson
2012-09-13Split the or_state_t portions of config.c into their own fileNick Mathewson
2012-09-13Remove all remaining spurious or_options_t invocations in confparse.cNick Mathewson
2012-09-13Split the generic config_fmt_t code into a new confparse.c fileNick Mathewson
2012-09-13Reject votes (not consensuses) with >64 known-flagsNick Mathewson
2012-09-13Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-09-13Avoid undefined behaviour when parsing HS protocol versionsRobert Ransom
2012-09-12Merge branch 'bug6815'Nick Mathewson
2012-09-12Fix a wide lineNick Mathewson
2012-09-12Revert "6819: typo in torrc.sample.in"Nick Mathewson