aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_common.c
AgeCommit message (Expand)Author
2018-07-01Minimize headers that include crypto_formats and x25519 stuffNick Mathewson
2018-06-21Rectify include paths (automated)Nick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2018-06-20Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-20Recreate nodelist before use if it's outdated.George Kadianakis
2018-06-15Extract routerstatus_t into its own header.Nick Mathewson
2018-06-15Extract networkstatus_t and ..sr_info_t into their own headersNick Mathewson
2018-06-15Extract node_t into its own header.Nick Mathewson
2018-06-15Extract {or,origin}_circuit_t into their own headersNick Mathewson
2018-06-15Split entry and edge_connection_t into their own headers.Nick Mathewson
2018-06-13Require live consensus to compute responsible HSDirs.George Kadianakis
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-05-01sr: Rename shared_random_common.{c|h} to shared_random_client.{c|h}David Goulet
2018-05-01Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'Nick Mathewson
2018-04-28Make hsdir_index in node_t a hsdir_index_t rather than a pointer.Neel Chauhan
2018-04-27sr: Extract shared SR functionsDavid Goulet
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-22Merge branch 'bug25691_033_again_squashed'Nick Mathewson
2018-04-22Check for "the right descriptor", not just "any descriptor".Nick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-01-19oxford comma for-the-winRoger Dingledine
2018-01-19Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-19Merge branch 'bug24895_031_02' into bug24895_032_02David Goulet
2018-01-19Merge branch 'bug24895_029_02' into bug24895_031_02David Goulet
2018-01-03Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-03Fix some shadowed-global warnings.Nick Mathewson
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-05hs-v3: Cleanup HS circuits when marking as closedDavid Goulet
2017-11-13Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2017-11-13hs-v3: Fix consensus param "hsdir-interval" nameDavid Goulet
2017-10-26Remove buggy IPv6 support from hs_get_extend_info_from_lspecs()teor
2017-09-19Add a BASE32_DIGEST_LEN defineDavid Goulet
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-14Merge branch 'bug23019_squashed'Nick Mathewson
2017-09-14prop224 client-side: Start validating onion address pubkeys.George Kadianakis
2017-09-12prop224: Improve docs in time period funcs.George Kadianakis
2017-09-08prop224: hs_time_between_tp_and_srv() -> hs_in_period_between_tp_and_srv()George Kadianakis
2017-09-08prop224: 'is_new_tp' -> 'use_second_hdsir_index' in hs_get_responsible_hsdirs()George Kadianakis
2017-09-08prop224: Make client and service pick same HSDirDavid Goulet
2017-09-08prop224: Expand the overlap period concept to be a full SRV protocol runDavid Goulet
2017-09-08prop224: Use fetch and store HSDir indexes.David Goulet
2017-09-07prop224: When computing hsdir index and time period, use valid_after timeDavid Goulet
2017-09-04Merge remote-tracking branch 'dgoulet/bug23327_032_01'Nick Mathewson
2017-09-04Merge remote-tracking branch 'asn/ticket23056_v2'Nick Mathewson
2017-08-29hs: Implement an HS client free all functionDavid Goulet
2017-08-28fixup! prop224: Fix length check when purging hidserv requests.George Kadianakis
2017-08-28prop224: Fix length check when purging hidserv requests.George Kadianakis