aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/router.h
AgeCommit message (Expand)Author
2019-02-19router: Add some missing #endif commentsteor
2019-02-19test_dir: Test rsa + ed25519 extrainfo creation and parsingteor
2019-02-19test_dir: Unit tests for RSA-only router and extrainfo descriptor creationteor
2019-02-19router: Document the additional config and state used to dump descriptorsteor
2019-02-19router: refactor router_build_fresh_descriptor() static function interfacesteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-05Merge remote-tracking branch 'public/prop298'Nick Mathewson
2018-12-05Write tests for mark_my_descriptor_dirty_if_too_old()Nick Mathewson
2018-11-24Emit router families in canonical formNick Mathewson
2018-09-25Revise things that had included router.h beforeNick Mathewson
2018-09-25Move the "is the network disabled?" functions out of router.cNick Mathewson
2018-09-25Move routerinfo_t functions out of router.cNick Mathewson
2018-09-25Extract nickname-checking functions from router.cNick Mathewson
2018-09-25Move the various _describe() functions out of router.cNick Mathewson
2018-09-25Extract all the "am I a server" functions from router.cNick Mathewson
2018-09-25Move all authdir_mode_*() functions into authmode.hNick Mathewson
2018-09-25Move self-test functionality into its own file.Nick Mathewson
2018-09-25Move key-loading and crosscert-checking out of feature/relayNick Mathewson
2018-08-29router: Keep RSA onion public key in ASN.1 formatDavid Goulet
2018-07-05Move literally everything out of src/orNick Mathewson