aboutsummaryrefslogtreecommitdiff
path: root/src/feature
AgeCommit message (Expand)Author
2018-10-29Merge branch 'maint-0.3.5'Nick Mathewson
2018-10-26HSv3: Correctly memwipe client auth keystream.George Kadianakis
2018-10-25Merge branch 'bug28202_033' into bug28202_035Nick Mathewson
2018-10-21clean up a tor2web commentRoger Dingledine
2018-10-18Merge remote-tracking branch 'dgoulet/ticket27471_035_02'Nick Mathewson
2018-10-18hs-v3: Close client intro circuits if the descriptor is replacedDavid Goulet
2018-10-18Merge branch 'ticket27549_035_01_squashed'Nick Mathewson
2018-10-18hs-v3: Consolidate descriptor cookie computation codeDavid Goulet
2018-10-17Merge branch 'bug27800-034' into bug27800-035Taylor Yu
2018-10-17merge in some fixes i found in a sandboxRoger Dingledine
2018-10-16Fix typo in comment for hs_cell_parse_introduce2()Neel Chauhan
2018-10-15Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-15Merge branch 'maint-0.3.4'Nick Mathewson
2018-10-14Remove a double-newline and improve a commentNick Mathewson
2018-10-14Merge branch 'bug27772_squashed'Nick Mathewson
2018-10-12Merge remote-tracking branch 'tor-github/pr/380'Nick Mathewson
2018-10-05Add newline between hs_client_get_random_intro_from_edge() and hs_client_rece...Neel Chauhan
2018-10-01Merge remote-tracking branch 'public/bug27893'Nick Mathewson
2018-10-01Fix a bug where we would crash on --version.Nick Mathewson
2018-10-01Remove routerparse include from files that dont use itNick Mathewson
2018-10-01Remove versions.h include from routerparse.hNick Mathewson
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-27Fix a memory leak in --dump-configNick Mathewson
2018-09-27Mark a variable static.Nick 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-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