aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-01Remove unused headers from routerparse.cNick Mathewson
2018-10-01Extract addr-policy parsing code.Nick Mathewson
2018-10-01Move summarize_protover_flags to versions.cNick Mathewson
2018-10-01extract networkstatus parsing to its own file.Nick Mathewson
2018-10-01Pull detached-signatures code into dirauth.Nick Mathewson
2018-10-01Split microdescriptor parser into its own file.Nick Mathewson
2018-10-01Remove addr_policy_assert_ok() as unusedNick Mathewson
2018-10-01Remove dump_distinct_digest_count()Nick Mathewson
2018-10-01Remove router_get_dir_hash as unused.Nick Mathewson
2018-10-01Move v2 hs parsing into feature/rendNick Mathewson
2018-10-01Split the authority-cert and signature/hash code from routerparseNick Mathewson
2018-10-01Extract the version-managing code from routerparse.cNick Mathewson
2018-10-01Extract logic for dumping unparseable junk from routerparse.cNick Mathewson
2018-10-01Move routerparse and parsecommon to their own module.Nick Mathewson
2018-09-27Detect an unlikely integer overflow.Nick Mathewson
2018-09-27Merge branch 'split_stats'Nick Mathewson
2018-09-27Merge branch 'ticket_27861'Nick Mathewson
2018-09-27Always initialize the periodic events list.Nick Mathewson
2018-09-27Mark a variable static.Nick Mathewson
2018-09-27geoip: fix windows compilationNick Mathewson
2018-09-27Changes file for splitting statsNick Mathewson
2018-09-27Extract the non-stats part of geoip into a new src/lib/geoip.Nick Mathewson
2018-09-27Remove excess dependencies from geoip.cNick Mathewson
2018-09-27Split geoip from geoip-related stats.Nick Mathewson
2018-09-27Move the n_v3_ns_requests field out of geoip_country_tNick Mathewson
2018-09-27Move the predicted ports code out of rephist.cNick Mathewson
2018-09-26Merge branch 'router_split'Nick Mathewson
2018-09-26Merge remote-tracking branch 'dgoulet/bug27550_035_01'Nick Mathewson
2018-09-25Changes file for splitting router.cNick Mathewson
2018-09-25Remove extra includes from router.cNick 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-25Rename dirauth/mode.h to dirauth/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-09-25Fix reference to socks-extensions.txt in tor-resolve manpagerl1987
2018-09-24Merge branch 'pr_339_squashed'Nick Mathewson
2018-09-24Mention that we require Python 2.7 or newerrl1987
2018-09-24Merge branch 'bug26913_033'Nick Mathewson
2018-09-24Fix arm compilation with openssl <1.1Nick Mathewson
2018-09-24Merge branch 'maint-0.3.4'Nick Mathewson
2018-09-24Fix the 0.3.4 part of bug 27781 (arm compilation)Nick Mathewson
2018-09-24Merge branch 'ticket26744'Nick Mathewson
2018-09-22Initialize mainloop events earlier, since other stuff may run them.Nick Mathewson
2018-09-21But, actually move systemd_watchdog_timer free into mainloop.cNick Mathewson