aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-07-01prop250: Add a DEL state action and return const SRVsDavid Goulet
2016-07-01prop250: Use the new dirvote_get_intermediate_param_value for AuthDirNumSRVAg...David Goulet
2016-07-01Refactor parameter computation and add a helper functionNick Mathewson
2016-07-01prop250: Fix format string encoding in log statementDavid Goulet
2016-07-01prop250: Change reveal_num to uint64_t and version to uint32_tDavid Goulet
2016-07-01prop250: Don't use {0} to init static struct -- causes warning on clang.George Kadianakis
2016-07-01prop250: Silence a logging message.George Kadianakis
2016-07-01prop250: Don't reject votes containing commits of unknown dirauths.George Kadianakis
2016-07-01prop250: Pass the dst length to sr_srv_encode()David Goulet
2016-07-01prop250: Fix unit tests about the RSA fingerprint checkDavid Goulet
2016-07-01prop250: Sort commits in lexicographical order in votesDavid Goulet
2016-07-01prop250: Improve log messagesDavid Goulet
2016-07-01prop250: Sort smartlist before you get most frequent SRV.George Kadianakis
2016-07-01prop250: Only trust known authority when computing SRVDavid Goulet
2016-07-01prop250: Add version to Commit line in vote and stateDavid Goulet
2016-07-01prop250: Add a valid flag to sr_commit_tDavid Goulet
2016-07-01prop250: Use RSA identity digest instead of fingerprintDavid Goulet
2016-07-01prop250: change time_t to uint64_tDavid Goulet
2016-07-01prop250: Add changes fileDavid Goulet
2016-07-01prop250: Add unit testsDavid Goulet
2016-07-01prop250: Initialize the SR subsystem and us it!David Goulet
2016-07-01prop250: Parse votes and consensusDavid Goulet
2016-07-01prop250: Put commits and SRVs in votes/consensusDavid Goulet
2016-07-01prop250: Add commit and SR values generation codeDavid Goulet
2016-07-01Add an extra check to test_dir to try to debug windows jenkins issueNick Mathewson
2016-07-01Fix a missing break; in dump_desc_init()Nick Mathewson
2016-07-01Merge remote-tracking branch 'teor/bug19530-v2'Nick Mathewson
2016-07-01Merge branch 'maint-0.2.8'Nick Mathewson
2016-07-01Avoid disclosing exit IP addresses in exit policies by defaultteor (Tim Wilson-Brown)
2016-07-01When tor can't find a directory, log lessteor (Tim Wilson-Brown)
2016-07-01Changes file for #19530teor (Tim Wilson-Brown)
2016-07-01Make authority_certs_fetch_missing support bridge hintsteor (Tim Wilson-Brown)
2016-07-01Refactor duplicate code in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-07-01Call purpose_needs_anonymity in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-07-01Hex-encode raw digest before printing in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-07-01Refactor authority_certs_fetch_missing to call get_options onceteor (Tim Wilson-Brown)
2016-06-30Make sure that our tests expect the windows path separator as neededNick Mathewson
2016-06-30Set binary mode when checking malformed descriptor.Nick Mathewson
2016-06-30One more tt_u64_opNick Mathewson
2016-06-30use tt_u64_op for comparing len_descs_dumpedNick Mathewson
2016-06-30fix naked memcmpsNick Mathewson
2016-06-30Fix more naked strdup/malloc/free instancesNick Mathewson
2016-06-30Avoid naked strdups in test_dir.cNick Mathewson
2016-06-30Fix a memory leak in test_dir_populate_dump_desc_fifoNick Mathewson
2016-06-30Try to fix warnings when size_t is smaller than st.st_size.Nick Mathewson
2016-06-30fix a syntax warningNick Mathewson
2016-06-30Fix three -Wtautological-constant-out-of-range-compare warnings.Nick Mathewson
2016-06-30Fix -Wextra-semi warningNick Mathewson
2016-06-30Fix a 32-bit compilation failureNick Mathewson