aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2016-12-20Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2016-12-20Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2016-12-20Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2016-12-18Fix parsing bug with unecognized token at EOSNick Mathewson
2016-03-21Fix log message subjects in networkstatus_parse_vote_from_string()Nick Mathewson
2015-09-22Fix a memory leak in router_parse_addr_policy_item_from_string. CID 1324770Nick Mathewson
2015-09-16fixup Clarify ambiguous log message in router_add_exit_policyteor (Tim Wilson-Brown)
2015-09-16fixup Only set TAPMP_STAR_IPV6_ONLY if TAPMP_EXTENDED_STAR is setteor (Tim Wilson-Brown)
2015-09-16ExitPolicy accept6/reject6 produces IPv6 wildcard addresses onlyteor (Tim Wilson-Brown)
2015-09-16Ignore accept6/reject6 IPv4, warn about unexpected rule outcomesteor (Tim Wilson-Brown)
2015-09-14Update comments about ExitPolicy parsingteor (Tim Wilson-Brown)
2015-07-16Fix most check-spaces issuesNick Mathewson
2015-06-25Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-06-22Repair breakage in early-error case of microdesc parsingNick Mathewson
2015-06-01Add a master-key-ed25519 line for convenienceNick Mathewson
2015-06-01Appease make check-spacesAndrea Shepard
2015-05-28fix memory leak on bad ns convote. CID 1301371.Nick Mathewson
2015-05-28Merge branch '12498_ed25519_keys_v6'Nick Mathewson
2015-05-28Checkpoint some work on voting on ed25519 identitiesNick Mathewson
2015-05-28Sign extrainfo documents with ed25519Nick Mathewson
2015-05-28Include ed25519 keys in microdescriptors.Nick Mathewson
2015-05-28Fix the position-check for ed25519 certs to work with annotationsNick Mathewson
2015-05-28Implement proposal 228: cross-certification with onion keysNick Mathewson
2015-05-28Implement ed25519-signed descriptorsNick Mathewson
2015-04-23Merge remote-tracking branch 'dgoulet/bug14847_027_06'Nick Mathewson
2015-04-23Correct "longest possible policy" comment in router policyteor
2015-04-23Use a custom Base64 encoder with more control over the output format.Yawning Angel
2015-04-22Add function to validate HS descriptor IDDavid Goulet
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-04-06Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-04-06Handle empty/zero length encoded intro points more gracefully.Yawning Angel
2015-03-24Remove version checks for microdescriptor supportNick Mathewson
2015-02-18clean up comments and whitespace a bitRoger Dingledine
2015-02-18Merge branch 'bug9321_rerebase'Nick Mathewson
2015-02-18Final guardfraction preparations for upstream merge.George Kadianakis
2015-02-18Parse GuardFraction info from consensuses and votes.George Kadianakis
2015-01-29When there are no package lines, make consensus/packages say "".Nick Mathewson
2015-01-10Implement proposal 227-vote-on-package-fingerprints.txtNick Mathewson
2015-01-07Merge branch 'bug9286_v3_squashed'Nick Mathewson
2015-01-07Stop accepting milliseconds in various directory contextsNick Mathewson
2015-01-06Merge remote-tracking branch 'public/bug13661_025'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-24Allow consensus interval of 10 seconds when testingteor
2014-11-05Fix version number parsing to allow 2- and 3-part versions.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-13Add comments to can_dl_again usageNick Mathewson
2014-10-13Note that parse-list functions may add duplicate 'invalid' entries.Nick Mathewson
2014-10-13Treat unparseable (micro)descriptors and extrainfos as undownloadableNick Mathewson
2014-09-21get rid of routerstatus->version_supports_optimistic_dataRoger Dingledine