aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-01-31Fix a failing unit test.Nick Mathewson
2018-01-31Look at the correct protocol for supports_v3_rendezvous_pointNick Mathewson
2018-01-25Remove the old ("deterministic") download schedule.Nick Mathewson
2018-01-24Also cache the protover summary in the routerinfo_t, if we're using thatNick Mathewson
2018-01-24Extract code to summarize protocol versions into new functionNick Mathewson
2018-01-24Extract protover summary flags into a new structureNick Mathewson
2017-11-09Merge branch 'ticket20895'Nick Mathewson
2017-11-01easy typos while reviewing commitsRoger Dingledine
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-12clang scan-build: Fix "dead increment" warnings.Nick Mathewson
2017-09-11Split the behavior of node_supports_ed25519_link_authentication().Nick Mathewson
2017-09-07prop224: Pick rendezvous point of protover HSRend=2David Goulet
2017-08-25Merge branch 'maint-0.3.1'Nick Mathewson
2017-08-25Merge branch 'bug19418_029' into maint-0.3.1Nick Mathewson
2017-08-09Make sure we always wind up checking i2d_*'s output.Nick Mathewson
2017-08-08Merge branch 'ticket20657_nickm_bugfixes_squashed'Nick Mathewson
2017-08-08Correctly assign HSDir flags based on protocol listGeorge Kadianakis
2017-08-08prop224: HSDir v3 support is >= 0.3.0.8David Goulet
2017-07-28Add an assertion to try to please coverity.Nick Mathewson
2017-07-13rephist: Remove unused crypto_pk statistics.Isis Lovecruft
2017-07-01general formatting / whitespace / typo fixesRoger Dingledine
2017-05-10#22211 Fix a comment in routerparse.cNick Mathewson
2017-05-04Update the consdiff directory code based on #22143 fixesNick Mathewson
2017-05-04Store the sha3 of a networkstatus as part of the networkstatus_tNick Mathewson
2017-05-03bug#22143/prop#140: identify input diffs by their digest-as-signedNick Mathewson
2017-04-07prop224: Flag router with HSIntro/HSDir using protoverDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-06Check for NULL as input to extrainfo_parse_entry_from_string()Nick Mathewson
2017-02-28Merge remote-tracking branch 'teor/bug21507-029'Nick Mathewson
2017-02-19Reject Tor versions that contain non-numeric prefixesteor
2017-02-17Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-02-17Check for micro < 0, rather than checking "minor" twice.Nick Mathewson
2017-02-15Merge branch 'maint-0.2.9'Nick Mathewson
2017-02-15whoops; make 21450 compileNick Mathewson
2017-02-15Merge branch 'maint-0.2.9'Nick Mathewson
2017-02-15Limit version numbers to 0...INT32_MAX.Nick Mathewson
2017-02-15Merge branch 'maint-0.2.9'Nick Mathewson
2017-02-15Merge branch 'bug21278_redux_029_squashed' into maint-0.2.9Nick Mathewson
2017-02-15Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-02-15Merge branch 'maint-0.2.7' into maint-0.2.8Nick Mathewson
2017-02-15Merge branch 'maint-0.2.6' into maint-0.2.7Nick Mathewson
2017-02-15Merge branch 'maint-0.2.5' into maint-0.2.6Nick Mathewson
2017-02-15Merge branch 'maint-0.2.4' into maint-0.2.5Nick Mathewson
2017-02-15give tor_version_parse_platform some function documentationRoger Dingledine
2017-02-15Extract the part of tor_version_as_new_as that extracts platformNick Mathewson
2017-02-14Avoid integer underflow in tor_version_compare.Nick Mathewson
2017-01-30Memory leak on bogus ed key in microdescNick Mathewson
2017-01-30Fix a memory leak found while fuzzingNick Mathewson