summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
AgeCommit message (Expand)Author
2017-08-19prop224: Refactor parse_extended_hostname() to parse v3 addrs.George Kadianakis
2017-08-08prop224: Add service rendezvous circuit relaunchDavid Goulet
2017-08-08hs: Rename num_rend_services()David Goulet
2017-08-08prop224: Link rendezvous circuit to edge connectionDavid Goulet
2017-08-08prop224: Establish rendezvous circuit for serviceDavid Goulet
2017-08-08prop224: Circuit has opened and ESTABLISH_INTRO cellDavid Goulet
2017-08-08prop224: Service v3 descriptor creation and logicDavid Goulet
2017-07-24Rename the hybrid_encrypt/decrypt functions; label them as dangerousNick Mathewson
2017-07-13Merge remote-tracking branch 'dgoulet/ticket21979_032_04'Nick Mathewson
2017-07-13prop224: Fix clang warningsDavid Goulet
2017-07-13prop224: Use the service config object when configuringDavid Goulet
2017-07-13hs: Add rend_service_init()David Goulet
2017-07-13prop224: Load and/or generate v3 service keysDavid Goulet
2017-07-13prop224: Configure v3 service from optionsDavid Goulet
2017-07-13prop224: Add hs_config.{c|h} with a refactoringDavid Goulet
2017-07-13rephist: Remove unused crypto_pk statistics.Isis Lovecruft
2017-07-07Explicit length checks in circuit_init_cpath_crypto().George Kadianakis
2017-07-07Refactor circuit_init_cpath_crypto() to do prop224 rend circuits.George Kadianakis
2017-05-09Merge branch 'dgoulet_ticket22060_031_01_squashed'Nick Mathewson
2017-05-09config: Remove AllowInvalidNodes optionDavid Goulet
2017-05-05Merge remote-tracking branch 'dgoulet/ticket21978_031_02'Nick Mathewson
2017-04-27Merge branch 'dirreq'Nick Mathewson
2017-04-24hs: Refactor rend_add_service()David Goulet
2017-04-24hs: Add rend_validate_service() functionDavid Goulet
2017-04-21Replace remaining directory_initiate_command_* instancesNick Mathewson
2017-04-21hs: Fix a spurious warn in rend_log_intro_limitDavid Goulet
2017-04-13hs: Make the service list pruning function publicDavid Goulet
2017-04-07hs: Move common defines to hs_common.hDavid Goulet
2017-04-07hs: Move service check private dir to hs_common.cDavid Goulet
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-14Log info about intro point limits when they are reached and resetteor
2017-03-14Log more info when a service descriptor has the wrong number of intro pointsteor
2017-03-14Create function to log service introduction point creation limitsteor
2017-03-07Merge branch 'maint-0.3.0'Nick Mathewson
2017-03-07Merge branch 'bug21594_030_squashed' into maint-0.3.0Nick Mathewson
2017-03-07Remove delay in hidden service introduction point checksteor
2017-03-04Merge branch 'feature21598_squashed'Nick Mathewson
2017-03-04Log a message when a hidden service has fewer intro points than expectedteor
2017-03-04Simplify hidden service descriptor creationteor
2017-03-02Make hidden services always check for failed intro point connectionsteor
2017-02-24Whitespace fix.Nick Mathewson
2017-02-24hs: Fix bad use of sizeof() when encoding ESTABLISH_INTRO legacy cellDavid Goulet
2017-02-03Prevention: never die from extend_info_from_node() failure.Nick Mathewson
2017-02-03hs: Remove intro point expiring node if no circuitDavid Goulet
2017-02-03hs: Fix an underflow in rend_service_intro_has_opened()David Goulet
2017-02-01hs: Fix possible integer underflow with IP nodesDavid Goulet
2017-01-17hs: Allow from 0 to MAX introduction pointsDavid Goulet
2017-01-17Fix a double-free in rend_config_services()Nick Mathewson
2017-01-13Merge remote-tracking branch 'dgoulet/bug21054_030_01'Nick Mathewson
2017-01-11Merge branch 'bug20987_squashed'Nick Mathewson