aboutsummaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2017-08-08hs: Rename num_rend_services()David Goulet
2017-08-08test: Fix prop224 HS descriptor to use subcredentialGeorge Kadianakis
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
2017-08-08hs: Refactor the service exit connection codeDavid Goulet
2017-08-08prop224: Sandbox support for serviceDavid Goulet
2017-08-08prop224: Make the number of extra intro point a consensus paramDavid Goulet
2017-08-08prop224: Make intro point min/max lifetime a consensus paramDavid Goulet
2017-08-08prop224: Make INTRODUCE2 min/max a consensus paramDavid Goulet
2017-08-08prop224: Implement a service intro point failure cacheDavid Goulet
2017-08-08prop224: Upload service descriptorsDavid Goulet
2017-08-08prop224: Directory function to upload descriptorDavid Goulet
2017-08-08prop224: Add a responsible HSDir functionDavid Goulet
2017-08-08prop224: Add hsdir consensus parametersDavid Goulet
2017-08-08prop224: Build hsdir index for node_tDavid Goulet
2017-08-08prop224: Add service replay cacheDavid Goulet
2017-08-08prop224: Support INTRODUCE2 cell replay cacheDavid Goulet
2017-08-08prop224: Support legacy INTRODUCE2 cellDavid Goulet
2017-08-08prop224: Handle service RENDEZVOUS1 cellDavid Goulet
2017-08-08prop224: Establish rendezvous circuit for serviceDavid Goulet
2017-08-08prop224: Handle service INTRODUCE2 cellDavid Goulet
2017-08-08prop224: Add helper function to lookup HS objectsDavid Goulet
2017-08-08prop224: Handle service INTRO_ESTABLISHED cellDavid Goulet
2017-08-08prop224: Circuit has opened and ESTABLISH_INTRO cellDavid Goulet
2017-08-08prop224: Introduction circuit creationDavid Goulet
2017-08-08prop224: Service v3 descriptor creation and logicDavid Goulet
2017-08-08prop224: Implement subcredential creationDavid Goulet
2017-08-08prop224: Add descriptor overlap mode functionGeorge Kadianakis
2017-08-08prop224: Scheduled events for serviceDavid Goulet
2017-08-08prop224: API for the creation of blinded keysDavid Goulet
2017-08-08hs: Implement constructor for hs_desc_intro_point_tDavid Goulet
2017-07-25prop224: Add onion key to service descriptor intro pointDavid Goulet
2017-07-25prop224: Add the introduction point onion key to descriptorDavid Goulet
2017-07-25prop224: Helper to dup a link_specifier_t objectDavid Goulet
2017-07-25prop224: Update hs identifier circuitDavid Goulet
2017-07-25fix wordo in commentRoger Dingledine
2017-07-24Rename the hybrid_encrypt/decrypt functions; label them as dangerousNick Mathewson
2017-07-14Fix 32-bit warnings in hs_common.cNick Mathewson
2017-07-13Merge remote-tracking branch 'dgoulet/ticket21979_032_04'Nick Mathewson
2017-07-13prop224: Fix clang warningsDavid Goulet
2017-07-13Merge remote-tracking branch 'isis/bug19476'Nick Mathewson
2017-07-13Merge branch 'maint-0.3.1'Nick Mathewson
2017-07-13prop224: Move service version into config objectDavid Goulet
2017-07-13prop224: Use the service config object when configuringDavid Goulet
2017-07-13prop224: Don't use char * for binary dataDavid Goulet
2017-07-13prop224: Add a clear configuration functionDavid Goulet
2017-07-13prop224: Don't use an array of config handlersDavid Goulet
2017-07-13prop224: Detect duplicate configuration optionsDavid Goulet
2017-07-13prop224: Use a common function to parse uint64_tDavid Goulet