aboutsummaryrefslogtreecommitdiff
path: root/src/or/hs_service.c
AgeCommit message (Expand)Author
2017-09-06Merge remote-tracking branch 'dgoulet/bug23123_032_01'Nick Mathewson
2017-09-04Merge remote-tracking branch 'asn/bug23346'Nick Mathewson
2017-09-04Merge branch 'bug23360_032_01'Nick Mathewson
2017-09-04hs: Remove dead code and uneeded featureDavid Goulet
2017-09-04Merge remote-tracking branch 'asn/ticket23056_v2'Nick Mathewson
2017-08-31hs: Set rendezvous circuit timestamp_dirty all the timeDavid Goulet
2017-08-30prop224: Clear list of prev hsdirs before we upload all descs.George Kadianakis
2017-08-30prop224: Simplify HSDir set change algo.George Kadianakis
2017-08-28Silence some leftover warnings.George Kadianakis
2017-08-25fix wide linesNick Mathewson
2017-08-25prop224: When HUPing, move HS state from old to new service.George Kadianakis
2017-08-25prop224: Be more careful to not overwrite descriptors in HUP.George Kadianakis
2017-08-25prop224: Move function move_descriptors() around.George Kadianakis
2017-08-25prop224: Don't move intro points but rather descriptorsDavid Goulet
2017-08-25prop224: Move service_desc_hsdirs_changed() and make it static.George Kadianakis
2017-08-25prop224: Refactor descriptor reupload logic.George Kadianakis
2017-08-25prop224: Refactor descriptor rotation logic.George Kadianakis
2017-08-24Merge remote-tracking branch 'dgoulet/ticket17242_032_03-squashed'Nick Mathewson
2017-08-24Silence some spammy log messages.George Kadianakis
2017-08-23add parenthesis to make cast work right.Nick Mathewson
2017-08-19prop224: Recompute all HSDir indices when we enter overlap mode.George Kadianakis
2017-08-19prop224: Improve descriptor reupload logic.George Kadianakis
2017-08-19prop224: Only upload descriptor if we have good hash ring and SRV.George Kadianakis
2017-08-11Make Windows happy for time_t printf formatDavid Goulet
2017-08-09prop224: Fix coverity warnings from #20657 merge.George Kadianakis
2017-08-08prop224: Always note down the use of internal circuitDavid Goulet
2017-08-08prop224: Improve comments and tests for ed25519 keys in IPs/RPs.George Kadianakis
2017-08-08prop224 tests: Better HS address tests.George Kadianakis
2017-08-08Do more type checking when setting HS idents.George Kadianakis
2017-08-08Improve code based on Nick review:George Kadianakis
2017-08-08Fix small easy bugs all aroundGeorge Kadianakis
2017-08-08Constify functions that can be constified.George Kadianakis
2017-08-08Improve documentation all around the codebase.George Kadianakis
2017-08-08Make ed25519 id keys optional for IPs and RPs.George Kadianakis
2017-08-08Make HidServRevCounter be a LINELIST as it should.George Kadianakis
2017-08-08Rename some free() functions that are actually clear().George Kadianakis
2017-08-08Validate intro point limits to avoid asserts.George Kadianakis
2017-08-08Relax assertions: turn them to BUGs and non-fatal asserts.George Kadianakis
2017-08-08Fix 32-bit bug when writing address to descriptor.George Kadianakis
2017-08-08Fix ternary operator abuse.George Kadianakis
2017-08-08test: Unit tests for the revision counter state file codetheGeorge Kadianakis
2017-08-08prop224: Use state file to save/load revision countersGeorge Kadianakis
2017-08-08prop224: Move get_intro_circuit() to hs_circuit.cDavid Goulet
2017-08-08prop224: Make circuit prediction aware of v3 servicesDavid Goulet
2017-08-08prop224: Different intro point timings with TestingNetworkDavid Goulet
2017-08-08prop224: Add a circuit has closed callbackDavid Goulet
2017-08-08hs: Rename num_rend_services()David Goulet
2017-08-08test: Add unit test coverage of hs_service.cDavid Goulet
2017-08-08test: Refactor HS tests to use the new ESTABLISH_INTRO cell codeDavid Goulet
2017-08-08prop224: Link rendezvous circuit to edge connectionDavid Goulet