aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2018-04-02Merge branch 'maint-0.3.3'Nick Mathewson
2018-04-02dir auths no longer vote Guard if they're not voting V2DirRoger Dingledine
2018-03-06Refactor: suppress duplicated functions from router.c and encapsulate NODE_DE...Caio Valente
2018-03-04Fix a crash bug when testing reachabilityNick Mathewson
2018-02-15Merge remote-tracking branch 'valentecaio/t-25081'Nick Mathewson
2018-02-08dirserv: Improve returned message when relay is rejectedDavid Goulet
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31refactor: using get_uptime() (and reset_uptime()) consistently.Caio Valente
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-06Merge remote-tracking branch 'teor/bug24488'Nick Mathewson
2017-12-04Merge branch 'bug23826-23828_squashed'Nick Mathewson
2017-12-02Make set_routerstatus_from_routerinfo() set IPv6 unspecified addressesteor
2017-11-13Merge remote-tracking branch 'sebastian/bug24137'Nick Mathewson
2017-11-09Merge branch 'ticket20895'Nick Mathewson
2017-11-04fixup! Allow bootstrapping networks to have Exit flagsSebastian Hahn
2017-11-03Allow bootstrapping networks to have Exit flagsSebastian Hahn
2017-10-15Add a consensus method for IPv6 address lines in the microdesc consensusteor
2017-10-15Add a consensus_method argument to routerstatus_format_entry()teor
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-11Split the behavior of node_supports_ed25519_link_authentication().Nick Mathewson
2017-09-08Merge branch 'ticket22377'Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-08-28Merge branch 'ticket22348_031'Nick Mathewson
2017-08-28Try to improve the keypinning-failure message even moreNick Mathewson
2017-08-28Don't use "0" as a "base" argument to tor_parse_*().Nick Mathewson
2017-08-24Remove the AUTHDIR_NEWDESCS feature: nobody is using it any moreNick Mathewson
2017-07-31Improve the keypin failure messageNick Mathewson
2017-07-12Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-12Merge branch 'bug22349_029' into maint-0.3.1Nick Mathewson
2017-06-27Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-27Set published_out for consensus cache entries in spooled_resource_estimate_si...Alexander Færøy
2017-06-27Merge branch 'asn_bug22006_final_squashed'Nick Mathewson
2017-06-27ed25519: Dirauths validate router ed25519 pubkeys before pinning.George Kadianakis
2017-06-27Mark descriptors as undownloadable when dirserv_add_() rejects themNick Mathewson
2017-05-25Merge branch 'maint-0.3.0'Roger Dingledine
2017-05-25Merge branch 'maint-0.2.9' into maint-0.3.0Roger Dingledine
2017-05-25Stop leaking keypin-rejected routerinfos on directory authoritiesteor
2017-05-22Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-22Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-05-22dir auths reject 0.2.9.x for x<5, due to bug 20499Roger Dingledine
2017-05-15Merge branch 'ahf_bugs_21667_2_squashed'Nick Mathewson
2017-05-15Merge remote-tracking branch 'public/bug20270_029'Nick Mathewson
2017-05-12Use dir_compressed(_len) instead of dir_z(_len).Alexander Færøy
2017-05-10add an XXX with a minor bug in dirserv_add_multiple_descriptorsRoger Dingledine
2017-05-09Report common reasons for rejecting a relay before uncommon onesNick 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-04Add consensus_cache_entry spooling support to spooled_resource_tNick Mathewson
2017-04-18Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.Alexander Færøy