aboutsummaryrefslogtreecommitdiff
path: root/src/feature/relay/router.c
AgeCommit message (Expand)Author
2019-11-05config: Rename new global functions with a prefixteor
2019-10-31config: Move accounting/bandwidth config into the relay moduleteor
2019-10-22Re-run make autostyle.Nick Mathewson
2019-10-20relay: Silence compiler warnings when relay mode is disabledteor
2019-09-30Merge branch 'tor-github/pr/1346'George Kadianakis
2019-09-26lock: Avoid some undefined behaviour when freeing mutexes.teor
2019-09-25Merge branch 'tor-github/pr/1341'George Kadianakis
2019-09-18Merge branch 'bug30916_035' into bug30916_041Nick Mathewson
2019-09-18Avoid a crash if our "current" and "old" ntor onion keys are equalNick Mathewson
2019-09-18Extract expressions in construct_ntor_key_map()Nick Mathewson
2019-06-25stats: add comments about the required chunk structure in extra info filesteor
2019-06-25Merge branch 'bug30958_041' into bug30958_masterteor
2019-06-24Merge branch 'bug30958_040' into bug30958_041teor
2019-06-24Merge branch 'bug30958_035' into bug30958_040teor
2019-06-24Merge branch 'bug30958_029' into bug30958_035teor
2019-06-24stats: Split extrainfo_dump_to_string() into smaller functions.teor
2019-06-24stats: Always publish pluggable transports in extra info documentsteor
2019-06-05Run "make autostyle."Nick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-19Merge branch 'maint-0.3.4' into maint-0.3.5teor
2019-04-05crypto_format: Remove the return value from ed25519_signature_to_base64()teor
2019-04-05crypto_format: Remove the return values from digest256_to_base64()teor
2019-03-26Merge branch 'tor-github/pr/842'George Kadianakis
2019-03-25Split all controller events code into a new control_events.cNick Mathewson
2019-02-26Merge branch 'tor-github/pr/638' into maint-0.4.0David Goulet
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: Move extrainfo signing into its own functionteor
2019-02-19router: eliminate router_update_info_send_unencrypted()teor
2019-02-19router: eliminate tiny router_build_fresh_descriptor() static functionsteor
2019-02-19router: check for NULL in router_build_fresh_descriptor() static functionsteor
2019-02-19router: refactor router_build_fresh_descriptor() static function interfacesteor
2019-02-19router: split router_build_fresh_descriptor() into static functionsteor
2019-02-19stats: Stop reporting statistics when ExtraInfoStatistics is 0teor
2019-02-19Merge branch 'bug29017-033' into bug29017-master-mergeteor
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick 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-25Treat the StaleDesc flag as making our descriptor dirty.Nick Mathewson
2018-11-24Emit router families in canonical formNick Mathewson
2018-11-24Extract get_declared_family() into its own function.Nick Mathewson
2018-11-05Move the code that knows our tor version into a lowest-level libNick Mathewson
2018-10-31Merge branch 'networkstatus_mmap' into networkstatus_mmap_mergeNick Mathewson
2018-10-01Split the authority-cert and signature/hash code from routerparseNick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-25Remove extra includes from router.cNick Mathewson