aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
AgeCommit message (Expand)Author
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-14Avoid integer underflow in tor_version_compare.Nick 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
2015-06-22Repair breakage in early-error case of microdesc parsingNick 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-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
2014-09-09Remove client-side bad directory logicSebastian Hahn
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
2014-08-15Remove implementation code for all pre-13 consensus methods.Nick Mathewson
2014-04-29Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-29Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-29Stop leaking memory in error cases of md parsingNick Mathewson
2014-04-14Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-04-14Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2014-04-14Code to blacklist authority signing keysNick Mathewson
2014-03-31Merge remote-tracking branch 'public/bug11342'Nick Mathewson
2014-03-27Make dump_desc() use binary modeNick Mathewson
2014-03-23Merge remote-tracking branch 'public/bug11275_024'Nick Mathewson
2014-03-23Stop leaking 'sig' at each call of router_append_dirobj_signature()Roger Dingledine
2014-03-18Take out remaining V1 directory code.Karsten Loesing
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-02-15Remove a bunch of functions that were never called.Nick Mathewson
2014-02-03More fixes to rip out all of the v2 directory code.Karsten Loesing
2014-01-29Rip out all of the v2 directory code.Nick Mathewson
2013-12-17Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-12-17Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4Nick Mathewson
2013-12-16Avoid free()ing from an mmap on corrupted microdesc cacheNick Mathewson