aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
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 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-06-20prop250: Add memory and disk state in new filesDavid Goulet
2016-06-20Patch from dgoulet: fix a base16 problem that manifested w stemNick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-16Correctly close intro circuit when deleting ephemeral HSDavid Goulet
2016-06-15Perform cache lookup when FetchHidServDescriptors is setDavid Goulet
2016-06-13Coverity dislikes (double) (int/int).Nick Mathewson
2016-06-12Keep make check-spaces happyAndrea Shepard
2016-06-12typo/comment/log fixes i found in my sandbox from montrealRoger Dingledine
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-06-11Add the -Wextra-semi warning from clang, and fix the cases where it triggersNick Mathewson
2016-06-11Resolve some warnings from OSX clang.Nick Mathewson
2016-06-11Use autoconf, not gcc version, to decide which warnings we haveNick Mathewson
2016-06-11Use -Wdouble-promotion in GCC >= 4.6Nick Mathewson
2016-06-11Add -Wfloat-conversion for GCC >= 4.9Nick Mathewson
2016-06-11Merge remote-tracking branch 'public/bug19203_027' into HEADNick Mathewson
2016-06-11Enable -Wnull-dereference (GCC >=6.1), and fix the easy casesNick Mathewson
2016-06-11Merge remote-tracking branch 'asn/bug17688'Nick Mathewson
2016-06-09Reduce make check-spaces noiseAndrea Shepard
2016-06-07Don't rely on consensus parameter to use a single guard.George Kadianakis
2016-06-06Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-02Use directory_must_use_begindir to predict we'll surely use begindirNick Mathewson
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-30We no longer generate v0 directories. Remove the code to do soNick Mathewson
2016-05-30Fix a warning on unnamed nodes in node_get_by_nickname().Nick Mathewson
2016-05-27Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson
2016-05-27remove a now-unused section of or.hRoger Dingledine
2016-05-27remove an unneeded layer of indentationRoger Dingledine
2016-05-27Disable GET /tor/bytes.txt and GETINFO dir-usageRoger Dingledine
2016-05-27Merge remote-tracking branch 'asn/feature19036'Nick Mathewson
2016-05-27Merge remote-tracking branch 'arma/bug18840'Nick Mathewson