summaryrefslogtreecommitdiff
path: root/src/feature
AgeCommit message (Expand)Author
2018-12-05Merge remote-tracking branch 'tor-github/pr/546' into maint-0.3.5Nick Mathewson
2018-11-30sr: Switch from tor_assert() to BUG()Neel Chauhan
2018-11-19Update control_free_all() for #27169Taylor Yu
2018-11-16Merge remote-tracking branch 'dgoulet/ticket27471_035_02' into maint-0.3.5Nick Mathewson
2018-11-14Merge remote-tracking branch 'teor/bug28441-035' into maint-0.3.5Nick Mathewson
2018-11-14log: stop talking about the Named flag in log messagesteor
2018-11-14comment: Fix a typo in nodes_in_same_family()teor
2018-11-13Merge branch 'tor-github/pr/487' into maint-0.3.5David Goulet
2018-11-07Make the hibernate.c changes for systemd compile.Nick Mathewson
2018-11-06Merge remote-tracking branch 'tor-github/pr/474' into maint-0.3.5Nick Mathewson
2018-10-30Merge branch 'tor-github/pr/438' into maint-0.3.5David Goulet
2018-10-30Merge branch 'tor-github/pr/415' into maint-0.3.5David Goulet
2018-10-30Detect the onion service version and then check for invalid options unless we...Neel Chauhan
2018-10-25Merge branch 'bug28202_033' into bug28202_035Nick Mathewson
2018-10-23Documentation: Move the hs_service_descriptor_t elements around.George Kadianakis
2018-10-23Documentation: Document which descriptor elements are (im)mutable.George Kadianakis
2018-10-23Func rename: Make it clear that update_all_descriptors() does intro points.George Kadianakis
2018-10-22hs-v3: Create desc signing key cert before uploadingDavid Goulet
2018-10-18hs-v3: Close client intro circuits if the descriptor is replacedDavid Goulet
2018-10-18hs-v3: Always generate the descriptor cookieDavid 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